.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-f62d0113-9cd2-48de-9468-071b3f73878a {
  margin-top: 20px;
}

#s-f62d0113-9cd2-48de-9468-071b3f73878a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.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-14282cf7-2970-494c-95df-b740789b9344 {
  text-align: center;
}




  #s-14282cf7-2970-494c-95df-b740789b9344 img.shogun-image {
    
    width: px;
  }


#s-14282cf7-2970-494c-95df-b740789b9344 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd236e7a-a3c0-4e69-bb93-55a15631adbe {
  
}

.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-85eeceb8-2290-4307-8bf0-a480ca9be601 {
  margin-top: -60px;
margin-bottom: -20px;
padding-top: 50px;
padding-left: 45px;
padding-bottom: 50px;
padding-right: 45px;
}

#s-7930b3ef-1cac-4107-b85a-73f2af88242c {
  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-7edd3037-11b6-47ae-919a-ee4cae8a2e10 {
  text-align: left;
}


.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 {
  max-width: 100%;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom,
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 {
  max-width: 100%;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom,
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 {
  max-width: 100%;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom,
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 {
  max-width: 100%;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom,
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 {
  max-width: 100%;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom,
.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edd3037-11b6-47ae-919a-ee4cae8a2e10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-fbece69b-82a0-4239-8a90-3e4d8406bd0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbece69b-82a0-4239-8a90-3e4d8406bd0a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-020a06dd-9a3d-45a5-be49-5b73f720b793 {
  text-align: center;
}

#s-020a06dd-9a3d-45a5-be49-5b73f720b793 .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-020a06dd-9a3d-45a5-be49-5b73f720b793 .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-020a06dd-9a3d-45a5-be49-5b73f720b793 .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-966c5d4d-4204-404e-bac0-b6fbecf55c61 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-966c5d4d-4204-404e-bac0-b6fbecf55c61:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-966c5d4d-4204-404e-bac0-b6fbecf55c61:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-966c5d4d-4204-404e-bac0-b6fbecf55c61 {
  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-966c5d4d-4204-404e-bac0-b6fbecf55c61.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-966c5d4d-4204-404e-bac0-b6fbecf55c61.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-966c5d4d-4204-404e-bac0-b6fbecf55c61.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-966c5d4d-4204-404e-bac0-b6fbecf55c61.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Raleway;
    
    font-size: 15px;
    
  }


#s-06ca1a7d-6bcc-4bf2-8bbb-4e45b4ee3855 {
  display: none;
}
#s-75dae014-0710-4874-8a15-582e5a09168d {
  text-align: left;
}


.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d {
  max-width: 100%;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom,
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d {
  max-width: 100%;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom,
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d {
  max-width: 100%;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom,
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d {
  max-width: 100%;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom,
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d {
  max-width: 100%;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom,
.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75dae014-0710-4874-8a15-582e5a09168d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f61561f5-f4d5-4042-b1f7-263cd80e0062 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f61561f5-f4d5-4042-b1f7-263cd80e0062 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-279e4546-a4df-4dbb-8f86-5c585001e32a {
  text-align: center;
}

#s-279e4546-a4df-4dbb-8f86-5c585001e32a .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-279e4546-a4df-4dbb-8f86-5c585001e32a .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-279e4546-a4df-4dbb-8f86-5c585001e32a .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-b943f367-13fa-43b9-b2ba-20bff2304b4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-b943f367-13fa-43b9-b2ba-20bff2304b4d:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-b943f367-13fa-43b9-b2ba-20bff2304b4d:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-b943f367-13fa-43b9-b2ba-20bff2304b4d {
  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-b943f367-13fa-43b9-b2ba-20bff2304b4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b943f367-13fa-43b9-b2ba-20bff2304b4d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-b943f367-13fa-43b9-b2ba-20bff2304b4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b943f367-13fa-43b9-b2ba-20bff2304b4d.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Raleway;
    
    font-size: 15px;
    
  }


#s-18908e8e-dbbe-4173-8695-48a93d1ce31d {
  display: none;
}
#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 {
  text-align: left;
}


.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 {
  max-width: 100%;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom,
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 {
  max-width: 100%;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom,
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 {
  max-width: 100%;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom,
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 {
  max-width: 100%;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom,
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 {
  max-width: 100%;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom,
.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4c53f79-84a9-4217-9cf3-60a40f5748e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a12c6a6-149b-4ee2-9563-030d273c4f6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a12c6a6-149b-4ee2-9563-030d273c4f6d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2c576e26-c37f-4d6a-8dff-8f872f568fc7 {
  text-align: center;
}

#s-2c576e26-c37f-4d6a-8dff-8f872f568fc7 .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2c576e26-c37f-4d6a-8dff-8f872f568fc7 .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2c576e26-c37f-4d6a-8dff-8f872f568fc7 .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-98ae64df-2b92-4ece-8812-fcf41d928870 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-98ae64df-2b92-4ece-8812-fcf41d928870:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-98ae64df-2b92-4ece-8812-fcf41d928870:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-98ae64df-2b92-4ece-8812-fcf41d928870 {
  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-98ae64df-2b92-4ece-8812-fcf41d928870.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98ae64df-2b92-4ece-8812-fcf41d928870.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-98ae64df-2b92-4ece-8812-fcf41d928870.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-98ae64df-2b92-4ece-8812-fcf41d928870.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Raleway;
    
    font-size: 15px;
    
  }


.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-6e58e62d-1ff8-406b-b1dd-fdf814ab326c {
  min-height: 50px;
}








#s-6e58e62d-1ff8-406b-b1dd-fdf814ab326c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e58e62d-1ff8-406b-b1dd-fdf814ab326c.shg-box.shg-c {
  justify-content: flex-start;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-24fbb96f-1e32-4bed-a005-27fe9c891a56 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-24fbb96f-1e32-4bed-a005-27fe9c891a56"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

#s-125023cd-751e-4ffc-9a37-58636e49cbb8 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
}

#s-7e9b400b-5050-42e6-ad84-74353f5aa658 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
}

#s-0cf24b3f-9a7d-462b-a5b2-cc842c148c9c {
  margin-top: 20px;
}

#s-a9966600-0acd-4360-92da-0fe801cb3dd0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}




  #s-a9966600-0acd-4360-92da-0fe801cb3dd0 img.shogun-image {
    
    width: px;
  }


#s-a9966600-0acd-4360-92da-0fe801cb3dd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-12dc5be3-c7cc-4244-9985-11a278010845 {
  border-style: solid;
margin-top: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-fdc01609-2de5-4960-88ec-5659cac5151c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-fdc01609-2de5-4960-88ec-5659cac5151c {
  display: none;
}
#s-fdc01609-2de5-4960-88ec-5659cac5151c, #wrap-s-fdc01609-2de5-4960-88ec-5659cac5151c { display:none !important; }}
#s-c6fe2bcc-9260-44a6-95fb-4e6901aa63da {
  display: none;
}
#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 {
  text-align: left;
}


.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 {
  max-width: 100%;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom,
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 {
  max-width: 100%;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom,
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 {
  max-width: 100%;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom,
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 {
  max-width: 100%;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom,
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 {
  max-width: 100%;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom,
.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3356d66-a012-4a60-9f4a-4fbdda79ba40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1c12b1c3-7168-4074-bb0f-6582abc8b0f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c12b1c3-7168-4074-bb0f-6582abc8b0f3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5c1aadea-097e-46a2-bdee-3ba89f4b2dfb {
  text-align: center;
}

#s-5c1aadea-097e-46a2-bdee-3ba89f4b2dfb .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c1aadea-097e-46a2-bdee-3ba89f4b2dfb .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c1aadea-097e-46a2-bdee-3ba89f4b2dfb .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-81e10db2-1df3-41eb-b007-1a64f2baa69e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-81e10db2-1df3-41eb-b007-1a64f2baa69e:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-81e10db2-1df3-41eb-b007-1a64f2baa69e:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-81e10db2-1df3-41eb-b007-1a64f2baa69e {
  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-81e10db2-1df3-41eb-b007-1a64f2baa69e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81e10db2-1df3-41eb-b007-1a64f2baa69e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-81e10db2-1df3-41eb-b007-1a64f2baa69e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81e10db2-1df3-41eb-b007-1a64f2baa69e.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 16px;
    
  }


#s-7d96242b-3f16-4b89-b995-f2934feebaed {
  display: none;
}
#s-daed23a3-e33b-4777-a033-0caa83eb7082 {
  margin-top: 0px;
padding-bottom: 0px;
text-align: left;
}


.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 {
  max-width: 100%;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom,
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 {
  max-width: 100%;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom,
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 {
  max-width: 100%;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom,
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 {
  max-width: 100%;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom,
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 {
  max-width: 100%;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom,
.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-daed23a3-e33b-4777-a033-0caa83eb7082 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-001d2a54-d194-43b6-a6ed-d789c881c0e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-001d2a54-d194-43b6-a6ed-d789c881c0e3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3242bfae-20bb-4520-806e-1c109e91a233 {
  text-align: center;
}

#s-3242bfae-20bb-4520-806e-1c109e91a233 .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3242bfae-20bb-4520-806e-1c109e91a233 .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3242bfae-20bb-4520-806e-1c109e91a233 .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-03a5e05f-10a5-4717-8242-5e1794be40d2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-03a5e05f-10a5-4717-8242-5e1794be40d2:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-03a5e05f-10a5-4717-8242-5e1794be40d2:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-03a5e05f-10a5-4717-8242-5e1794be40d2 {
  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-03a5e05f-10a5-4717-8242-5e1794be40d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03a5e05f-10a5-4717-8242-5e1794be40d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-03a5e05f-10a5-4717-8242-5e1794be40d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03a5e05f-10a5-4717-8242-5e1794be40d2.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 16px;
    
  }


#s-3ce32b71-1684-4ffe-9076-55272003da4e {
  display: none;
}
#s-5993f44e-03b4-486a-8e1b-dbd425390c6d {
  margin-bottom: 0px;
text-align: left;
}


.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d {
  max-width: 100%;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom,
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d {
  max-width: 100%;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom,
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d {
  max-width: 100%;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom,
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d {
  max-width: 100%;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom,
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d {
  max-width: 100%;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom,
.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5993f44e-03b4-486a-8e1b-dbd425390c6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-916ac1a9-0394-45e1-933e-d1b80db30fa3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-916ac1a9-0394-45e1-933e-d1b80db30fa3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-156da564-6739-4642-a139-36e5c21cffee {
  text-align: center;
}

#s-156da564-6739-4642-a139-36e5c21cffee .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-156da564-6739-4642-a139-36e5c21cffee .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-156da564-6739-4642-a139-36e5c21cffee .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-49d4a5cb-c6e1-49dd-b79b-b3fb746c615d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-49d4a5cb-c6e1-49dd-b79b-b3fb746c615d:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-49d4a5cb-c6e1-49dd-b79b-b3fb746c615d:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-49d4a5cb-c6e1-49dd-b79b-b3fb746c615d {
  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-49d4a5cb-c6e1-49dd-b79b-b3fb746c615d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49d4a5cb-c6e1-49dd-b79b-b3fb746c615d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-49d4a5cb-c6e1-49dd-b79b-b3fb746c615d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-49d4a5cb-c6e1-49dd-b79b-b3fb746c615d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 16px;
    
  }


#s-99ec7646-1d19-4321-816a-c2e9558f8963 {
  margin-top: -60px;
margin-bottom: -20px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-99ec7646-1d19-4321-816a-c2e9558f8963 {
  display: none;
}
#s-99ec7646-1d19-4321-816a-c2e9558f8963, #wrap-s-99ec7646-1d19-4321-816a-c2e9558f8963 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99ec7646-1d19-4321-816a-c2e9558f8963 {
  display: none;
}
#s-99ec7646-1d19-4321-816a-c2e9558f8963, #wrap-s-99ec7646-1d19-4321-816a-c2e9558f8963 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99ec7646-1d19-4321-816a-c2e9558f8963 {
  display: none;
}
#s-99ec7646-1d19-4321-816a-c2e9558f8963, #wrap-s-99ec7646-1d19-4321-816a-c2e9558f8963 { display:none !important; }}
#s-76cc7dd3-c7d5-49f1-b563-1af3aadce204 {
  display: none;
}
#s-4f501729-3afa-4c40-afdd-0c753204c77f {
  text-align: left;
}


.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f {
  max-width: 100%;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom,
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f {
  max-width: 100%;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom,
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f {
  max-width: 100%;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom,
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f {
  max-width: 100%;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom,
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f {
  max-width: 100%;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom,
.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f501729-3afa-4c40-afdd-0c753204c77f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-58861165-aa8f-4fae-a330-3abe6325211d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58861165-aa8f-4fae-a330-3abe6325211d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ec161b29-5464-438e-9c11-045f365df63d {
  text-align: center;
}

#s-ec161b29-5464-438e-9c11-045f365df63d .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ec161b29-5464-438e-9c11-045f365df63d .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ec161b29-5464-438e-9c11-045f365df63d .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-3ec263ee-fcfc-46a7-99c9-8ca3be9d75e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-3ec263ee-fcfc-46a7-99c9-8ca3be9d75e9:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-3ec263ee-fcfc-46a7-99c9-8ca3be9d75e9:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-3ec263ee-fcfc-46a7-99c9-8ca3be9d75e9 {
  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-3ec263ee-fcfc-46a7-99c9-8ca3be9d75e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ec263ee-fcfc-46a7-99c9-8ca3be9d75e9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-3ec263ee-fcfc-46a7-99c9-8ca3be9d75e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-589836b2-5e3c-47e5-9768-8b55f1113fae {
  display: none;
}
#s-fbb2b185-f91e-45c3-82ad-df44822f8166 {
  text-align: left;
}


.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 {
  max-width: 100%;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom,
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 {
  max-width: 100%;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom,
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 {
  max-width: 100%;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom,
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 {
  max-width: 100%;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom,
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 {
  max-width: 100%;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom,
.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbb2b185-f91e-45c3-82ad-df44822f8166 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d793d805-7c4f-4187-a7cc-a00b14814c55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d793d805-7c4f-4187-a7cc-a00b14814c55 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-6e26f6c8-0cb8-4d71-9e05-c03516ebdf28 {
  text-align: center;
}

#s-6e26f6c8-0cb8-4d71-9e05-c03516ebdf28 .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e26f6c8-0cb8-4d71-9e05-c03516ebdf28 .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6e26f6c8-0cb8-4d71-9e05-c03516ebdf28 .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-e2e482df-9fbe-4a88-9555-c58d15de2b24 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-e2e482df-9fbe-4a88-9555-c58d15de2b24:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-e2e482df-9fbe-4a88-9555-c58d15de2b24:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-e2e482df-9fbe-4a88-9555-c58d15de2b24 {
  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-e2e482df-9fbe-4a88-9555-c58d15de2b24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2e482df-9fbe-4a88-9555-c58d15de2b24.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-e2e482df-9fbe-4a88-9555-c58d15de2b24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-95bcb739-ac08-4dac-9274-9f36c280361e {
  display: none;
}
#s-60de0738-14b8-486f-a0a3-17f880d9f775 {
  text-align: left;
}


.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 {
  max-width: 100%;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom,
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 {
  max-width: 100%;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom,
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 {
  max-width: 100%;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom,
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 {
  max-width: 100%;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom,
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 {
  max-width: 100%;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom,
.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de0738-14b8-486f-a0a3-17f880d9f775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f22658c2-be55-45bb-883d-7b8ff75a0152 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f22658c2-be55-45bb-883d-7b8ff75a0152 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5ef9ac21-22b9-48f6-8779-c227f8315cbf {
  text-align: center;
}

#s-5ef9ac21-22b9-48f6-8779-c227f8315cbf .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ef9ac21-22b9-48f6-8779-c227f8315cbf .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ef9ac21-22b9-48f6-8779-c227f8315cbf .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-95d38ba7-96e0-488c-ab29-f0fb51d39347 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 90, 95, 1);
}
#s-95d38ba7-96e0-488c-ab29-f0fb51d39347:hover {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}#s-95d38ba7-96e0-488c-ab29-f0fb51d39347:active {background-color: rgba(255, 137, 140, 1) !important;
text-decoration: none !important;}


#s-95d38ba7-96e0-488c-ab29-f0fb51d39347 {
  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-95d38ba7-96e0-488c-ab29-f0fb51d39347.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95d38ba7-96e0-488c-ab29-f0fb51d39347.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-95d38ba7-96e0-488c-ab29-f0fb51d39347.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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