.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-a9fad121-f042-4500-989e-6456b3834097 {
  min-height: 50px;
}








#s-a9fad121-f042-4500-989e-6456b3834097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9fad121-f042-4500-989e-6456b3834097.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-5170c585-2f3f-497e-adec-a62dcbe4dc8a {
  margin-bottom: 20px;
text-align: center;
}




  #s-5170c585-2f3f-497e-adec-a62dcbe4dc8a img.shogun-image {
    
    width: px;
  }


#s-5170c585-2f3f-497e-adec-a62dcbe4dc8a .shogun-image-content {
  
    align-items: center;
  
}

#s-bf0b5f4a-cf61-426e-a97b-1184849839b1 {
  min-height: 50px;
}








#s-bf0b5f4a-cf61-426e-a97b-1184849839b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf0b5f4a-cf61-426e-a97b-1184849839b1.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-8bd6fa83-bb4b-42b6-8e09-984093142d7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bd6fa83-bb4b-42b6-8e09-984093142d7c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-b07f1f9d-0c73-44d7-92b2-3a5ad541859a {
  margin-bottom: 15px;
}

#s-4a499711-3b42-4e6e-8e19-86f6efdc3d72 {
  min-height: 50px;
}








#s-4a499711-3b42-4e6e-8e19-86f6efdc3d72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a499711-3b42-4e6e-8e19-86f6efdc3d72.shg-box.shg-c {
  justify-content: center;
}

#s-93660680-726d-47cf-8219-570e8b59f5b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93660680-726d-47cf-8219-570e8b59f5b0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2630c31a-ab62-45d1-8e0e-03c8f4057c3a {
  margin-bottom: 15px;
}

/*
  $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-29550b89-000c-460c-9ad9-e686603c2490 {
  text-align: center;
}

#s-26dff4a7-4b0c-4527-9e40-69e0ec61760e {
  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-6405021b-d83c-4cbb-bc99-cba340caae94 {
  text-align: left;
}


.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 {
  max-width: 100%;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom,
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 {
  max-width: 100%;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom,
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 {
  max-width: 100%;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom,
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 {
  max-width: 100%;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom,
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 {
  max-width: 100%;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .shg-image-zoom,
.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6405021b-d83c-4cbb-bc99-cba340caae94 .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-cd1eddf3-1b2f-4b3e-a040-d95e37151dfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd1eddf3-1b2f-4b3e-a040-d95e37151dfc .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-86c7c90e-fe4b-4644-9c20-473c95b3ae6e {
  text-align: center;
}

#s-86c7c90e-fe4b-4644-9c20-473c95b3ae6e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-86c7c90e-fe4b-4644-9c20-473c95b3ae6e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-86c7c90e-fe4b-4644-9c20-473c95b3ae6e .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-a438a0e0-e82f-4302-9426-742931126f5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a438a0e0-e82f-4302-9426-742931126f5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a438a0e0-e82f-4302-9426-742931126f5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a438a0e0-e82f-4302-9426-742931126f5b {
  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-a438a0e0-e82f-4302-9426-742931126f5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a438a0e0-e82f-4302-9426-742931126f5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a438a0e0-e82f-4302-9426-742931126f5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a438a0e0-e82f-4302-9426-742931126f5b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-35f60947-3dd4-4ce5-ab26-d1a2a481d5d4 {
  display: none;
}
#s-1142514f-6469-4756-a5dd-a8a20c00afd0 {
  text-align: left;
}


.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 {
  max-width: 100%;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom,
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 {
  max-width: 100%;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom,
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 {
  max-width: 100%;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom,
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 {
  max-width: 100%;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom,
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 {
  max-width: 100%;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom,
.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1142514f-6469-4756-a5dd-a8a20c00afd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-942a45bc-5142-407c-924a-da6e62009352 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-942a45bc-5142-407c-924a-da6e62009352 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c97b04ab-bfcb-4392-bf95-318f45183dc8 {
  text-align: center;
}

#s-c97b04ab-bfcb-4392-bf95-318f45183dc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c97b04ab-bfcb-4392-bf95-318f45183dc8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c97b04ab-bfcb-4392-bf95-318f45183dc8 .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-b17822dc-53e7-4a08-834e-cf8fa3496785 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b17822dc-53e7-4a08-834e-cf8fa3496785:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b17822dc-53e7-4a08-834e-cf8fa3496785:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b17822dc-53e7-4a08-834e-cf8fa3496785 {
  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-b17822dc-53e7-4a08-834e-cf8fa3496785.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b17822dc-53e7-4a08-834e-cf8fa3496785.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b17822dc-53e7-4a08-834e-cf8fa3496785.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b17822dc-53e7-4a08-834e-cf8fa3496785.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-09a9a2af-b5f5-4821-bf44-a2cee156709b {
  display: none;
}
#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 {
  text-align: left;
}


.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 {
  max-width: 100%;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom,
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 {
  max-width: 100%;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom,
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 {
  max-width: 100%;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom,
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 {
  max-width: 100%;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom,
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 {
  max-width: 100%;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom,
.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890e8f3c-f8e6-4e0c-ac18-166f1adce3a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8cf483fc-5692-48fb-a708-0e57d1ef48fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cf483fc-5692-48fb-a708-0e57d1ef48fa .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ee6ef37b-e1f6-4419-bd78-0e298ffb145a {
  text-align: center;
}

#s-ee6ef37b-e1f6-4419-bd78-0e298ffb145a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee6ef37b-e1f6-4419-bd78-0e298ffb145a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee6ef37b-e1f6-4419-bd78-0e298ffb145a .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-b25664b2-3e69-4819-9710-bb0e811236dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b25664b2-3e69-4819-9710-bb0e811236dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b25664b2-3e69-4819-9710-bb0e811236dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b25664b2-3e69-4819-9710-bb0e811236dd {
  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-b25664b2-3e69-4819-9710-bb0e811236dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b25664b2-3e69-4819-9710-bb0e811236dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b25664b2-3e69-4819-9710-bb0e811236dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b25664b2-3e69-4819-9710-bb0e811236dd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c872baef-4eb9-46a7-bfd5-df58dbc14380 {
  margin-top: 15px;
min-height: 50px;
}








#s-c872baef-4eb9-46a7-bfd5-df58dbc14380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c872baef-4eb9-46a7-bfd5-df58dbc14380.shg-box.shg-c {
  justify-content: center;
}

.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-827362b5-035c-4434-bb86-8b7c6495c7bf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-827362b5-035c-4434-bb86-8b7c6495c7bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-827362b5-035c-4434-bb86-8b7c6495c7bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-827362b5-035c-4434-bb86-8b7c6495c7bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a7ec033-35a5-47d4-9001-2c375cffd3c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a7ec033-35a5-47d4-9001-2c375cffd3c6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8b8f1017-5132-4dde-acb8-ca513405cabe {
  margin-bottom: 15px;
}

#s-ac6f057b-a21b-41b8-a0dc-088285904d08 {
  text-align: center;
}

#s-23c12ce3-ae3f-4c8b-bc7e-894e37d59968 {
  display: none;
}
#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 {
  text-align: left;
}


.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 {
  max-width: 100%;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom,
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 {
  max-width: 100%;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom,
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 {
  max-width: 100%;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom,
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 {
  max-width: 100%;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom,
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 {
  max-width: 100%;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom,
.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44f605ea-38f2-43a2-84cf-c78ba77d88a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c458f68d-eef2-4b7b-9f75-79fc9ec5b702 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c458f68d-eef2-4b7b-9f75-79fc9ec5b702 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-673bbcd4-4bdd-49ca-be57-27569ad52162 {
  text-align: center;
}

#s-673bbcd4-4bdd-49ca-be57-27569ad52162 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-673bbcd4-4bdd-49ca-be57-27569ad52162 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-673bbcd4-4bdd-49ca-be57-27569ad52162 .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-e75fbe40-749b-434b-a81c-1e54c25f5dd4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e75fbe40-749b-434b-a81c-1e54c25f5dd4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e75fbe40-749b-434b-a81c-1e54c25f5dd4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e75fbe40-749b-434b-a81c-1e54c25f5dd4 {
  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-e75fbe40-749b-434b-a81c-1e54c25f5dd4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e75fbe40-749b-434b-a81c-1e54c25f5dd4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e75fbe40-749b-434b-a81c-1e54c25f5dd4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e75fbe40-749b-434b-a81c-1e54c25f5dd4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6e631d40-e3e2-4817-8213-225bae2b523c {
  display: none;
}
#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc {
  text-align: left;
}


.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc {
  max-width: 100%;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom,
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc {
  max-width: 100%;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom,
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc {
  max-width: 100%;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom,
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc {
  max-width: 100%;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom,
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc {
  max-width: 100%;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom,
.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd73f69-2ce8-44e9-be86-5b8cb806c3dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0e6b4450-15ea-4c06-b072-42b47ddb2559 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e6b4450-15ea-4c06-b072-42b47ddb2559 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-46dea8ce-8834-49db-a2d8-65d05a944f4c {
  text-align: center;
}

#s-46dea8ce-8834-49db-a2d8-65d05a944f4c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46dea8ce-8834-49db-a2d8-65d05a944f4c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-46dea8ce-8834-49db-a2d8-65d05a944f4c .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-c080d4b4-3606-49e3-bcfc-16a04f08fa19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c080d4b4-3606-49e3-bcfc-16a04f08fa19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c080d4b4-3606-49e3-bcfc-16a04f08fa19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c080d4b4-3606-49e3-bcfc-16a04f08fa19 {
  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-c080d4b4-3606-49e3-bcfc-16a04f08fa19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c080d4b4-3606-49e3-bcfc-16a04f08fa19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c080d4b4-3606-49e3-bcfc-16a04f08fa19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c080d4b4-3606-49e3-bcfc-16a04f08fa19.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9a4d3830-d22b-449b-8eb8-ed1ff464aecd {
  display: none;
}
#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed {
  text-align: left;
}


.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed {
  max-width: 100%;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom,
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed {
  max-width: 100%;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom,
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed {
  max-width: 100%;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom,
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed {
  max-width: 100%;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom,
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed {
  max-width: 100%;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom,
.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b78c55f-29e5-4f5f-8dc3-27a8b7720bed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-99a8b358-b114-4011-823d-5621d06f0f87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99a8b358-b114-4011-823d-5621d06f0f87 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c4cf0395-7d38-4f21-84b7-b5d43afd3925 {
  text-align: center;
}

#s-c4cf0395-7d38-4f21-84b7-b5d43afd3925 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c4cf0395-7d38-4f21-84b7-b5d43afd3925 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c4cf0395-7d38-4f21-84b7-b5d43afd3925 .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-a027c2c7-9bb3-4de5-8fee-40c4d8424862 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a027c2c7-9bb3-4de5-8fee-40c4d8424862:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a027c2c7-9bb3-4de5-8fee-40c4d8424862:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a027c2c7-9bb3-4de5-8fee-40c4d8424862 {
  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-a027c2c7-9bb3-4de5-8fee-40c4d8424862.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a027c2c7-9bb3-4de5-8fee-40c4d8424862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a027c2c7-9bb3-4de5-8fee-40c4d8424862.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a027c2c7-9bb3-4de5-8fee-40c4d8424862.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-64a9db0e-7899-4b32-8040-38cf46a71ac4 {
  margin-top: 15px;
min-height: 50px;
}








#s-64a9db0e-7899-4b32-8040-38cf46a71ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64a9db0e-7899-4b32-8040-38cf46a71ac4.shg-box.shg-c {
  justify-content: center;
}

#s-5d6ed8c1-4b14-4575-8601-8610b0df9bc0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5d6ed8c1-4b14-4575-8601-8610b0df9bc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d6ed8c1-4b14-4575-8601-8610b0df9bc0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d6ed8c1-4b14-4575-8601-8610b0df9bc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04fb93be-aff8-48a3-aa16-31155024ba4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04fb93be-aff8-48a3-aa16-31155024ba4a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7e64cafe-7c22-471f-835e-35db1d5f3038 {
  margin-bottom: 15px;
}

#s-fcfc325c-fb0e-4bf6-8852-c308cc505f28 {
  text-align: center;
}

#s-6aebabdc-4451-4d24-b9aa-d6c052cd61f8 {
  display: none;
}
#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 {
  text-align: left;
}


.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 {
  max-width: 100%;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom,
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 {
  max-width: 100%;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom,
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 {
  max-width: 100%;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom,
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 {
  max-width: 100%;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom,
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 {
  max-width: 100%;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom,
.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ea3fbc0-e769-41ae-bc0c-6f2dc0745146 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7c98b2e5-f69b-47d0-a319-fcf7d3de6ba4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c98b2e5-f69b-47d0-a319-fcf7d3de6ba4 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-aeadede8-9158-47ea-9108-4b8f42bcf2b8 {
  text-align: center;
}

#s-aeadede8-9158-47ea-9108-4b8f42bcf2b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aeadede8-9158-47ea-9108-4b8f42bcf2b8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-aeadede8-9158-47ea-9108-4b8f42bcf2b8 .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-a64b95c4-f8dd-4517-9962-abe6366a20f5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a64b95c4-f8dd-4517-9962-abe6366a20f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a64b95c4-f8dd-4517-9962-abe6366a20f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a64b95c4-f8dd-4517-9962-abe6366a20f5 {
  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-a64b95c4-f8dd-4517-9962-abe6366a20f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a64b95c4-f8dd-4517-9962-abe6366a20f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a64b95c4-f8dd-4517-9962-abe6366a20f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a64b95c4-f8dd-4517-9962-abe6366a20f5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-de3f3714-d81d-4531-b7ec-e4ae3f888a40 {
  display: none;
}
#s-b2d2276c-c091-443d-af3f-422b3ab1d937 {
  text-align: left;
}


.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 {
  max-width: 100%;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom,
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 {
  max-width: 100%;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom,
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 {
  max-width: 100%;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom,
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 {
  max-width: 100%;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom,
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 {
  max-width: 100%;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom,
.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2d2276c-c091-443d-af3f-422b3ab1d937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c945cc2f-4c19-4c07-acb3-ea56a0d65880 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c945cc2f-4c19-4c07-acb3-ea56a0d65880 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3cf35961-d1a6-47ae-a8e1-a26449275ae6 {
  text-align: center;
}

#s-3cf35961-d1a6-47ae-a8e1-a26449275ae6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3cf35961-d1a6-47ae-a8e1-a26449275ae6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3cf35961-d1a6-47ae-a8e1-a26449275ae6 .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-94082ff2-6650-4f98-a1cc-680b21cb6c9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-94082ff2-6650-4f98-a1cc-680b21cb6c9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94082ff2-6650-4f98-a1cc-680b21cb6c9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94082ff2-6650-4f98-a1cc-680b21cb6c9b {
  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-94082ff2-6650-4f98-a1cc-680b21cb6c9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94082ff2-6650-4f98-a1cc-680b21cb6c9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-94082ff2-6650-4f98-a1cc-680b21cb6c9b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-94082ff2-6650-4f98-a1cc-680b21cb6c9b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-806c2437-97fd-4914-b15f-a6ee50f588e9 {
  display: none;
}
#s-2606fbb0-9f03-47f0-9301-233c2a584128 {
  text-align: left;
}


.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 {
  max-width: 100%;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom,
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 {
  max-width: 100%;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom,
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 {
  max-width: 100%;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom,
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 {
  max-width: 100%;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom,
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 {
  max-width: 100%;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom,
.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2606fbb0-9f03-47f0-9301-233c2a584128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-766a983d-7025-4ea8-8212-76f564a20f0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-766a983d-7025-4ea8-8212-76f564a20f0c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-769f0911-5fc9-498c-b99c-5b5ca5c99e09 {
  text-align: center;
}

#s-769f0911-5fc9-498c-b99c-5b5ca5c99e09 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-769f0911-5fc9-498c-b99c-5b5ca5c99e09 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-769f0911-5fc9-498c-b99c-5b5ca5c99e09 .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-36ad0459-de28-4ca9-8926-4824994a0c4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-36ad0459-de28-4ca9-8926-4824994a0c4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36ad0459-de28-4ca9-8926-4824994a0c4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-36ad0459-de28-4ca9-8926-4824994a0c4d {
  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-36ad0459-de28-4ca9-8926-4824994a0c4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36ad0459-de28-4ca9-8926-4824994a0c4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-36ad0459-de28-4ca9-8926-4824994a0c4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-36ad0459-de28-4ca9-8926-4824994a0c4d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-82ed2d85-2434-467b-9140-bb53968e0b19 {
  margin-top: 15px;
min-height: 50px;
}








#s-82ed2d85-2434-467b-9140-bb53968e0b19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82ed2d85-2434-467b-9140-bb53968e0b19.shg-box.shg-c {
  justify-content: center;
}

#s-0300ea90-37d8-4b52-9e6b-ab9aaa364622 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0300ea90-37d8-4b52-9e6b-ab9aaa364622:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0300ea90-37d8-4b52-9e6b-ab9aaa364622:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0300ea90-37d8-4b52-9e6b-ab9aaa364622.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c6d4377-5a44-4ccc-a762-45d6b3390dd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c6d4377-5a44-4ccc-a762-45d6b3390dd9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4946751d-e5f8-4015-8443-f0535b9f502c {
  margin-bottom: 15px;
}

#s-a2dd725b-9657-4f64-ab36-7d5b551d0296 {
  text-align: center;
}

#s-71bdcaa2-a5b0-44aa-bcd1-f11d14033561 {
  display: none;
}
#s-028fb14a-526b-49f0-8a45-f19e8e302c1e {
  text-align: left;
}


.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e {
  max-width: 100%;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom,
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e {
  max-width: 100%;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom,
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e {
  max-width: 100%;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom,
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e {
  max-width: 100%;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom,
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e {
  max-width: 100%;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom,
.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028fb14a-526b-49f0-8a45-f19e8e302c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7153f29e-769f-4239-bb76-7cba119c4aa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7153f29e-769f-4239-bb76-7cba119c4aa0 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b4b62a8e-91d7-4fd3-aee3-b9d7e9907091 {
  text-align: center;
}

#s-b4b62a8e-91d7-4fd3-aee3-b9d7e9907091 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b4b62a8e-91d7-4fd3-aee3-b9d7e9907091 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4b62a8e-91d7-4fd3-aee3-b9d7e9907091 .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-cb9ef2a9-0362-4005-b294-0a4a62d2aa0a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cb9ef2a9-0362-4005-b294-0a4a62d2aa0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb9ef2a9-0362-4005-b294-0a4a62d2aa0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb9ef2a9-0362-4005-b294-0a4a62d2aa0a {
  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-cb9ef2a9-0362-4005-b294-0a4a62d2aa0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb9ef2a9-0362-4005-b294-0a4a62d2aa0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cb9ef2a9-0362-4005-b294-0a4a62d2aa0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cb9ef2a9-0362-4005-b294-0a4a62d2aa0a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-efdc7f48-26bc-4466-bb0f-11cb3e7a27ee {
  display: none;
}
#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 {
  text-align: left;
}


.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 {
  max-width: 100%;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom,
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 {
  max-width: 100%;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom,
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 {
  max-width: 100%;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom,
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 {
  max-width: 100%;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom,
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 {
  max-width: 100%;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom,
.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd3d126-e085-4dc8-9147-6b2f29502e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-80a92c19-faba-4a3c-80da-d717ce46aa85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80a92c19-faba-4a3c-80da-d717ce46aa85 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-95c2976e-2a54-467c-bc97-93920cc0be41 {
  text-align: center;
}

#s-95c2976e-2a54-467c-bc97-93920cc0be41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-95c2976e-2a54-467c-bc97-93920cc0be41 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-95c2976e-2a54-467c-bc97-93920cc0be41 .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-8763ec52-8d66-473b-9edf-ec317496e78f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8763ec52-8d66-473b-9edf-ec317496e78f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8763ec52-8d66-473b-9edf-ec317496e78f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8763ec52-8d66-473b-9edf-ec317496e78f {
  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-8763ec52-8d66-473b-9edf-ec317496e78f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8763ec52-8d66-473b-9edf-ec317496e78f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8763ec52-8d66-473b-9edf-ec317496e78f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8763ec52-8d66-473b-9edf-ec317496e78f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e507a733-e694-4542-bff4-41ded28c5c46 {
  display: none;
}
#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 {
  text-align: left;
}


.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 {
  max-width: 100%;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom,
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 {
  max-width: 100%;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom,
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 {
  max-width: 100%;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom,
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 {
  max-width: 100%;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom,
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 {
  max-width: 100%;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom,
.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8b7416-d680-451f-9d2c-d7fbbb4a5425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e46fe34b-96b9-43a7-950b-955a54915d79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e46fe34b-96b9-43a7-950b-955a54915d79 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f7f8efcb-bf34-45ce-bd38-67c7e866e49d {
  text-align: center;
}

#s-f7f8efcb-bf34-45ce-bd38-67c7e866e49d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f7f8efcb-bf34-45ce-bd38-67c7e866e49d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f7f8efcb-bf34-45ce-bd38-67c7e866e49d .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-6c3a6f02-cb36-4db8-a8b2-8453867d1463 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6c3a6f02-cb36-4db8-a8b2-8453867d1463:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c3a6f02-cb36-4db8-a8b2-8453867d1463:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c3a6f02-cb36-4db8-a8b2-8453867d1463 {
  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-6c3a6f02-cb36-4db8-a8b2-8453867d1463.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c3a6f02-cb36-4db8-a8b2-8453867d1463.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c3a6f02-cb36-4db8-a8b2-8453867d1463.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6c3a6f02-cb36-4db8-a8b2-8453867d1463.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-42482044-1d91-4c4b-9aa4-8be5b5ce9cbc {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-42482044-1d91-4c4b-9aa4-8be5b5ce9cbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42482044-1d91-4c4b-9aa4-8be5b5ce9cbc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42482044-1d91-4c4b-9aa4-8be5b5ce9cbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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