.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-7077a99f-ae61-4347-b220-91b51f665392 {
  min-height: 50px;
}








#s-7077a99f-ae61-4347-b220-91b51f665392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7077a99f-ae61-4347-b220-91b51f665392.shg-box.shg-c {
  justify-content: center;
}

/*
  $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-b1844e47-9636-40c9-adaf-57df6e5382fe {
  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-4d24ee08-1f25-41c6-8f4e-2388313f4b74 {
  text-align: left;
}


.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 {
  max-width: 100%;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom,
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 {
  max-width: 100%;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom,
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 {
  max-width: 100%;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom,
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 {
  max-width: 100%;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom,
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 {
  max-width: 100%;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom,
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 {
  max-width: 100%;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .shg-image-zoom,
.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d24ee08-1f25-41c6-8f4e-2388313f4b74 .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-a705779a-5c45-4f2e-a999-7fb297d97db7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a705779a-5c45-4f2e-a999-7fb297d97db7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b9cd966c-52a5-4cf1-9199-3212994044cd {
  text-align: center;
}

#s-b9cd966c-52a5-4cf1-9199-3212994044cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9cd966c-52a5-4cf1-9199-3212994044cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b9cd966c-52a5-4cf1-9199-3212994044cd .shg-product-compare-price {
  display: inline;
  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-3dd1a78f-8b61-46d2-8e4e-d783388801c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3dd1a78f-8b61-46d2-8e4e-d783388801c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dd1a78f-8b61-46d2-8e4e-d783388801c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3dd1a78f-8b61-46d2-8e4e-d783388801c1 {
  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-3dd1a78f-8b61-46d2-8e4e-d783388801c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dd1a78f-8b61-46d2-8e4e-d783388801c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3dd1a78f-8b61-46d2-8e4e-d783388801c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-af5af426-a7f9-4407-8e2f-c626c31d9f22 {
  display: none;
}
#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 {
  text-align: left;
}


.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 {
  max-width: 100%;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom,
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 {
  max-width: 100%;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom,
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 {
  max-width: 100%;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom,
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 {
  max-width: 100%;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom,
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 {
  max-width: 100%;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom,
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 {
  max-width: 100%;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom,
.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dbbbcab-918e-4ea3-96a2-d38b32844803 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-bc008993-c246-4223-a1fb-53b59ef9667e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc008993-c246-4223-a1fb-53b59ef9667e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-74f4b62b-d9d4-4a36-855e-f2dd69539d12 {
  text-align: center;
}

#s-74f4b62b-d9d4-4a36-855e-f2dd69539d12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-74f4b62b-d9d4-4a36-855e-f2dd69539d12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-74f4b62b-d9d4-4a36-855e-f2dd69539d12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bbbce414-0b88-4bf4-85a4-7e35d8bf21d1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bbbce414-0b88-4bf4-85a4-7e35d8bf21d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bbbce414-0b88-4bf4-85a4-7e35d8bf21d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bbbce414-0b88-4bf4-85a4-7e35d8bf21d1 {
  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-bbbce414-0b88-4bf4-85a4-7e35d8bf21d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bbbce414-0b88-4bf4-85a4-7e35d8bf21d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bbbce414-0b88-4bf4-85a4-7e35d8bf21d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ac456045-802f-4def-9756-12e790824bb8 {
  display: none;
}
#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 {
  text-align: left;
}


.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 {
  max-width: 100%;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom,
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 {
  max-width: 100%;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom,
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 {
  max-width: 100%;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom,
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 {
  max-width: 100%;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom,
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 {
  max-width: 100%;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom,
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 {
  max-width: 100%;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom,
.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a210bdea-d0ac-48f5-adfa-c9e2f6557088 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-1050cae6-96cc-48e4-beb1-bcfef733ccd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1050cae6-96cc-48e4-beb1-bcfef733ccd3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9de4a094-3b7d-41b6-b85c-11faef333692 {
  text-align: center;
}

#s-9de4a094-3b7d-41b6-b85c-11faef333692 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9de4a094-3b7d-41b6-b85c-11faef333692 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9de4a094-3b7d-41b6-b85c-11faef333692 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cec54f65-a43e-4aac-b2e7-86f089cdd678 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cec54f65-a43e-4aac-b2e7-86f089cdd678:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cec54f65-a43e-4aac-b2e7-86f089cdd678:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cec54f65-a43e-4aac-b2e7-86f089cdd678 {
  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-cec54f65-a43e-4aac-b2e7-86f089cdd678.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cec54f65-a43e-4aac-b2e7-86f089cdd678.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cec54f65-a43e-4aac-b2e7-86f089cdd678.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1a59b769-cc8d-4e9e-a98b-1906f6432bd7 {
  display: none;
}
#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 {
  text-align: left;
}


.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 {
  max-width: 100%;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom,
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 {
  max-width: 100%;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom,
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 {
  max-width: 100%;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom,
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 {
  max-width: 100%;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom,
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 {
  max-width: 100%;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom,
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 {
  max-width: 100%;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom,
.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a619f05c-1f6c-47eb-96f9-ee28f7f4aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-fd5e3bb3-8018-4ef2-977f-df835de7d196 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd5e3bb3-8018-4ef2-977f-df835de7d196 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-07c1f260-c985-4e81-ad18-d2dc33a9d9d1 {
  text-align: center;
}

#s-07c1f260-c985-4e81-ad18-d2dc33a9d9d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07c1f260-c985-4e81-ad18-d2dc33a9d9d1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-07c1f260-c985-4e81-ad18-d2dc33a9d9d1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4bba872d-4865-478f-9c80-270bbd88327a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4bba872d-4865-478f-9c80-270bbd88327a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4bba872d-4865-478f-9c80-270bbd88327a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4bba872d-4865-478f-9c80-270bbd88327a {
  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-4bba872d-4865-478f-9c80-270bbd88327a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4bba872d-4865-478f-9c80-270bbd88327a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4bba872d-4865-478f-9c80-270bbd88327a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d56cf3d1-f3ab-4dc2-b43e-e93ea70d7c83 {
  display: none;
}
#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb {
  text-align: left;
}


.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb {
  max-width: 100%;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom,
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb {
  max-width: 100%;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom,
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb {
  max-width: 100%;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom,
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb {
  max-width: 100%;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom,
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb {
  max-width: 100%;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom,
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb {
  max-width: 100%;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom,
.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc5d9c50-7b6b-45a2-8d3b-15841db9a9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-3d1aca27-b127-46d4-ad73-4e23384b17e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d1aca27-b127-46d4-ad73-4e23384b17e7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d339a275-d9fa-43b3-96a1-b5c6199a831c {
  text-align: center;
}

#s-d339a275-d9fa-43b3-96a1-b5c6199a831c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d339a275-d9fa-43b3-96a1-b5c6199a831c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d339a275-d9fa-43b3-96a1-b5c6199a831c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-96e3bfa5-cc79-469c-9946-69209831cf20 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-96e3bfa5-cc79-469c-9946-69209831cf20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96e3bfa5-cc79-469c-9946-69209831cf20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96e3bfa5-cc79-469c-9946-69209831cf20 {
  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-96e3bfa5-cc79-469c-9946-69209831cf20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96e3bfa5-cc79-469c-9946-69209831cf20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-96e3bfa5-cc79-469c-9946-69209831cf20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bab89e09-f162-4df7-beb0-2ea6a2b87225 {
  display: none;
}
#s-5e96d563-83b3-4982-9c4b-d212e8e10638 {
  text-align: left;
}


.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 {
  max-width: 100%;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom,
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 {
  max-width: 100%;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom,
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 {
  max-width: 100%;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom,
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 {
  max-width: 100%;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom,
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 {
  max-width: 100%;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom,
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 {
  max-width: 100%;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom,
.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e96d563-83b3-4982-9c4b-d212e8e10638 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-35b30812-cb7c-4b70-9533-562911cfaacd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35b30812-cb7c-4b70-9533-562911cfaacd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-aa63c1a4-fda9-460d-8620-1ec6f9e4c36c {
  text-align: center;
}

#s-aa63c1a4-fda9-460d-8620-1ec6f9e4c36c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aa63c1a4-fda9-460d-8620-1ec6f9e4c36c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-aa63c1a4-fda9-460d-8620-1ec6f9e4c36c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ef5b4729-f037-43d2-805f-c66a8cca2e97 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ef5b4729-f037-43d2-805f-c66a8cca2e97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef5b4729-f037-43d2-805f-c66a8cca2e97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef5b4729-f037-43d2-805f-c66a8cca2e97 {
  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-ef5b4729-f037-43d2-805f-c66a8cca2e97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef5b4729-f037-43d2-805f-c66a8cca2e97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef5b4729-f037-43d2-805f-c66a8cca2e97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b78419f1-7dc1-43ae-a77b-35f863135627 {
  display: none;
}
#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f {
  text-align: left;
}


.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f {
  max-width: 100%;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom,
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f {
  max-width: 100%;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom,
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f {
  max-width: 100%;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom,
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f {
  max-width: 100%;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom,
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f {
  max-width: 100%;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom,
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f {
  max-width: 100%;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom,
.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6f692ad-0c7d-4b67-b360-02dea10ab13f .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-fa50b374-20a6-4022-a1ef-d761bcde23a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa50b374-20a6-4022-a1ef-d761bcde23a1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0be51168-36d8-4c53-ba9a-2bda9b5b62b9 {
  text-align: center;
}

#s-0be51168-36d8-4c53-ba9a-2bda9b5b62b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0be51168-36d8-4c53-ba9a-2bda9b5b62b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0be51168-36d8-4c53-ba9a-2bda9b5b62b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d25b667b-50d2-4dbf-93a5-3ef9f44751c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d25b667b-50d2-4dbf-93a5-3ef9f44751c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d25b667b-50d2-4dbf-93a5-3ef9f44751c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d25b667b-50d2-4dbf-93a5-3ef9f44751c6 {
  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-d25b667b-50d2-4dbf-93a5-3ef9f44751c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d25b667b-50d2-4dbf-93a5-3ef9f44751c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d25b667b-50d2-4dbf-93a5-3ef9f44751c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-76d062d2-8416-4d54-bbfb-456492e20da0 {
  display: none;
}
#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 {
  text-align: left;
}


.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 {
  max-width: 100%;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom,
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 {
  max-width: 100%;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom,
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 {
  max-width: 100%;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom,
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 {
  max-width: 100%;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom,
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 {
  max-width: 100%;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom,
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 {
  max-width: 100%;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom,
.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5868725-e0cc-4e90-90f3-cf9dee19c681 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-3a6524df-8cf1-4704-8776-eb6db1b6ff79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a6524df-8cf1-4704-8776-eb6db1b6ff79 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-055c5bd8-2f77-45f9-b842-3457a1683cdb {
  text-align: center;
}

#s-055c5bd8-2f77-45f9-b842-3457a1683cdb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-055c5bd8-2f77-45f9-b842-3457a1683cdb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-055c5bd8-2f77-45f9-b842-3457a1683cdb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-405f88b3-5a1d-4c46-bae6-5099066a1fa8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-405f88b3-5a1d-4c46-bae6-5099066a1fa8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-405f88b3-5a1d-4c46-bae6-5099066a1fa8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-405f88b3-5a1d-4c46-bae6-5099066a1fa8 {
  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-405f88b3-5a1d-4c46-bae6-5099066a1fa8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-405f88b3-5a1d-4c46-bae6-5099066a1fa8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-405f88b3-5a1d-4c46-bae6-5099066a1fa8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7409784f-35a3-4fad-a5d1-97cc36e6e6ed {
  display: none;
}
#s-21b245d8-6374-413a-b8d8-5782c5d022d7 {
  text-align: left;
}


.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 {
  max-width: 100%;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom,
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 {
  max-width: 100%;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom,
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 {
  max-width: 100%;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom,
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 {
  max-width: 100%;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom,
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 {
  max-width: 100%;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom,
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 {
  max-width: 100%;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom,
.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b245d8-6374-413a-b8d8-5782c5d022d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-89962dda-2986-4707-a45a-4cf852e342e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89962dda-2986-4707-a45a-4cf852e342e2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-716eafd8-a770-4df5-bb70-9825a47b6c82 {
  text-align: center;
}

#s-716eafd8-a770-4df5-bb70-9825a47b6c82 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-716eafd8-a770-4df5-bb70-9825a47b6c82 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-716eafd8-a770-4df5-bb70-9825a47b6c82 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0f228fb-fc97-4bda-9bae-f0e45eba05d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d0f228fb-fc97-4bda-9bae-f0e45eba05d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0f228fb-fc97-4bda-9bae-f0e45eba05d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0f228fb-fc97-4bda-9bae-f0e45eba05d5 {
  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-d0f228fb-fc97-4bda-9bae-f0e45eba05d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0f228fb-fc97-4bda-9bae-f0e45eba05d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0f228fb-fc97-4bda-9bae-f0e45eba05d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5573c4fc-ceb4-4279-b7ec-3f8fbb905a78 {
  display: none;
}
#s-49876189-b45f-47df-b972-807712127d2e {
  text-align: left;
}


.shg-c#s-49876189-b45f-47df-b972-807712127d2e {
  max-width: 100%;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom,
.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-49876189-b45f-47df-b972-807712127d2e {
  max-width: 100%;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom,
.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49876189-b45f-47df-b972-807712127d2e {
  max-width: 100%;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom,
.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49876189-b45f-47df-b972-807712127d2e {
  max-width: 100%;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom,
.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-49876189-b45f-47df-b972-807712127d2e {
  max-width: 100%;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom,
.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-49876189-b45f-47df-b972-807712127d2e {
  max-width: 100%;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom,
.shg-c#s-49876189-b45f-47df-b972-807712127d2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49876189-b45f-47df-b972-807712127d2e .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-76f57fc9-2b01-425a-8cae-ca1f8a4fe48e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76f57fc9-2b01-425a-8cae-ca1f8a4fe48e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-151c55b3-2c78-4c3c-be9b-017a2bdf6664 {
  text-align: center;
}

#s-151c55b3-2c78-4c3c-be9b-017a2bdf6664 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-151c55b3-2c78-4c3c-be9b-017a2bdf6664 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-151c55b3-2c78-4c3c-be9b-017a2bdf6664 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d020bf18-97ea-412c-b589-6458a335592a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d020bf18-97ea-412c-b589-6458a335592a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d020bf18-97ea-412c-b589-6458a335592a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d020bf18-97ea-412c-b589-6458a335592a {
  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-d020bf18-97ea-412c-b589-6458a335592a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d020bf18-97ea-412c-b589-6458a335592a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d020bf18-97ea-412c-b589-6458a335592a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f1055168-503d-4d67-8acf-652a5941bc85 {
  display: none;
}
#s-8fbb3be0-d909-48c3-acec-d96f503d3125 {
  text-align: left;
}


.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 {
  max-width: 100%;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom,
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 {
  max-width: 100%;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom,
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 {
  max-width: 100%;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom,
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 {
  max-width: 100%;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom,
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 {
  max-width: 100%;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom,
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 {
  max-width: 100%;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom,
.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fbb3be0-d909-48c3-acec-d96f503d3125 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-b68d0e55-3cf3-4f89-a16d-e8f8b35c040f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b68d0e55-3cf3-4f89-a16d-e8f8b35c040f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-69067575-9887-469d-87f0-2ebd2ea319ba {
  text-align: center;
}

#s-69067575-9887-469d-87f0-2ebd2ea319ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69067575-9887-469d-87f0-2ebd2ea319ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-69067575-9887-469d-87f0-2ebd2ea319ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-261219f9-b74c-4eb2-9b33-2e08bc3f2388 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-261219f9-b74c-4eb2-9b33-2e08bc3f2388:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-261219f9-b74c-4eb2-9b33-2e08bc3f2388:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-261219f9-b74c-4eb2-9b33-2e08bc3f2388 {
  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-261219f9-b74c-4eb2-9b33-2e08bc3f2388.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-261219f9-b74c-4eb2-9b33-2e08bc3f2388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-261219f9-b74c-4eb2-9b33-2e08bc3f2388.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-221037a2-7a19-49d0-a3fc-bff217bb5f06 {
  display: none;
}
#s-73e18915-6203-4193-9aea-1b49cbc2dc5f {
  text-align: left;
}


.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f {
  max-width: 100%;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom,
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f {
  max-width: 100%;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom,
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f {
  max-width: 100%;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom,
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f {
  max-width: 100%;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom,
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f {
  max-width: 100%;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom,
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f {
  max-width: 100%;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom,
.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73e18915-6203-4193-9aea-1b49cbc2dc5f .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c4e4fc7b-99b8-4d1f-bfe1-0743c33124e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4e4fc7b-99b8-4d1f-bfe1-0743c33124e4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f17d2cf5-b61a-4caf-ad48-ae3e1b41b251 {
  text-align: center;
}

#s-f17d2cf5-b61a-4caf-ad48-ae3e1b41b251 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f17d2cf5-b61a-4caf-ad48-ae3e1b41b251 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f17d2cf5-b61a-4caf-ad48-ae3e1b41b251 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0416c7c0-fbda-4418-954a-a88f63a5a37e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0416c7c0-fbda-4418-954a-a88f63a5a37e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0416c7c0-fbda-4418-954a-a88f63a5a37e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0416c7c0-fbda-4418-954a-a88f63a5a37e {
  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-0416c7c0-fbda-4418-954a-a88f63a5a37e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0416c7c0-fbda-4418-954a-a88f63a5a37e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0416c7c0-fbda-4418-954a-a88f63a5a37e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-284236b9-22ef-4f23-a3a8-00ef772ff79d {
  display: none;
}
#s-52153e8d-9fbf-42be-8feb-55233e87a836 {
  text-align: left;
}


.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 {
  max-width: 100%;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom,
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 {
  max-width: 100%;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom,
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 {
  max-width: 100%;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom,
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 {
  max-width: 100%;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom,
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 {
  max-width: 100%;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom,
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 {
  max-width: 100%;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom,
.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52153e8d-9fbf-42be-8feb-55233e87a836 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-86c54b84-ba86-4163-ace4-7708c16d1650 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86c54b84-ba86-4163-ace4-7708c16d1650 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9ccf9d2c-8f94-41a0-8aac-d4b4e9036862 {
  text-align: center;
}

#s-9ccf9d2c-8f94-41a0-8aac-d4b4e9036862 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ccf9d2c-8f94-41a0-8aac-d4b4e9036862 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9ccf9d2c-8f94-41a0-8aac-d4b4e9036862 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57709f71-0c99-4da9-af0c-9053252e48d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-57709f71-0c99-4da9-af0c-9053252e48d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57709f71-0c99-4da9-af0c-9053252e48d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57709f71-0c99-4da9-af0c-9053252e48d7 {
  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-57709f71-0c99-4da9-af0c-9053252e48d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57709f71-0c99-4da9-af0c-9053252e48d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57709f71-0c99-4da9-af0c-9053252e48d7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6519f78d-0755-4fc7-9b77-d3178f01c888 {
  display: none;
}
#s-88a84129-32a1-46e7-8f67-47e7b1c40086 {
  text-align: left;
}


.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 {
  max-width: 100%;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom,
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 {
  max-width: 100%;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom,
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 {
  max-width: 100%;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom,
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 {
  max-width: 100%;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom,
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 {
  max-width: 100%;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom,
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 {
  max-width: 100%;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom,
.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88a84129-32a1-46e7-8f67-47e7b1c40086 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-b7c374b4-076d-4837-8d7c-c546b55db447 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7c374b4-076d-4837-8d7c-c546b55db447 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-67da55fe-b7c2-42cc-9604-9d0c9d229ba8 {
  text-align: center;
}

#s-67da55fe-b7c2-42cc-9604-9d0c9d229ba8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-67da55fe-b7c2-42cc-9604-9d0c9d229ba8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-67da55fe-b7c2-42cc-9604-9d0c9d229ba8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8665936-88c6-4bc0-ba14-264edd0b4691 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e8665936-88c6-4bc0-ba14-264edd0b4691:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8665936-88c6-4bc0-ba14-264edd0b4691:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8665936-88c6-4bc0-ba14-264edd0b4691 {
  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-e8665936-88c6-4bc0-ba14-264edd0b4691.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8665936-88c6-4bc0-ba14-264edd0b4691.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e8665936-88c6-4bc0-ba14-264edd0b4691.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6ffdfc2f-4b77-4970-b583-1e3120942b89 {
  display: none;
}
#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 {
  text-align: left;
}


.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 {
  max-width: 100%;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom,
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 {
  max-width: 100%;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom,
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 {
  max-width: 100%;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom,
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 {
  max-width: 100%;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom,
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 {
  max-width: 100%;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom,
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 {
  max-width: 100%;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom,
.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbb3fa54-1808-4136-b4b6-41e07d0e71e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-7d5a9927-a60f-4dc5-abf3-2fe08a2ce906 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d5a9927-a60f-4dc5-abf3-2fe08a2ce906 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7990b745-4ce3-492d-b7f4-d41d9c0dd065 {
  text-align: center;
}

#s-7990b745-4ce3-492d-b7f4-d41d9c0dd065 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7990b745-4ce3-492d-b7f4-d41d9c0dd065 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7990b745-4ce3-492d-b7f4-d41d9c0dd065 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b2f3acd5-5fd9-4548-a3ea-acec3b7244dc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b2f3acd5-5fd9-4548-a3ea-acec3b7244dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2f3acd5-5fd9-4548-a3ea-acec3b7244dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2f3acd5-5fd9-4548-a3ea-acec3b7244dc {
  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-b2f3acd5-5fd9-4548-a3ea-acec3b7244dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2f3acd5-5fd9-4548-a3ea-acec3b7244dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2f3acd5-5fd9-4548-a3ea-acec3b7244dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5dfbeb81-6ac3-4f03-9ead-0f4fae65b74e {
  display: none;
}
#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 {
  text-align: left;
}


.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 {
  max-width: 100%;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom,
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 {
  max-width: 100%;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom,
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 {
  max-width: 100%;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom,
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 {
  max-width: 100%;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom,
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 {
  max-width: 100%;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom,
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 {
  max-width: 100%;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom,
.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-033a1b14-63cc-46ac-a49e-3de57b2897f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-f6fe1a7a-ad8f-41e7-a724-597589688ee1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6fe1a7a-ad8f-41e7-a724-597589688ee1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-373e1b2f-0f70-40c7-bddf-6761d424dfbf {
  text-align: center;
}

#s-373e1b2f-0f70-40c7-bddf-6761d424dfbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-373e1b2f-0f70-40c7-bddf-6761d424dfbf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-373e1b2f-0f70-40c7-bddf-6761d424dfbf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f60c2a99-1204-449c-ae5b-3ef89681e457 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f60c2a99-1204-449c-ae5b-3ef89681e457:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f60c2a99-1204-449c-ae5b-3ef89681e457:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f60c2a99-1204-449c-ae5b-3ef89681e457 {
  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-f60c2a99-1204-449c-ae5b-3ef89681e457.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f60c2a99-1204-449c-ae5b-3ef89681e457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f60c2a99-1204-449c-ae5b-3ef89681e457.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d418092a-4cc2-4519-8f2c-e2cd0d9f9740 {
  display: none;
}
#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 {
  text-align: left;
}


.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 {
  max-width: 100%;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom,
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 {
  max-width: 100%;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom,
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 {
  max-width: 100%;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom,
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 {
  max-width: 100%;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom,
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 {
  max-width: 100%;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom,
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 {
  max-width: 100%;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom,
.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6460370-8f5b-4ce5-b4c7-d2c447455135 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c1b4eec2-217c-4210-a16e-81752a6957d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1b4eec2-217c-4210-a16e-81752a6957d0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-646fad05-d84d-4ad3-b3d0-0e29b6ffa7ae {
  text-align: center;
}

#s-646fad05-d84d-4ad3-b3d0-0e29b6ffa7ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-646fad05-d84d-4ad3-b3d0-0e29b6ffa7ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-646fad05-d84d-4ad3-b3d0-0e29b6ffa7ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b13aeced-0c57-427d-952e-88dab6e1845b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b13aeced-0c57-427d-952e-88dab6e1845b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b13aeced-0c57-427d-952e-88dab6e1845b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b13aeced-0c57-427d-952e-88dab6e1845b {
  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-b13aeced-0c57-427d-952e-88dab6e1845b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b13aeced-0c57-427d-952e-88dab6e1845b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b13aeced-0c57-427d-952e-88dab6e1845b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e78d5707-4f69-4d30-800c-bced588c20bb {
  display: none;
}
#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 {
  text-align: left;
}


.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 {
  max-width: 100%;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom,
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 {
  max-width: 100%;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom,
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 {
  max-width: 100%;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom,
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 {
  max-width: 100%;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom,
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 {
  max-width: 100%;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom,
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 {
  max-width: 100%;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom,
.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ec9f519-a87e-475c-bcd6-435dfb379a14 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c4476061-c809-45ee-8ee4-30909df7a566 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4476061-c809-45ee-8ee4-30909df7a566 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c06eedfa-6016-4b46-b698-af5a77a56287 {
  text-align: center;
}

#s-c06eedfa-6016-4b46-b698-af5a77a56287 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c06eedfa-6016-4b46-b698-af5a77a56287 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c06eedfa-6016-4b46-b698-af5a77a56287 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-39d894b6-f515-49b4-be44-602a8cc0661e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-39d894b6-f515-49b4-be44-602a8cc0661e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39d894b6-f515-49b4-be44-602a8cc0661e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39d894b6-f515-49b4-be44-602a8cc0661e {
  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-39d894b6-f515-49b4-be44-602a8cc0661e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39d894b6-f515-49b4-be44-602a8cc0661e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39d894b6-f515-49b4-be44-602a8cc0661e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e1634aeb-dae7-4ac6-a769-8d12d58e1adb {
  display: none;
}
#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 {
  text-align: left;
}


.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 {
  max-width: 100%;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom,
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 {
  max-width: 100%;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom,
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 {
  max-width: 100%;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom,
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 {
  max-width: 100%;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom,
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 {
  max-width: 100%;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom,
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 {
  max-width: 100%;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom,
.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f64e446-e209-46b5-a0e0-0ba3c9bd9346 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-50ae5938-1bb6-4aca-b7b5-194fb221bca1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50ae5938-1bb6-4aca-b7b5-194fb221bca1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a1468b88-1762-4b3c-9683-f25c3fe5cd8f {
  text-align: center;
}

#s-a1468b88-1762-4b3c-9683-f25c3fe5cd8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1468b88-1762-4b3c-9683-f25c3fe5cd8f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a1468b88-1762-4b3c-9683-f25c3fe5cd8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d023bcf-f45d-4002-b45a-118eea3737c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d023bcf-f45d-4002-b45a-118eea3737c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d023bcf-f45d-4002-b45a-118eea3737c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d023bcf-f45d-4002-b45a-118eea3737c2 {
  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-0d023bcf-f45d-4002-b45a-118eea3737c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d023bcf-f45d-4002-b45a-118eea3737c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d023bcf-f45d-4002-b45a-118eea3737c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d59714c2-3970-4e5e-a84d-72c5127e6960 {
  display: none;
}
#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 {
  text-align: left;
}


.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 {
  max-width: 100%;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom,
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 {
  max-width: 100%;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom,
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 {
  max-width: 100%;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom,
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 {
  max-width: 100%;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom,
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 {
  max-width: 100%;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom,
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 {
  max-width: 100%;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom,
.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e81a9ba0-abb7-4373-8d23-41a59293ce59 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-5ebce655-11b3-49bd-b29b-7315cf2e4106 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ebce655-11b3-49bd-b29b-7315cf2e4106 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-02e3c347-764a-4c64-b55b-3ed40a02216f {
  text-align: center;
}

#s-02e3c347-764a-4c64-b55b-3ed40a02216f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-02e3c347-764a-4c64-b55b-3ed40a02216f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-02e3c347-764a-4c64-b55b-3ed40a02216f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d041fb7a-b195-40b1-9d1a-2205c963c3e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d041fb7a-b195-40b1-9d1a-2205c963c3e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d041fb7a-b195-40b1-9d1a-2205c963c3e3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d041fb7a-b195-40b1-9d1a-2205c963c3e3 {
  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-d041fb7a-b195-40b1-9d1a-2205c963c3e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d041fb7a-b195-40b1-9d1a-2205c963c3e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d041fb7a-b195-40b1-9d1a-2205c963c3e3.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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
