.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;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-9b6dee81-1712-4b7e-804d-6dda0a5b6fd4 {
  padding-top: 10px;
padding-bottom: 10px;
}

.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-9bd9dde2-6975-4092-a6ba-f5f9eea91bb1 {
  text-align: center;
}




  #s-9bd9dde2-6975-4092-a6ba-f5f9eea91bb1 img.shogun-image {
    
    width: px;
  }


#s-9bd9dde2-6975-4092-a6ba-f5f9eea91bb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fe95949-1ae2-4740-9454-b4ae19f00d51 {
  text-align: center;
}




  #s-5fe95949-1ae2-4740-9454-b4ae19f00d51 img.shogun-image {
    
    width: px;
  }


#s-5fe95949-1ae2-4740-9454-b4ae19f00d51 .shogun-image-content {
  
    align-items: center;
  
}

#s-47d36011-1e52-4f7b-a0a0-997fdfa53716 {
  text-align: center;
}




  #s-47d36011-1e52-4f7b-a0a0-997fdfa53716 img.shogun-image {
    
    width: px;
  }


#s-47d36011-1e52-4f7b-a0a0-997fdfa53716 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2b66cc2-853a-49bc-b4ad-416ef6b288f9 {
  text-align: center;
}




  #s-f2b66cc2-853a-49bc-b4ad-416ef6b288f9 img.shogun-image {
    
    width: px;
  }


#s-f2b66cc2-853a-49bc-b4ad-416ef6b288f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d211b09-789a-4159-a846-fd73d3f80b8d {
  text-align: center;
}




  #s-6d211b09-789a-4159-a846-fd73d3f80b8d img.shogun-image {
    
    width: px;
  }


#s-6d211b09-789a-4159-a846-fd73d3f80b8d .shogun-image-content {
  
    align-items: center;
  
}

#s-4cc9e980-9f75-4125-a7cf-a62b27289ba9 {
  text-align: center;
}




  #s-4cc9e980-9f75-4125-a7cf-a62b27289ba9 img.shogun-image {
    
    width: px;
  }


#s-4cc9e980-9f75-4125-a7cf-a62b27289ba9 .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-16834b74-693a-404c-a6ac-0a9b86fe2b5d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-16834b74-693a-404c-a6ac-0a9b86fe2b5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16834b74-693a-404c-a6ac-0a9b86fe2b5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16834b74-693a-404c-a6ac-0a9b86fe2b5d {
  
}
}@media (max-width: 767px){#s-16834b74-693a-404c-a6ac-0a9b86fe2b5d {
  
}
}







#s-16834b74-693a-404c-a6ac-0a9b86fe2b5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16834b74-693a-404c-a6ac-0a9b86fe2b5d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  justify-content: flex-start;
}

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

.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-30cd35e7-5631-4dad-8237-c9c01740fb47 {
  margin-top: 0px;
}

#s-30cd35e7-5631-4dad-8237-c9c01740fb47 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-30cd35e7-5631-4dad-8237-c9c01740fb47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-30cd35e7-5631-4dad-8237-c9c01740fb47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-30cd35e7-5631-4dad-8237-c9c01740fb47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-30cd35e7-5631-4dad-8237-c9c01740fb47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 800;
  font-style: ;
  font-size: 20px;
}

#s-30cd35e7-5631-4dad-8237-c9c01740fb47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-22c9b410-695c-48d7-b8ec-66fb5640c638 {
  margin-top: 0px;
}

#s-22c9b410-695c-48d7-b8ec-66fb5640c638 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-22c9b410-695c-48d7-b8ec-66fb5640c638 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-22c9b410-695c-48d7-b8ec-66fb5640c638 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(25, 12, 250, 1);
}

#s-22c9b410-695c-48d7-b8ec-66fb5640c638 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-22c9b410-695c-48d7-b8ec-66fb5640c638 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(25, 12, 250, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-22c9b410-695c-48d7-b8ec-66fb5640c638 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-19a21bd6-9eb7-495c-81bb-f7dafd61d4a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f32da30a-6876-4049-9a2f-d930856dd026 {
  text-align: center;
}




  #s-f32da30a-6876-4049-9a2f-d930856dd026 img.shogun-image {
    
    width: px;
  }


#s-f32da30a-6876-4049-9a2f-d930856dd026 .shogun-image-content {
  
    align-items: center;
  
}

#s-276eab31-c7cd-4539-9da3-431bf5c3be5f {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-2d708bc9-bae3-44f6-8460-e629042740c2 {
  text-align: center;
}




  #s-2d708bc9-bae3-44f6-8460-e629042740c2 img.shogun-image {
    
    width: px;
  }


#s-2d708bc9-bae3-44f6-8460-e629042740c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1abdc601-b2f6-4f68-aa62-a67d41bcd5bf {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-f5ba72ec-0e9d-403b-93c9-b20599cf8978 {
  text-align: center;
}




  #s-f5ba72ec-0e9d-403b-93c9-b20599cf8978 img.shogun-image {
    
    width: px;
  }


#s-f5ba72ec-0e9d-403b-93c9-b20599cf8978 .shogun-image-content {
  
    align-items: center;
  
}

#s-8391d6b1-159e-4e2c-ae58-d6599cb0ccdb {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-76dd13ed-a30f-4f7e-9d5d-8385bc2c52f4 {
  text-align: center;
}




  #s-76dd13ed-a30f-4f7e-9d5d-8385bc2c52f4 img.shogun-image {
    
    width: px;
  }


#s-76dd13ed-a30f-4f7e-9d5d-8385bc2c52f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-292a2687-49c7-4b15-90ca-51b1c2cc6e2d {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0445b565-ad9d-4b74-88ca-6f106201b2a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7abfa7ad-4b23-451a-8a71-a3a530876486 {
  text-align: center;
}




  #s-7abfa7ad-4b23-451a-8a71-a3a530876486 img.shogun-image {
    
    width: px;
  }


#s-7abfa7ad-4b23-451a-8a71-a3a530876486 .shogun-image-content {
  
    align-items: center;
  
}

#s-b29ddab2-3482-43ac-911b-be2f7ac664e9 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-41438be2-417d-4f6a-ba88-c5c3be64a0a9 {
  text-align: center;
}




  #s-41438be2-417d-4f6a-ba88-c5c3be64a0a9 img.shogun-image {
    
    width: px;
  }


#s-41438be2-417d-4f6a-ba88-c5c3be64a0a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca1def08-fc9a-449a-bfc0-ec47f7d073bc {
  margin-top: 44px;
margin-bottom: 44px;
}

#s-fcfb0cf4-dbd3-4de9-9674-cebd6b39a29c {
  text-align: center;
}




  #s-fcfb0cf4-dbd3-4de9-9674-cebd6b39a29c img.shogun-image {
    
    width: px;
  }


#s-fcfb0cf4-dbd3-4de9-9674-cebd6b39a29c .shogun-image-content {
  
    align-items: center;
  
}

#s-6a75577e-5237-4743-989f-8c23d20e08a3 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6230c34-0eea-45c8-9aef-dc5173bac866"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e68bbd92-ca1d-4e6a-9b05-3ba0a0c4e9c1 {
  text-align: center;
}




  #s-e68bbd92-ca1d-4e6a-9b05-3ba0a0c4e9c1 img.shogun-image {
    
    width: px;
  }


#s-e68bbd92-ca1d-4e6a-9b05-3ba0a0c4e9c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a82383e-24f8-4906-8a4a-386082e20efe {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-6526a42c-db10-4d53-8e95-d7ab74a5edfa {
  text-align: center;
}




  #s-6526a42c-db10-4d53-8e95-d7ab74a5edfa img.shogun-image {
    
    width: px;
  }


#s-6526a42c-db10-4d53-8e95-d7ab74a5edfa .shogun-image-content {
  
    align-items: center;
  
}

#s-4ab99a6e-111f-4b2a-8b53-268f0a9750e0 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-05be81d2-0029-402c-8e9b-005d2cbde690 {
  text-align: center;
}




  #s-05be81d2-0029-402c-8e9b-005d2cbde690 img.shogun-image {
    
    width: px;
  }


#s-05be81d2-0029-402c-8e9b-005d2cbde690 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0e9c6b2-5a3a-4a79-bc7f-2cb9b9a8dc95 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-f4979bc5-20c0-4b45-8d26-7e11c51fa69b {
  text-align: center;
}




  #s-f4979bc5-20c0-4b45-8d26-7e11c51fa69b img.shogun-image {
    
    width: px;
  }


#s-f4979bc5-20c0-4b45-8d26-7e11c51fa69b .shogun-image-content {
  
    align-items: center;
  
}

#s-1bb9ad70-0445-432c-a5fa-afdf3f9da586 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a0b9295-0af7-41bd-94de-84c027b9f097"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6c03ece8-df8e-4df2-8c0f-a4822d19a1a5 {
  text-align: center;
}




  #s-6c03ece8-df8e-4df2-8c0f-a4822d19a1a5 img.shogun-image {
    
    width: px;
  }


#s-6c03ece8-df8e-4df2-8c0f-a4822d19a1a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f124575a-a0b5-4125-85d7-3bbe466356c9 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-b6816e3e-9871-42f3-b7e4-3398cac40ef9 {
  text-align: center;
}




  #s-b6816e3e-9871-42f3-b7e4-3398cac40ef9 img.shogun-image {
    
    width: px;
  }


#s-b6816e3e-9871-42f3-b7e4-3398cac40ef9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cad4b87e-12c8-4e85-8693-1f7422764375 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-ea9cb821-b5d3-4720-ac5b-32d74d04abc2 {
  text-align: center;
}




  #s-ea9cb821-b5d3-4720-ac5b-32d74d04abc2 img.shogun-image {
    
    width: px;
  }


#s-ea9cb821-b5d3-4720-ac5b-32d74d04abc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-71eab9a9-5220-4f51-ad8e-5e2334d4e30f {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d5780f1-c1aa-4753-a66d-cda4026bba7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 0px) {
[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2dd2c820-496f-4ae6-be29-e3fedf07a257"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-04214e54-4d96-4248-aa7d-5eaf6e1ab3b0 {
  text-align: center;
}




  #s-04214e54-4d96-4248-aa7d-5eaf6e1ab3b0 img.shogun-image {
    
    width: px;
  }


#s-04214e54-4d96-4248-aa7d-5eaf6e1ab3b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c3b8445-a498-4c70-a334-fc2373ebc5ee {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-1ee66a37-406d-4987-b753-dd2ad6b224c9 {
  text-align: center;
}




  #s-1ee66a37-406d-4987-b753-dd2ad6b224c9 img.shogun-image {
    
    width: px;
  }


#s-1ee66a37-406d-4987-b753-dd2ad6b224c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5262c1e-ca1c-4b3d-8284-b39937fd2dcf {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-b91aee1d-3ea2-48bb-877b-a45f7b004fde {
  text-align: center;
}




  #s-b91aee1d-3ea2-48bb-877b-a45f7b004fde img.shogun-image {
    
    width: px;
  }


#s-b91aee1d-3ea2-48bb-877b-a45f7b004fde .shogun-image-content {
  
    align-items: center;
  
}

#s-60c817e6-015f-4065-90c4-1b9210fb4c06 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-729d3840-0397-4740-9af5-3fb137ae7b6b {
  text-align: center;
}




  #s-729d3840-0397-4740-9af5-3fb137ae7b6b img.shogun-image {
    
    width: px;
  }


#s-729d3840-0397-4740-9af5-3fb137ae7b6b .shogun-image-content {
  
    align-items: center;
  
}

#s-c42c3bdb-92c9-4c27-9035-04f494cc1785 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f9f7212-c43c-4daf-b1ea-3041adf4dfb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fdafb548-6f89-4e2c-977f-a96cb6b20c3c {
  text-align: center;
}




  #s-fdafb548-6f89-4e2c-977f-a96cb6b20c3c img.shogun-image {
    
    width: px;
  }


#s-fdafb548-6f89-4e2c-977f-a96cb6b20c3c .shogun-image-content {
  
    align-items: center;
  
}

#s-c236f7a2-c0c0-4d78-9e88-2202763bca9e {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-f9e5c2a3-5e81-4b30-9a52-9a34a7337948 {
  text-align: center;
}




  #s-f9e5c2a3-5e81-4b30-9a52-9a34a7337948 img.shogun-image {
    
    width: px;
  }


#s-f9e5c2a3-5e81-4b30-9a52-9a34a7337948 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfd40b3d-8faa-4823-a560-9a1995712575 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-363046f3-0f42-4dcb-8296-a2c3b5e4884d {
  text-align: center;
}




  #s-363046f3-0f42-4dcb-8296-a2c3b5e4884d img.shogun-image {
    
    width: px;
  }


#s-363046f3-0f42-4dcb-8296-a2c3b5e4884d .shogun-image-content {
  
    align-items: center;
  
}

#s-893b3046-27a3-46f6-b320-3682cdf9c963 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-3540e9f9-f728-42e5-97c4-8de4fdf886bb {
  text-align: center;
}




  #s-3540e9f9-f728-42e5-97c4-8de4fdf886bb img.shogun-image {
    
    width: px;
  }


#s-3540e9f9-f728-42e5-97c4-8de4fdf886bb .shogun-image-content {
  
    align-items: center;
  
}

#s-6a4e9ebb-4c64-4e52-8208-0c8a6630ae06 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-372232a1-8c7b-4ce0-ad9d-65e1590d3507"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-acae31e3-4148-4520-a5f4-8694f08c3ae4 {
  text-align: center;
}




  #s-acae31e3-4148-4520-a5f4-8694f08c3ae4 img.shogun-image {
    
    width: px;
  }


#s-acae31e3-4148-4520-a5f4-8694f08c3ae4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f56e5c1-bfb7-44dc-a50d-cb7b2733ca86 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-fbbe53e0-3aa6-486d-bb2a-bfca8204f8f9 {
  text-align: center;
}




  #s-fbbe53e0-3aa6-486d-bb2a-bfca8204f8f9 img.shogun-image {
    
    width: px;
  }


#s-fbbe53e0-3aa6-486d-bb2a-bfca8204f8f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8814651-30fe-4315-8243-d306f58d267c {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-e12310c2-5fa0-4ff7-94c5-f5402d05598d {
  text-align: center;
}




  #s-e12310c2-5fa0-4ff7-94c5-f5402d05598d img.shogun-image {
    
    width: px;
  }


#s-e12310c2-5fa0-4ff7-94c5-f5402d05598d .shogun-image-content {
  
    align-items: center;
  
}

#s-93882dfb-e5ed-4816-b8d3-a7d7028e00e5 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-79aee8f6-3cc8-4a64-a04b-c1fdf5debbdc {
  text-align: center;
}




  #s-79aee8f6-3cc8-4a64-a04b-c1fdf5debbdc img.shogun-image {
    
    width: px;
  }


#s-79aee8f6-3cc8-4a64-a04b-c1fdf5debbdc .shogun-image-content {
  
    align-items: center;
  
}

#s-fc33d6a1-2acb-48d2-9b75-d9d5b1971400 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-052cb7ef-3b1f-4406-a721-05722b0cc69a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 0px) {
[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-078216d2-2725-40ed-8d81-0e3f7df2eff2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fc9f9d1e-5d1d-49ae-8cbb-e2fea1d416e9 {
  text-align: center;
}




  #s-fc9f9d1e-5d1d-49ae-8cbb-e2fea1d416e9 img.shogun-image {
    
    width: px;
  }


#s-fc9f9d1e-5d1d-49ae-8cbb-e2fea1d416e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-79d792c1-e6be-49dd-9093-995d15f07fb1 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-7b1f4cdf-fef8-4162-a279-a5d08c01fb0c {
  text-align: center;
}




  #s-7b1f4cdf-fef8-4162-a279-a5d08c01fb0c img.shogun-image {
    
    width: px;
  }


#s-7b1f4cdf-fef8-4162-a279-a5d08c01fb0c .shogun-image-content {
  
    align-items: center;
  
}

#s-d3624163-8785-47da-a7ca-2bc0fc40633d {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8db35756-c2d3-4b89-b32f-8f3337eac824"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-85e1a23f-b05a-45b4-98eb-1fe84c66f84a {
  text-align: center;
}




  #s-85e1a23f-b05a-45b4-98eb-1fe84c66f84a img.shogun-image {
    
    width: px;
  }


#s-85e1a23f-b05a-45b4-98eb-1fe84c66f84a .shogun-image-content {
  
    align-items: center;
  
}

#s-4d59c0f7-9abe-4c1c-8f7f-97b78aaee389 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-3fc45ecf-803e-42fa-8ad5-a1c749a7ae51 {
  margin-top: 0px;
}

#s-3fc45ecf-803e-42fa-8ad5-a1c749a7ae51 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-3fc45ecf-803e-42fa-8ad5-a1c749a7ae51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-3fc45ecf-803e-42fa-8ad5-a1c749a7ae51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(12, 52, 252, 1);
}

#s-3fc45ecf-803e-42fa-8ad5-a1c749a7ae51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-3fc45ecf-803e-42fa-8ad5-a1c749a7ae51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(12, 52, 252, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-3fc45ecf-803e-42fa-8ad5-a1c749a7ae51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dc68e4e9-e1f0-40e3-96b1-4baa6d820afe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-558a46c7-0f9c-4ea5-883f-8d7c068d0e26 {
  text-align: center;
}




  #s-558a46c7-0f9c-4ea5-883f-8d7c068d0e26 img.shogun-image {
    
    width: px;
  }


#s-558a46c7-0f9c-4ea5-883f-8d7c068d0e26 .shogun-image-content {
  
    align-items: center;
  
}

#s-e680f8ec-db83-4984-a2f8-74588689ef56 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-82050bee-81cd-41f0-b881-ea69405e93a0 {
  text-align: center;
}




  #s-82050bee-81cd-41f0-b881-ea69405e93a0 img.shogun-image {
    
    width: px;
  }


#s-82050bee-81cd-41f0-b881-ea69405e93a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc65fea4-1ffa-4367-9250-edcc9c13d4b4 {
  margin-top: 39px;
margin-bottom: 39px;
}

#s-40f5d810-7268-4cc1-a6a4-da0a117bf8cf {
  text-align: center;
}




  #s-40f5d810-7268-4cc1-a6a4-da0a117bf8cf img.shogun-image {
    
    width: px;
  }


#s-40f5d810-7268-4cc1-a6a4-da0a117bf8cf .shogun-image-content {
  
    align-items: center;
  
}

#s-74283310-db75-405b-9f80-db3d5a8fccef {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-c75faeae-0c23-4ace-9d84-fa7bed1dea2d {
  text-align: center;
}




  #s-c75faeae-0c23-4ace-9d84-fa7bed1dea2d img.shogun-image {
    
    width: px;
  }


#s-c75faeae-0c23-4ace-9d84-fa7bed1dea2d .shogun-image-content {
  
    align-items: center;
  
}

#s-f44db39c-6d47-4f02-a350-190bf0144ed8 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-fe499950-94cb-4496-a127-16e49e6dd678 {
  text-align: center;
}




  #s-fe499950-94cb-4496-a127-16e49e6dd678 img.shogun-image {
    
    width: px;
  }


#s-fe499950-94cb-4496-a127-16e49e6dd678 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9483d38b-bde1-4886-94b3-3145a38fe905"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9f27c366-c5b2-4c30-85b6-8d1b2e993713 {
  text-align: center;
}




  #s-9f27c366-c5b2-4c30-85b6-8d1b2e993713 img.shogun-image {
    
    width: px;
  }


#s-9f27c366-c5b2-4c30-85b6-8d1b2e993713 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b85730b-7247-45c0-ae27-08cef8ce8a1e {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-ef5aad9e-c67a-44d5-9033-586655fac490 {
  text-align: center;
}




  #s-ef5aad9e-c67a-44d5-9033-586655fac490 img.shogun-image {
    
    width: px;
  }


#s-ef5aad9e-c67a-44d5-9033-586655fac490 .shogun-image-content {
  
    align-items: center;
  
}

#s-52e197be-0cc0-465c-8850-41341dc296f5 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-608533b6-166e-4e82-b8f8-72dabae5c2da {
  text-align: center;
}




  #s-608533b6-166e-4e82-b8f8-72dabae5c2da img.shogun-image {
    
    width: px;
  }


#s-608533b6-166e-4e82-b8f8-72dabae5c2da .shogun-image-content {
  
    align-items: center;
  
}

#s-5f33f54e-fdb1-4fc5-a50a-82b0bc42ab3e {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-ac30a88b-24e9-47fc-a14a-81f6111d5dc1 {
  text-align: center;
}




  #s-ac30a88b-24e9-47fc-a14a-81f6111d5dc1 img.shogun-image {
    
    width: px;
  }


#s-ac30a88b-24e9-47fc-a14a-81f6111d5dc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6db0ad9d-a592-4047-80fa-14f34616865b {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6ee25582-296e-4618-aa5b-9ed8156c5512"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-547b6f3e-2269-413f-b354-a3bdec208c08 {
  text-align: center;
}




  #s-547b6f3e-2269-413f-b354-a3bdec208c08 img.shogun-image {
    
    width: px;
  }


#s-547b6f3e-2269-413f-b354-a3bdec208c08 .shogun-image-content {
  
    align-items: center;
  
}

#s-46b299d4-5747-492f-b22d-1338c5970eb3 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-274ea8af-643e-4bc8-a688-1c74b5ab1b8a {
  text-align: center;
}




  #s-274ea8af-643e-4bc8-a688-1c74b5ab1b8a img.shogun-image {
    
    width: px;
  }


#s-274ea8af-643e-4bc8-a688-1c74b5ab1b8a .shogun-image-content {
  
    align-items: center;
  
}

#s-73a0cc23-6165-4cb3-b71e-7a9cdc4a3231 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-5f58812d-b3b6-48b3-9eba-bd5af64c25fa {
  text-align: center;
}




  #s-5f58812d-b3b6-48b3-9eba-bd5af64c25fa img.shogun-image {
    
    width: px;
  }


#s-5f58812d-b3b6-48b3-9eba-bd5af64c25fa .shogun-image-content {
  
    align-items: center;
  
}

#s-a3ce947f-edcc-4f6e-85ea-0e129c9b4be9 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-ee1a5ae6-c7f0-44ef-b782-159ec3ac4598 {
  text-align: center;
}




  #s-ee1a5ae6-c7f0-44ef-b782-159ec3ac4598 img.shogun-image {
    
    width: px;
  }


#s-ee1a5ae6-c7f0-44ef-b782-159ec3ac4598 .shogun-image-content {
  
    align-items: center;
  
}

#s-c950d8bd-ef52-4c00-bd09-f429db83f7c8 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0806b432-98ec-4d6a-874c-898af1244b23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-72d70c31-399c-40b1-9f37-0797c913da5e {
  text-align: center;
}




  #s-72d70c31-399c-40b1-9f37-0797c913da5e img.shogun-image {
    
    width: px;
  }


#s-72d70c31-399c-40b1-9f37-0797c913da5e .shogun-image-content {
  
    align-items: center;
  
}

#s-97d320f3-a336-4ebe-afd0-89aa3cf0369d {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-c7d28cb2-a938-4aae-b88c-d870ad02401b {
  text-align: center;
}




  #s-c7d28cb2-a938-4aae-b88c-d870ad02401b img.shogun-image {
    
    width: px;
  }


#s-c7d28cb2-a938-4aae-b88c-d870ad02401b .shogun-image-content {
  
    align-items: center;
  
}

#s-2c5b2c66-9506-417d-9e75-f1326df52fb7 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-3fdcbeea-ef9d-4626-82fd-0c6c4676d545 {
  text-align: center;
}




  #s-3fdcbeea-ef9d-4626-82fd-0c6c4676d545 img.shogun-image {
    
    width: px;
  }


#s-3fdcbeea-ef9d-4626-82fd-0c6c4676d545 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb59911-4438-43c3-b546-5da5a34a2278 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-477eca85-9ba2-450a-8fab-0f1bd9ba40d7 {
  text-align: center;
}




  #s-477eca85-9ba2-450a-8fab-0f1bd9ba40d7 img.shogun-image {
    
    width: px;
  }


#s-477eca85-9ba2-450a-8fab-0f1bd9ba40d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-992ce71a-aef4-4a49-ae39-6e6cb209074b {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ab95ac57-8189-4b4a-826a-4677e39d4442"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c875dbc7-0321-4e9d-ab9e-7ace3bf9369a {
  text-align: center;
}




  #s-c875dbc7-0321-4e9d-ab9e-7ace3bf9369a img.shogun-image {
    
    width: px;
  }


#s-c875dbc7-0321-4e9d-ab9e-7ace3bf9369a .shogun-image-content {
  
    align-items: center;
  
}

#s-afe3bca6-c000-4b4e-8703-14a896d2ecbc {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-ac8e508e-f973-4ba0-8af4-497c89a24441 {
  text-align: center;
}




  #s-ac8e508e-f973-4ba0-8af4-497c89a24441 img.shogun-image {
    
    width: px;
  }


#s-ac8e508e-f973-4ba0-8af4-497c89a24441 .shogun-image-content {
  
    align-items: center;
  
}

#s-646d23b2-a69f-44cc-a92c-6e65985ebddc {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-2a5cd261-5336-47cc-b3dd-ea31b25d5680 {
  text-align: center;
}




  #s-2a5cd261-5336-47cc-b3dd-ea31b25d5680 img.shogun-image {
    
    width: px;
  }


#s-2a5cd261-5336-47cc-b3dd-ea31b25d5680 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb7c2164-26ba-45db-b5d2-dbc15686660e {
  margin-top: 45px;
margin-bottom: 45px;
}

#s-c69b4f36-9c87-4000-b5df-e767b26c97de {
  text-align: center;
}




  #s-c69b4f36-9c87-4000-b5df-e767b26c97de img.shogun-image {
    
    width: px;
  }


#s-c69b4f36-9c87-4000-b5df-e767b26c97de .shogun-image-content {
  
    align-items: center;
  
}

#s-ea389ec6-bd22-4071-becf-c104dcc694fb {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-272b1c60-70ac-4089-8ce9-3ee811eea477"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cf49c4d2-f743-4f7f-a336-1dab507f26b2 {
  text-align: center;
}




  #s-cf49c4d2-f743-4f7f-a336-1dab507f26b2 img.shogun-image {
    
    width: px;
  }


#s-cf49c4d2-f743-4f7f-a336-1dab507f26b2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2d36a55e-c440-4cda-8458-f7dda2e8c814 {
  margin-top: 80px;
margin-bottom: 80px;
}

#s-8b237251-076a-4ebd-90de-32c3d2e48375 {
  text-align: center;
}




  #s-8b237251-076a-4ebd-90de-32c3d2e48375 img.shogun-image {
    
    width: px;
  }


#s-8b237251-076a-4ebd-90de-32c3d2e48375 .shogun-image-content {
  
    align-items: center;
  
}

#s-43d96815-f5c8-4ee1-ab18-9bcae05c3744 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-e00b1b1c-62ce-450f-ab9c-c11ee9236f47 {
  text-align: center;
}




  #s-e00b1b1c-62ce-450f-ab9c-c11ee9236f47 img.shogun-image {
    
    width: px;
  }


#s-e00b1b1c-62ce-450f-ab9c-c11ee9236f47 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f249458-f406-4cb1-b593-929570e6f882 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-e6d566bf-05b2-4585-b457-a5d356bd9845 {
  text-align: center;
}




  #s-e6d566bf-05b2-4585-b457-a5d356bd9845 img.shogun-image {
    
    width: px;
  }


#s-e6d566bf-05b2-4585-b457-a5d356bd9845 .shogun-image-content {
  
    align-items: center;
  
}

#s-edbf800e-d027-4eb8-83df-54c16993114b {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dd870e31-15e7-40f9-a672-3d4dbc5aa810"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a98172c4-6d67-444c-8163-159c0787eb1c {
  text-align: center;
}




  #s-a98172c4-6d67-444c-8163-159c0787eb1c img.shogun-image {
    
    width: px;
  }


#s-a98172c4-6d67-444c-8163-159c0787eb1c .shogun-image-content {
  
    align-items: center;
  
}

#s-563706e6-3be4-406f-8bca-2e4d0e0d641c {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-ff1b96e2-4c71-4313-8029-126048935ea0 {
  text-align: center;
}




  #s-ff1b96e2-4c71-4313-8029-126048935ea0 img.shogun-image {
    
    width: px;
  }


#s-ff1b96e2-4c71-4313-8029-126048935ea0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d81b603-2628-4633-ade2-392778fd8865 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-e528eed3-96b2-4e6d-91a7-48bf99041c9b {
  text-align: center;
}




  #s-e528eed3-96b2-4e6d-91a7-48bf99041c9b img.shogun-image {
    
    width: px;
  }


#s-e528eed3-96b2-4e6d-91a7-48bf99041c9b .shogun-image-content {
  
    align-items: center;
  
}

#s-2b3ef2b4-1e0f-44d0-87cf-a3c9ecb6fad2 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-0da86820-e21e-48b9-8462-9653014ac2af {
  text-align: center;
}




  #s-0da86820-e21e-48b9-8462-9653014ac2af img.shogun-image {
    
    width: px;
  }


#s-0da86820-e21e-48b9-8462-9653014ac2af .shogun-image-content {
  
    align-items: center;
  
}

#s-0e91cf9a-85e3-4f9c-8d98-d3d5025c7b3a {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca1e5775-59cd-4114-9e67-a172c96dbbe3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c1272e10-7096-49c6-95bd-5b8e26fb41a1 {
  text-align: center;
}




  #s-c1272e10-7096-49c6-95bd-5b8e26fb41a1 img.shogun-image {
    
    width: px;
  }


#s-c1272e10-7096-49c6-95bd-5b8e26fb41a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a752e0b5-e481-463c-8500-e30217c2644b {
  margin-top: 0px;
}

#s-a752e0b5-e481-463c-8500-e30217c2644b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-a752e0b5-e481-463c-8500-e30217c2644b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-a752e0b5-e481-463c-8500-e30217c2644b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a752e0b5-e481-463c-8500-e30217c2644b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-a752e0b5-e481-463c-8500-e30217c2644b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-a752e0b5-e481-463c-8500-e30217c2644b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f7e87af6-a342-4723-bed8-099007eebb97 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87f19013-64c4-45e0-9942-43204ac4cde7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-35931b01-16e6-4863-b4c1-921e7cae307a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-dc333afa-b7ed-4143-acf5-e2126e764ed4 {
  text-align: center;
}




  #s-dc333afa-b7ed-4143-acf5-e2126e764ed4 img.shogun-image {
    
    width: px;
  }


#s-dc333afa-b7ed-4143-acf5-e2126e764ed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d340e0ab-5000-4e6e-b971-6909849822b4 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-6f45dc0d-4e20-4134-adc2-41b8ad3fd147 {
  text-align: center;
}




  #s-6f45dc0d-4e20-4134-adc2-41b8ad3fd147 img.shogun-image {
    
    width: px;
  }


#s-6f45dc0d-4e20-4134-adc2-41b8ad3fd147 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4e455bb-fe3e-4710-bd31-936ad5869c60 {
  margin-top: 46px;
margin-bottom: 46px;
}

#s-bbae97fb-af5d-471f-a8db-99f6985801f3 {
  text-align: center;
}




  #s-bbae97fb-af5d-471f-a8db-99f6985801f3 img.shogun-image {
    
    width: px;
  }


#s-bbae97fb-af5d-471f-a8db-99f6985801f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd0368e4-e6f7-44b2-955a-daf6b5900b71 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ae5d2b6-2a46-47d9-88ec-17a1e627d634"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5e5cecdc-0410-4de8-ba79-5ce718287736 {
  text-align: center;
}




  #s-5e5cecdc-0410-4de8-ba79-5ce718287736 img.shogun-image {
    
    width: px;
  }


#s-5e5cecdc-0410-4de8-ba79-5ce718287736 .shogun-image-content {
  
    align-items: center;
  
}

#s-41cf8d0a-6e04-4ae6-9b56-5f084116fe23 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-afb7e042-4cda-46b9-b65b-a4c29035c18e {
  text-align: center;
}




  #s-afb7e042-4cda-46b9-b65b-a4c29035c18e img.shogun-image {
    
    width: px;
  }


#s-afb7e042-4cda-46b9-b65b-a4c29035c18e .shogun-image-content {
  
    align-items: center;
  
}

#s-fea6c70d-8c04-4001-a712-10be853c4ace {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-7175b49b-acc1-4e7c-bda2-697f40099c7d {
  text-align: center;
}




  #s-7175b49b-acc1-4e7c-bda2-697f40099c7d img.shogun-image {
    
    width: px;
  }


#s-7175b49b-acc1-4e7c-bda2-697f40099c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-5327b148-f972-4c6d-9a5b-0d38e2a4c6da {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a162286a-e99f-4994-809c-b7e7888d5729"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6e90d189-c0c6-41dd-a34c-628f6ef8be44 {
  text-align: center;
}




  #s-6e90d189-c0c6-41dd-a34c-628f6ef8be44 img.shogun-image {
    
    width: px;
  }


#s-6e90d189-c0c6-41dd-a34c-628f6ef8be44 .shogun-image-content {
  
    align-items: center;
  
}

#s-b148429e-6e4d-4e93-85e1-d6328e465602 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-aa70de75-eef0-4e40-afce-5aab9c3bf783 {
  text-align: center;
}




  #s-aa70de75-eef0-4e40-afce-5aab9c3bf783 img.shogun-image {
    
    width: px;
  }


#s-aa70de75-eef0-4e40-afce-5aab9c3bf783 .shogun-image-content {
  
    align-items: center;
  
}

#s-5aa5c216-ef3b-4481-90b7-ba8b12d5bd08 {
  margin-top: 49px;
margin-bottom: 49px;
}

#s-7547d5f6-da22-4317-b6c4-4b65836639e2 {
  text-align: center;
}




  #s-7547d5f6-da22-4317-b6c4-4b65836639e2 img.shogun-image {
    
    width: px;
  }


#s-7547d5f6-da22-4317-b6c4-4b65836639e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e4014d4-ef84-445b-b186-b6a9f9ee59fb {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-06f8eb6c-e037-4144-a0e1-f6e3999cf3cd {
  text-align: center;
}




  #s-06f8eb6c-e037-4144-a0e1-f6e3999cf3cd img.shogun-image {
    
    width: px;
  }


#s-06f8eb6c-e037-4144-a0e1-f6e3999cf3cd .shogun-image-content {
  
    align-items: center;
  
}

#s-c270eef4-83c9-415c-9ede-81fdba5819b6 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25860a06-b731-47fe-95a4-1a2bdf82d053"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-246d8543-a883-4b82-a394-87850ddfe72c {
  text-align: center;
}




  #s-246d8543-a883-4b82-a394-87850ddfe72c img.shogun-image {
    
    width: px;
  }


#s-246d8543-a883-4b82-a394-87850ddfe72c .shogun-image-content {
  
    align-items: center;
  
}

#s-94a77a5c-6157-4db1-9995-a0295224a4d5 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-64c63db9-9cb0-4803-95e5-11723d52d34d {
  text-align: center;
}




  #s-64c63db9-9cb0-4803-95e5-11723d52d34d img.shogun-image {
    
    width: px;
  }


#s-64c63db9-9cb0-4803-95e5-11723d52d34d .shogun-image-content {
  
    align-items: center;
  
}

#s-4af3a761-787c-499c-b752-712de270b4a8 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-bb72bf99-c032-457f-a7a4-545375e84422 {
  text-align: center;
}




  #s-bb72bf99-c032-457f-a7a4-545375e84422 img.shogun-image {
    
    width: px;
  }


#s-bb72bf99-c032-457f-a7a4-545375e84422 .shogun-image-content {
  
    align-items: center;
  
}

#s-4385e1ec-3a4f-40de-b3b2-8c3da3468931 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-38066a73-5952-47d5-9f8e-b2538a1b70f5 {
  text-align: center;
}




  #s-38066a73-5952-47d5-9f8e-b2538a1b70f5 img.shogun-image {
    
    width: px;
  }


#s-38066a73-5952-47d5-9f8e-b2538a1b70f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b918f774-90fe-405d-a55d-37104bc5faaa {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1bde8710-96d1-4b23-8e68-bc0ec0c713e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9138d5fe-df49-4cd6-86fd-a4aa875ae045 {
  text-align: center;
}




  #s-9138d5fe-df49-4cd6-86fd-a4aa875ae045 img.shogun-image {
    
    width: px;
  }


#s-9138d5fe-df49-4cd6-86fd-a4aa875ae045 .shogun-image-content {
  
    align-items: center;
  
}

#s-a25831b2-750b-49ad-b24c-f6be291ff066 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-d6336623-c426-4a4a-9344-505941ededa5 {
  text-align: center;
}




  #s-d6336623-c426-4a4a-9344-505941ededa5 img.shogun-image {
    
    width: px;
  }


#s-d6336623-c426-4a4a-9344-505941ededa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8393e6ee-d0eb-46c7-8a5a-aee256d7b565 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-35521e1c-1364-4105-acda-f6dc0b0be47e {
  text-align: center;
}




  #s-35521e1c-1364-4105-acda-f6dc0b0be47e img.shogun-image {
    
    width: px;
  }


#s-35521e1c-1364-4105-acda-f6dc0b0be47e .shogun-image-content {
  
    align-items: center;
  
}

#s-6a4727ce-f4ac-4edf-a8a7-56e34751c142 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-81a5bf08-6e81-47d7-815b-3f7ba86151c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f835e715-ef0f-49be-901b-2b4b9571d393 {
  text-align: center;
}




  #s-f835e715-ef0f-49be-901b-2b4b9571d393 img.shogun-image {
    
    width: px;
  }


#s-f835e715-ef0f-49be-901b-2b4b9571d393 .shogun-image-content {
  
    align-items: center;
  
}

#s-774e839a-9f3a-4cd0-be76-c4d1f3443707 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-f3ec7ba1-7b35-47f0-a291-dfd499a240b6 {
  text-align: center;
}




  #s-f3ec7ba1-7b35-47f0-a291-dfd499a240b6 img.shogun-image {
    
    width: px;
  }


#s-f3ec7ba1-7b35-47f0-a291-dfd499a240b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-54a1febe-3139-4662-bbe1-947fe9cf3c99 {
  margin-top: 86px;
margin-bottom: 86px;
min-height: 0px;
}

#s-ab352f4e-5a05-4850-b227-d831d1bbb27b {
  text-align: center;
}




  #s-ab352f4e-5a05-4850-b227-d831d1bbb27b img.shogun-image {
    
    width: px;
  }


#s-ab352f4e-5a05-4850-b227-d831d1bbb27b .shogun-image-content {
  
    align-items: center;
  
}

#s-eb87abad-2e7f-45dd-86a2-b4c1cb1ba96f {
  margin-top: 90px;
margin-bottom: 90px;
}

#s-56ba3647-965f-481e-9ffc-6ac2b6f71c10 {
  margin-top: 18px;
margin-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4671dc18-4d9b-4245-81a2-d333150d7645"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-98d4834c-23dc-4a5c-8f5f-be9f077e2cb8 {
  text-align: center;
}




  #s-98d4834c-23dc-4a5c-8f5f-be9f077e2cb8 img.shogun-image {
    
    width: px;
  }


#s-98d4834c-23dc-4a5c-8f5f-be9f077e2cb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f520e7a0-4aa5-4277-90b7-3c2cbfa4f58a {
  margin-top: 56px;
margin-bottom: 56px;
}

#s-1e54cb5c-7f9b-4103-9892-7af93ecfecee {
  text-align: center;
}




  #s-1e54cb5c-7f9b-4103-9892-7af93ecfecee img.shogun-image {
    
    width: px;
  }


#s-1e54cb5c-7f9b-4103-9892-7af93ecfecee .shogun-image-content {
  
    align-items: center;
  
}

#s-e32a5cda-a55e-4884-9048-5ebe0587acaa {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-b695d28e-199c-4c6a-88c1-1465ba21a237 {
  text-align: center;
}




  #s-b695d28e-199c-4c6a-88c1-1465ba21a237 img.shogun-image {
    
    width: px;
  }


#s-b695d28e-199c-4c6a-88c1-1465ba21a237 .shogun-image-content {
  
    align-items: center;
  
}

#s-da523bd3-5869-4d04-a833-d0a38aa0b309 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-e97a09a8-1c7b-4402-9d21-5b002799d431 {
  text-align: center;
}




  #s-e97a09a8-1c7b-4402-9d21-5b002799d431 img.shogun-image {
    
    width: px;
  }


#s-e97a09a8-1c7b-4402-9d21-5b002799d431 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edc4c72b-b959-433f-861d-e7f262eee1f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ba6f2637-de86-4e27-b77a-f7bf9b72e2f4 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-79021210-a9aa-40bb-9eb8-d35717317d31 {
  min-height: 50px;
}








#s-79021210-a9aa-40bb-9eb8-d35717317d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79021210-a9aa-40bb-9eb8-d35717317d31.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  display: none;
}
#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e, #wrap-s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  display: none;
}
#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e, #wrap-s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  
}
}@media (max-width: 767px){#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  
}
}
#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e .shogun-heading-component h1 {
  color: rgba(13, 17, 246, 1);
  font-weight:   ;
  font-family: Bellefair;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  display: none;
}
#s-2c29982c-b885-4f0d-98ba-12ad962c20d7, #wrap-s-2c29982c-b885-4f0d-98ba-12ad962c20d7 { display:none !important; }}@media (max-width: 767px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  display: none;
}
#s-2c29982c-b885-4f0d-98ba-12ad962c20d7, #wrap-s-2c29982c-b885-4f0d-98ba-12ad962c20d7 { display:none !important; }}







#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c29982c-b885-4f0d-98ba-12ad962c20d7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a2741b23-3102-49d4-9d17-f7360719fd3a {
  border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a2741b23-3102-49d4-9d17-f7360719fd3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2741b23-3102-49d4-9d17-f7360719fd3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2741b23-3102-49d4-9d17-f7360719fd3a {
  
}
}@media (max-width: 767px){#s-a2741b23-3102-49d4-9d17-f7360719fd3a {
  
}
}
#s-a2741b23-3102-49d4-9d17-f7360719fd3a .shogun-heading-component h1 {
  color: rgba(13, 17, 246, 1);
  font-weight:   ;
  font-family: Bellefair;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4df303a8-ad8f-4a3d-80f9-e4d3e6a34311 {
  min-height: 50px;
}








#s-4df303a8-ad8f-4a3d-80f9-e4d3e6a34311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4df303a8-ad8f-4a3d-80f9-e4d3e6a34311.shg-box.shg-c {
  justify-content: center;
}

#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  
}
}@media (max-width: 767px){#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  
}
}
#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
@media (min-width: 1200px){#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
}@media (max-width: 767px){#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
}
@media (min-width: 0px) {
[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  
}
}@media (max-width: 767px){#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  
}
}
#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  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-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  
}
}@media (max-width: 767px){#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  
}
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  max-width: 100%;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom,
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  max-width:  !important;
  min-height: 11px !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  max-width: 100%;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom,
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  max-width:  !important;
  min-height: 11px !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  max-width: 100%;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom,
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  max-width:  !important;
  min-height: 11px !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  max-width: 100%;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom,
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  max-width:  !important;
  min-height: 11px !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  max-width: 100%;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom,
.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  max-width:  !important;
  min-height: 11px !important;
}

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-2682d073-7690-478f-8f93-54b5b209097f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-2682d073-7690-478f-8f93-54b5b209097f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2682d073-7690-478f-8f93-54b5b209097f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2682d073-7690-478f-8f93-54b5b209097f {
  
}
}@media (max-width: 767px){#s-2682d073-7690-478f-8f93-54b5b209097f {
  
}
}
#s-2682d073-7690-478f-8f93-54b5b209097f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8fbfa7f9-fffc-451c-80ef-6b04197e8b63 {
  text-align: center;
}
@media (min-width: 1200px){#s-8fbfa7f9-fffc-451c-80ef-6b04197e8b63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fbfa7f9-fffc-451c-80ef-6b04197e8b63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fbfa7f9-fffc-451c-80ef-6b04197e8b63 {
  
}
}@media (max-width: 767px){#s-8fbfa7f9-fffc-451c-80ef-6b04197e8b63 {
  
}
}
#s-8fbfa7f9-fffc-451c-80ef-6b04197e8b63 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8fbfa7f9-fffc-451c-80ef-6b04197e8b63 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-8fbfa7f9-fffc-451c-80ef-6b04197e8b63 .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-51568ac7-ef9d-4640-b84c-744c511b868b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-51568ac7-ef9d-4640-b84c-744c511b868b:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51568ac7-ef9d-4640-b84c-744c511b868b:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  
}
}@media (max-width: 767px){#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  
}
}


#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  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-51568ac7-ef9d-4640-b84c-744c511b868b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51568ac7-ef9d-4640-b84c-744c511b868b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-51568ac7-ef9d-4640-b84c-744c511b868b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  
}
}@media (max-width: 767px){#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  
}
}
#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  display: none;
}
#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  
}
}@media (max-width: 767px){#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  
}
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  max-width: 100%;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom,
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  max-width:  !important;
  min-height: 28px !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  max-width: 100%;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom,
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  max-width:  !important;
  min-height: 28px !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  max-width: 100%;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom,
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  max-width:  !important;
  min-height: 28px !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  max-width: 100%;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom,
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  max-width:  !important;
  min-height: 28px !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  max-width: 100%;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom,
.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  max-width:  !important;
  min-height: 28px !important;
}

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  
}
}@media (max-width: 767px){#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  
}
}
#s-a629b9e6-287b-4bfa-bcda-d165833c171c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  text-align: center;
}
@media (min-width: 1200px){#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  
}
}@media (max-width: 767px){#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  
}
}
#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d .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-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  
}
}@media (max-width: 767px){#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  
}
}


#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  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-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  
}
}@media (max-width: 767px){#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  
}
}
#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  display: none;
}
#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  
}
}@media (max-width: 767px){#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  
}
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  max-width: 100%;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom,
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  max-width: 100%;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom,
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  max-width: 100%;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom,
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  max-width: 100%;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom,
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  max-width: 100%;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom,
.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  
}
}@media (max-width: 767px){#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  
}
}
#s-47bb62ce-2749-44e5-92b9-17629efe07db .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  text-align: center;
}
@media (min-width: 1200px){#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  
}
}@media (max-width: 767px){#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  
}
}
#s-23c3cd74-0804-4762-840c-9a355bafdee2 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-23c3cd74-0804-4762-840c-9a355bafdee2 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-23c3cd74-0804-4762-840c-9a355bafdee2 .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-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  
}
}@media (max-width: 767px){#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  
}
}


#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  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-68914474-cca9-4f51-b0d7-dbee51dc3c1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  
}
}@media (max-width: 767px){#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  
}
}
#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  display: none;
}
#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 42px;
margin-left: 0px;
margin-bottom: 42px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  
}
}@media (max-width: 767px){#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  
}
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  max-width: 100%;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom,
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  max-width: 100%;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom,
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  max-width: 100%;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom,
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  max-width: 100%;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom,
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  max-width: 100%;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom,
.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  
}
}@media (max-width: 767px){#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  
}
}
#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  text-align: center;
}
@media (min-width: 1200px){#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  
}
}@media (max-width: 767px){#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  
}
}
#s-b454c643-1779-420d-9a8f-ee6520cf2cca .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b454c643-1779-420d-9a8f-ee6520cf2cca .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-b454c643-1779-420d-9a8f-ee6520cf2cca .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-a631ee34-020e-4317-a706-d19229545afb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-a631ee34-020e-4317-a706-d19229545afb:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a631ee34-020e-4317-a706-d19229545afb:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a631ee34-020e-4317-a706-d19229545afb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a631ee34-020e-4317-a706-d19229545afb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a631ee34-020e-4317-a706-d19229545afb {
  
}
}@media (max-width: 767px){#s-a631ee34-020e-4317-a706-d19229545afb {
  
}
}


#s-a631ee34-020e-4317-a706-d19229545afb {
  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-a631ee34-020e-4317-a706-d19229545afb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a631ee34-020e-4317-a706-d19229545afb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-a631ee34-020e-4317-a706-d19229545afb.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
@media (min-width: 1200px){#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
}@media (max-width: 767px){#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
}
@media (min-width: 0px) {
[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  
}
}@media (max-width: 767px){#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  
}
}
#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  display: none;
}
#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 19px;
margin-bottom: 19px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  
}
}@media (max-width: 767px){#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  
}
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  max-width: 100%;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom,
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  max-width: 100%;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom,
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  max-width: 100%;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom,
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  max-width: 100%;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom,
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  max-width: 100%;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom,
.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  
}
}@media (max-width: 767px){#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  
}
}
#s-e6b28365-9845-4d46-a8cd-460b03fbc281 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  text-align: center;
}
@media (min-width: 1200px){#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  
}
}@media (max-width: 767px){#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  
}
}
#s-784bb889-74e9-4b57-ba61-2567e8f748f4 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-784bb889-74e9-4b57-ba61-2567e8f748f4 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-784bb889-74e9-4b57-ba61-2567e8f748f4 .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-7cae7043-506d-4a18-a0d1-83993de48e36 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-7cae7043-506d-4a18-a0d1-83993de48e36:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7cae7043-506d-4a18-a0d1-83993de48e36:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  
}
}@media (max-width: 767px){#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  
}
}


#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  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-7cae7043-506d-4a18-a0d1-83993de48e36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cae7043-506d-4a18-a0d1-83993de48e36.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-7cae7043-506d-4a18-a0d1-83993de48e36.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  
}
}@media (max-width: 767px){#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  
}
}
#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  display: none;
}
#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 3px;
margin-bottom: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  
}
}@media (max-width: 767px){#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  
}
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  max-width: 100%;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom,
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  max-width: 100%;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom,
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  max-width: 100%;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom,
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  max-width: 100%;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom,
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  max-width: 100%;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom,
.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  
}
}@media (max-width: 767px){#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  
}
}
#s-79ea769e-77cc-4245-a6f4-382fc897d758 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  text-align: center;
}
@media (min-width: 1200px){#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  
}
}@media (max-width: 767px){#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  
}
}
#s-c816d492-5eef-49bc-9bbe-f829bce118ba .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c816d492-5eef-49bc-9bbe-f829bce118ba .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-c816d492-5eef-49bc-9bbe-f829bce118ba .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-97359883-b731-4a85-af6b-b4a576f6dd2a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-97359883-b731-4a85-af6b-b4a576f6dd2a:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97359883-b731-4a85-af6b-b4a576f6dd2a:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  
}
}@media (max-width: 767px){#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  
}
}


#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  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-97359883-b731-4a85-af6b-b4a576f6dd2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97359883-b731-4a85-af6b-b4a576f6dd2a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-97359883-b731-4a85-af6b-b4a576f6dd2a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  
}
}@media (max-width: 767px){#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  
}
}
#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  display: none;
}
#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  
}
}@media (max-width: 767px){#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  
}
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  max-width: 100%;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom,
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  max-width: 100%;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom,
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  max-width: 100%;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom,
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  max-width: 100%;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom,
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  max-width: 100%;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom,
.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  
}
}@media (max-width: 767px){#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  
}
}
#s-cd5fcae1-2033-499c-82aa-f80c948de243 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  text-align: center;
}
@media (min-width: 1200px){#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  
}
}@media (max-width: 767px){#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  
}
}
#s-4efc145f-9178-4c95-8335-c18969df8e6c .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4efc145f-9178-4c95-8335-c18969df8e6c .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-4efc145f-9178-4c95-8335-c18969df8e6c .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-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-0e6c6a70-db51-435d-ac25-c669935c31a7:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0e6c6a70-db51-435d-ac25-c669935c31a7:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  
}
}@media (max-width: 767px){#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  
}
}


#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  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-0e6c6a70-db51-435d-ac25-c669935c31a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e6c6a70-db51-435d-ac25-c669935c31a7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-0e6c6a70-db51-435d-ac25-c669935c31a7.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  
}
}@media (max-width: 767px){#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  
}
}
#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  display: none;
}
#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 68px;
margin-bottom: 68px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  
}
}@media (max-width: 767px){#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  
}
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  max-width: 100%;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom,
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  max-width: 100%;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom,
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  max-width: 100%;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom,
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  max-width: 100%;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom,
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  max-width: 100%;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom,
.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  
}
}@media (max-width: 767px){#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  
}
}
#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  text-align: center;
}
@media (min-width: 1200px){#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  
}
}@media (max-width: 767px){#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  
}
}
#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-75e8b648-72f8-4c0c-bf44-b0096352c60c:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75e8b648-72f8-4c0c-bf44-b0096352c60c:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  
}
}@media (max-width: 767px){#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  
}
}


#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  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-75e8b648-72f8-4c0c-bf44-b0096352c60c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75e8b648-72f8-4c0c-bf44-b0096352c60c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-75e8b648-72f8-4c0c-bf44-b0096352c60c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
@media (min-width: 1200px){#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
}@media (max-width: 767px){#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
}
@media (min-width: 0px) {
[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  
}
}@media (max-width: 767px){#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  
}
}
#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  display: none;
}
#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 69px;
margin-bottom: 69px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  
}
}@media (max-width: 767px){#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  
}
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  max-width: 100%;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom,
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  max-width: 100%;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom,
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  max-width: 100%;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom,
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  max-width: 100%;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom,
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  max-width: 100%;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom,
.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  
}
}@media (max-width: 767px){#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  
}
}
#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  text-align: center;
}
@media (min-width: 1200px){#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  
}
}@media (max-width: 767px){#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  
}
}
#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 .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-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-7285c3e3-eebf-4017-a316-f7613d3938b5:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7285c3e3-eebf-4017-a316-f7613d3938b5:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  
}
}@media (max-width: 767px){#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  
}
}


#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  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-7285c3e3-eebf-4017-a316-f7613d3938b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7285c3e3-eebf-4017-a316-f7613d3938b5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-7285c3e3-eebf-4017-a316-f7613d3938b5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  
}
}@media (max-width: 767px){#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  
}
}
#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  display: none;
}
#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 4px;
margin-bottom: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  
}
}@media (max-width: 767px){#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  
}
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  max-width: 100%;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom,
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  max-width: 100%;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom,
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  max-width: 100%;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom,
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  max-width: 100%;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom,
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  max-width: 100%;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom,
.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0f947577-5311-4b86-9458-982ac4247413 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-0f947577-5311-4b86-9458-982ac4247413 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f947577-5311-4b86-9458-982ac4247413 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f947577-5311-4b86-9458-982ac4247413 {
  
}
}@media (max-width: 767px){#s-0f947577-5311-4b86-9458-982ac4247413 {
  
}
}
#s-0f947577-5311-4b86-9458-982ac4247413 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  text-align: center;
}
@media (min-width: 1200px){#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  
}
}@media (max-width: 767px){#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  
}
}
#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f .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-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  
}
}@media (max-width: 767px){#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  
}
}


#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  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-16eaace3-6e3e-4cff-8923-3d0c3fea4889.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  
}
}@media (max-width: 767px){#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  
}
}
#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  display: none;
}
#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  
}
}@media (max-width: 767px){#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  
}
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  max-width: 100%;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom,
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  max-width: 100%;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom,
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  max-width: 100%;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom,
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  max-width: 100%;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom,
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  max-width: 100%;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom,
.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  
}
}@media (max-width: 767px){#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  
}
}
#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  text-align: center;
}
@media (min-width: 1200px){#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  
}
}@media (max-width: 767px){#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  
}
}
#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 .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-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-a7601e07-11ce-4a39-9b0e-beabad779e07:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7601e07-11ce-4a39-9b0e-beabad779e07:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  
}
}@media (max-width: 767px){#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  
}
}


#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  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-a7601e07-11ce-4a39-9b0e-beabad779e07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7601e07-11ce-4a39-9b0e-beabad779e07.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-a7601e07-11ce-4a39-9b0e-beabad779e07.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  
}
}@media (max-width: 767px){#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  
}
}
#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  display: none;
}
#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 77px;
margin-bottom: 77px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  
}
}@media (max-width: 767px){#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  
}
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  max-width: 100%;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom,
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  max-width: 100%;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom,
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  max-width: 100%;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom,
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  max-width: 100%;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom,
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  max-width: 100%;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom,
.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5365a894-af26-4f37-9376-cffe02c576cd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-5365a894-af26-4f37-9376-cffe02c576cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5365a894-af26-4f37-9376-cffe02c576cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5365a894-af26-4f37-9376-cffe02c576cd {
  
}
}@media (max-width: 767px){#s-5365a894-af26-4f37-9376-cffe02c576cd {
  
}
}
#s-5365a894-af26-4f37-9376-cffe02c576cd .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  text-align: center;
}
@media (min-width: 1200px){#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  
}
}@media (max-width: 767px){#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  
}
}
#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 .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-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f0b572f9-f138-46d6-ba63-a5b8651a4167:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f0b572f9-f138-46d6-ba63-a5b8651a4167:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  
}
}@media (max-width: 767px){#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  
}
}


#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  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-f0b572f9-f138-46d6-ba63-a5b8651a4167.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0b572f9-f138-46d6-ba63-a5b8651a4167.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-f0b572f9-f138-46d6-ba63-a5b8651a4167.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
@media (min-width: 1200px){#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
}@media (max-width: 767px){#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
}
@media (min-width: 0px) {
[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  
}
}@media (max-width: 767px){#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  
}
}
#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  display: none;
}
#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  
}
}@media (max-width: 767px){#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  
}
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  max-width: 100%;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom,
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  max-width: 100%;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom,
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  max-width: 100%;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom,
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  max-width: 100%;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom,
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  max-width: 100%;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom,
.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  
}
}@media (max-width: 767px){#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  
}
}
#s-a695484e-7afa-40d5-af2f-4440cb65830a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-27917253-78b1-4ab5-a551-204155580f06 {
  text-align: center;
}
@media (min-width: 1200px){#s-27917253-78b1-4ab5-a551-204155580f06 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27917253-78b1-4ab5-a551-204155580f06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27917253-78b1-4ab5-a551-204155580f06 {
  
}
}@media (max-width: 767px){#s-27917253-78b1-4ab5-a551-204155580f06 {
  
}
}
#s-27917253-78b1-4ab5-a551-204155580f06 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-27917253-78b1-4ab5-a551-204155580f06 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-27917253-78b1-4ab5-a551-204155580f06 .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-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-6d688b9e-3033-4b69-9353-8d5f1eea3134:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d688b9e-3033-4b69-9353-8d5f1eea3134:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  
}
}@media (max-width: 767px){#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  
}
}


#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  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-6d688b9e-3033-4b69-9353-8d5f1eea3134.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d688b9e-3033-4b69-9353-8d5f1eea3134.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-6d688b9e-3033-4b69-9353-8d5f1eea3134.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  
}
}@media (max-width: 767px){#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  
}
}
#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  display: none;
}
#s-77be169b-2138-464a-850f-8126a6a808db {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-77be169b-2138-464a-850f-8126a6a808db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77be169b-2138-464a-850f-8126a6a808db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-77be169b-2138-464a-850f-8126a6a808db {
  
}
}@media (max-width: 767px){#s-77be169b-2138-464a-850f-8126a6a808db {
  
}
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db {
  max-width: 100%;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom,
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db {
  max-width: 100%;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom,
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db {
  max-width: 100%;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom,
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db {
  max-width: 100%;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom,
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db {
  max-width: 100%;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom,
.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  
}
}@media (max-width: 767px){#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  
}
}
#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  text-align: center;
}
@media (min-width: 1200px){#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  
}
}@media (max-width: 767px){#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  
}
}
#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 .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-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  
}
}@media (max-width: 767px){#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  
}
}


#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  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-9fad3aac-6505-4abf-8c50-78fb7097ad4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  
}
}@media (max-width: 767px){#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  
}
}
#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  display: none;
}
#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  
}
}@media (max-width: 767px){#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  
}
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  max-width: 100%;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom,
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  max-width: 100%;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom,
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  max-width: 100%;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom,
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  max-width: 100%;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom,
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  max-width: 100%;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom,
.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  
}
}@media (max-width: 767px){#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  
}
}
#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  text-align: center;
}
@media (min-width: 1200px){#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  
}
}@media (max-width: 767px){#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  
}
}
#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 .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-37b22912-7a14-4890-9507-fc10b468c2d5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-37b22912-7a14-4890-9507-fc10b468c2d5:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37b22912-7a14-4890-9507-fc10b468c2d5:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  
}
}@media (max-width: 767px){#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  
}
}


#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  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-37b22912-7a14-4890-9507-fc10b468c2d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37b22912-7a14-4890-9507-fc10b468c2d5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-37b22912-7a14-4890-9507-fc10b468c2d5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  
}
}@media (max-width: 767px){#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  
}
}
#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  display: none;
}
#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  
}
}@media (max-width: 767px){#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  
}
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  max-width: 100%;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom,
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  max-width: 100%;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom,
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  max-width: 100%;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom,
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  max-width: 100%;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom,
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  max-width: 100%;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom,
.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  
}
}@media (max-width: 767px){#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  
}
}
#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  text-align: center;
}
@media (min-width: 1200px){#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  
}
}@media (max-width: 767px){#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  
}
}
#s-28c40626-3e2a-480c-86ef-7313745cb0e0 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-28c40626-3e2a-480c-86ef-7313745cb0e0 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-28c40626-3e2a-480c-86ef-7313745cb0e0 .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-ec382227-016c-4f25-9217-6499a23da7d9 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-ec382227-016c-4f25-9217-6499a23da7d9:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec382227-016c-4f25-9217-6499a23da7d9:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  
}
}@media (max-width: 767px){#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  
}
}


#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  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-ec382227-016c-4f25-9217-6499a23da7d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec382227-016c-4f25-9217-6499a23da7d9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-ec382227-016c-4f25-9217-6499a23da7d9.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-d0f96ce2-c687-43ca-84f8-ef8e2ac52662 {
  min-height: 100px;
}








#s-d0f96ce2-c687-43ca-84f8-ef8e2ac52662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0f96ce2-c687-43ca-84f8-ef8e2ac52662.shg-box.shg-c {
  justify-content: center;
}

#s-a3eec125-34dc-4ae5-adfd-4a8b4b407122 {
  min-height: 50px;
}








#s-a3eec125-34dc-4ae5-adfd-4a8b4b407122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3eec125-34dc-4ae5-adfd-4a8b4b407122.shg-box.shg-c {
  justify-content: center;
}

#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  display: none;
}
#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac, #wrap-s-a2658b9b-c809-456c-8a72-5ab35d18c7ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  display: none;
}
#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac, #wrap-s-a2658b9b-c809-456c-8a72-5ab35d18c7ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}@media (max-width: 767px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}
#s-5fffbe11-b8e9-466b-9447-61f13feaeac7 {
  
}
@media (min-width: 1200px){#s-5fffbe11-b8e9-466b-9447-61f13feaeac7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fffbe11-b8e9-466b-9447-61f13feaeac7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fffbe11-b8e9-466b-9447-61f13feaeac7 {
  
}
}@media (max-width: 767px){#s-5fffbe11-b8e9-466b-9447-61f13feaeac7 {
  
}
}
@media (min-width: 0px) {
[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5fffbe11-b8e9-466b-9447-61f13feaeac7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-078de683-6259-4d3a-b5fa-d39b85bbb4db {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-078de683-6259-4d3a-b5fa-d39b85bbb4db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-078de683-6259-4d3a-b5fa-d39b85bbb4db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-078de683-6259-4d3a-b5fa-d39b85bbb4db {
  
}
}@media (max-width: 767px){#s-078de683-6259-4d3a-b5fa-d39b85bbb4db {
  
}
}
#s-078de683-6259-4d3a-b5fa-d39b85bbb4db {
  display: none;
}
#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 2px;
margin-bottom: 2px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  
}
}@media (max-width: 767px){#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  
}
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  max-width: 100%;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom,
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  max-width: 100%;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom,
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  max-width: 100%;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom,
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  max-width: 100%;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom,
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 {
  max-width: 100%;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom,
.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-801541a5-9d3d-40c2-9d20-5408b2ed5585 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e3c6a5f1-4c4a-4379-9ad2-3829ff64e509 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-e3c6a5f1-4c4a-4379-9ad2-3829ff64e509 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3c6a5f1-4c4a-4379-9ad2-3829ff64e509 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3c6a5f1-4c4a-4379-9ad2-3829ff64e509 {
  
}
}@media (max-width: 767px){#s-e3c6a5f1-4c4a-4379-9ad2-3829ff64e509 {
  
}
}
#s-e3c6a5f1-4c4a-4379-9ad2-3829ff64e509 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d4fec6cd-4de3-48e2-a535-6cf7ac52cfae {
  text-align: center;
}
@media (min-width: 1200px){#s-d4fec6cd-4de3-48e2-a535-6cf7ac52cfae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4fec6cd-4de3-48e2-a535-6cf7ac52cfae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4fec6cd-4de3-48e2-a535-6cf7ac52cfae {
  
}
}@media (max-width: 767px){#s-d4fec6cd-4de3-48e2-a535-6cf7ac52cfae {
  
}
}
#s-d4fec6cd-4de3-48e2-a535-6cf7ac52cfae .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d4fec6cd-4de3-48e2-a535-6cf7ac52cfae .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-d4fec6cd-4de3-48e2-a535-6cf7ac52cfae .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-64b96dc9-05c6-4011-bf52-58abf271dba1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-64b96dc9-05c6-4011-bf52-58abf271dba1:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-64b96dc9-05c6-4011-bf52-58abf271dba1:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-64b96dc9-05c6-4011-bf52-58abf271dba1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64b96dc9-05c6-4011-bf52-58abf271dba1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-64b96dc9-05c6-4011-bf52-58abf271dba1 {
  
}
}@media (max-width: 767px){#s-64b96dc9-05c6-4011-bf52-58abf271dba1 {
  
}
}


#s-64b96dc9-05c6-4011-bf52-58abf271dba1 {
  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-64b96dc9-05c6-4011-bf52-58abf271dba1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-64b96dc9-05c6-4011-bf52-58abf271dba1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-64b96dc9-05c6-4011-bf52-58abf271dba1.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-956cd252-575a-499d-91d0-bc0a2381d286 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-956cd252-575a-499d-91d0-bc0a2381d286 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-956cd252-575a-499d-91d0-bc0a2381d286 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-956cd252-575a-499d-91d0-bc0a2381d286 {
  
}
}@media (max-width: 767px){#s-956cd252-575a-499d-91d0-bc0a2381d286 {
  
}
}
#s-956cd252-575a-499d-91d0-bc0a2381d286 {
  display: none;
}
#s-3d086865-092c-43cd-8b37-c39995345f2f {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 2px;
margin-bottom: 2px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3d086865-092c-43cd-8b37-c39995345f2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d086865-092c-43cd-8b37-c39995345f2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d086865-092c-43cd-8b37-c39995345f2f {
  
}
}@media (max-width: 767px){#s-3d086865-092c-43cd-8b37-c39995345f2f {
  
}
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f {
  max-width: 100%;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom,
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f {
  max-width: 100%;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom,
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f {
  max-width: 100%;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom,
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f {
  max-width: 100%;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom,
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f {
  max-width: 100%;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom,
.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d086865-092c-43cd-8b37-c39995345f2f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-599ae3b7-07e0-4b25-b8c7-a84e6d17903d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-599ae3b7-07e0-4b25-b8c7-a84e6d17903d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-599ae3b7-07e0-4b25-b8c7-a84e6d17903d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-599ae3b7-07e0-4b25-b8c7-a84e6d17903d {
  
}
}@media (max-width: 767px){#s-599ae3b7-07e0-4b25-b8c7-a84e6d17903d {
  
}
}
#s-599ae3b7-07e0-4b25-b8c7-a84e6d17903d .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d8c147cb-fa1e-45ea-b01a-6371a4eba54c {
  text-align: center;
}
@media (min-width: 1200px){#s-d8c147cb-fa1e-45ea-b01a-6371a4eba54c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8c147cb-fa1e-45ea-b01a-6371a4eba54c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8c147cb-fa1e-45ea-b01a-6371a4eba54c {
  
}
}@media (max-width: 767px){#s-d8c147cb-fa1e-45ea-b01a-6371a4eba54c {
  
}
}
#s-d8c147cb-fa1e-45ea-b01a-6371a4eba54c .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d8c147cb-fa1e-45ea-b01a-6371a4eba54c .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-d8c147cb-fa1e-45ea-b01a-6371a4eba54c .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-877d38b6-cd23-4f2a-bef7-ead54bb3769b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b {
  
}
}@media (max-width: 767px){#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b {
  
}
}


#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b {
  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-877d38b6-cd23-4f2a-bef7-ead54bb3769b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-877d38b6-cd23-4f2a-bef7-ead54bb3769b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c97d2048-e011-4d5e-b89c-9348aab93353 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c97d2048-e011-4d5e-b89c-9348aab93353 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c97d2048-e011-4d5e-b89c-9348aab93353 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c97d2048-e011-4d5e-b89c-9348aab93353 {
  
}
}@media (max-width: 767px){#s-c97d2048-e011-4d5e-b89c-9348aab93353 {
  
}
}
#s-c97d2048-e011-4d5e-b89c-9348aab93353 {
  display: none;
}
#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 17px;
margin-bottom: 17px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  
}
}@media (max-width: 767px){#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  
}
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  max-width: 100%;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom,
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  max-width: 100%;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom,
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  max-width: 100%;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom,
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  max-width: 100%;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom,
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 {
  max-width: 100%;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom,
.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2094e06a-b502-49ee-ae34-d2ed002e9551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-05f776e2-4d97-45fc-978b-df420d564cc0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-05f776e2-4d97-45fc-978b-df420d564cc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05f776e2-4d97-45fc-978b-df420d564cc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05f776e2-4d97-45fc-978b-df420d564cc0 {
  
}
}@media (max-width: 767px){#s-05f776e2-4d97-45fc-978b-df420d564cc0 {
  
}
}
#s-05f776e2-4d97-45fc-978b-df420d564cc0 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4f905967-7fe0-456a-abad-85c857bb9bef {
  text-align: center;
}
@media (min-width: 1200px){#s-4f905967-7fe0-456a-abad-85c857bb9bef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f905967-7fe0-456a-abad-85c857bb9bef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f905967-7fe0-456a-abad-85c857bb9bef {
  
}
}@media (max-width: 767px){#s-4f905967-7fe0-456a-abad-85c857bb9bef {
  
}
}
#s-4f905967-7fe0-456a-abad-85c857bb9bef .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4f905967-7fe0-456a-abad-85c857bb9bef .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-4f905967-7fe0-456a-abad-85c857bb9bef .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-f7d5f9cd-e610-489f-a5b2-ebd612e8d008 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008 {
  
}
}@media (max-width: 767px){#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008 {
  
}
}


#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008 {
  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-f7d5f9cd-e610-489f-a5b2-ebd612e8d008.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-f7d5f9cd-e610-489f-a5b2-ebd612e8d008.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-7aa9179b-1327-41e0-a8b3-a60fdd10c716 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-7aa9179b-1327-41e0-a8b3-a60fdd10c716 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa9179b-1327-41e0-a8b3-a60fdd10c716 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa9179b-1327-41e0-a8b3-a60fdd10c716 {
  
}
}@media (max-width: 767px){#s-7aa9179b-1327-41e0-a8b3-a60fdd10c716 {
  
}
}
#s-7aa9179b-1327-41e0-a8b3-a60fdd10c716 {
  display: none;
}
#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 12px;
margin-bottom: 12px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  
}
}@media (max-width: 767px){#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  
}
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  max-width: 100%;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom,
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  max-width: 100%;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom,
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  max-width: 100%;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom,
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  max-width: 100%;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom,
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d {
  max-width: 100%;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom,
.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afc6d0e0-077b-4d76-ba60-b34cbe93160d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-69a772d3-ae93-4c12-ad7e-f86055a0aacb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-69a772d3-ae93-4c12-ad7e-f86055a0aacb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69a772d3-ae93-4c12-ad7e-f86055a0aacb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69a772d3-ae93-4c12-ad7e-f86055a0aacb {
  
}
}@media (max-width: 767px){#s-69a772d3-ae93-4c12-ad7e-f86055a0aacb {
  
}
}
#s-69a772d3-ae93-4c12-ad7e-f86055a0aacb .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ad3244f0-7ecc-432e-abd0-bb55015e8368 {
  text-align: center;
}
@media (min-width: 1200px){#s-ad3244f0-7ecc-432e-abd0-bb55015e8368 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad3244f0-7ecc-432e-abd0-bb55015e8368 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad3244f0-7ecc-432e-abd0-bb55015e8368 {
  
}
}@media (max-width: 767px){#s-ad3244f0-7ecc-432e-abd0-bb55015e8368 {
  
}
}
#s-ad3244f0-7ecc-432e-abd0-bb55015e8368 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ad3244f0-7ecc-432e-abd0-bb55015e8368 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-ad3244f0-7ecc-432e-abd0-bb55015e8368 .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-794bc715-6e37-4da4-a7a8-bd3c535238a0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-794bc715-6e37-4da4-a7a8-bd3c535238a0:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-794bc715-6e37-4da4-a7a8-bd3c535238a0:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-794bc715-6e37-4da4-a7a8-bd3c535238a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-794bc715-6e37-4da4-a7a8-bd3c535238a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-794bc715-6e37-4da4-a7a8-bd3c535238a0 {
  
}
}@media (max-width: 767px){#s-794bc715-6e37-4da4-a7a8-bd3c535238a0 {
  
}
}


#s-794bc715-6e37-4da4-a7a8-bd3c535238a0 {
  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-794bc715-6e37-4da4-a7a8-bd3c535238a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-794bc715-6e37-4da4-a7a8-bd3c535238a0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-794bc715-6e37-4da4-a7a8-bd3c535238a0.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404 {
  
}
@media (min-width: 1200px){#s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404 {
  
}
}@media (max-width: 767px){#s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404 {
  
}
}
@media (min-width: 0px) {
[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9ff4bbc-7a1f-4ff5-a214-4555b3336404"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0338723b-6fef-4f37-ae7b-7608b6a424ac {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-0338723b-6fef-4f37-ae7b-7608b6a424ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0338723b-6fef-4f37-ae7b-7608b6a424ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0338723b-6fef-4f37-ae7b-7608b6a424ac {
  
}
}@media (max-width: 767px){#s-0338723b-6fef-4f37-ae7b-7608b6a424ac {
  
}
}
#s-0338723b-6fef-4f37-ae7b-7608b6a424ac {
  display: none;
}
#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 2px;
margin-bottom: 2px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  
}
}@media (max-width: 767px){#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  
}
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  max-width: 100%;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom,
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  max-width: 100%;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom,
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  max-width: 100%;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom,
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  max-width: 100%;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom,
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 {
  max-width: 100%;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom,
.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4e86953-cef9-4382-b468-6e7ab2674788 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-99c5de38-f322-4fd3-8f5c-bf46bab8fa3d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-99c5de38-f322-4fd3-8f5c-bf46bab8fa3d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99c5de38-f322-4fd3-8f5c-bf46bab8fa3d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99c5de38-f322-4fd3-8f5c-bf46bab8fa3d {
  
}
}@media (max-width: 767px){#s-99c5de38-f322-4fd3-8f5c-bf46bab8fa3d {
  
}
}
#s-99c5de38-f322-4fd3-8f5c-bf46bab8fa3d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0edd86f5-e276-47ad-bf66-97833d30f2cd {
  text-align: center;
}
@media (min-width: 1200px){#s-0edd86f5-e276-47ad-bf66-97833d30f2cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0edd86f5-e276-47ad-bf66-97833d30f2cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0edd86f5-e276-47ad-bf66-97833d30f2cd {
  
}
}@media (max-width: 767px){#s-0edd86f5-e276-47ad-bf66-97833d30f2cd {
  
}
}
#s-0edd86f5-e276-47ad-bf66-97833d30f2cd .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0edd86f5-e276-47ad-bf66-97833d30f2cd .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-0edd86f5-e276-47ad-bf66-97833d30f2cd .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-062c4d26-4d56-466a-af8f-e5def3117e9e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-062c4d26-4d56-466a-af8f-e5def3117e9e:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-062c4d26-4d56-466a-af8f-e5def3117e9e:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-062c4d26-4d56-466a-af8f-e5def3117e9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-062c4d26-4d56-466a-af8f-e5def3117e9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-062c4d26-4d56-466a-af8f-e5def3117e9e {
  
}
}@media (max-width: 767px){#s-062c4d26-4d56-466a-af8f-e5def3117e9e {
  
}
}


#s-062c4d26-4d56-466a-af8f-e5def3117e9e {
  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-062c4d26-4d56-466a-af8f-e5def3117e9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-062c4d26-4d56-466a-af8f-e5def3117e9e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-062c4d26-4d56-466a-af8f-e5def3117e9e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-73509e3f-fd98-41e4-9661-72d695a0fb71 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-73509e3f-fd98-41e4-9661-72d695a0fb71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73509e3f-fd98-41e4-9661-72d695a0fb71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73509e3f-fd98-41e4-9661-72d695a0fb71 {
  
}
}@media (max-width: 767px){#s-73509e3f-fd98-41e4-9661-72d695a0fb71 {
  
}
}
#s-73509e3f-fd98-41e4-9661-72d695a0fb71 {
  display: none;
}
#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  
}
}@media (max-width: 767px){#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  
}
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  max-width: 100%;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom,
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  max-width: 100%;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom,
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  max-width: 100%;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom,
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  max-width: 100%;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom,
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a {
  max-width: 100%;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom,
.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8daf57-3cc2-42fa-a483-3afe13ae720a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b7edc96f-ae16-4df5-b2c4-6bb4e6557f44 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-b7edc96f-ae16-4df5-b2c4-6bb4e6557f44 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7edc96f-ae16-4df5-b2c4-6bb4e6557f44 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7edc96f-ae16-4df5-b2c4-6bb4e6557f44 {
  
}
}@media (max-width: 767px){#s-b7edc96f-ae16-4df5-b2c4-6bb4e6557f44 {
  
}
}
#s-b7edc96f-ae16-4df5-b2c4-6bb4e6557f44 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f3abd331-cd4c-41d6-9996-53a47cc8fc67 {
  text-align: center;
}
@media (min-width: 1200px){#s-f3abd331-cd4c-41d6-9996-53a47cc8fc67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3abd331-cd4c-41d6-9996-53a47cc8fc67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3abd331-cd4c-41d6-9996-53a47cc8fc67 {
  
}
}@media (max-width: 767px){#s-f3abd331-cd4c-41d6-9996-53a47cc8fc67 {
  
}
}
#s-f3abd331-cd4c-41d6-9996-53a47cc8fc67 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f3abd331-cd4c-41d6-9996-53a47cc8fc67 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-f3abd331-cd4c-41d6-9996-53a47cc8fc67 .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-f2376c8a-74ef-4d07-99d2-729bf8affc45 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f2376c8a-74ef-4d07-99d2-729bf8affc45:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2376c8a-74ef-4d07-99d2-729bf8affc45:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f2376c8a-74ef-4d07-99d2-729bf8affc45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2376c8a-74ef-4d07-99d2-729bf8affc45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2376c8a-74ef-4d07-99d2-729bf8affc45 {
  
}
}@media (max-width: 767px){#s-f2376c8a-74ef-4d07-99d2-729bf8affc45 {
  
}
}


#s-f2376c8a-74ef-4d07-99d2-729bf8affc45 {
  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-f2376c8a-74ef-4d07-99d2-729bf8affc45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2376c8a-74ef-4d07-99d2-729bf8affc45.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-f2376c8a-74ef-4d07-99d2-729bf8affc45.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-4df91d54-1fae-40bf-a3fe-2b381b0e7b7a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-4df91d54-1fae-40bf-a3fe-2b381b0e7b7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4df91d54-1fae-40bf-a3fe-2b381b0e7b7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4df91d54-1fae-40bf-a3fe-2b381b0e7b7a {
  
}
}@media (max-width: 767px){#s-4df91d54-1fae-40bf-a3fe-2b381b0e7b7a {
  
}
}
#s-4df91d54-1fae-40bf-a3fe-2b381b0e7b7a {
  display: none;
}
#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 17px;
margin-bottom: 17px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  
}
}@media (max-width: 767px){#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  
}
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  max-width: 100%;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom,
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  max-width: 100%;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom,
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  max-width: 100%;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom,
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  max-width: 100%;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom,
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 {
  max-width: 100%;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom,
.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c3a9db2-9e37-442d-ab48-93e9e92a7e02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-36aa1e97-443d-4aac-a450-a55857228849 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-36aa1e97-443d-4aac-a450-a55857228849 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36aa1e97-443d-4aac-a450-a55857228849 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36aa1e97-443d-4aac-a450-a55857228849 {
  
}
}@media (max-width: 767px){#s-36aa1e97-443d-4aac-a450-a55857228849 {
  
}
}
#s-36aa1e97-443d-4aac-a450-a55857228849 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9beb39fc-10bd-4655-af92-5b732e00df3c {
  text-align: center;
}
@media (min-width: 1200px){#s-9beb39fc-10bd-4655-af92-5b732e00df3c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9beb39fc-10bd-4655-af92-5b732e00df3c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9beb39fc-10bd-4655-af92-5b732e00df3c {
  
}
}@media (max-width: 767px){#s-9beb39fc-10bd-4655-af92-5b732e00df3c {
  
}
}
#s-9beb39fc-10bd-4655-af92-5b732e00df3c .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9beb39fc-10bd-4655-af92-5b732e00df3c .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-9beb39fc-10bd-4655-af92-5b732e00df3c .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-37511e07-ab98-4dda-8f63-6f41092f4401 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-37511e07-ab98-4dda-8f63-6f41092f4401:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37511e07-ab98-4dda-8f63-6f41092f4401:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-37511e07-ab98-4dda-8f63-6f41092f4401 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37511e07-ab98-4dda-8f63-6f41092f4401 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37511e07-ab98-4dda-8f63-6f41092f4401 {
  
}
}@media (max-width: 767px){#s-37511e07-ab98-4dda-8f63-6f41092f4401 {
  
}
}


#s-37511e07-ab98-4dda-8f63-6f41092f4401 {
  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-37511e07-ab98-4dda-8f63-6f41092f4401.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37511e07-ab98-4dda-8f63-6f41092f4401.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-37511e07-ab98-4dda-8f63-6f41092f4401.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-f6b1c106-63e8-4cd1-a83d-05bae276ccb5 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f6b1c106-63e8-4cd1-a83d-05bae276ccb5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6b1c106-63e8-4cd1-a83d-05bae276ccb5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6b1c106-63e8-4cd1-a83d-05bae276ccb5 {
  
}
}@media (max-width: 767px){#s-f6b1c106-63e8-4cd1-a83d-05bae276ccb5 {
  
}
}
#s-f6b1c106-63e8-4cd1-a83d-05bae276ccb5 {
  display: none;
}
#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  
}
}@media (max-width: 767px){#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  
}
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  max-width: 100%;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom,
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  max-width: 100%;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom,
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  max-width: 100%;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom,
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  max-width: 100%;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom,
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 {
  max-width: 100%;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom,
.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830b28b-5d15-4f82-b9b6-749f417bea91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d8e01da5-a7c6-4e4d-a8cd-9523fc5ef74f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-d8e01da5-a7c6-4e4d-a8cd-9523fc5ef74f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8e01da5-a7c6-4e4d-a8cd-9523fc5ef74f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8e01da5-a7c6-4e4d-a8cd-9523fc5ef74f {
  
}
}@media (max-width: 767px){#s-d8e01da5-a7c6-4e4d-a8cd-9523fc5ef74f {
  
}
}
#s-d8e01da5-a7c6-4e4d-a8cd-9523fc5ef74f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-184ad610-1424-4ed6-b7e0-3aa27cd50041 {
  text-align: center;
}
@media (min-width: 1200px){#s-184ad610-1424-4ed6-b7e0-3aa27cd50041 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-184ad610-1424-4ed6-b7e0-3aa27cd50041 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-184ad610-1424-4ed6-b7e0-3aa27cd50041 {
  
}
}@media (max-width: 767px){#s-184ad610-1424-4ed6-b7e0-3aa27cd50041 {
  
}
}
#s-184ad610-1424-4ed6-b7e0-3aa27cd50041 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-184ad610-1424-4ed6-b7e0-3aa27cd50041 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-184ad610-1424-4ed6-b7e0-3aa27cd50041 .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-fe5a037c-9733-473a-80de-7bd4aa1faef4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-fe5a037c-9733-473a-80de-7bd4aa1faef4:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe5a037c-9733-473a-80de-7bd4aa1faef4:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fe5a037c-9733-473a-80de-7bd4aa1faef4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe5a037c-9733-473a-80de-7bd4aa1faef4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe5a037c-9733-473a-80de-7bd4aa1faef4 {
  
}
}@media (max-width: 767px){#s-fe5a037c-9733-473a-80de-7bd4aa1faef4 {
  
}
}


#s-fe5a037c-9733-473a-80de-7bd4aa1faef4 {
  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-fe5a037c-9733-473a-80de-7bd4aa1faef4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe5a037c-9733-473a-80de-7bd4aa1faef4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-fe5a037c-9733-473a-80de-7bd4aa1faef4.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
@media (min-width: 1200px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (max-width: 767px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}
@media (min-width: 0px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (max-width: 767px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}
#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  display: none;
}
#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 4px;
margin-bottom: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (max-width: 767px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (max-width: 767px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}
#s-76039a31-528a-49dc-8151-01da6be26ec4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  text-align: center;
}
@media (min-width: 1200px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (max-width: 767px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}
#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .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-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-a7536cb3-df03-4917-b4e6-aab3482fb654:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7536cb3-df03-4917-b4e6-aab3482fb654:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (max-width: 767px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}


#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  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-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (max-width: 767px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}
#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  display: none;
}
#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 28px;
margin-bottom: 28px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (max-width: 767px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (max-width: 767px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}
#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  text-align: center;
}
@media (min-width: 1200px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (max-width: 767px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}
#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .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-bc0014e8-a819-4641-9225-dc712c759068 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-bc0014e8-a819-4641-9225-dc712c759068:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bc0014e8-a819-4641-9225-dc712c759068:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (max-width: 767px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}


#s-bc0014e8-a819-4641-9225-dc712c759068 {
  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-bc0014e8-a819-4641-9225-dc712c759068.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (max-width: 767px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}
#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  display: none;
}
#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (max-width: 767px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (max-width: 767px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}
#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  text-align: center;
}
@media (min-width: 1200px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (max-width: 767px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}
#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .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-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-82bcec37-f31f-4d5b-acdc-c631d2641c85:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-82bcec37-f31f-4d5b-acdc-c631d2641c85:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (max-width: 767px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}


#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  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-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-95fe9098-029a-452d-bee9-401e7539c331 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (max-width: 767px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}
#s-95fe9098-029a-452d-bee9-401e7539c331 {
  display: none;
}
#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 44px;
margin-bottom: 44px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (max-width: 767px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (max-width: 767px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}
#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 {
  text-align: center;
}
@media (min-width: 1200px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (max-width: 767px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}
#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 .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-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (max-width: 767px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}


#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  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-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-875ccf50-f386-4b08-8bd8-c90b366ed5da {
  
}
@media (min-width: 1200px){#s-875ccf50-f386-4b08-8bd8-c90b366ed5da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-875ccf50-f386-4b08-8bd8-c90b366ed5da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-875ccf50-f386-4b08-8bd8-c90b366ed5da {
  
}
}@media (max-width: 767px){#s-875ccf50-f386-4b08-8bd8-c90b366ed5da {
  
}
}
@media (min-width: 0px) {
[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-875ccf50-f386-4b08-8bd8-c90b366ed5da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-32eb7aed-5381-4cc3-b172-3af954291c01 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-32eb7aed-5381-4cc3-b172-3af954291c01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32eb7aed-5381-4cc3-b172-3af954291c01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32eb7aed-5381-4cc3-b172-3af954291c01 {
  
}
}@media (max-width: 767px){#s-32eb7aed-5381-4cc3-b172-3af954291c01 {
  
}
}
#s-32eb7aed-5381-4cc3-b172-3af954291c01 {
  display: none;
}
#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 4px;
margin-bottom: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  
}
}@media (max-width: 767px){#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  
}
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  max-width: 100%;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom,
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  max-width: 100%;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom,
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  max-width: 100%;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom,
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  max-width: 100%;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom,
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 {
  max-width: 100%;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom,
.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1d3ecce-f84b-43f6-93d6-00c1cc0d41b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-26f52ad8-5157-4ad2-983a-dd7a5c263f18 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-26f52ad8-5157-4ad2-983a-dd7a5c263f18 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26f52ad8-5157-4ad2-983a-dd7a5c263f18 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26f52ad8-5157-4ad2-983a-dd7a5c263f18 {
  
}
}@media (max-width: 767px){#s-26f52ad8-5157-4ad2-983a-dd7a5c263f18 {
  
}
}
#s-26f52ad8-5157-4ad2-983a-dd7a5c263f18 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5d7fed47-fc81-4fe2-b4db-014936b32067 {
  text-align: center;
}
@media (min-width: 1200px){#s-5d7fed47-fc81-4fe2-b4db-014936b32067 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d7fed47-fc81-4fe2-b4db-014936b32067 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d7fed47-fc81-4fe2-b4db-014936b32067 {
  
}
}@media (max-width: 767px){#s-5d7fed47-fc81-4fe2-b4db-014936b32067 {
  
}
}
#s-5d7fed47-fc81-4fe2-b4db-014936b32067 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5d7fed47-fc81-4fe2-b4db-014936b32067 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-5d7fed47-fc81-4fe2-b4db-014936b32067 .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-5380c996-1125-4302-b867-6a13f421b7f4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-5380c996-1125-4302-b867-6a13f421b7f4:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5380c996-1125-4302-b867-6a13f421b7f4:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5380c996-1125-4302-b867-6a13f421b7f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5380c996-1125-4302-b867-6a13f421b7f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5380c996-1125-4302-b867-6a13f421b7f4 {
  
}
}@media (max-width: 767px){#s-5380c996-1125-4302-b867-6a13f421b7f4 {
  
}
}


#s-5380c996-1125-4302-b867-6a13f421b7f4 {
  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-5380c996-1125-4302-b867-6a13f421b7f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5380c996-1125-4302-b867-6a13f421b7f4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-5380c996-1125-4302-b867-6a13f421b7f4.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-31a2db49-b299-4dc1-8e36-c407c3e1f8c1 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-31a2db49-b299-4dc1-8e36-c407c3e1f8c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31a2db49-b299-4dc1-8e36-c407c3e1f8c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31a2db49-b299-4dc1-8e36-c407c3e1f8c1 {
  
}
}@media (max-width: 767px){#s-31a2db49-b299-4dc1-8e36-c407c3e1f8c1 {
  
}
}
#s-31a2db49-b299-4dc1-8e36-c407c3e1f8c1 {
  display: none;
}
#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  
}
}@media (max-width: 767px){#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  
}
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  max-width: 100%;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom,
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  max-width: 100%;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom,
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  max-width: 100%;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom,
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  max-width: 100%;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom,
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df {
  max-width: 100%;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom,
.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b84799f-a5a3-4e59-9fc9-99df2f8e17df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2ded8735-e16a-4906-b29d-37a970246851 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-2ded8735-e16a-4906-b29d-37a970246851 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ded8735-e16a-4906-b29d-37a970246851 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ded8735-e16a-4906-b29d-37a970246851 {
  
}
}@media (max-width: 767px){#s-2ded8735-e16a-4906-b29d-37a970246851 {
  
}
}
#s-2ded8735-e16a-4906-b29d-37a970246851 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9e1918f4-b704-48cb-8589-f0511a467047 {
  text-align: center;
}
@media (min-width: 1200px){#s-9e1918f4-b704-48cb-8589-f0511a467047 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e1918f4-b704-48cb-8589-f0511a467047 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e1918f4-b704-48cb-8589-f0511a467047 {
  
}
}@media (max-width: 767px){#s-9e1918f4-b704-48cb-8589-f0511a467047 {
  
}
}
#s-9e1918f4-b704-48cb-8589-f0511a467047 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9e1918f4-b704-48cb-8589-f0511a467047 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-9e1918f4-b704-48cb-8589-f0511a467047 .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-c31ae4e4-b545-4b16-88bd-6299d5697bc0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0 {
  
}
}@media (max-width: 767px){#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0 {
  
}
}


#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0 {
  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-c31ae4e4-b545-4b16-88bd-6299d5697bc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-c31ae4e4-b545-4b16-88bd-6299d5697bc0.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-cca20128-4bf3-4cab-ac02-34716e939786 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-cca20128-4bf3-4cab-ac02-34716e939786 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cca20128-4bf3-4cab-ac02-34716e939786 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cca20128-4bf3-4cab-ac02-34716e939786 {
  
}
}@media (max-width: 767px){#s-cca20128-4bf3-4cab-ac02-34716e939786 {
  
}
}
#s-cca20128-4bf3-4cab-ac02-34716e939786 {
  display: none;
}
#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  
}
}@media (max-width: 767px){#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  
}
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  max-width: 100%;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom,
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  max-width: 100%;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom,
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  max-width: 100%;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom,
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  max-width: 100%;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom,
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 {
  max-width: 100%;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom,
.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af732627-33f2-4c2b-a9ed-89cf2d90bf30 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f0de2f56-78e3-42ae-95d1-44c61fd3d6d8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-f0de2f56-78e3-42ae-95d1-44c61fd3d6d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0de2f56-78e3-42ae-95d1-44c61fd3d6d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0de2f56-78e3-42ae-95d1-44c61fd3d6d8 {
  
}
}@media (max-width: 767px){#s-f0de2f56-78e3-42ae-95d1-44c61fd3d6d8 {
  
}
}
#s-f0de2f56-78e3-42ae-95d1-44c61fd3d6d8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2a310cfc-ddfb-4dfc-80e1-6b521e465f3f {
  text-align: center;
}
@media (min-width: 1200px){#s-2a310cfc-ddfb-4dfc-80e1-6b521e465f3f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a310cfc-ddfb-4dfc-80e1-6b521e465f3f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a310cfc-ddfb-4dfc-80e1-6b521e465f3f {
  
}
}@media (max-width: 767px){#s-2a310cfc-ddfb-4dfc-80e1-6b521e465f3f {
  
}
}
#s-2a310cfc-ddfb-4dfc-80e1-6b521e465f3f .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2a310cfc-ddfb-4dfc-80e1-6b521e465f3f .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-2a310cfc-ddfb-4dfc-80e1-6b521e465f3f .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-aa877543-fe2e-48d0-bb06-ed5015b6c3b1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1 {
  
}
}@media (max-width: 767px){#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1 {
  
}
}


#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1 {
  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-aa877543-fe2e-48d0-bb06-ed5015b6c3b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-aa877543-fe2e-48d0-bb06-ed5015b6c3b1.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-1724ea3d-4ac1-4132-b29a-5d434d7fc277 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-1724ea3d-4ac1-4132-b29a-5d434d7fc277 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1724ea3d-4ac1-4132-b29a-5d434d7fc277 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1724ea3d-4ac1-4132-b29a-5d434d7fc277 {
  
}
}@media (max-width: 767px){#s-1724ea3d-4ac1-4132-b29a-5d434d7fc277 {
  
}
}
#s-1724ea3d-4ac1-4132-b29a-5d434d7fc277 {
  display: none;
}
#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  
}
}@media (max-width: 767px){#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  
}
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  max-width: 100%;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom,
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  max-width: 100%;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom,
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  max-width: 100%;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom,
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  max-width: 100%;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom,
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e {
  max-width: 100%;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom,
.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee84e9b7-5a40-4c9b-adf0-b34109e0df6e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1ca40e49-5e10-4953-bf1a-5ea987633a51 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-1ca40e49-5e10-4953-bf1a-5ea987633a51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ca40e49-5e10-4953-bf1a-5ea987633a51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ca40e49-5e10-4953-bf1a-5ea987633a51 {
  
}
}@media (max-width: 767px){#s-1ca40e49-5e10-4953-bf1a-5ea987633a51 {
  
}
}
#s-1ca40e49-5e10-4953-bf1a-5ea987633a51 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8c020b1f-0264-4c02-81bd-39d62342e41e {
  text-align: center;
}
@media (min-width: 1200px){#s-8c020b1f-0264-4c02-81bd-39d62342e41e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c020b1f-0264-4c02-81bd-39d62342e41e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c020b1f-0264-4c02-81bd-39d62342e41e {
  
}
}@media (max-width: 767px){#s-8c020b1f-0264-4c02-81bd-39d62342e41e {
  
}
}
#s-8c020b1f-0264-4c02-81bd-39d62342e41e .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8c020b1f-0264-4c02-81bd-39d62342e41e .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-8c020b1f-0264-4c02-81bd-39d62342e41e .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-6759f3a7-b3e9-4592-92bd-b326da2dfa9f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f {
  
}
}@media (max-width: 767px){#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f {
  
}
}


#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f {
  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-6759f3a7-b3e9-4592-92bd-b326da2dfa9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-6759f3a7-b3e9-4592-92bd-b326da2dfa9f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
@media (min-width: 1200px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (max-width: 767px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}
@media (min-width: 0px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-68acdd10-3691-45da-968a-16355a9798b3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-68acdd10-3691-45da-968a-16355a9798b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68acdd10-3691-45da-968a-16355a9798b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68acdd10-3691-45da-968a-16355a9798b3 {
  
}
}@media (max-width: 767px){#s-68acdd10-3691-45da-968a-16355a9798b3 {
  
}
}
#s-68acdd10-3691-45da-968a-16355a9798b3 {
  display: none;
}
#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (max-width: 767px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fea76683-03df-4c37-b5b3-382f527f409c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-fea76683-03df-4c37-b5b3-382f527f409c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fea76683-03df-4c37-b5b3-382f527f409c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fea76683-03df-4c37-b5b3-382f527f409c {
  
}
}@media (max-width: 767px){#s-fea76683-03df-4c37-b5b3-382f527f409c {
  
}
}
#s-fea76683-03df-4c37-b5b3-382f527f409c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  text-align: center;
}
@media (min-width: 1200px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (max-width: 767px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}
#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .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-6c567d96-0826-4824-915e-79ca5bcc409b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-6c567d96-0826-4824-915e-79ca5bcc409b:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c567d96-0826-4824-915e-79ca5bcc409b:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  
}
}@media (max-width: 767px){#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  
}
}


#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  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-6c567d96-0826-4824-915e-79ca5bcc409b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c567d96-0826-4824-915e-79ca5bcc409b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-6c567d96-0826-4824-915e-79ca5bcc409b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  
}
}@media (max-width: 767px){#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  
}
}
#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  display: none;
}
#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (max-width: 767px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (max-width: 767px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}
#s-d08f09b7-fea1-4266-9dd5-e47afb865108 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  text-align: center;
}
@media (min-width: 1200px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (max-width: 767px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}
#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 .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-51c265fe-4d76-429d-977b-f96f45f55da6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-51c265fe-4d76-429d-977b-f96f45f55da6:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51c265fe-4d76-429d-977b-f96f45f55da6:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  
}
}@media (max-width: 767px){#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  
}
}


#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  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-51c265fe-4d76-429d-977b-f96f45f55da6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51c265fe-4d76-429d-977b-f96f45f55da6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-51c265fe-4d76-429d-977b-f96f45f55da6.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  
}
}@media (max-width: 767px){#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  
}
}
#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  display: none;
}
#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  
}
}@media (max-width: 767px){#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  
}
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  max-width: 100%;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom,
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  max-width: 100%;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom,
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  max-width: 100%;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom,
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  max-width: 100%;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom,
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  max-width: 100%;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom,
.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  
}
}@media (max-width: 767px){#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  
}
}
#s-63c715a1-bf0e-423c-9de8-6ccad00987df .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  text-align: center;
}
@media (min-width: 1200px){#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  
}
}@media (max-width: 767px){#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  
}
}
#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .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-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-3abe08b7-0a42-4ed2-a05b-151cd337e363:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3abe08b7-0a42-4ed2-a05b-151cd337e363:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  
}
}@media (max-width: 767px){#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  
}
}


#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  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-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  
}
}@media (max-width: 767px){#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  
}
}
#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  display: none;
}
#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (max-width: 767px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (max-width: 767px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}
#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  text-align: center;
}
@media (min-width: 1200px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (max-width: 767px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}
#s-f37b18c0-5925-4153-b608-1da879e82bcc .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc .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-598255a1-555a-4c4c-9653-43370ced8e0e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-598255a1-555a-4c4c-9653-43370ced8e0e:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-598255a1-555a-4c4c-9653-43370ced8e0e:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  
}
}@media (max-width: 767px){#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  
}
}


#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  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-598255a1-555a-4c4c-9653-43370ced8e0e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-598255a1-555a-4c4c-9653-43370ced8e0e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-598255a1-555a-4c4c-9653-43370ced8e0e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-b602c599-c640-4676-904a-394d0b2c2e70 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
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;
}
@media (min-width: 768px) and (max-width: 991px){#s-b602c599-c640-4676-904a-394d0b2c2e70 {
  
}
}@media (max-width: 767px){#s-b602c599-c640-4676-904a-394d0b2c2e70 {
  
}
}
@media (min-width: 0px) {
[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b602c599-c640-4676-904a-394d0b2c2e70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-15dd5e7d-546b-4e07-9fc7-69b09d7d419d {
  text-align: center;
}




  #s-15dd5e7d-546b-4e07-9fc7-69b09d7d419d img.shogun-image {
    
    width: px;
  }


#s-15dd5e7d-546b-4e07-9fc7-69b09d7d419d .shogun-image-content {
  
    align-items: center;
  
}

#s-a19532d0-c4f5-4a80-ba2d-dd726d8a8123 {
  min-height: 0px;
}








#s-a19532d0-c4f5-4a80-ba2d-dd726d8a8123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a19532d0-c4f5-4a80-ba2d-dd726d8a8123.shg-box.shg-c {
  justify-content: center;
}

#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}
#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  
}
}@media (max-width: 767px){#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  
}
}



  #s-51383ab1-2e04-4b83-8e54-cdcf83498c5c img.shogun-image {
    
    width: px;
  }


#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c .shogun-image-content {
  
    align-items: center;
  
}

#s-71193eff-3d1f-4939-92c1-d8819a523520 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-71193eff-3d1f-4939-92c1-d8819a523520 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71193eff-3d1f-4939-92c1-d8819a523520 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71193eff-3d1f-4939-92c1-d8819a523520 {
  
}
}@media (max-width: 767px){#s-71193eff-3d1f-4939-92c1-d8819a523520 {
  
}
}







#s-71193eff-3d1f-4939-92c1-d8819a523520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71193eff-3d1f-4939-92c1-d8819a523520.shg-box.shg-c {
  justify-content: flex-start;
}

#s-de1618b4-3031-496b-9c76-04cf6ee8adc2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-de1618b4-3031-496b-9c76-04cf6ee8adc2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de1618b4-3031-496b-9c76-04cf6ee8adc2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de1618b4-3031-496b-9c76-04cf6ee8adc2 {
  display: none;
}
#s-de1618b4-3031-496b-9c76-04cf6ee8adc2, #wrap-s-de1618b4-3031-496b-9c76-04cf6ee8adc2 { display:none !important; }}@media (max-width: 767px){#s-de1618b4-3031-496b-9c76-04cf6ee8adc2 {
  display: none;
}
#s-de1618b4-3031-496b-9c76-04cf6ee8adc2, #wrap-s-de1618b4-3031-496b-9c76-04cf6ee8adc2 { display:none !important; }}







#s-de1618b4-3031-496b-9c76-04cf6ee8adc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de1618b4-3031-496b-9c76-04cf6ee8adc2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0 {
  
}
}@media (max-width: 767px){#s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0 {
  
}
}
@media (min-width: 0px) {
[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-76b185d0-5ab6-4934-9e06-e6238dc5c8b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-68a0db45-852d-41f4-aa71-b67413d7f493 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-68a0db45-852d-41f4-aa71-b67413d7f493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a0db45-852d-41f4-aa71-b67413d7f493.shg-box.shg-c {
  justify-content: flex-start;
}

#s-696244de-0895-48e6-b3e4-30279b9a0a70 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-696244de-0895-48e6-b3e4-30279b9a0a70 .shogun-icon-wrapper {
  text-align: center;
}


#s-696244de-0895-48e6-b3e4-30279b9a0a70 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-840515e4-bf90-467d-b260-80c7b250df85 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-840515e4-bf90-467d-b260-80c7b250df85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-840515e4-bf90-467d-b260-80c7b250df85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-840515e4-bf90-467d-b260-80c7b250df85 {
  
}
}@media (max-width: 767px){#s-840515e4-bf90-467d-b260-80c7b250df85 {
  
}
}
#s-ffcb7962-2438-480e-b851-653d36b77fb5 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ffcb7962-2438-480e-b851-653d36b77fb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffcb7962-2438-480e-b851-653d36b77fb5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-08a03ad3-d24d-4010-967b-e6db3de5ca37 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-08a03ad3-d24d-4010-967b-e6db3de5ca37 .shogun-icon-wrapper {
  text-align: center;
}


#s-08a03ad3-d24d-4010-967b-e6db3de5ca37 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-dead445a-e552-4030-a154-51c4947738c5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-dead445a-e552-4030-a154-51c4947738c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dead445a-e552-4030-a154-51c4947738c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dead445a-e552-4030-a154-51c4947738c5 {
  
}
}@media (max-width: 767px){#s-dead445a-e552-4030-a154-51c4947738c5 {
  
}
}
#s-5b0ecdb9-a8d4-4528-8274-8b0c3b7f86f9 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5b0ecdb9-a8d4-4528-8274-8b0c3b7f86f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b0ecdb9-a8d4-4528-8274-8b0c3b7f86f9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-39790036-abae-42b7-882b-2c047416666f {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-39790036-abae-42b7-882b-2c047416666f .shogun-icon-wrapper {
  text-align: center;
}


#s-39790036-abae-42b7-882b-2c047416666f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ed5b25fb-2403-43bc-9a51-ae8eb96ab1ca {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ed5b25fb-2403-43bc-9a51-ae8eb96ab1ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed5b25fb-2403-43bc-9a51-ae8eb96ab1ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed5b25fb-2403-43bc-9a51-ae8eb96ab1ca {
  
}
}@media (max-width: 767px){#s-ed5b25fb-2403-43bc-9a51-ae8eb96ab1ca {
  
}
}
#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2 {
  display: none;
}
#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2, #wrap-s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2 {
  display: none;
}
#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2, #wrap-s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2 {
  
}
}@media (max-width: 767px){#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2 {
  
}
}







#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13c1b2b4-eb2e-4643-84b3-a7c6e1a28ce2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-32c4731c-3008-4758-937f-3d563bf76e60 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-32c4731c-3008-4758-937f-3d563bf76e60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32c4731c-3008-4758-937f-3d563bf76e60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32c4731c-3008-4758-937f-3d563bf76e60 {
  
}
}@media (max-width: 767px){#s-32c4731c-3008-4758-937f-3d563bf76e60 {
  
}
}
@media (min-width: 0px) {
[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-32c4731c-3008-4758-937f-3d563bf76e60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-b193f521-1c18-4ad7-8b8e-1c8034dbb3ed {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b193f521-1c18-4ad7-8b8e-1c8034dbb3ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b193f521-1c18-4ad7-8b8e-1c8034dbb3ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fa35066b-a080-4ac7-a614-6f2e6f1c15a1 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-fa35066b-a080-4ac7-a614-6f2e6f1c15a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa35066b-a080-4ac7-a614-6f2e6f1c15a1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-0c123068-b89e-4c0e-95ef-d4c22328d16f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-0c123068-b89e-4c0e-95ef-d4c22328d16f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c123068-b89e-4c0e-95ef-d4c22328d16f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c123068-b89e-4c0e-95ef-d4c22328d16f {
  
}
}@media (max-width: 767px){#s-0c123068-b89e-4c0e-95ef-d4c22328d16f {
  
}
}
#s-6582cc40-ac67-48fb-819c-2e304676482c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6582cc40-ac67-48fb-819c-2e304676482c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6582cc40-ac67-48fb-819c-2e304676482c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8b7a34e9-5df0-4023-82c5-6dfc25e896ab {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-8b7a34e9-5df0-4023-82c5-6dfc25e896ab .shogun-icon-wrapper {
  text-align: center;
}


#s-8b7a34e9-5df0-4023-82c5-6dfc25e896ab .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-36e3de91-8095-472b-bcae-47f8466c6197 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-36e3de91-8095-472b-bcae-47f8466c6197 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36e3de91-8095-472b-bcae-47f8466c6197 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36e3de91-8095-472b-bcae-47f8466c6197 {
  
}
}@media (max-width: 767px){#s-36e3de91-8095-472b-bcae-47f8466c6197 {
  
}
}
@media (min-width: 0px) {
[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f95e486-5eb6-4e7e-b7e6-d1a7ad029ba7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  margin-bottom: 25px;
text-align: center;
}
#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  
}
}@media (max-width: 767px){#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  
}
}



  #s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 img.shogun-image {
    
    width: px;
  }


#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 .shogun-image-content {
  
    align-items: center;
  
}

#s-39ed73aa-5267-414b-8323-1b3c334d70e9 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}
#s-39ed73aa-5267-414b-8323-1b3c334d70e9:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-39ed73aa-5267-414b-8323-1b3c334d70e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39ed73aa-5267-414b-8323-1b3c334d70e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39ed73aa-5267-414b-8323-1b3c334d70e9 {
  
}
}@media (max-width: 767px){#s-39ed73aa-5267-414b-8323-1b3c334d70e9 {
  
}
}



  #s-39ed73aa-5267-414b-8323-1b3c334d70e9 img.shogun-image {
    
    width: px;
  }


#s-39ed73aa-5267-414b-8323-1b3c334d70e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d01f5266-3baf-4ebf-a03a-b6ca35f8b172 {
  min-height: 50px;
}








#s-d01f5266-3baf-4ebf-a03a-b6ca35f8b172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01f5266-3baf-4ebf-a03a-b6ca35f8b172.shg-box.shg-c {
  justify-content: center;
}

#s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c {
  display: none;
}
#s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c, #wrap-s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c {
  display: none;
}
#s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c, #wrap-s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c {
  
}
}@media (max-width: 767px){#s-1dd04ee8-0520-4fd7-8380-e79f8d44fd6c {
  
}
}
#s-57bdcdfb-7204-49df-98fa-6ae7791c8903 {
  
}
@media (min-width: 1200px){#s-57bdcdfb-7204-49df-98fa-6ae7791c8903 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57bdcdfb-7204-49df-98fa-6ae7791c8903 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57bdcdfb-7204-49df-98fa-6ae7791c8903 {
  
}
}@media (max-width: 767px){#s-57bdcdfb-7204-49df-98fa-6ae7791c8903 {
  
}
}
@media (min-width: 0px) {
[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bdcdfb-7204-49df-98fa-6ae7791c8903"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b1750bfb-9c6e-482a-9534-150ffc90995d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b1750bfb-9c6e-482a-9534-150ffc90995d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1750bfb-9c6e-482a-9534-150ffc90995d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1750bfb-9c6e-482a-9534-150ffc90995d {
  
}
}@media (max-width: 767px){#s-b1750bfb-9c6e-482a-9534-150ffc90995d {
  
}
}
#s-b1750bfb-9c6e-482a-9534-150ffc90995d {
  display: none;
}
#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 14px;
margin-bottom: 14px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  
}
}@media (max-width: 767px){#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  
}
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  max-width: 100%;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom,
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  max-width: 100%;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom,
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  max-width: 100%;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom,
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  max-width: 100%;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom,
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 {
  max-width: 100%;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom,
.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb5b78ef-f497-4097-bf22-cb61b3c49263 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4eaae079-6814-4816-84dc-661e7f8c8184 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-4eaae079-6814-4816-84dc-661e7f8c8184 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4eaae079-6814-4816-84dc-661e7f8c8184 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4eaae079-6814-4816-84dc-661e7f8c8184 {
  
}
}@media (max-width: 767px){#s-4eaae079-6814-4816-84dc-661e7f8c8184 {
  
}
}
#s-4eaae079-6814-4816-84dc-661e7f8c8184 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e6947c93-bbb3-4457-b1bd-42e7bdda7cbd {
  text-align: center;
}
@media (min-width: 1200px){#s-e6947c93-bbb3-4457-b1bd-42e7bdda7cbd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6947c93-bbb3-4457-b1bd-42e7bdda7cbd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6947c93-bbb3-4457-b1bd-42e7bdda7cbd {
  
}
}@media (max-width: 767px){#s-e6947c93-bbb3-4457-b1bd-42e7bdda7cbd {
  
}
}
#s-e6947c93-bbb3-4457-b1bd-42e7bdda7cbd .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e6947c93-bbb3-4457-b1bd-42e7bdda7cbd .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-e6947c93-bbb3-4457-b1bd-42e7bdda7cbd .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-aa1eae17-c8e3-4004-a10e-56b64455eaea {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-aa1eae17-c8e3-4004-a10e-56b64455eaea:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa1eae17-c8e3-4004-a10e-56b64455eaea:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-aa1eae17-c8e3-4004-a10e-56b64455eaea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa1eae17-c8e3-4004-a10e-56b64455eaea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa1eae17-c8e3-4004-a10e-56b64455eaea {
  
}
}@media (max-width: 767px){#s-aa1eae17-c8e3-4004-a10e-56b64455eaea {
  
}
}


#s-aa1eae17-c8e3-4004-a10e-56b64455eaea {
  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-aa1eae17-c8e3-4004-a10e-56b64455eaea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa1eae17-c8e3-4004-a10e-56b64455eaea.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-aa1eae17-c8e3-4004-a10e-56b64455eaea.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-e08fbfcc-e866-4d7f-a20b-24f1fd13a0e4 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e08fbfcc-e866-4d7f-a20b-24f1fd13a0e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e08fbfcc-e866-4d7f-a20b-24f1fd13a0e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e08fbfcc-e866-4d7f-a20b-24f1fd13a0e4 {
  
}
}@media (max-width: 767px){#s-e08fbfcc-e866-4d7f-a20b-24f1fd13a0e4 {
  
}
}
#s-e08fbfcc-e866-4d7f-a20b-24f1fd13a0e4 {
  display: none;
}
#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  
}
}@media (max-width: 767px){#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  
}
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  max-width: 100%;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom,
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  max-width: 100%;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom,
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  max-width: 100%;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom,
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  max-width: 100%;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom,
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 {
  max-width: 100%;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom,
.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd3bbb88-9b21-41b4-a1f2-f2d4c7bb34a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-19ae5440-718d-4852-b731-cf447a7bdd69 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-19ae5440-718d-4852-b731-cf447a7bdd69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19ae5440-718d-4852-b731-cf447a7bdd69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19ae5440-718d-4852-b731-cf447a7bdd69 {
  
}
}@media (max-width: 767px){#s-19ae5440-718d-4852-b731-cf447a7bdd69 {
  
}
}
#s-19ae5440-718d-4852-b731-cf447a7bdd69 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c6c6e7e7-0f9d-4515-9120-cd44adf83421 {
  text-align: center;
}
@media (min-width: 1200px){#s-c6c6e7e7-0f9d-4515-9120-cd44adf83421 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6c6e7e7-0f9d-4515-9120-cd44adf83421 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6c6e7e7-0f9d-4515-9120-cd44adf83421 {
  
}
}@media (max-width: 767px){#s-c6c6e7e7-0f9d-4515-9120-cd44adf83421 {
  
}
}
#s-c6c6e7e7-0f9d-4515-9120-cd44adf83421 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c6c6e7e7-0f9d-4515-9120-cd44adf83421 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-c6c6e7e7-0f9d-4515-9120-cd44adf83421 .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-5ace6bd6-11c6-41db-a2a8-38eff326529c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-5ace6bd6-11c6-41db-a2a8-38eff326529c:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ace6bd6-11c6-41db-a2a8-38eff326529c:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5ace6bd6-11c6-41db-a2a8-38eff326529c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ace6bd6-11c6-41db-a2a8-38eff326529c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ace6bd6-11c6-41db-a2a8-38eff326529c {
  
}
}@media (max-width: 767px){#s-5ace6bd6-11c6-41db-a2a8-38eff326529c {
  
}
}


#s-5ace6bd6-11c6-41db-a2a8-38eff326529c {
  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-5ace6bd6-11c6-41db-a2a8-38eff326529c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ace6bd6-11c6-41db-a2a8-38eff326529c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-5ace6bd6-11c6-41db-a2a8-38eff326529c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-d3f7f928-be3a-4ee6-991e-4f4b727c1c3a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d3f7f928-be3a-4ee6-991e-4f4b727c1c3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3f7f928-be3a-4ee6-991e-4f4b727c1c3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3f7f928-be3a-4ee6-991e-4f4b727c1c3a {
  
}
}@media (max-width: 767px){#s-d3f7f928-be3a-4ee6-991e-4f4b727c1c3a {
  
}
}
#s-d3f7f928-be3a-4ee6-991e-4f4b727c1c3a {
  display: none;
}
#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  
}
}@media (max-width: 767px){#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  
}
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  max-width: 100%;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom,
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  max-width: 100%;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom,
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  max-width: 100%;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom,
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  max-width: 100%;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom,
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 {
  max-width: 100%;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom,
.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03797a2d-92fc-4b3e-838a-bb577fb553c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c25cae05-f983-4261-8e04-ed983fc665e5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-c25cae05-f983-4261-8e04-ed983fc665e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c25cae05-f983-4261-8e04-ed983fc665e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c25cae05-f983-4261-8e04-ed983fc665e5 {
  
}
}@media (max-width: 767px){#s-c25cae05-f983-4261-8e04-ed983fc665e5 {
  
}
}
#s-c25cae05-f983-4261-8e04-ed983fc665e5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-24439209-fb57-40be-9956-e99d08028cfa {
  text-align: center;
}
@media (min-width: 1200px){#s-24439209-fb57-40be-9956-e99d08028cfa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24439209-fb57-40be-9956-e99d08028cfa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24439209-fb57-40be-9956-e99d08028cfa {
  
}
}@media (max-width: 767px){#s-24439209-fb57-40be-9956-e99d08028cfa {
  
}
}
#s-24439209-fb57-40be-9956-e99d08028cfa .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-24439209-fb57-40be-9956-e99d08028cfa .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-24439209-fb57-40be-9956-e99d08028cfa .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-721444fd-47af-4bc0-bdae-65e11cd99472 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-721444fd-47af-4bc0-bdae-65e11cd99472:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-721444fd-47af-4bc0-bdae-65e11cd99472:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-721444fd-47af-4bc0-bdae-65e11cd99472 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-721444fd-47af-4bc0-bdae-65e11cd99472 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-721444fd-47af-4bc0-bdae-65e11cd99472 {
  
}
}@media (max-width: 767px){#s-721444fd-47af-4bc0-bdae-65e11cd99472 {
  
}
}


#s-721444fd-47af-4bc0-bdae-65e11cd99472 {
  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-721444fd-47af-4bc0-bdae-65e11cd99472.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-721444fd-47af-4bc0-bdae-65e11cd99472.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-721444fd-47af-4bc0-bdae-65e11cd99472.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c72405f2-e22c-4430-ab4f-e1281851a615 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c72405f2-e22c-4430-ab4f-e1281851a615 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c72405f2-e22c-4430-ab4f-e1281851a615 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c72405f2-e22c-4430-ab4f-e1281851a615 {
  
}
}@media (max-width: 767px){#s-c72405f2-e22c-4430-ab4f-e1281851a615 {
  
}
}
#s-c72405f2-e22c-4430-ab4f-e1281851a615 {
  display: none;
}
#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 26px;
margin-bottom: 26px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  
}
}@media (max-width: 767px){#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  
}
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  max-width: 100%;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom,
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  max-width: 100%;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom,
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  max-width: 100%;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom,
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  max-width: 100%;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom,
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 {
  max-width: 100%;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom,
.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd28d1b6-011e-467c-90bb-25343a84e1c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-01f81d31-ff09-4dfd-85c0-cbb64d1a489b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-01f81d31-ff09-4dfd-85c0-cbb64d1a489b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01f81d31-ff09-4dfd-85c0-cbb64d1a489b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01f81d31-ff09-4dfd-85c0-cbb64d1a489b {
  
}
}@media (max-width: 767px){#s-01f81d31-ff09-4dfd-85c0-cbb64d1a489b {
  
}
}
#s-01f81d31-ff09-4dfd-85c0-cbb64d1a489b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3c247798-f39f-4fab-9f77-b029f1aeec2c {
  text-align: center;
}
@media (min-width: 1200px){#s-3c247798-f39f-4fab-9f77-b029f1aeec2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c247798-f39f-4fab-9f77-b029f1aeec2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c247798-f39f-4fab-9f77-b029f1aeec2c {
  
}
}@media (max-width: 767px){#s-3c247798-f39f-4fab-9f77-b029f1aeec2c {
  
}
}
#s-3c247798-f39f-4fab-9f77-b029f1aeec2c .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3c247798-f39f-4fab-9f77-b029f1aeec2c .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-3c247798-f39f-4fab-9f77-b029f1aeec2c .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-51645446-1c29-4e3d-9883-996f208a467a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-51645446-1c29-4e3d-9883-996f208a467a:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51645446-1c29-4e3d-9883-996f208a467a:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-51645446-1c29-4e3d-9883-996f208a467a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51645446-1c29-4e3d-9883-996f208a467a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51645446-1c29-4e3d-9883-996f208a467a {
  
}
}@media (max-width: 767px){#s-51645446-1c29-4e3d-9883-996f208a467a {
  
}
}


#s-51645446-1c29-4e3d-9883-996f208a467a {
  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-51645446-1c29-4e3d-9883-996f208a467a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51645446-1c29-4e3d-9883-996f208a467a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-51645446-1c29-4e3d-9883-996f208a467a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-59a2fb19-4a10-4157-8a1b-2a573281d994 {
  
}
@media (min-width: 1200px){#s-59a2fb19-4a10-4157-8a1b-2a573281d994 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59a2fb19-4a10-4157-8a1b-2a573281d994 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59a2fb19-4a10-4157-8a1b-2a573281d994 {
  
}
}@media (max-width: 767px){#s-59a2fb19-4a10-4157-8a1b-2a573281d994 {
  
}
}
@media (min-width: 0px) {
[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59a2fb19-4a10-4157-8a1b-2a573281d994"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-76f39f0c-0408-4ce7-b0eb-170216ab64b1 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-76f39f0c-0408-4ce7-b0eb-170216ab64b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76f39f0c-0408-4ce7-b0eb-170216ab64b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76f39f0c-0408-4ce7-b0eb-170216ab64b1 {
  
}
}@media (max-width: 767px){#s-76f39f0c-0408-4ce7-b0eb-170216ab64b1 {
  
}
}
#s-76f39f0c-0408-4ce7-b0eb-170216ab64b1 {
  display: none;
}
#s-800e0f02-97d1-458e-9972-900234d1abfc {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-800e0f02-97d1-458e-9972-900234d1abfc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-800e0f02-97d1-458e-9972-900234d1abfc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-800e0f02-97d1-458e-9972-900234d1abfc {
  
}
}@media (max-width: 767px){#s-800e0f02-97d1-458e-9972-900234d1abfc {
  
}
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc {
  max-width: 100%;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom,
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc {
  max-width: 100%;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom,
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc {
  max-width: 100%;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom,
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc {
  max-width: 100%;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom,
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc {
  max-width: 100%;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom,
.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-800e0f02-97d1-458e-9972-900234d1abfc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9d789c61-de92-4974-b8ae-92ac0a3a6e75 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-9d789c61-de92-4974-b8ae-92ac0a3a6e75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d789c61-de92-4974-b8ae-92ac0a3a6e75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d789c61-de92-4974-b8ae-92ac0a3a6e75 {
  
}
}@media (max-width: 767px){#s-9d789c61-de92-4974-b8ae-92ac0a3a6e75 {
  
}
}
#s-9d789c61-de92-4974-b8ae-92ac0a3a6e75 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-56bc4f3c-58e2-45e6-a07e-28de00d512ea {
  text-align: center;
}
@media (min-width: 1200px){#s-56bc4f3c-58e2-45e6-a07e-28de00d512ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56bc4f3c-58e2-45e6-a07e-28de00d512ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56bc4f3c-58e2-45e6-a07e-28de00d512ea {
  
}
}@media (max-width: 767px){#s-56bc4f3c-58e2-45e6-a07e-28de00d512ea {
  
}
}
#s-56bc4f3c-58e2-45e6-a07e-28de00d512ea .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-56bc4f3c-58e2-45e6-a07e-28de00d512ea .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-56bc4f3c-58e2-45e6-a07e-28de00d512ea .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-1c7be04e-00eb-4375-a1dd-909885bed782 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-1c7be04e-00eb-4375-a1dd-909885bed782:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1c7be04e-00eb-4375-a1dd-909885bed782:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1c7be04e-00eb-4375-a1dd-909885bed782 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c7be04e-00eb-4375-a1dd-909885bed782 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c7be04e-00eb-4375-a1dd-909885bed782 {
  
}
}@media (max-width: 767px){#s-1c7be04e-00eb-4375-a1dd-909885bed782 {
  
}
}


#s-1c7be04e-00eb-4375-a1dd-909885bed782 {
  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-1c7be04e-00eb-4375-a1dd-909885bed782.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c7be04e-00eb-4375-a1dd-909885bed782.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-1c7be04e-00eb-4375-a1dd-909885bed782.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-d9f4b066-667e-48ff-a228-2b715a46000b {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d9f4b066-667e-48ff-a228-2b715a46000b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9f4b066-667e-48ff-a228-2b715a46000b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9f4b066-667e-48ff-a228-2b715a46000b {
  
}
}@media (max-width: 767px){#s-d9f4b066-667e-48ff-a228-2b715a46000b {
  
}
}
#s-d9f4b066-667e-48ff-a228-2b715a46000b {
  display: none;
}
#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 9px;
margin-bottom: 9px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  
}
}@media (max-width: 767px){#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  
}
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  max-width: 100%;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom,
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  max-width: 100%;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom,
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  max-width: 100%;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom,
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  max-width: 100%;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom,
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb {
  max-width: 100%;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom,
.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c233c374-9267-447e-aa7e-1d9b86b3deeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-150e7ba0-be32-4a58-8ff1-76dbd98ead72 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-150e7ba0-be32-4a58-8ff1-76dbd98ead72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-150e7ba0-be32-4a58-8ff1-76dbd98ead72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-150e7ba0-be32-4a58-8ff1-76dbd98ead72 {
  
}
}@media (max-width: 767px){#s-150e7ba0-be32-4a58-8ff1-76dbd98ead72 {
  
}
}
#s-150e7ba0-be32-4a58-8ff1-76dbd98ead72 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e2b1dad7-37c2-424c-874f-294abb023365 {
  text-align: center;
}
@media (min-width: 1200px){#s-e2b1dad7-37c2-424c-874f-294abb023365 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2b1dad7-37c2-424c-874f-294abb023365 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2b1dad7-37c2-424c-874f-294abb023365 {
  
}
}@media (max-width: 767px){#s-e2b1dad7-37c2-424c-874f-294abb023365 {
  
}
}
#s-e2b1dad7-37c2-424c-874f-294abb023365 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e2b1dad7-37c2-424c-874f-294abb023365 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-e2b1dad7-37c2-424c-874f-294abb023365 .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-b02d48b4-5244-4a89-a59d-ffafc5699f4e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e {
  
}
}@media (max-width: 767px){#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e {
  
}
}


#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e {
  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-b02d48b4-5244-4a89-a59d-ffafc5699f4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-b02d48b4-5244-4a89-a59d-ffafc5699f4e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-d12178c4-94b4-459a-ba47-8822655d5022 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d12178c4-94b4-459a-ba47-8822655d5022 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d12178c4-94b4-459a-ba47-8822655d5022 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d12178c4-94b4-459a-ba47-8822655d5022 {
  
}
}@media (max-width: 767px){#s-d12178c4-94b4-459a-ba47-8822655d5022 {
  
}
}
#s-d12178c4-94b4-459a-ba47-8822655d5022 {
  display: none;
}
#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  
}
}@media (max-width: 767px){#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  
}
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  max-width: 100%;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom,
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  max-width: 100%;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom,
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  max-width: 100%;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom,
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  max-width: 100%;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom,
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 {
  max-width: 100%;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom,
.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18ba88cb-347c-43e3-9511-fd9a9a640f96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2b88b1e5-f2b1-474d-ac5c-ec442454c646 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-2b88b1e5-f2b1-474d-ac5c-ec442454c646 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b88b1e5-f2b1-474d-ac5c-ec442454c646 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b88b1e5-f2b1-474d-ac5c-ec442454c646 {
  
}
}@media (max-width: 767px){#s-2b88b1e5-f2b1-474d-ac5c-ec442454c646 {
  
}
}
#s-2b88b1e5-f2b1-474d-ac5c-ec442454c646 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c0bb5bc7-34f8-487f-b41a-85cba7effce9 {
  text-align: center;
}
@media (min-width: 1200px){#s-c0bb5bc7-34f8-487f-b41a-85cba7effce9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0bb5bc7-34f8-487f-b41a-85cba7effce9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0bb5bc7-34f8-487f-b41a-85cba7effce9 {
  
}
}@media (max-width: 767px){#s-c0bb5bc7-34f8-487f-b41a-85cba7effce9 {
  
}
}
#s-c0bb5bc7-34f8-487f-b41a-85cba7effce9 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c0bb5bc7-34f8-487f-b41a-85cba7effce9 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-c0bb5bc7-34f8-487f-b41a-85cba7effce9 .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-1a6f36cf-d81d-4ea6-be62-4303965d2094 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-1a6f36cf-d81d-4ea6-be62-4303965d2094:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a6f36cf-d81d-4ea6-be62-4303965d2094:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1a6f36cf-d81d-4ea6-be62-4303965d2094 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a6f36cf-d81d-4ea6-be62-4303965d2094 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a6f36cf-d81d-4ea6-be62-4303965d2094 {
  
}
}@media (max-width: 767px){#s-1a6f36cf-d81d-4ea6-be62-4303965d2094 {
  
}
}


#s-1a6f36cf-d81d-4ea6-be62-4303965d2094 {
  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-1a6f36cf-d81d-4ea6-be62-4303965d2094.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a6f36cf-d81d-4ea6-be62-4303965d2094.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-1a6f36cf-d81d-4ea6-be62-4303965d2094.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-90340867-d2c8-49a0-813d-b03ef02906e7 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-90340867-d2c8-49a0-813d-b03ef02906e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90340867-d2c8-49a0-813d-b03ef02906e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90340867-d2c8-49a0-813d-b03ef02906e7 {
  
}
}@media (max-width: 767px){#s-90340867-d2c8-49a0-813d-b03ef02906e7 {
  
}
}
#s-90340867-d2c8-49a0-813d-b03ef02906e7 {
  display: none;
}
#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  
}
}@media (max-width: 767px){#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  
}
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  max-width: 100%;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom,
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  max-width: 100%;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom,
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  max-width: 100%;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom,
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  max-width: 100%;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom,
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 {
  max-width: 100%;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom,
.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ea0c0b3-9ded-4335-95e6-56354385a917 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-44c1a58b-35ac-4f37-8d4d-163eb3f09277 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-44c1a58b-35ac-4f37-8d4d-163eb3f09277 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44c1a58b-35ac-4f37-8d4d-163eb3f09277 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44c1a58b-35ac-4f37-8d4d-163eb3f09277 {
  
}
}@media (max-width: 767px){#s-44c1a58b-35ac-4f37-8d4d-163eb3f09277 {
  
}
}
#s-44c1a58b-35ac-4f37-8d4d-163eb3f09277 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eaf4bf22-56f6-4fe7-b58b-a81bfdd0547c {
  text-align: center;
}
@media (min-width: 1200px){#s-eaf4bf22-56f6-4fe7-b58b-a81bfdd0547c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eaf4bf22-56f6-4fe7-b58b-a81bfdd0547c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eaf4bf22-56f6-4fe7-b58b-a81bfdd0547c {
  
}
}@media (max-width: 767px){#s-eaf4bf22-56f6-4fe7-b58b-a81bfdd0547c {
  
}
}
#s-eaf4bf22-56f6-4fe7-b58b-a81bfdd0547c .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-eaf4bf22-56f6-4fe7-b58b-a81bfdd0547c .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-eaf4bf22-56f6-4fe7-b58b-a81bfdd0547c .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-68670aa5-4738-4b71-bd4d-fa3cdb410f17 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17 {
  
}
}@media (max-width: 767px){#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17 {
  
}
}


#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17 {
  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-68670aa5-4738-4b71-bd4d-fa3cdb410f17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-68670aa5-4738-4b71-bd4d-fa3cdb410f17.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-5c98c1d3-5622-4b60-8ea0-ed4044109092 {
  
}
@media (min-width: 1200px){#s-5c98c1d3-5622-4b60-8ea0-ed4044109092 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c98c1d3-5622-4b60-8ea0-ed4044109092 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c98c1d3-5622-4b60-8ea0-ed4044109092 {
  
}
}@media (max-width: 767px){#s-5c98c1d3-5622-4b60-8ea0-ed4044109092 {
  
}
}
@media (min-width: 0px) {
[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c98c1d3-5622-4b60-8ea0-ed4044109092"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a1197c9a-bab8-44ad-8c61-5fd416f39d2f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a1197c9a-bab8-44ad-8c61-5fd416f39d2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1197c9a-bab8-44ad-8c61-5fd416f39d2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1197c9a-bab8-44ad-8c61-5fd416f39d2f {
  
}
}@media (max-width: 767px){#s-a1197c9a-bab8-44ad-8c61-5fd416f39d2f {
  
}
}
#s-a1197c9a-bab8-44ad-8c61-5fd416f39d2f {
  display: none;
}
#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 20px;
margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  
}
}@media (max-width: 767px){#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  
}
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  max-width: 100%;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom,
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  max-width: 100%;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom,
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  max-width: 100%;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom,
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  max-width: 100%;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom,
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde {
  max-width: 100%;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom,
.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1ca1cf9-6a9b-462d-a867-1dfd5a849dde .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c3e06105-ca95-430e-9c23-ffee2fd6063f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-c3e06105-ca95-430e-9c23-ffee2fd6063f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3e06105-ca95-430e-9c23-ffee2fd6063f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3e06105-ca95-430e-9c23-ffee2fd6063f {
  
}
}@media (max-width: 767px){#s-c3e06105-ca95-430e-9c23-ffee2fd6063f {
  
}
}
#s-c3e06105-ca95-430e-9c23-ffee2fd6063f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-51fb32ea-f10d-46a1-a6bf-bfc30698ffed {
  text-align: center;
}
@media (min-width: 1200px){#s-51fb32ea-f10d-46a1-a6bf-bfc30698ffed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51fb32ea-f10d-46a1-a6bf-bfc30698ffed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51fb32ea-f10d-46a1-a6bf-bfc30698ffed {
  
}
}@media (max-width: 767px){#s-51fb32ea-f10d-46a1-a6bf-bfc30698ffed {
  
}
}
#s-51fb32ea-f10d-46a1-a6bf-bfc30698ffed .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-51fb32ea-f10d-46a1-a6bf-bfc30698ffed .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-51fb32ea-f10d-46a1-a6bf-bfc30698ffed .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-12575977-06bf-4501-9f26-6f7f69090321 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-12575977-06bf-4501-9f26-6f7f69090321:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-12575977-06bf-4501-9f26-6f7f69090321:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-12575977-06bf-4501-9f26-6f7f69090321 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12575977-06bf-4501-9f26-6f7f69090321 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12575977-06bf-4501-9f26-6f7f69090321 {
  
}
}@media (max-width: 767px){#s-12575977-06bf-4501-9f26-6f7f69090321 {
  
}
}


#s-12575977-06bf-4501-9f26-6f7f69090321 {
  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-12575977-06bf-4501-9f26-6f7f69090321.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12575977-06bf-4501-9f26-6f7f69090321.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-12575977-06bf-4501-9f26-6f7f69090321.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-3a52b1ce-7295-4622-b40f-41c937cfbd14 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-3a52b1ce-7295-4622-b40f-41c937cfbd14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a52b1ce-7295-4622-b40f-41c937cfbd14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a52b1ce-7295-4622-b40f-41c937cfbd14 {
  
}
}@media (max-width: 767px){#s-3a52b1ce-7295-4622-b40f-41c937cfbd14 {
  
}
}
#s-3a52b1ce-7295-4622-b40f-41c937cfbd14 {
  display: none;
}
#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  
}
}@media (max-width: 767px){#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  
}
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  max-width: 100%;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom,
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  max-width: 100%;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom,
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  max-width: 100%;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom,
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  max-width: 100%;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom,
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 {
  max-width: 100%;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom,
.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecae3912-29cc-44df-860c-71880a0aab11 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1bbe0369-1912-4d62-af04-a864742e90e9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-1bbe0369-1912-4d62-af04-a864742e90e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bbe0369-1912-4d62-af04-a864742e90e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bbe0369-1912-4d62-af04-a864742e90e9 {
  
}
}@media (max-width: 767px){#s-1bbe0369-1912-4d62-af04-a864742e90e9 {
  
}
}
#s-1bbe0369-1912-4d62-af04-a864742e90e9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-eb7909a0-fb8d-42f7-a414-92f45a38d2b3 {
  text-align: center;
}
@media (min-width: 1200px){#s-eb7909a0-fb8d-42f7-a414-92f45a38d2b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb7909a0-fb8d-42f7-a414-92f45a38d2b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb7909a0-fb8d-42f7-a414-92f45a38d2b3 {
  
}
}@media (max-width: 767px){#s-eb7909a0-fb8d-42f7-a414-92f45a38d2b3 {
  
}
}
#s-eb7909a0-fb8d-42f7-a414-92f45a38d2b3 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-eb7909a0-fb8d-42f7-a414-92f45a38d2b3 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-eb7909a0-fb8d-42f7-a414-92f45a38d2b3 .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-d5cd8735-abf1-4e61-9cb9-fddfa09a8666 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666 {
  
}
}@media (max-width: 767px){#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666 {
  
}
}


#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666 {
  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-d5cd8735-abf1-4e61-9cb9-fddfa09a8666.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-d5cd8735-abf1-4e61-9cb9-fddfa09a8666.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-34c9f359-8070-4bbd-a942-597c60acff1b {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-34c9f359-8070-4bbd-a942-597c60acff1b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34c9f359-8070-4bbd-a942-597c60acff1b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-34c9f359-8070-4bbd-a942-597c60acff1b {
  
}
}@media (max-width: 767px){#s-34c9f359-8070-4bbd-a942-597c60acff1b {
  
}
}
#s-34c9f359-8070-4bbd-a942-597c60acff1b {
  display: none;
}
#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  
}
}@media (max-width: 767px){#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  
}
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  max-width: 100%;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom,
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  max-width: 100%;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom,
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  max-width: 100%;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom,
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  max-width: 100%;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom,
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c {
  max-width: 100%;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom,
.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c039856-f23f-4d3b-bef0-7eaaaa0b353c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 0px) {
[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0de47eb-95bb-4ac1-8768-c3adab77aa82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4361001f-79d3-472e-81a9-a1044175604b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-4361001f-79d3-472e-81a9-a1044175604b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4361001f-79d3-472e-81a9-a1044175604b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4361001f-79d3-472e-81a9-a1044175604b {
  
}
}@media (max-width: 767px){#s-4361001f-79d3-472e-81a9-a1044175604b {
  
}
}
#s-4361001f-79d3-472e-81a9-a1044175604b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f0a3da2c-a7e8-432c-80f2-855dda708e52 {
  text-align: center;
}
@media (min-width: 1200px){#s-f0a3da2c-a7e8-432c-80f2-855dda708e52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0a3da2c-a7e8-432c-80f2-855dda708e52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0a3da2c-a7e8-432c-80f2-855dda708e52 {
  
}
}@media (max-width: 767px){#s-f0a3da2c-a7e8-432c-80f2-855dda708e52 {
  
}
}
#s-f0a3da2c-a7e8-432c-80f2-855dda708e52 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f0a3da2c-a7e8-432c-80f2-855dda708e52 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-f0a3da2c-a7e8-432c-80f2-855dda708e52 .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-666e4196-6e92-46d8-b2a4-88f64c6af004 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-666e4196-6e92-46d8-b2a4-88f64c6af004:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-666e4196-6e92-46d8-b2a4-88f64c6af004:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-666e4196-6e92-46d8-b2a4-88f64c6af004 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-666e4196-6e92-46d8-b2a4-88f64c6af004 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-666e4196-6e92-46d8-b2a4-88f64c6af004 {
  
}
}@media (max-width: 767px){#s-666e4196-6e92-46d8-b2a4-88f64c6af004 {
  
}
}


#s-666e4196-6e92-46d8-b2a4-88f64c6af004 {
  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-666e4196-6e92-46d8-b2a4-88f64c6af004.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-666e4196-6e92-46d8-b2a4-88f64c6af004.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-666e4196-6e92-46d8-b2a4-88f64c6af004.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-298861c1-65ce-4a09-8009-1df7972e9cd8 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-298861c1-65ce-4a09-8009-1df7972e9cd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-298861c1-65ce-4a09-8009-1df7972e9cd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-298861c1-65ce-4a09-8009-1df7972e9cd8 {
  
}
}@media (max-width: 767px){#s-298861c1-65ce-4a09-8009-1df7972e9cd8 {
  
}
}
#s-298861c1-65ce-4a09-8009-1df7972e9cd8 {
  display: none;
}
#s-db76573a-90e6-4239-927b-966aa2759c34 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-db76573a-90e6-4239-927b-966aa2759c34 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db76573a-90e6-4239-927b-966aa2759c34 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db76573a-90e6-4239-927b-966aa2759c34 {
  
}
}@media (max-width: 767px){#s-db76573a-90e6-4239-927b-966aa2759c34 {
  
}
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 {
  max-width: 100%;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom,
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 {
  max-width: 100%;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom,
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 {
  max-width: 100%;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom,
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 {
  max-width: 100%;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom,
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 {
  max-width: 100%;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom,
.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db76573a-90e6-4239-927b-966aa2759c34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 0px) {
[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b15c8259-1a78-4a4d-9c8b-6ec3c5bbad8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9b242520-6dd9-48d3-a195-f26a494d585c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-9b242520-6dd9-48d3-a195-f26a494d585c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b242520-6dd9-48d3-a195-f26a494d585c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b242520-6dd9-48d3-a195-f26a494d585c {
  
}
}@media (max-width: 767px){#s-9b242520-6dd9-48d3-a195-f26a494d585c {
  
}
}
#s-9b242520-6dd9-48d3-a195-f26a494d585c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3020b919-ff59-4740-89f6-e23e4cbe5582 {
  text-align: center;
}
@media (min-width: 1200px){#s-3020b919-ff59-4740-89f6-e23e4cbe5582 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3020b919-ff59-4740-89f6-e23e4cbe5582 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3020b919-ff59-4740-89f6-e23e4cbe5582 {
  
}
}@media (max-width: 767px){#s-3020b919-ff59-4740-89f6-e23e4cbe5582 {
  
}
}
#s-3020b919-ff59-4740-89f6-e23e4cbe5582 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3020b919-ff59-4740-89f6-e23e4cbe5582 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-3020b919-ff59-4740-89f6-e23e4cbe5582 .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-7def04a9-e304-4b21-ae95-fd73203e2691 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-7def04a9-e304-4b21-ae95-fd73203e2691:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7def04a9-e304-4b21-ae95-fd73203e2691:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7def04a9-e304-4b21-ae95-fd73203e2691 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7def04a9-e304-4b21-ae95-fd73203e2691 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7def04a9-e304-4b21-ae95-fd73203e2691 {
  
}
}@media (max-width: 767px){#s-7def04a9-e304-4b21-ae95-fd73203e2691 {
  
}
}


#s-7def04a9-e304-4b21-ae95-fd73203e2691 {
  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-7def04a9-e304-4b21-ae95-fd73203e2691.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7def04a9-e304-4b21-ae95-fd73203e2691.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-7def04a9-e304-4b21-ae95-fd73203e2691.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-914b25ab-11ba-4edd-8651-28adb84ce87d {
  
}
@media (min-width: 1200px){#s-914b25ab-11ba-4edd-8651-28adb84ce87d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-914b25ab-11ba-4edd-8651-28adb84ce87d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-914b25ab-11ba-4edd-8651-28adb84ce87d {
  
}
}@media (max-width: 767px){#s-914b25ab-11ba-4edd-8651-28adb84ce87d {
  
}
}
@media (min-width: 0px) {
[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-914b25ab-11ba-4edd-8651-28adb84ce87d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b1658deb-bd7c-439d-a8bb-a2aec868d563 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b1658deb-bd7c-439d-a8bb-a2aec868d563 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1658deb-bd7c-439d-a8bb-a2aec868d563 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1658deb-bd7c-439d-a8bb-a2aec868d563 {
  
}
}@media (max-width: 767px){#s-b1658deb-bd7c-439d-a8bb-a2aec868d563 {
  
}
}
#s-b1658deb-bd7c-439d-a8bb-a2aec868d563 {
  display: none;
}
#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 4px;
margin-bottom: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  
}
}@media (max-width: 767px){#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  
}
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  max-width: 100%;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom,
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  max-width: 100%;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom,
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  max-width: 100%;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom,
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  max-width: 100%;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom,
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 {
  max-width: 100%;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom,
.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf84d57-af13-4139-bd02-b29f811ba7f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3c9e623b-0aee-443b-8b61-535dac5c8d79 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-3c9e623b-0aee-443b-8b61-535dac5c8d79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c9e623b-0aee-443b-8b61-535dac5c8d79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c9e623b-0aee-443b-8b61-535dac5c8d79 {
  
}
}@media (max-width: 767px){#s-3c9e623b-0aee-443b-8b61-535dac5c8d79 {
  
}
}
#s-3c9e623b-0aee-443b-8b61-535dac5c8d79 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5b713957-669c-438d-8c27-91779b10ce2f {
  text-align: center;
}
@media (min-width: 1200px){#s-5b713957-669c-438d-8c27-91779b10ce2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b713957-669c-438d-8c27-91779b10ce2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b713957-669c-438d-8c27-91779b10ce2f {
  
}
}@media (max-width: 767px){#s-5b713957-669c-438d-8c27-91779b10ce2f {
  
}
}
#s-5b713957-669c-438d-8c27-91779b10ce2f .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5b713957-669c-438d-8c27-91779b10ce2f .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-5b713957-669c-438d-8c27-91779b10ce2f .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-f27172af-301d-4554-b901-835f77d906d2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f27172af-301d-4554-b901-835f77d906d2:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f27172af-301d-4554-b901-835f77d906d2:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f27172af-301d-4554-b901-835f77d906d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f27172af-301d-4554-b901-835f77d906d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f27172af-301d-4554-b901-835f77d906d2 {
  
}
}@media (max-width: 767px){#s-f27172af-301d-4554-b901-835f77d906d2 {
  
}
}


#s-f27172af-301d-4554-b901-835f77d906d2 {
  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-f27172af-301d-4554-b901-835f77d906d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f27172af-301d-4554-b901-835f77d906d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-f27172af-301d-4554-b901-835f77d906d2.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-4c70fb5b-3fab-4ba8-a628-a745c2aae684 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-4c70fb5b-3fab-4ba8-a628-a745c2aae684 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c70fb5b-3fab-4ba8-a628-a745c2aae684 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c70fb5b-3fab-4ba8-a628-a745c2aae684 {
  
}
}@media (max-width: 767px){#s-4c70fb5b-3fab-4ba8-a628-a745c2aae684 {
  
}
}
#s-4c70fb5b-3fab-4ba8-a628-a745c2aae684 {
  display: none;
}
#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 10px;
margin-bottom: 10px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  
}
}@media (max-width: 767px){#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  
}
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  max-width: 100%;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom,
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  max-width: 100%;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom,
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  max-width: 100%;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom,
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  max-width: 100%;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom,
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b {
  max-width: 100%;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom,
.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-755ffda2-daf5-45d4-be20-28a8491c851b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f044e538-2a0e-4a90-bec4-9626a6480b1b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-f044e538-2a0e-4a90-bec4-9626a6480b1b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f044e538-2a0e-4a90-bec4-9626a6480b1b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f044e538-2a0e-4a90-bec4-9626a6480b1b {
  
}
}@media (max-width: 767px){#s-f044e538-2a0e-4a90-bec4-9626a6480b1b {
  
}
}
#s-f044e538-2a0e-4a90-bec4-9626a6480b1b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9a91bba9-cb28-4b8a-a4de-4fe05b59f0ab {
  text-align: center;
}
@media (min-width: 1200px){#s-9a91bba9-cb28-4b8a-a4de-4fe05b59f0ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a91bba9-cb28-4b8a-a4de-4fe05b59f0ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a91bba9-cb28-4b8a-a4de-4fe05b59f0ab {
  
}
}@media (max-width: 767px){#s-9a91bba9-cb28-4b8a-a4de-4fe05b59f0ab {
  
}
}
#s-9a91bba9-cb28-4b8a-a4de-4fe05b59f0ab .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9a91bba9-cb28-4b8a-a4de-4fe05b59f0ab .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-9a91bba9-cb28-4b8a-a4de-4fe05b59f0ab .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-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75 {
  
}
}@media (max-width: 767px){#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75 {
  
}
}


#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75 {
  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-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-f7ee3a05-d5c7-49cc-bf85-5f45ccb12b75.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-54c736fc-6746-422c-a08b-187b3f373c53 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-54c736fc-6746-422c-a08b-187b3f373c53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54c736fc-6746-422c-a08b-187b3f373c53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54c736fc-6746-422c-a08b-187b3f373c53 {
  
}
}@media (max-width: 767px){#s-54c736fc-6746-422c-a08b-187b3f373c53 {
  
}
}
#s-54c736fc-6746-422c-a08b-187b3f373c53 {
  display: none;
}
#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 10px;
margin-bottom: 10px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  
}
}@media (max-width: 767px){#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  
}
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  max-width: 100%;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom,
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  max-width: 100%;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom,
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  max-width: 100%;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom,
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  max-width: 100%;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom,
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a {
  max-width: 100%;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom,
.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2921e4-74a3-4bf3-ad08-95dcfaf5839a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ec1be99a-e19f-4d32-a0f3-9def6f92f6c9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-ec1be99a-e19f-4d32-a0f3-9def6f92f6c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec1be99a-e19f-4d32-a0f3-9def6f92f6c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec1be99a-e19f-4d32-a0f3-9def6f92f6c9 {
  
}
}@media (max-width: 767px){#s-ec1be99a-e19f-4d32-a0f3-9def6f92f6c9 {
  
}
}
#s-ec1be99a-e19f-4d32-a0f3-9def6f92f6c9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-236b2782-8128-477c-8d39-e02d9378a433 {
  text-align: center;
}
@media (min-width: 1200px){#s-236b2782-8128-477c-8d39-e02d9378a433 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-236b2782-8128-477c-8d39-e02d9378a433 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-236b2782-8128-477c-8d39-e02d9378a433 {
  
}
}@media (max-width: 767px){#s-236b2782-8128-477c-8d39-e02d9378a433 {
  
}
}
#s-236b2782-8128-477c-8d39-e02d9378a433 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-236b2782-8128-477c-8d39-e02d9378a433 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-236b2782-8128-477c-8d39-e02d9378a433 .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-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a {
  
}
}@media (max-width: 767px){#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a {
  
}
}


#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a {
  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-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-2309047e-79a1-44bb-a7e7-38c2f7ac5b5a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-ba270a98-c3e1-47e6-afb6-32fa68748ca8 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ba270a98-c3e1-47e6-afb6-32fa68748ca8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba270a98-c3e1-47e6-afb6-32fa68748ca8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba270a98-c3e1-47e6-afb6-32fa68748ca8 {
  
}
}@media (max-width: 767px){#s-ba270a98-c3e1-47e6-afb6-32fa68748ca8 {
  
}
}
#s-ba270a98-c3e1-47e6-afb6-32fa68748ca8 {
  display: none;
}
#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  
}
}@media (max-width: 767px){#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  
}
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  max-width: 100%;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom,
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  max-width: 100%;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom,
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  max-width: 100%;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom,
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  max-width: 100%;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom,
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 {
  max-width: 100%;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom,
.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2eadb6b-323e-420f-9d4e-eb4ea0c0f030 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-76ef11ac-a34c-428b-8de1-3cd35a1fc4fd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-76ef11ac-a34c-428b-8de1-3cd35a1fc4fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76ef11ac-a34c-428b-8de1-3cd35a1fc4fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76ef11ac-a34c-428b-8de1-3cd35a1fc4fd {
  
}
}@media (max-width: 767px){#s-76ef11ac-a34c-428b-8de1-3cd35a1fc4fd {
  
}
}
#s-76ef11ac-a34c-428b-8de1-3cd35a1fc4fd .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e928b2da-1ea1-4468-b876-f8740414b8c5 {
  text-align: center;
}
@media (min-width: 1200px){#s-e928b2da-1ea1-4468-b876-f8740414b8c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e928b2da-1ea1-4468-b876-f8740414b8c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e928b2da-1ea1-4468-b876-f8740414b8c5 {
  
}
}@media (max-width: 767px){#s-e928b2da-1ea1-4468-b876-f8740414b8c5 {
  
}
}
#s-e928b2da-1ea1-4468-b876-f8740414b8c5 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e928b2da-1ea1-4468-b876-f8740414b8c5 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-e928b2da-1ea1-4468-b876-f8740414b8c5 .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-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d {
  
}
}@media (max-width: 767px){#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d {
  
}
}


#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d {
  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-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-3f65b0f8-ae25-4a96-ad33-cdfbe1b5ae0d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-20f24759-1134-49af-9b77-2ba71c464522 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-20f24759-1134-49af-9b77-2ba71c464522 {
  display: none;
}
#s-20f24759-1134-49af-9b77-2ba71c464522, #wrap-s-20f24759-1134-49af-9b77-2ba71c464522 { display:none !important; }}@media (max-width: 767px){#s-20f24759-1134-49af-9b77-2ba71c464522 {
  display: none;
}
#s-20f24759-1134-49af-9b77-2ba71c464522, #wrap-s-20f24759-1134-49af-9b77-2ba71c464522 { display:none !important; }}







#s-20f24759-1134-49af-9b77-2ba71c464522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f24759-1134-49af-9b77-2ba71c464522.shg-box.shg-c {
  justify-content: center;
}

#s-45343470-f42e-4142-be3c-b0f0c1116770 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-45343470-f42e-4142-be3c-b0f0c1116770 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45343470-f42e-4142-be3c-b0f0c1116770 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45343470-f42e-4142-be3c-b0f0c1116770 {
  display: none;
}
#s-45343470-f42e-4142-be3c-b0f0c1116770, #wrap-s-45343470-f42e-4142-be3c-b0f0c1116770 { display:none !important; }}@media (max-width: 767px){#s-45343470-f42e-4142-be3c-b0f0c1116770 {
  display: none;
}
#s-45343470-f42e-4142-be3c-b0f0c1116770, #wrap-s-45343470-f42e-4142-be3c-b0f0c1116770 { display:none !important; }}
#s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658 {
  
}
@media (min-width: 1200px){#s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658 {
  
}
}@media (max-width: 767px){#s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658 {
  
}
}
@media (min-width: 0px) {
[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-641a1dc0-1fdc-4339-9e08-2c8c0aefe658"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f7a8d031-7cf6-4af5-bce9-3a00ba4a74ba {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f7a8d031-7cf6-4af5-bce9-3a00ba4a74ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7a8d031-7cf6-4af5-bce9-3a00ba4a74ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7a8d031-7cf6-4af5-bce9-3a00ba4a74ba {
  
}
}@media (max-width: 767px){#s-f7a8d031-7cf6-4af5-bce9-3a00ba4a74ba {
  
}
}
#s-f7a8d031-7cf6-4af5-bce9-3a00ba4a74ba {
  display: none;
}
#s-75040b40-1222-47dc-97d6-74b41912c511 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 42px;
margin-bottom: 42px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-75040b40-1222-47dc-97d6-74b41912c511 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75040b40-1222-47dc-97d6-74b41912c511 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75040b40-1222-47dc-97d6-74b41912c511 {
  
}
}@media (max-width: 767px){#s-75040b40-1222-47dc-97d6-74b41912c511 {
  
}
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 {
  max-width: 100%;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom,
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 {
  max-width: 100%;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom,
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 {
  max-width: 100%;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom,
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 {
  max-width: 100%;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom,
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 {
  max-width: 100%;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom,
.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75040b40-1222-47dc-97d6-74b41912c511 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4bbc038c-aa61-4495-aa75-364f8c34660c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-4bbc038c-aa61-4495-aa75-364f8c34660c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bbc038c-aa61-4495-aa75-364f8c34660c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bbc038c-aa61-4495-aa75-364f8c34660c {
  
}
}@media (max-width: 767px){#s-4bbc038c-aa61-4495-aa75-364f8c34660c {
  
}
}
#s-4bbc038c-aa61-4495-aa75-364f8c34660c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-cf64ba9e-dde8-48c8-be0f-35bc26dfae58 {
  text-align: center;
}
@media (min-width: 1200px){#s-cf64ba9e-dde8-48c8-be0f-35bc26dfae58 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf64ba9e-dde8-48c8-be0f-35bc26dfae58 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf64ba9e-dde8-48c8-be0f-35bc26dfae58 {
  
}
}@media (max-width: 767px){#s-cf64ba9e-dde8-48c8-be0f-35bc26dfae58 {
  
}
}
#s-cf64ba9e-dde8-48c8-be0f-35bc26dfae58 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cf64ba9e-dde8-48c8-be0f-35bc26dfae58 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-cf64ba9e-dde8-48c8-be0f-35bc26dfae58 .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-c4fae64f-d04e-432d-b50c-0f86c30e0907 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-c4fae64f-d04e-432d-b50c-0f86c30e0907:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4fae64f-d04e-432d-b50c-0f86c30e0907:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c4fae64f-d04e-432d-b50c-0f86c30e0907 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4fae64f-d04e-432d-b50c-0f86c30e0907 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4fae64f-d04e-432d-b50c-0f86c30e0907 {
  
}
}@media (max-width: 767px){#s-c4fae64f-d04e-432d-b50c-0f86c30e0907 {
  
}
}


#s-c4fae64f-d04e-432d-b50c-0f86c30e0907 {
  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-c4fae64f-d04e-432d-b50c-0f86c30e0907.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4fae64f-d04e-432d-b50c-0f86c30e0907.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-c4fae64f-d04e-432d-b50c-0f86c30e0907.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-8684d9d3-1e40-4ece-a8f0-8c337250e565 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8684d9d3-1e40-4ece-a8f0-8c337250e565 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8684d9d3-1e40-4ece-a8f0-8c337250e565 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8684d9d3-1e40-4ece-a8f0-8c337250e565 {
  
}
}@media (max-width: 767px){#s-8684d9d3-1e40-4ece-a8f0-8c337250e565 {
  
}
}
#s-8684d9d3-1e40-4ece-a8f0-8c337250e565 {
  display: none;
}
#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  
}
}@media (max-width: 767px){#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  
}
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  max-width: 100%;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom,
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  max-width: 100%;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom,
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  max-width: 100%;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom,
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  max-width: 100%;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom,
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df {
  max-width: 100%;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom,
.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6f7577d-30ae-46e6-abfd-a0bd0ef590df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8c3cd16e-4607-4a3d-ad5e-0c39f24be20b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-8c3cd16e-4607-4a3d-ad5e-0c39f24be20b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c3cd16e-4607-4a3d-ad5e-0c39f24be20b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c3cd16e-4607-4a3d-ad5e-0c39f24be20b {
  
}
}@media (max-width: 767px){#s-8c3cd16e-4607-4a3d-ad5e-0c39f24be20b {
  
}
}
#s-8c3cd16e-4607-4a3d-ad5e-0c39f24be20b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3a7ae25e-9ec5-4775-a3fd-f8288d3a9753 {
  text-align: center;
}
@media (min-width: 1200px){#s-3a7ae25e-9ec5-4775-a3fd-f8288d3a9753 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a7ae25e-9ec5-4775-a3fd-f8288d3a9753 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a7ae25e-9ec5-4775-a3fd-f8288d3a9753 {
  
}
}@media (max-width: 767px){#s-3a7ae25e-9ec5-4775-a3fd-f8288d3a9753 {
  
}
}
#s-3a7ae25e-9ec5-4775-a3fd-f8288d3a9753 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3a7ae25e-9ec5-4775-a3fd-f8288d3a9753 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-3a7ae25e-9ec5-4775-a3fd-f8288d3a9753 .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-fa0656a2-014b-4efe-99c9-f0e9ffbac348 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348 {
  
}
}@media (max-width: 767px){#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348 {
  
}
}


#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348 {
  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-fa0656a2-014b-4efe-99c9-f0e9ffbac348.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-fa0656a2-014b-4efe-99c9-f0e9ffbac348.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-fa642493-9e82-4f1c-b62c-d428d961db6a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-fa642493-9e82-4f1c-b62c-d428d961db6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa642493-9e82-4f1c-b62c-d428d961db6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa642493-9e82-4f1c-b62c-d428d961db6a {
  
}
}@media (max-width: 767px){#s-fa642493-9e82-4f1c-b62c-d428d961db6a {
  
}
}
#s-fa642493-9e82-4f1c-b62c-d428d961db6a {
  display: none;
}
#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 39px;
margin-bottom: 39px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  
}
}@media (max-width: 767px){#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  
}
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  max-width: 100%;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom,
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  max-width: 100%;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom,
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  max-width: 100%;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom,
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  max-width: 100%;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom,
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb {
  max-width: 100%;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom,
.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28628ff4-7b99-43cf-b2ff-4ca85b3980bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d3c7f9f5-abe1-4961-a1f6-9e129727b361 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-d3c7f9f5-abe1-4961-a1f6-9e129727b361 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3c7f9f5-abe1-4961-a1f6-9e129727b361 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3c7f9f5-abe1-4961-a1f6-9e129727b361 {
  
}
}@media (max-width: 767px){#s-d3c7f9f5-abe1-4961-a1f6-9e129727b361 {
  
}
}
#s-d3c7f9f5-abe1-4961-a1f6-9e129727b361 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a3d977eb-d3fa-4fb1-9272-14cdec8a4dd8 {
  text-align: center;
}
@media (min-width: 1200px){#s-a3d977eb-d3fa-4fb1-9272-14cdec8a4dd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3d977eb-d3fa-4fb1-9272-14cdec8a4dd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3d977eb-d3fa-4fb1-9272-14cdec8a4dd8 {
  
}
}@media (max-width: 767px){#s-a3d977eb-d3fa-4fb1-9272-14cdec8a4dd8 {
  
}
}
#s-a3d977eb-d3fa-4fb1-9272-14cdec8a4dd8 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a3d977eb-d3fa-4fb1-9272-14cdec8a4dd8 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-a3d977eb-d3fa-4fb1-9272-14cdec8a4dd8 .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-e69368ab-49d3-4e32-80fc-ace84dd92b7d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d {
  
}
}@media (max-width: 767px){#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d {
  
}
}


#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d {
  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-e69368ab-49d3-4e32-80fc-ace84dd92b7d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-e69368ab-49d3-4e32-80fc-ace84dd92b7d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-6ca00496-1e08-4f2a-86bd-0e2af0a8708a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-6ca00496-1e08-4f2a-86bd-0e2af0a8708a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ca00496-1e08-4f2a-86bd-0e2af0a8708a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ca00496-1e08-4f2a-86bd-0e2af0a8708a {
  
}
}@media (max-width: 767px){#s-6ca00496-1e08-4f2a-86bd-0e2af0a8708a {
  
}
}
#s-6ca00496-1e08-4f2a-86bd-0e2af0a8708a {
  display: none;
}
#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 102px;
margin-bottom: 102px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  
}
}@media (max-width: 767px){#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  
}
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  max-width: 100%;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom,
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  max-width: 100%;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom,
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  max-width: 100%;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom,
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  max-width: 100%;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom,
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 {
  max-width: 100%;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom,
.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-071796c7-7be1-460f-a7a0-1268c9cd5343 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-54768c0a-3950-42e0-b0e5-4dba9f3c3a48 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-54768c0a-3950-42e0-b0e5-4dba9f3c3a48 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54768c0a-3950-42e0-b0e5-4dba9f3c3a48 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54768c0a-3950-42e0-b0e5-4dba9f3c3a48 {
  
}
}@media (max-width: 767px){#s-54768c0a-3950-42e0-b0e5-4dba9f3c3a48 {
  
}
}
#s-54768c0a-3950-42e0-b0e5-4dba9f3c3a48 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6aa972d3-259f-4f97-b3e8-03528d489f33 {
  text-align: center;
}
@media (min-width: 1200px){#s-6aa972d3-259f-4f97-b3e8-03528d489f33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6aa972d3-259f-4f97-b3e8-03528d489f33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6aa972d3-259f-4f97-b3e8-03528d489f33 {
  
}
}@media (max-width: 767px){#s-6aa972d3-259f-4f97-b3e8-03528d489f33 {
  
}
}
#s-6aa972d3-259f-4f97-b3e8-03528d489f33 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6aa972d3-259f-4f97-b3e8-03528d489f33 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-6aa972d3-259f-4f97-b3e8-03528d489f33 .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-f0f11c1c-3107-4c9a-8f2d-e28840256587 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f0f11c1c-3107-4c9a-8f2d-e28840256587:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f0f11c1c-3107-4c9a-8f2d-e28840256587:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f0f11c1c-3107-4c9a-8f2d-e28840256587 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0f11c1c-3107-4c9a-8f2d-e28840256587 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0f11c1c-3107-4c9a-8f2d-e28840256587 {
  
}
}@media (max-width: 767px){#s-f0f11c1c-3107-4c9a-8f2d-e28840256587 {
  
}
}


#s-f0f11c1c-3107-4c9a-8f2d-e28840256587 {
  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-f0f11c1c-3107-4c9a-8f2d-e28840256587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0f11c1c-3107-4c9a-8f2d-e28840256587.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-f0f11c1c-3107-4c9a-8f2d-e28840256587.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7 {
  
}
@media (min-width: 1200px){#s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7 {
  
}
}@media (max-width: 767px){#s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7 {
  
}
}
@media (min-width: 0px) {
[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c7de9ea-89b9-46d2-b0c6-c9489aaab3e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-08da8b72-c1df-417c-9d18-879bd511566b {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-08da8b72-c1df-417c-9d18-879bd511566b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08da8b72-c1df-417c-9d18-879bd511566b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08da8b72-c1df-417c-9d18-879bd511566b {
  
}
}@media (max-width: 767px){#s-08da8b72-c1df-417c-9d18-879bd511566b {
  
}
}
#s-08da8b72-c1df-417c-9d18-879bd511566b {
  display: none;
}
#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 8px;
margin-bottom: 8px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  
}
}@media (max-width: 767px){#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  
}
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  max-width: 100%;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom,
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  max-width: 100%;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom,
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  max-width: 100%;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom,
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  max-width: 100%;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom,
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af {
  max-width: 100%;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom,
.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c9af4f-e903-4619-9e74-71486d88b9af .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e8b062d3-9475-4433-841d-1aa516138f17 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-e8b062d3-9475-4433-841d-1aa516138f17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8b062d3-9475-4433-841d-1aa516138f17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8b062d3-9475-4433-841d-1aa516138f17 {
  
}
}@media (max-width: 767px){#s-e8b062d3-9475-4433-841d-1aa516138f17 {
  
}
}
#s-e8b062d3-9475-4433-841d-1aa516138f17 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ae38ade9-6792-4a2f-823b-3e8ea4e0808f {
  text-align: center;
}
@media (min-width: 1200px){#s-ae38ade9-6792-4a2f-823b-3e8ea4e0808f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae38ade9-6792-4a2f-823b-3e8ea4e0808f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae38ade9-6792-4a2f-823b-3e8ea4e0808f {
  
}
}@media (max-width: 767px){#s-ae38ade9-6792-4a2f-823b-3e8ea4e0808f {
  
}
}
#s-ae38ade9-6792-4a2f-823b-3e8ea4e0808f .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ae38ade9-6792-4a2f-823b-3e8ea4e0808f .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-ae38ade9-6792-4a2f-823b-3e8ea4e0808f .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-941ad554-9d57-4d56-8ac0-441494273bdd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-941ad554-9d57-4d56-8ac0-441494273bdd:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-941ad554-9d57-4d56-8ac0-441494273bdd:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-941ad554-9d57-4d56-8ac0-441494273bdd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-941ad554-9d57-4d56-8ac0-441494273bdd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-941ad554-9d57-4d56-8ac0-441494273bdd {
  
}
}@media (max-width: 767px){#s-941ad554-9d57-4d56-8ac0-441494273bdd {
  
}
}


#s-941ad554-9d57-4d56-8ac0-441494273bdd {
  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-941ad554-9d57-4d56-8ac0-441494273bdd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-941ad554-9d57-4d56-8ac0-441494273bdd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-941ad554-9d57-4d56-8ac0-441494273bdd.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-0687c2b9-9353-47cf-badc-7a7f82e138f6 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-0687c2b9-9353-47cf-badc-7a7f82e138f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0687c2b9-9353-47cf-badc-7a7f82e138f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0687c2b9-9353-47cf-badc-7a7f82e138f6 {
  
}
}@media (max-width: 767px){#s-0687c2b9-9353-47cf-badc-7a7f82e138f6 {
  
}
}
#s-0687c2b9-9353-47cf-badc-7a7f82e138f6 {
  display: none;
}
#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 9px;
margin-bottom: 9px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  
}
}@media (max-width: 767px){#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  
}
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  max-width: 100%;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom,
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  max-width: 100%;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom,
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  max-width: 100%;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom,
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  max-width: 100%;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom,
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac {
  max-width: 100%;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom,
.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71543e67-54cb-4c6f-bccc-b9c22d7bccac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-182d2678-1ea6-4b13-8771-0148a69b7e87 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-182d2678-1ea6-4b13-8771-0148a69b7e87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-182d2678-1ea6-4b13-8771-0148a69b7e87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-182d2678-1ea6-4b13-8771-0148a69b7e87 {
  
}
}@media (max-width: 767px){#s-182d2678-1ea6-4b13-8771-0148a69b7e87 {
  
}
}
#s-182d2678-1ea6-4b13-8771-0148a69b7e87 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a8be73bc-84ff-4d59-a47e-cc8d1efd6b62 {
  text-align: center;
}
@media (min-width: 1200px){#s-a8be73bc-84ff-4d59-a47e-cc8d1efd6b62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8be73bc-84ff-4d59-a47e-cc8d1efd6b62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8be73bc-84ff-4d59-a47e-cc8d1efd6b62 {
  
}
}@media (max-width: 767px){#s-a8be73bc-84ff-4d59-a47e-cc8d1efd6b62 {
  
}
}
#s-a8be73bc-84ff-4d59-a47e-cc8d1efd6b62 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a8be73bc-84ff-4d59-a47e-cc8d1efd6b62 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-a8be73bc-84ff-4d59-a47e-cc8d1efd6b62 .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-c4e943d1-51f0-435f-8a5a-d2f21171b04b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b {
  
}
}@media (max-width: 767px){#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b {
  
}
}


#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b {
  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-c4e943d1-51f0-435f-8a5a-d2f21171b04b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-c4e943d1-51f0-435f-8a5a-d2f21171b04b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-77ad79b1-e0bb-4cc3-b7de-784ae6fe5568 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-77ad79b1-e0bb-4cc3-b7de-784ae6fe5568 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77ad79b1-e0bb-4cc3-b7de-784ae6fe5568 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-77ad79b1-e0bb-4cc3-b7de-784ae6fe5568 {
  
}
}@media (max-width: 767px){#s-77ad79b1-e0bb-4cc3-b7de-784ae6fe5568 {
  
}
}
#s-77ad79b1-e0bb-4cc3-b7de-784ae6fe5568 {
  display: none;
}
#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 12px;
margin-bottom: 12px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  
}
}@media (max-width: 767px){#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  
}
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  max-width: 100%;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom,
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  max-width: 100%;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom,
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  max-width: 100%;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom,
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  max-width: 100%;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom,
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 {
  max-width: 100%;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom,
.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9bdcbe9-60a9-428d-8445-77eb9e865aa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9f9ae627-6027-47c4-9c79-9164f51159f6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-9f9ae627-6027-47c4-9c79-9164f51159f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f9ae627-6027-47c4-9c79-9164f51159f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f9ae627-6027-47c4-9c79-9164f51159f6 {
  
}
}@media (max-width: 767px){#s-9f9ae627-6027-47c4-9c79-9164f51159f6 {
  
}
}
#s-9f9ae627-6027-47c4-9c79-9164f51159f6 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0b72fb8c-e6b5-4fe3-a5e6-7ce0c26e4784 {
  text-align: center;
}
@media (min-width: 1200px){#s-0b72fb8c-e6b5-4fe3-a5e6-7ce0c26e4784 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b72fb8c-e6b5-4fe3-a5e6-7ce0c26e4784 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b72fb8c-e6b5-4fe3-a5e6-7ce0c26e4784 {
  
}
}@media (max-width: 767px){#s-0b72fb8c-e6b5-4fe3-a5e6-7ce0c26e4784 {
  
}
}
#s-0b72fb8c-e6b5-4fe3-a5e6-7ce0c26e4784 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0b72fb8c-e6b5-4fe3-a5e6-7ce0c26e4784 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-0b72fb8c-e6b5-4fe3-a5e6-7ce0c26e4784 .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-07960780-79ba-48f1-834b-6f9984fdb2e0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-07960780-79ba-48f1-834b-6f9984fdb2e0:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-07960780-79ba-48f1-834b-6f9984fdb2e0:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-07960780-79ba-48f1-834b-6f9984fdb2e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07960780-79ba-48f1-834b-6f9984fdb2e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07960780-79ba-48f1-834b-6f9984fdb2e0 {
  
}
}@media (max-width: 767px){#s-07960780-79ba-48f1-834b-6f9984fdb2e0 {
  
}
}


#s-07960780-79ba-48f1-834b-6f9984fdb2e0 {
  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-07960780-79ba-48f1-834b-6f9984fdb2e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07960780-79ba-48f1-834b-6f9984fdb2e0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-07960780-79ba-48f1-834b-6f9984fdb2e0.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-81fb5fb3-20ca-4a5a-a482-9740cdd1f6cd {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-81fb5fb3-20ca-4a5a-a482-9740cdd1f6cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81fb5fb3-20ca-4a5a-a482-9740cdd1f6cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81fb5fb3-20ca-4a5a-a482-9740cdd1f6cd {
  
}
}@media (max-width: 767px){#s-81fb5fb3-20ca-4a5a-a482-9740cdd1f6cd {
  
}
}
#s-81fb5fb3-20ca-4a5a-a482-9740cdd1f6cd {
  display: none;
}
#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 13px;
margin-bottom: 13px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  
}
}@media (max-width: 767px){#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  
}
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  max-width: 100%;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom,
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  max-width: 100%;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom,
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  max-width: 100%;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom,
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  max-width: 100%;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom,
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 {
  max-width: 100%;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom,
.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1250e7dd-d6d0-4e57-a142-6772924eaff7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0c70c502-ad0b-49d2-b12f-1d3572fab64f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-0c70c502-ad0b-49d2-b12f-1d3572fab64f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c70c502-ad0b-49d2-b12f-1d3572fab64f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c70c502-ad0b-49d2-b12f-1d3572fab64f {
  
}
}@media (max-width: 767px){#s-0c70c502-ad0b-49d2-b12f-1d3572fab64f {
  
}
}
#s-0c70c502-ad0b-49d2-b12f-1d3572fab64f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5194c7a2-4215-4950-9ceb-f32665af4c51 {
  text-align: center;
}
@media (min-width: 1200px){#s-5194c7a2-4215-4950-9ceb-f32665af4c51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5194c7a2-4215-4950-9ceb-f32665af4c51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5194c7a2-4215-4950-9ceb-f32665af4c51 {
  
}
}@media (max-width: 767px){#s-5194c7a2-4215-4950-9ceb-f32665af4c51 {
  
}
}
#s-5194c7a2-4215-4950-9ceb-f32665af4c51 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5194c7a2-4215-4950-9ceb-f32665af4c51 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-5194c7a2-4215-4950-9ceb-f32665af4c51 .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-b7b9794d-440b-440c-9b5a-7384da36d71b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-b7b9794d-440b-440c-9b5a-7384da36d71b:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7b9794d-440b-440c-9b5a-7384da36d71b:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b7b9794d-440b-440c-9b5a-7384da36d71b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7b9794d-440b-440c-9b5a-7384da36d71b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7b9794d-440b-440c-9b5a-7384da36d71b {
  
}
}@media (max-width: 767px){#s-b7b9794d-440b-440c-9b5a-7384da36d71b {
  
}
}


#s-b7b9794d-440b-440c-9b5a-7384da36d71b {
  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-b7b9794d-440b-440c-9b5a-7384da36d71b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7b9794d-440b-440c-9b5a-7384da36d71b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-b7b9794d-440b-440c-9b5a-7384da36d71b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b {
  
}
@media (min-width: 1200px){#s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b {
  
}
}@media (max-width: 767px){#s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b {
  
}
}
@media (min-width: 0px) {
[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbeaefe1-f4b0-4098-bff9-693c9a08d01b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b9003a99-4b51-472c-82bc-7e274bc898fc {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b9003a99-4b51-472c-82bc-7e274bc898fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9003a99-4b51-472c-82bc-7e274bc898fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9003a99-4b51-472c-82bc-7e274bc898fc {
  
}
}@media (max-width: 767px){#s-b9003a99-4b51-472c-82bc-7e274bc898fc {
  
}
}
#s-b9003a99-4b51-472c-82bc-7e274bc898fc {
  display: none;
}
#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 20px;
margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  
}
}@media (max-width: 767px){#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  
}
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  max-width: 100%;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom,
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  max-width: 100%;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom,
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  max-width: 100%;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom,
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  max-width: 100%;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom,
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c {
  max-width: 100%;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom,
.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-121f4353-1a79-44eb-acc6-e8a1e428cb6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-76c2d29a-e10d-4613-9c6c-5a4ee7be745f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-76c2d29a-e10d-4613-9c6c-5a4ee7be745f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76c2d29a-e10d-4613-9c6c-5a4ee7be745f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76c2d29a-e10d-4613-9c6c-5a4ee7be745f {
  
}
}@media (max-width: 767px){#s-76c2d29a-e10d-4613-9c6c-5a4ee7be745f {
  
}
}
#s-76c2d29a-e10d-4613-9c6c-5a4ee7be745f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-59525acd-f071-4b21-a1e5-ec6655c65d19 {
  text-align: center;
}
@media (min-width: 1200px){#s-59525acd-f071-4b21-a1e5-ec6655c65d19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59525acd-f071-4b21-a1e5-ec6655c65d19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59525acd-f071-4b21-a1e5-ec6655c65d19 {
  
}
}@media (max-width: 767px){#s-59525acd-f071-4b21-a1e5-ec6655c65d19 {
  
}
}
#s-59525acd-f071-4b21-a1e5-ec6655c65d19 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-59525acd-f071-4b21-a1e5-ec6655c65d19 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-59525acd-f071-4b21-a1e5-ec6655c65d19 .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-27c14fce-8b1f-427d-90af-6ee824403814 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-27c14fce-8b1f-427d-90af-6ee824403814:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27c14fce-8b1f-427d-90af-6ee824403814:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-27c14fce-8b1f-427d-90af-6ee824403814 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27c14fce-8b1f-427d-90af-6ee824403814 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27c14fce-8b1f-427d-90af-6ee824403814 {
  
}
}@media (max-width: 767px){#s-27c14fce-8b1f-427d-90af-6ee824403814 {
  
}
}


#s-27c14fce-8b1f-427d-90af-6ee824403814 {
  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-27c14fce-8b1f-427d-90af-6ee824403814.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27c14fce-8b1f-427d-90af-6ee824403814.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-27c14fce-8b1f-427d-90af-6ee824403814.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-d0a1fc8a-4f86-4f95-a62a-5b266c6d6904 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d0a1fc8a-4f86-4f95-a62a-5b266c6d6904 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0a1fc8a-4f86-4f95-a62a-5b266c6d6904 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0a1fc8a-4f86-4f95-a62a-5b266c6d6904 {
  
}
}@media (max-width: 767px){#s-d0a1fc8a-4f86-4f95-a62a-5b266c6d6904 {
  
}
}
#s-d0a1fc8a-4f86-4f95-a62a-5b266c6d6904 {
  display: none;
}
#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 10px;
margin-bottom: 10px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  
}
}@media (max-width: 767px){#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  
}
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  max-width: 100%;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom,
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  max-width: 100%;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom,
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  max-width: 100%;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom,
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  max-width: 100%;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom,
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea {
  max-width: 100%;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom,
.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7563d1-1504-4813-b8c6-471e173801ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-06d70f22-3ab5-479b-a015-8b57d1d27018 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-06d70f22-3ab5-479b-a015-8b57d1d27018 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06d70f22-3ab5-479b-a015-8b57d1d27018 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06d70f22-3ab5-479b-a015-8b57d1d27018 {
  
}
}@media (max-width: 767px){#s-06d70f22-3ab5-479b-a015-8b57d1d27018 {
  
}
}
#s-06d70f22-3ab5-479b-a015-8b57d1d27018 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b022ffc6-5858-4582-a767-2232970e75dc {
  text-align: center;
}
@media (min-width: 1200px){#s-b022ffc6-5858-4582-a767-2232970e75dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b022ffc6-5858-4582-a767-2232970e75dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b022ffc6-5858-4582-a767-2232970e75dc {
  
}
}@media (max-width: 767px){#s-b022ffc6-5858-4582-a767-2232970e75dc {
  
}
}
#s-b022ffc6-5858-4582-a767-2232970e75dc .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b022ffc6-5858-4582-a767-2232970e75dc .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-b022ffc6-5858-4582-a767-2232970e75dc .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-5b6ed57c-6e61-4644-8c11-970f8d083276 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-5b6ed57c-6e61-4644-8c11-970f8d083276:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b6ed57c-6e61-4644-8c11-970f8d083276:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5b6ed57c-6e61-4644-8c11-970f8d083276 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6ed57c-6e61-4644-8c11-970f8d083276 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6ed57c-6e61-4644-8c11-970f8d083276 {
  
}
}@media (max-width: 767px){#s-5b6ed57c-6e61-4644-8c11-970f8d083276 {
  
}
}


#s-5b6ed57c-6e61-4644-8c11-970f8d083276 {
  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-5b6ed57c-6e61-4644-8c11-970f8d083276.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b6ed57c-6e61-4644-8c11-970f8d083276.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-5b6ed57c-6e61-4644-8c11-970f8d083276.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-b5d1ebf4-5a17-48bc-b89f-2f44b9fd842e {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b5d1ebf4-5a17-48bc-b89f-2f44b9fd842e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5d1ebf4-5a17-48bc-b89f-2f44b9fd842e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5d1ebf4-5a17-48bc-b89f-2f44b9fd842e {
  
}
}@media (max-width: 767px){#s-b5d1ebf4-5a17-48bc-b89f-2f44b9fd842e {
  
}
}
#s-b5d1ebf4-5a17-48bc-b89f-2f44b9fd842e {
  display: none;
}
#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  
}
}@media (max-width: 767px){#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  
}
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  max-width: 100%;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom,
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  max-width: 100%;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom,
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  max-width: 100%;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom,
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  max-width: 100%;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom,
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 {
  max-width: 100%;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom,
.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc722015-60ac-49cf-9a5d-8329e6c95ca8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 0px) {
[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-549d687b-28c7-4c52-83fd-1a4709a6f5b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c1e0b4d-1039-4a9c-8663-6008768b220f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-9c1e0b4d-1039-4a9c-8663-6008768b220f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c1e0b4d-1039-4a9c-8663-6008768b220f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c1e0b4d-1039-4a9c-8663-6008768b220f {
  
}
}@media (max-width: 767px){#s-9c1e0b4d-1039-4a9c-8663-6008768b220f {
  
}
}
#s-9c1e0b4d-1039-4a9c-8663-6008768b220f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c54224a2-e041-42cf-9a49-cf164c6fab05 {
  text-align: center;
}
@media (min-width: 1200px){#s-c54224a2-e041-42cf-9a49-cf164c6fab05 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c54224a2-e041-42cf-9a49-cf164c6fab05 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c54224a2-e041-42cf-9a49-cf164c6fab05 {
  
}
}@media (max-width: 767px){#s-c54224a2-e041-42cf-9a49-cf164c6fab05 {
  
}
}
#s-c54224a2-e041-42cf-9a49-cf164c6fab05 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c54224a2-e041-42cf-9a49-cf164c6fab05 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-c54224a2-e041-42cf-9a49-cf164c6fab05 .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-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7 {
  
}
}@media (max-width: 767px){#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7 {
  
}
}


#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7 {
  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-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-c3f1ed41-46a6-44ac-a7a4-ef309931b9b7.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-b584c19f-4a04-4a4c-ab9f-e610572a962a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b584c19f-4a04-4a4c-ab9f-e610572a962a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b584c19f-4a04-4a4c-ab9f-e610572a962a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b584c19f-4a04-4a4c-ab9f-e610572a962a {
  
}
}@media (max-width: 767px){#s-b584c19f-4a04-4a4c-ab9f-e610572a962a {
  
}
}
#s-b584c19f-4a04-4a4c-ab9f-e610572a962a {
  display: none;
}
#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  
}
}@media (max-width: 767px){#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  
}
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  max-width: 100%;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom,
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  max-width: 100%;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom,
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  max-width: 100%;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom,
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  max-width: 100%;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom,
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 {
  max-width: 100%;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom,
.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d68b644d-a25a-4ed2-9700-a79b94ae5d78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 0px) {
[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-391fde93-494c-41d5-aaa8-d6bd6ae4e38f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-363c6173-f200-45de-a997-2705df44ce9a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-363c6173-f200-45de-a997-2705df44ce9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-363c6173-f200-45de-a997-2705df44ce9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-363c6173-f200-45de-a997-2705df44ce9a {
  
}
}@media (max-width: 767px){#s-363c6173-f200-45de-a997-2705df44ce9a {
  
}
}
#s-363c6173-f200-45de-a997-2705df44ce9a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-84c4b06c-8dee-44c6-9b69-473bedb566f6 {
  text-align: center;
}
@media (min-width: 1200px){#s-84c4b06c-8dee-44c6-9b69-473bedb566f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84c4b06c-8dee-44c6-9b69-473bedb566f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84c4b06c-8dee-44c6-9b69-473bedb566f6 {
  
}
}@media (max-width: 767px){#s-84c4b06c-8dee-44c6-9b69-473bedb566f6 {
  
}
}
#s-84c4b06c-8dee-44c6-9b69-473bedb566f6 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-84c4b06c-8dee-44c6-9b69-473bedb566f6 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-84c4b06c-8dee-44c6-9b69-473bedb566f6 .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-047959e6-5de7-45ef-bf30-be21136cd781 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-047959e6-5de7-45ef-bf30-be21136cd781:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-047959e6-5de7-45ef-bf30-be21136cd781:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-047959e6-5de7-45ef-bf30-be21136cd781 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-047959e6-5de7-45ef-bf30-be21136cd781 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-047959e6-5de7-45ef-bf30-be21136cd781 {
  
}
}@media (max-width: 767px){#s-047959e6-5de7-45ef-bf30-be21136cd781 {
  
}
}


#s-047959e6-5de7-45ef-bf30-be21136cd781 {
  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-047959e6-5de7-45ef-bf30-be21136cd781.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-047959e6-5de7-45ef-bf30-be21136cd781.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-047959e6-5de7-45ef-bf30-be21136cd781.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-478c428a-112a-4cf7-9d0f-0083a0ac4131 {
  
}
@media (min-width: 1200px){#s-478c428a-112a-4cf7-9d0f-0083a0ac4131 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-478c428a-112a-4cf7-9d0f-0083a0ac4131 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-478c428a-112a-4cf7-9d0f-0083a0ac4131 {
  
}
}@media (max-width: 767px){#s-478c428a-112a-4cf7-9d0f-0083a0ac4131 {
  
}
}
@media (min-width: 0px) {
[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-478c428a-112a-4cf7-9d0f-0083a0ac4131"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2bb267d-71bc-425d-b63e-235e19267dc7 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f2bb267d-71bc-425d-b63e-235e19267dc7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2bb267d-71bc-425d-b63e-235e19267dc7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2bb267d-71bc-425d-b63e-235e19267dc7 {
  
}
}@media (max-width: 767px){#s-f2bb267d-71bc-425d-b63e-235e19267dc7 {
  
}
}
#s-f2bb267d-71bc-425d-b63e-235e19267dc7 {
  display: none;
}
#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 12px;
margin-bottom: 12px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  
}
}@media (max-width: 767px){#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  
}
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  max-width: 100%;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom,
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  max-width: 100%;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom,
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  max-width: 100%;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom,
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  max-width: 100%;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom,
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 {
  max-width: 100%;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom,
.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acce0a7-0921-4863-afbd-0ba510e42fc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5c8d1f0c-ce3e-4f6b-ba04-b646f1e4eb67 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-5c8d1f0c-ce3e-4f6b-ba04-b646f1e4eb67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c8d1f0c-ce3e-4f6b-ba04-b646f1e4eb67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c8d1f0c-ce3e-4f6b-ba04-b646f1e4eb67 {
  
}
}@media (max-width: 767px){#s-5c8d1f0c-ce3e-4f6b-ba04-b646f1e4eb67 {
  
}
}
#s-5c8d1f0c-ce3e-4f6b-ba04-b646f1e4eb67 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7203d183-84b0-410b-9061-cc319cc457a8 {
  text-align: center;
}
@media (min-width: 1200px){#s-7203d183-84b0-410b-9061-cc319cc457a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7203d183-84b0-410b-9061-cc319cc457a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7203d183-84b0-410b-9061-cc319cc457a8 {
  
}
}@media (max-width: 767px){#s-7203d183-84b0-410b-9061-cc319cc457a8 {
  
}
}
#s-7203d183-84b0-410b-9061-cc319cc457a8 .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7203d183-84b0-410b-9061-cc319cc457a8 .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-7203d183-84b0-410b-9061-cc319cc457a8 .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-407c15c2-2f3a-42da-9d29-461f7b452993 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-407c15c2-2f3a-42da-9d29-461f7b452993:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-407c15c2-2f3a-42da-9d29-461f7b452993:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-407c15c2-2f3a-42da-9d29-461f7b452993 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-407c15c2-2f3a-42da-9d29-461f7b452993 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-407c15c2-2f3a-42da-9d29-461f7b452993 {
  
}
}@media (max-width: 767px){#s-407c15c2-2f3a-42da-9d29-461f7b452993 {
  
}
}


#s-407c15c2-2f3a-42da-9d29-461f7b452993 {
  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-407c15c2-2f3a-42da-9d29-461f7b452993.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-407c15c2-2f3a-42da-9d29-461f7b452993.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-407c15c2-2f3a-42da-9d29-461f7b452993.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-4140e9e7-7178-4d73-888b-05edf4f752d6 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-4140e9e7-7178-4d73-888b-05edf4f752d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4140e9e7-7178-4d73-888b-05edf4f752d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4140e9e7-7178-4d73-888b-05edf4f752d6 {
  
}
}@media (max-width: 767px){#s-4140e9e7-7178-4d73-888b-05edf4f752d6 {
  
}
}
#s-4140e9e7-7178-4d73-888b-05edf4f752d6 {
  display: none;
}
#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 11px;
margin-bottom: 11px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  
}
}@media (max-width: 767px){#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  
}
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  max-width: 100%;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom,
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  max-width: 100%;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom,
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  max-width: 100%;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom,
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  max-width: 100%;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom,
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd {
  max-width: 100%;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom,
.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49a2eccb-e1a8-4f86-af2b-b115a5c218fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2d1b9da8-5795-4385-8d05-957ebda7de76 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-2d1b9da8-5795-4385-8d05-957ebda7de76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d1b9da8-5795-4385-8d05-957ebda7de76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d1b9da8-5795-4385-8d05-957ebda7de76 {
  
}
}@media (max-width: 767px){#s-2d1b9da8-5795-4385-8d05-957ebda7de76 {
  
}
}
#s-2d1b9da8-5795-4385-8d05-957ebda7de76 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-50231e0b-de77-4f85-abac-8314f8db1ccd {
  text-align: center;
}
@media (min-width: 1200px){#s-50231e0b-de77-4f85-abac-8314f8db1ccd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50231e0b-de77-4f85-abac-8314f8db1ccd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50231e0b-de77-4f85-abac-8314f8db1ccd {
  
}
}@media (max-width: 767px){#s-50231e0b-de77-4f85-abac-8314f8db1ccd {
  
}
}
#s-50231e0b-de77-4f85-abac-8314f8db1ccd .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-50231e0b-de77-4f85-abac-8314f8db1ccd .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-50231e0b-de77-4f85-abac-8314f8db1ccd .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-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87 {
  
}
}@media (max-width: 767px){#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87 {
  
}
}


#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87 {
  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-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-bf4ca710-a2f7-48b8-bc8d-4f4355e7ed87.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-ff740786-6a80-446c-82b5-f97697935435 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ff740786-6a80-446c-82b5-f97697935435 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff740786-6a80-446c-82b5-f97697935435 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff740786-6a80-446c-82b5-f97697935435 {
  
}
}@media (max-width: 767px){#s-ff740786-6a80-446c-82b5-f97697935435 {
  
}
}
#s-ff740786-6a80-446c-82b5-f97697935435 {
  display: none;
}
#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  
}
}@media (max-width: 767px){#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  
}
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  max-width: 100%;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom,
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  max-width: 100%;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom,
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  max-width: 100%;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom,
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  max-width: 100%;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom,
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 {
  max-width: 100%;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom,
.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fa600bf-373b-40f7-9a3b-71f28d444563 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-00fee754-7290-4a46-822d-e5a089216ffb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-00fee754-7290-4a46-822d-e5a089216ffb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00fee754-7290-4a46-822d-e5a089216ffb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00fee754-7290-4a46-822d-e5a089216ffb {
  
}
}@media (max-width: 767px){#s-00fee754-7290-4a46-822d-e5a089216ffb {
  
}
}
#s-00fee754-7290-4a46-822d-e5a089216ffb .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4dbf5c15-805c-494b-90c5-94d35d4c39cb {
  text-align: center;
}
@media (min-width: 1200px){#s-4dbf5c15-805c-494b-90c5-94d35d4c39cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dbf5c15-805c-494b-90c5-94d35d4c39cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4dbf5c15-805c-494b-90c5-94d35d4c39cb {
  
}
}@media (max-width: 767px){#s-4dbf5c15-805c-494b-90c5-94d35d4c39cb {
  
}
}
#s-4dbf5c15-805c-494b-90c5-94d35d4c39cb .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4dbf5c15-805c-494b-90c5-94d35d4c39cb .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-4dbf5c15-805c-494b-90c5-94d35d4c39cb .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-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1 {
  
}
}@media (max-width: 767px){#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1 {
  
}
}


#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1 {
  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-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-4bcf1eed-0da7-4cb6-9fc3-381140ee9fb1.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-0622e524-5282-4682-9b84-d6e7c4ad24d4 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-0622e524-5282-4682-9b84-d6e7c4ad24d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0622e524-5282-4682-9b84-d6e7c4ad24d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0622e524-5282-4682-9b84-d6e7c4ad24d4 {
  
}
}@media (max-width: 767px){#s-0622e524-5282-4682-9b84-d6e7c4ad24d4 {
  
}
}
#s-0622e524-5282-4682-9b84-d6e7c4ad24d4 {
  display: none;
}
#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 5px;
margin-bottom: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  
}
}@media (max-width: 767px){#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  
}
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  max-width: 100%;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom,
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  max-width: 100%;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom,
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  max-width: 100%;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom,
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  max-width: 100%;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom,
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc {
  max-width: 100%;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom,
.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f3522c8-1459-419a-8bdc-259ec48d7bcc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a416f5c8-4eb5-4b54-b552-6ce4cb6367b5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-a416f5c8-4eb5-4b54-b552-6ce4cb6367b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a416f5c8-4eb5-4b54-b552-6ce4cb6367b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a416f5c8-4eb5-4b54-b552-6ce4cb6367b5 {
  
}
}@media (max-width: 767px){#s-a416f5c8-4eb5-4b54-b552-6ce4cb6367b5 {
  
}
}
#s-a416f5c8-4eb5-4b54-b552-6ce4cb6367b5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-543323b6-f7c6-49f3-af8e-2c2582ed65dc {
  text-align: center;
}
@media (min-width: 1200px){#s-543323b6-f7c6-49f3-af8e-2c2582ed65dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-543323b6-f7c6-49f3-af8e-2c2582ed65dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-543323b6-f7c6-49f3-af8e-2c2582ed65dc {
  
}
}@media (max-width: 767px){#s-543323b6-f7c6-49f3-af8e-2c2582ed65dc {
  
}
}
#s-543323b6-f7c6-49f3-af8e-2c2582ed65dc .shg-product-sold-out {
  display: none;
  color: rgba(249, 23, 13, 1);
  font-size: 17px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-543323b6-f7c6-49f3-af8e-2c2582ed65dc .shg-product-price {
  color: rgba(249, 23, 13, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 17px;
}

#s-543323b6-f7c6-49f3-af8e-2c2582ed65dc .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-165ca8d1-158c-4037-b0a8-085ae8051b64 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(251, 12, 12, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-165ca8d1-158c-4037-b0a8-085ae8051b64:hover {opacity: 1 !important;
background-color: rgba(240, 181, 14, 1) !important;
color: rgba(250, 248, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-165ca8d1-158c-4037-b0a8-085ae8051b64:active {background-color: rgba(253, 11, 11, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-165ca8d1-158c-4037-b0a8-085ae8051b64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-165ca8d1-158c-4037-b0a8-085ae8051b64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-165ca8d1-158c-4037-b0a8-085ae8051b64 {
  
}
}@media (max-width: 767px){#s-165ca8d1-158c-4037-b0a8-085ae8051b64 {
  
}
}


#s-165ca8d1-158c-4037-b0a8-085ae8051b64 {
  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-165ca8d1-158c-4037-b0a8-085ae8051b64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-165ca8d1-158c-4037-b0a8-085ae8051b64.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-165ca8d1-158c-4037-b0a8-085ae8051b64.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-2e250920-df4e-4115-bf02-11c74f74b255 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2e250920-df4e-4115-bf02-11c74f74b255 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e250920-df4e-4115-bf02-11c74f74b255 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e250920-df4e-4115-bf02-11c74f74b255 {
  
}
}@media (max-width: 767px){#s-2e250920-df4e-4115-bf02-11c74f74b255 {
  
}
}







#s-2e250920-df4e-4115-bf02-11c74f74b255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e250920-df4e-4115-bf02-11c74f74b255.shg-box.shg-c {
  justify-content: flex-start;
}

#s-184d03ea-0420-400f-8fb4-b0f86e61162c {
  min-height: 100px;
}
@media (min-width: 1200px){#s-184d03ea-0420-400f-8fb4-b0f86e61162c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-184d03ea-0420-400f-8fb4-b0f86e61162c {
  display: none;
}
#s-184d03ea-0420-400f-8fb4-b0f86e61162c, #wrap-s-184d03ea-0420-400f-8fb4-b0f86e61162c { display:none !important; }}@media (max-width: 767px){#s-184d03ea-0420-400f-8fb4-b0f86e61162c {
  display: none;
}
#s-184d03ea-0420-400f-8fb4-b0f86e61162c, #wrap-s-184d03ea-0420-400f-8fb4-b0f86e61162c { display:none !important; }}







#s-184d03ea-0420-400f-8fb4-b0f86e61162c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-184d03ea-0420-400f-8fb4-b0f86e61162c.shg-box.shg-c {
  justify-content: center;
}

#s-9461d3eb-990d-4720-aee1-a384b488aa32 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 350px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}








#s-9461d3eb-990d-4720-aee1-a384b488aa32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9461d3eb-990d-4720-aee1-a384b488aa32.shg-box.shg-c {
  justify-content: center;
}

#s-6b01c4df-68d6-45a6-8652-236245f26c4a {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6b01c4df-68d6-45a6-8652-236245f26c4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b01c4df-68d6-45a6-8652-236245f26c4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b01c4df-68d6-45a6-8652-236245f26c4a {
  
}
}@media (max-width: 767px){#s-6b01c4df-68d6-45a6-8652-236245f26c4a {
  
}
}
#s-6b01c4df-68d6-45a6-8652-236245f26c4a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec99e16a-4ddb-4eb9-b739-550024e367ee {
  border-style: solid;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-ec99e16a-4ddb-4eb9-b739-550024e367ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec99e16a-4ddb-4eb9-b739-550024e367ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec99e16a-4ddb-4eb9-b739-550024e367ee {
  
}
}@media (max-width: 767px){#s-ec99e16a-4ddb-4eb9-b739-550024e367ee {
  
}
}
@media (min-width: 0px) {
[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ec99e16a-4ddb-4eb9-b739-550024e367ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

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

#s-6fba3160-594b-46d9-8705-1aa078471727 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(69, 78, 149, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(254, 10, 10, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6fba3160-594b-46d9-8705-1aa078471727:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6fba3160-594b-46d9-8705-1aa078471727:active {border-style: solid !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(252, 11, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6fba3160-594b-46d9-8705-1aa078471727.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}

#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (max-width: 767px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}







#s-6f607f4c-f99c-450b-a554-8cce6335c392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f607f4c-f99c-450b-a554-8cce6335c392.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (max-width: 767px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}
@media (min-width: 0px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: left;
}
@media (min-width: 1200px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (max-width: 767px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}
#s-91165830-8acf-44f6-8dfa-97fbbb429c59 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bellefair;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-28bba358-8aa7-4502-b1cd-b319f8989f68:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}#s-28bba358-8aa7-4502-b1cd-b319f8989f68:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (max-width: 767px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-7d85caf6-1f19-4fa3-86c4-db2507686965 {
  text-align: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
