.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-4f08e493-e4da-4ccc-ae89-1ec6b1f33fef {
  min-height: 50px;
}








#s-4f08e493-e4da-4ccc-ae89-1ec6b1f33fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f08e493-e4da-4ccc-ae89-1ec6b1f33fef.shg-box.shg-c {
  justify-content: center;
}

#s-e9335efc-214a-45c1-a54a-b1ac90e6637b {
  min-height: 50px;
}








#s-e9335efc-214a-45c1-a54a-b1ac90e6637b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9335efc-214a-45c1-a54a-b1ac90e6637b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-90be8d3c-5051-445e-8cd8-b8ce207a4ca9 {
  text-align: center;
}




  #s-90be8d3c-5051-445e-8cd8-b8ce207a4ca9 img.shogun-image {
    
    width: px;
  }


#s-90be8d3c-5051-445e-8cd8-b8ce207a4ca9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bda0ec8-31b6-4b8d-8357-b7f65a46b3b9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8d37493a-30ed-4fa7-9f87-b94fff8c7f9d {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-44e9ca24-d176-4413-b1f3-1072f78f7e8b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a02e69d2-aba9-4ff2-91ba-01b358b8029b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a02e69d2-aba9-4ff2-91ba-01b358b8029b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f85931b4-de75-4f3d-8f4b-a8e7f1f0a13c {
  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-d77d8a99-0490-4f96-9fc9-2c3d186a19fc {
  text-align: center;
}


.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc {
  max-width: 100%;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom,
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  max-width: 1000px !important;
  min-height:  !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc {
  max-width: 100%;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom,
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  max-width: 1000px !important;
  min-height:  !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc {
  max-width: 100%;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom,
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  max-width: 1000px !important;
  min-height:  !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc {
  max-width: 100%;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom,
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  max-width: 1000px !important;
  min-height:  !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc {
  max-width: 100%;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom,
.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc img.shogun-image {
  max-width: 1000px !important;
  min-height:  !important;
}

.shg-c#s-d77d8a99-0490-4f96-9fc9-2c3d186a19fc .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

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

#s-73d5c684-1fbf-470b-8598-d3e2224301c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73d5c684-1fbf-470b-8598-d3e2224301c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-3cc142a8-af67-442f-8b3f-3109eae9baaf {
  text-align: center;
}

#s-3cc142a8-af67-442f-8b3f-3109eae9baaf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3cc142a8-af67-442f-8b3f-3109eae9baaf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-3cc142a8-af67-442f-8b3f-3109eae9baaf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-9b3ba19b-443a-4a34-8e4c-dff1bc3844b7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9b3ba19b-443a-4a34-8e4c-dff1bc3844b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b3ba19b-443a-4a34-8e4c-dff1bc3844b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b3ba19b-443a-4a34-8e4c-dff1bc3844b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-91527628-a6c8-462f-b591-0c5ee7d83a3b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-19f193d8-3b96-4435-8091-4536e9e8cc24 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-19f193d8-3b96-4435-8091-4536e9e8cc24 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

@media (min-width: 0px) {
[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b033d73-307d-4f9f-a713-8544d5a0c0d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-65fb05d6-0a98-455d-8299-05c692667aaf {
  display: none;
}
#s-e9eed034-cd67-4110-81d9-4490cc3116b0 {
  text-align: left;
}


.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 {
  max-width: 100%;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom,
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 {
  max-width: 100%;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom,
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 {
  max-width: 100%;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom,
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 {
  max-width: 100%;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom,
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 {
  max-width: 100%;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom,
.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9eed034-cd67-4110-81d9-4490cc3116b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6e4a7df0-2a4e-447c-9611-edb0ac0c5ea1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e4a7df0-2a4e-447c-9611-edb0ac0c5ea1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ff486edb-f12a-436d-a7a9-201090a08a0c {
  text-align: center;
}

#s-ff486edb-f12a-436d-a7a9-201090a08a0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ff486edb-f12a-436d-a7a9-201090a08a0c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-ff486edb-f12a-436d-a7a9-201090a08a0c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72b8d204-97e0-42f1-bbf6-d04616d045c8 {
  display: none;
}
#s-875d512e-528c-493e-8077-6e06ee31dd1f {
  text-align: left;
}


.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f {
  max-width: 100%;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom,
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f {
  max-width: 100%;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom,
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f {
  max-width: 100%;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom,
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f {
  max-width: 100%;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom,
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f {
  max-width: 100%;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom,
.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-875d512e-528c-493e-8077-6e06ee31dd1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b88085c7-c49a-4ec4-aea1-3ed7769956a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b88085c7-c49a-4ec4-aea1-3ed7769956a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c36375ed-5cbe-483e-aeb0-b2f18027a47d {
  text-align: center;
}

#s-c36375ed-5cbe-483e-aeb0-b2f18027a47d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c36375ed-5cbe-483e-aeb0-b2f18027a47d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-c36375ed-5cbe-483e-aeb0-b2f18027a47d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74e53331-4206-4049-af2e-50735bd5cdcf {
  display: none;
}
#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 {
  text-align: left;
}


.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 {
  max-width: 100%;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom,
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 {
  max-width: 100%;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom,
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 {
  max-width: 100%;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom,
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 {
  max-width: 100%;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom,
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 {
  max-width: 100%;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom,
.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e13e69d8-afef-4226-ae14-ef3fe63fabf1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-15b14f7b-2436-40d1-a948-7ae1071fd06a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15b14f7b-2436-40d1-a948-7ae1071fd06a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-6ea84391-5cfd-4524-bfc1-96c11ae1404f {
  text-align: center;
}

#s-6ea84391-5cfd-4524-bfc1-96c11ae1404f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ea84391-5cfd-4524-bfc1-96c11ae1404f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-6ea84391-5cfd-4524-bfc1-96c11ae1404f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e3fa4e80-b47c-41fd-b8e4-144b596261fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-707355a3-a2c3-42d9-96b2-459f78e0e20e {
  display: none;
}
#s-8482abda-0b47-4fc0-8b5e-df01aeafabee {
  text-align: left;
}


.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee {
  max-width: 100%;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom,
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee {
  max-width: 100%;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom,
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee {
  max-width: 100%;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom,
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee {
  max-width: 100%;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom,
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee {
  max-width: 100%;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom,
.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8482abda-0b47-4fc0-8b5e-df01aeafabee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5e5cff5-e84d-4a1c-be16-f7ca7d8be6f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5e5cff5-e84d-4a1c-be16-f7ca7d8be6f9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c7a72145-f102-4288-b418-2e747ba1e2af {
  text-align: center;
}

#s-c7a72145-f102-4288-b418-2e747ba1e2af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7a72145-f102-4288-b418-2e747ba1e2af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-c7a72145-f102-4288-b418-2e747ba1e2af .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44fdf19e-718b-4446-bf75-d51a934e12c4 {
  display: none;
}
#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 {
  text-align: left;
}


.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 {
  max-width: 100%;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom,
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 {
  max-width: 100%;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom,
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 {
  max-width: 100%;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom,
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 {
  max-width: 100%;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom,
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 {
  max-width: 100%;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom,
.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34c49752-3af2-4b1b-a5bf-b3d3d192df70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b21c7a63-baeb-462b-a14f-0b48154c4f7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b21c7a63-baeb-462b-a14f-0b48154c4f7c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-020c4ef3-d2e2-4688-90b5-f0c1cda09a79 {
  text-align: center;
}

#s-020c4ef3-d2e2-4688-90b5-f0c1cda09a79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-020c4ef3-d2e2-4688-90b5-f0c1cda09a79 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-020c4ef3-d2e2-4688-90b5-f0c1cda09a79 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f3965da-bc2b-4ccd-bfd4-06e60005f6c1 {
  display: none;
}
#s-4f8b984b-6638-4158-9dab-212a7139ab41 {
  text-align: left;
}


.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 {
  max-width: 100%;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom,
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 {
  max-width: 100%;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom,
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 {
  max-width: 100%;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom,
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 {
  max-width: 100%;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom,
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 {
  max-width: 100%;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom,
.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f8b984b-6638-4158-9dab-212a7139ab41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e2f703de-cfb1-40fc-bb65-7a2edb069684 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2f703de-cfb1-40fc-bb65-7a2edb069684 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-fc312701-fae0-4f6b-8683-01a6b41a75d0 {
  text-align: center;
}

#s-fc312701-fae0-4f6b-8683-01a6b41a75d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc312701-fae0-4f6b-8683-01a6b41a75d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-fc312701-fae0-4f6b-8683-01a6b41a75d0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ed0d111b-2818-4d6f-b0e7-17bdb76dc41e {
  min-height: 50px;
}








#s-ed0d111b-2818-4d6f-b0e7-17bdb76dc41e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed0d111b-2818-4d6f-b0e7-17bdb76dc41e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5875e7f-3b75-49a8-8881-7719eb85d51b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9b2534f0-cded-4550-bc4b-2632a70eece0 {
  display: none;
}
#s-1889652e-0366-4622-a430-6135df79dd32 {
  text-align: left;
}


.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 {
  max-width: 100%;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom,
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 {
  max-width: 100%;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom,
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 {
  max-width: 100%;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom,
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 {
  max-width: 100%;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom,
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 {
  max-width: 100%;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom,
.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1889652e-0366-4622-a430-6135df79dd32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-276a135c-1bbd-4948-8fec-c6e976f23f0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-276a135c-1bbd-4948-8fec-c6e976f23f0c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c0f6c0ed-918b-47ea-9189-4ddb4c6c6d46 {
  text-align: center;
}

#s-c0f6c0ed-918b-47ea-9189-4ddb4c6c6d46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c0f6c0ed-918b-47ea-9189-4ddb4c6c6d46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-c0f6c0ed-918b-47ea-9189-4ddb4c6c6d46 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7dd47168-9d72-41dc-b7e4-34b16ee205eb {
  display: none;
}
#s-0b23bbb1-279a-4ded-90d0-644f34091ebc {
  text-align: left;
}


.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc {
  max-width: 100%;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom,
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc {
  max-width: 100%;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom,
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc {
  max-width: 100%;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom,
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc {
  max-width: 100%;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom,
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc {
  max-width: 100%;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom,
.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b23bbb1-279a-4ded-90d0-644f34091ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b08ddfcb-a201-43c9-891c-88485b998684 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b08ddfcb-a201-43c9-891c-88485b998684 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ee204cc0-a7f5-4f55-afe1-64df663a9f3c {
  text-align: center;
}

#s-ee204cc0-a7f5-4f55-afe1-64df663a9f3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee204cc0-a7f5-4f55-afe1-64df663a9f3c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-ee204cc0-a7f5-4f55-afe1-64df663a9f3c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ef88e709-a56e-4dc4-8935-bc6bed8c8fa0 {
  display: none;
}
#s-38639222-4574-4f7b-a9cd-437645fa0d8d {
  text-align: left;
}


.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d {
  max-width: 100%;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom,
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d {
  max-width: 100%;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom,
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d {
  max-width: 100%;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom,
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d {
  max-width: 100%;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom,
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d {
  max-width: 100%;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom,
.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38639222-4574-4f7b-a9cd-437645fa0d8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-66df6740-154f-402b-9d33-ee681d9b1a27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66df6740-154f-402b-9d33-ee681d9b1a27 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-2b52ef95-cc71-49e5-839a-0861b74eb671 {
  text-align: center;
}

#s-2b52ef95-cc71-49e5-839a-0861b74eb671 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2b52ef95-cc71-49e5-839a-0861b74eb671 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-2b52ef95-cc71-49e5-839a-0861b74eb671 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0bcb4955-3d13-467f-beea-bd333c3c2dd8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0bcb4955-3d13-467f-beea-bd333c3c2dd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bcb4955-3d13-467f-beea-bd333c3c2dd8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bcb4955-3d13-467f-beea-bd333c3c2dd8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-a056358e-a22a-4378-9776-5990b34d8528 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a3ff3c2e-8b83-45f1-9792-b7808761c922 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3ff3c2e-8b83-45f1-9792-b7808761c922 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05b9872a-dee3-42f0-94ca-c23c4f1412de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bea73c5c-a530-475e-a84c-3c04267c0f47 {
  display: none;
}
#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e {
  text-align: left;
}


.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e {
  max-width: 100%;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom,
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e {
  max-width: 100%;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom,
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e {
  max-width: 100%;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom,
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e {
  max-width: 100%;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom,
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e {
  max-width: 100%;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom,
.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-228cd01b-9a1c-4cd3-9670-b57246b68b8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-db5eb105-7883-4454-a0ba-567c8cfe1443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db5eb105-7883-4454-a0ba-567c8cfe1443 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5a7bec97-8c12-41b4-8d23-6dfd2955ba90 {
  text-align: center;
}

#s-5a7bec97-8c12-41b4-8d23-6dfd2955ba90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5a7bec97-8c12-41b4-8d23-6dfd2955ba90 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-5a7bec97-8c12-41b4-8d23-6dfd2955ba90 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92d0ef1a-5e30-4dd1-a027-9691a317c426 {
  display: none;
}
#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 {
  text-align: left;
}


.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 {
  max-width: 100%;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom,
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 {
  max-width: 100%;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom,
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 {
  max-width: 100%;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom,
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 {
  max-width: 100%;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom,
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 {
  max-width: 100%;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom,
.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f362b43c-4bb7-49a6-a52f-3aaab719bee6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9c66ed5f-988b-4d80-afca-7e78009718a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c66ed5f-988b-4d80-afca-7e78009718a1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-30be81ad-a65c-42b2-9eed-f100b3e7615d {
  text-align: center;
}

#s-30be81ad-a65c-42b2-9eed-f100b3e7615d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30be81ad-a65c-42b2-9eed-f100b3e7615d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-30be81ad-a65c-42b2-9eed-f100b3e7615d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8a51e872-9cec-4100-93c9-92dd8f91b91f {
  display: none;
}
#s-997b8b8f-169b-4067-9802-ceb3ba304fce {
  text-align: left;
}


.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce {
  max-width: 100%;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom,
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce {
  max-width: 100%;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom,
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce {
  max-width: 100%;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom,
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce {
  max-width: 100%;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom,
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce {
  max-width: 100%;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom,
.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997b8b8f-169b-4067-9802-ceb3ba304fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-08f76b13-88d7-4d74-978d-14918c84d9b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08f76b13-88d7-4d74-978d-14918c84d9b4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-94142efa-4c2c-455f-ba25-9dcf1e081a51 {
  text-align: center;
}

#s-94142efa-4c2c-455f-ba25-9dcf1e081a51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-94142efa-4c2c-455f-ba25-9dcf1e081a51 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-94142efa-4c2c-455f-ba25-9dcf1e081a51 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c3bc07e-1ab4-4420-b17f-38503dfcb777 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7c3bc07e-1ab4-4420-b17f-38503dfcb777:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c3bc07e-1ab4-4420-b17f-38503dfcb777:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c3bc07e-1ab4-4420-b17f-38503dfcb777.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-c476a4c0-f232-46f8-87dd-00bb40c75af1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9dd1fa3d-6026-451b-aad2-d58e3b98d2f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dd1fa3d-6026-451b-aad2-d58e3b98d2f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3c8feb8c-40b9-4305-8977-39c3670e889a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cdacf405-a1f5-4986-a007-503e60d41604 {
  display: none;
}
#s-69e402fc-69ef-4372-991b-eb17d3c1647a {
  text-align: left;
}


.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a {
  max-width: 100%;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom,
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a {
  max-width: 100%;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom,
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a {
  max-width: 100%;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom,
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a {
  max-width: 100%;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom,
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a {
  max-width: 100%;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom,
.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69e402fc-69ef-4372-991b-eb17d3c1647a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3a2f18ca-b4b2-4e64-b081-6c8d8a14d635 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a2f18ca-b4b2-4e64-b081-6c8d8a14d635 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-77f1994b-d4b5-4391-a88a-afbfca1523d1 {
  text-align: center;
}

#s-77f1994b-d4b5-4391-a88a-afbfca1523d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-77f1994b-d4b5-4391-a88a-afbfca1523d1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-77f1994b-d4b5-4391-a88a-afbfca1523d1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-acc473da-79fb-4ebf-8940-57940dadbbfb {
  display: none;
}
#s-a88f14bc-acb9-422a-af3e-4b0796959f64 {
  text-align: left;
}


.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 {
  max-width: 100%;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom,
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 {
  max-width: 100%;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom,
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 {
  max-width: 100%;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom,
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 {
  max-width: 100%;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom,
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 {
  max-width: 100%;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom,
.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a88f14bc-acb9-422a-af3e-4b0796959f64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7e546fbb-3310-4e2d-b14b-6c1ab4990fd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e546fbb-3310-4e2d-b14b-6c1ab4990fd8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4b7d9391-cc3f-441f-bd05-3a549700b739 {
  text-align: center;
}

#s-4b7d9391-cc3f-441f-bd05-3a549700b739 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b7d9391-cc3f-441f-bd05-3a549700b739 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-4b7d9391-cc3f-441f-bd05-3a549700b739 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-914534bd-d490-4832-9efe-44ba00890111 {
  display: none;
}
#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 {
  text-align: left;
}


.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 {
  max-width: 100%;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom,
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 {
  max-width: 100%;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom,
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 {
  max-width: 100%;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom,
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 {
  max-width: 100%;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom,
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 {
  max-width: 100%;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom,
.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e51fe80c-916f-4f71-bfbd-6dfcd22407e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-000bc1e9-c49b-47a8-9b5e-2efaeee6975e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-000bc1e9-c49b-47a8-9b5e-2efaeee6975e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-2074a3fd-ee8b-4a55-b7a9-c2c859276b49 {
  text-align: center;
}

#s-2074a3fd-ee8b-4a55-b7a9-c2c859276b49 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2074a3fd-ee8b-4a55-b7a9-c2c859276b49 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-2074a3fd-ee8b-4a55-b7a9-c2c859276b49 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df831e33-e519-45b7-9c34-abdb03ab3034 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-df831e33-e519-45b7-9c34-abdb03ab3034:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df831e33-e519-45b7-9c34-abdb03ab3034:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df831e33-e519-45b7-9c34-abdb03ab3034.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-f5b43ab1-b972-4bdb-8adb-e668e00f90b0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0e7860a1-3ee7-4e70-a456-f514c3e33dc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e7860a1-3ee7-4e70-a456-f514c3e33dc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a17ab3a1-2e07-47e5-8b59-1f128405bd23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-46d1d07a-a7b8-4714-9e9e-d922e2a0b90b {
  display: none;
}
#s-c00283b6-8215-4ade-ad4f-198de1dc0229 {
  text-align: left;
}


.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 {
  max-width: 100%;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom,
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 {
  max-width: 100%;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom,
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 {
  max-width: 100%;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom,
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 {
  max-width: 100%;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom,
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 {
  max-width: 100%;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom,
.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c00283b6-8215-4ade-ad4f-198de1dc0229 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dbb8e9e1-b4d7-47ea-97fb-bb67c645c90b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbb8e9e1-b4d7-47ea-97fb-bb67c645c90b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-20d50f8a-b3e5-4e51-8618-f850d42e5682 {
  text-align: center;
}

#s-20d50f8a-b3e5-4e51-8618-f850d42e5682 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-20d50f8a-b3e5-4e51-8618-f850d42e5682 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-20d50f8a-b3e5-4e51-8618-f850d42e5682 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a7bb07d1-148c-4a77-a3f6-6f70aa1a6cba {
  display: none;
}
#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 {
  text-align: left;
}


.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 {
  max-width: 100%;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom,
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 {
  max-width: 100%;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom,
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 {
  max-width: 100%;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom,
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 {
  max-width: 100%;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom,
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 {
  max-width: 100%;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom,
.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0bfc31-1aaa-4109-acf0-3c1fab178042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dddafc8d-1874-4992-b593-c9a3b77e94c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dddafc8d-1874-4992-b593-c9a3b77e94c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8b803a24-c246-4f37-a86b-7111cb63f9e9 {
  text-align: center;
}

#s-8b803a24-c246-4f37-a86b-7111cb63f9e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8b803a24-c246-4f37-a86b-7111cb63f9e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-8b803a24-c246-4f37-a86b-7111cb63f9e9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1463b178-412b-408d-82b3-096b4c2137ce {
  display: none;
}
#s-851b0444-9982-4585-be90-418b75919f45 {
  text-align: left;
}


.shg-c#s-851b0444-9982-4585-be90-418b75919f45 {
  max-width: 100%;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom,
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 {
  max-width: 100%;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom,
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 {
  max-width: 100%;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom,
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 {
  max-width: 100%;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom,
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 {
  max-width: 100%;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom,
.shg-c#s-851b0444-9982-4585-be90-418b75919f45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-851b0444-9982-4585-be90-418b75919f45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43c0788d-5bba-46aa-9863-852ebc52c357 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43c0788d-5bba-46aa-9863-852ebc52c357 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-cbb8fedb-d25f-4948-8c4b-2e7b7d9dd6ec {
  text-align: center;
}

#s-cbb8fedb-d25f-4948-8c4b-2e7b7d9dd6ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cbb8fedb-d25f-4948-8c4b-2e7b7d9dd6ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-cbb8fedb-d25f-4948-8c4b-2e7b7d9dd6ec .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6bfa02a4-a74c-47f5-9516-73e479685f70 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6bfa02a4-a74c-47f5-9516-73e479685f70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6bfa02a4-a74c-47f5-9516-73e479685f70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6bfa02a4-a74c-47f5-9516-73e479685f70.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-7746e483-9d00-4d58-b29d-eb3947529345 {
  min-height: 50px;
}








#s-7746e483-9d00-4d58-b29d-eb3947529345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7746e483-9d00-4d58-b29d-eb3947529345.shg-box.shg-c {
  justify-content: center;
}

#s-7e6c2735-c28c-46ae-8517-cbd93e88259a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2534df6a-6c54-449e-8bdb-a89d4941811f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2534df6a-6c54-449e-8bdb-a89d4941811f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c45c9fb9-7a05-413a-867d-89a13e7d73f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7df19ffc-7413-4704-ac6b-9300ba610137 {
  display: none;
}
#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 {
  text-align: left;
}


.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 {
  max-width: 100%;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom,
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 {
  max-width: 100%;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom,
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 {
  max-width: 100%;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom,
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 {
  max-width: 100%;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom,
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 {
  max-width: 100%;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom,
.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7beca7b-c715-4a78-aa0f-482e9e1034c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ea7b9301-3cb6-42d1-9db7-bd4ecb0963c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea7b9301-3cb6-42d1-9db7-bd4ecb0963c0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-b8b5b82f-4cbd-4b56-92ce-c1daf996c835 {
  text-align: center;
}

#s-b8b5b82f-4cbd-4b56-92ce-c1daf996c835 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b8b5b82f-4cbd-4b56-92ce-c1daf996c835 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-b8b5b82f-4cbd-4b56-92ce-c1daf996c835 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94be6e73-6d91-42d9-8175-71a9a7dbfc05 {
  display: none;
}
#s-a24c2073-880f-4ed6-998b-d892fd4d3675 {
  text-align: left;
}


.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 {
  max-width: 100%;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom,
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 {
  max-width: 100%;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom,
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 {
  max-width: 100%;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom,
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 {
  max-width: 100%;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom,
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 {
  max-width: 100%;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom,
.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a24c2073-880f-4ed6-998b-d892fd4d3675 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e047f603-3eb2-472d-aa89-94943b9bf520 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e047f603-3eb2-472d-aa89-94943b9bf520 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-bf4960b2-d77b-4e51-8c5d-3a6812870d66 {
  text-align: center;
}

#s-bf4960b2-d77b-4e51-8c5d-3a6812870d66 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bf4960b2-d77b-4e51-8c5d-3a6812870d66 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-bf4960b2-d77b-4e51-8c5d-3a6812870d66 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-76b87318-d943-4a7e-949a-36a9c5604aea {
  display: none;
}
#s-adc50a6e-7579-422b-a4ef-c14ab679e14d {
  text-align: left;
}


.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d {
  max-width: 100%;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom,
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d {
  max-width: 100%;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom,
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d {
  max-width: 100%;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom,
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d {
  max-width: 100%;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom,
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d {
  max-width: 100%;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom,
.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adc50a6e-7579-422b-a4ef-c14ab679e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-de413708-2fb6-49c9-aa95-228e748675d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de413708-2fb6-49c9-aa95-228e748675d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-59a54238-b67f-4248-8697-6b36541dd61a {
  text-align: center;
}

#s-59a54238-b67f-4248-8697-6b36541dd61a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-59a54238-b67f-4248-8697-6b36541dd61a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-59a54238-b67f-4248-8697-6b36541dd61a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-79022177-a1d6-4622-b2c5-eae61a30e69b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-79022177-a1d6-4622-b2c5-eae61a30e69b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79022177-a1d6-4622-b2c5-eae61a30e69b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79022177-a1d6-4622-b2c5-eae61a30e69b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-f9c89ca5-541e-4e42-9bf5-cae3fed7390d {
  margin-bottom: 25px;
}

#s-f9c89ca5-541e-4e42-9bf5-cae3fed7390d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a1ab7494-c2ad-4c30-90c1-aafa06224b60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1ab7494-c2ad-4c30-90c1-aafa06224b60 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6832c9b4-1847-4c74-a627-b4370c358835"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7f2a485f-fffe-456f-beb1-ac6c26aff776 {
  display: none;
}
#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 {
  text-align: left;
}


.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 {
  max-width: 100%;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom,
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 {
  max-width: 100%;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom,
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 {
  max-width: 100%;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom,
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 {
  max-width: 100%;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom,
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 {
  max-width: 100%;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom,
.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a305e69-f52f-4ac2-bc2a-b6e797866323 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9b00e5a0-805d-448f-8843-f160c29ec8ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b00e5a0-805d-448f-8843-f160c29ec8ae .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9e4fd1c6-af8d-4913-8e17-dd3a7707c6ca {
  text-align: center;
}

#s-9e4fd1c6-af8d-4913-8e17-dd3a7707c6ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9e4fd1c6-af8d-4913-8e17-dd3a7707c6ca .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-9e4fd1c6-af8d-4913-8e17-dd3a7707c6ca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5fe50fbf-a26d-45d3-b32c-7f5ae33746c4 {
  display: none;
}
#s-7da57685-0197-47b2-a85c-a45455567e0f {
  text-align: left;
}


.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f {
  max-width: 100%;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom,
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f {
  max-width: 100%;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom,
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f {
  max-width: 100%;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom,
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f {
  max-width: 100%;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom,
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f {
  max-width: 100%;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom,
.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7da57685-0197-47b2-a85c-a45455567e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-73951461-cfac-4ba2-a711-c31da6a449ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73951461-cfac-4ba2-a711-c31da6a449ea .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c689d359-13e7-4673-86ad-ce60782291d9 {
  text-align: center;
}

#s-c689d359-13e7-4673-86ad-ce60782291d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c689d359-13e7-4673-86ad-ce60782291d9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-c689d359-13e7-4673-86ad-ce60782291d9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-afacec8f-9bda-4be5-801b-4d56dbd663e0 {
  display: none;
}
#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 {
  text-align: left;
}


.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 {
  max-width: 100%;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom,
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 {
  max-width: 100%;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom,
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 {
  max-width: 100%;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom,
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 {
  max-width: 100%;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom,
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 {
  max-width: 100%;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom,
.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7a8667f-43aa-430e-a3f8-a6bee7565c76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-34898c81-7a89-4184-ba78-da4322b0268d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34898c81-7a89-4184-ba78-da4322b0268d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a031166f-fdb4-45a9-a1a9-0025959e6a26 {
  text-align: center;
}

#s-a031166f-fdb4-45a9-a1a9-0025959e6a26 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a031166f-fdb4-45a9-a1a9-0025959e6a26 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-a031166f-fdb4-45a9-a1a9-0025959e6a26 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40cd2e1e-62e6-4dc9-8763-c01631504b60 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-40cd2e1e-62e6-4dc9-8763-c01631504b60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40cd2e1e-62e6-4dc9-8763-c01631504b60:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40cd2e1e-62e6-4dc9-8763-c01631504b60.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-29dd3750-6df3-4b3f-add7-635112a55e57 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-325f64fb-1b0b-48e7-aad0-2131f7201469 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-325f64fb-1b0b-48e7-aad0-2131f7201469 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95dc296e-2f89-4c00-b439-1fd4cd71906d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5ebd814e-bbb0-4030-be4d-f9f0ebd5b314 {
  display: none;
}
#s-85a95a68-62c5-488e-9bd3-804786581bad {
  text-align: left;
}


.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad {
  max-width: 100%;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom,
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad {
  max-width: 100%;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom,
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad {
  max-width: 100%;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom,
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad {
  max-width: 100%;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom,
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad {
  max-width: 100%;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom,
.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a95a68-62c5-488e-9bd3-804786581bad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-557bf11b-3b5a-4417-99c8-6c7a2d0ef41d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-557bf11b-3b5a-4417-99c8-6c7a2d0ef41d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-538b6bcf-1ba1-4578-b237-4f0221c76bcc {
  text-align: center;
}

#s-538b6bcf-1ba1-4578-b237-4f0221c76bcc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-538b6bcf-1ba1-4578-b237-4f0221c76bcc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-538b6bcf-1ba1-4578-b237-4f0221c76bcc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a86da0a9-82eb-4c11-b4c0-2b4502b8bd24 {
  display: none;
}
#s-769f9178-ff00-4f79-9646-21e6ef7ce25a {
  text-align: left;
}


.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a {
  max-width: 100%;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom,
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a {
  max-width: 100%;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom,
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a {
  max-width: 100%;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom,
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a {
  max-width: 100%;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom,
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a {
  max-width: 100%;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom,
.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-769f9178-ff00-4f79-9646-21e6ef7ce25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6145857c-e683-459a-95e7-749a87273fd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6145857c-e683-459a-95e7-749a87273fd5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-fb1d4af1-f731-45cb-bc77-54ed6929ee1c {
  text-align: center;
}

#s-fb1d4af1-f731-45cb-bc77-54ed6929ee1c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb1d4af1-f731-45cb-bc77-54ed6929ee1c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-fb1d4af1-f731-45cb-bc77-54ed6929ee1c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e7ce76ab-7cdc-4d51-81ad-92bc010af65d {
  display: none;
}
#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 {
  text-align: left;
}


.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 {
  max-width: 100%;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom,
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 {
  max-width: 100%;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom,
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 {
  max-width: 100%;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom,
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 {
  max-width: 100%;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom,
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 {
  max-width: 100%;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom,
.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eff7c7cc-f729-4e1d-a9cd-7c1848ba8948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7a91815c-cd9e-497c-ab27-606dfeda16ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a91815c-cd9e-497c-ab27-606dfeda16ee .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-458467d9-d730-4e72-9d42-a5ecaace81a6 {
  text-align: center;
}

#s-458467d9-d730-4e72-9d42-a5ecaace81a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-458467d9-d730-4e72-9d42-a5ecaace81a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-458467d9-d730-4e72-9d42-a5ecaace81a6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51259639-255f-4825-b7ba-d13b03368c7a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-51259639-255f-4825-b7ba-d13b03368c7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51259639-255f-4825-b7ba-d13b03368c7a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51259639-255f-4825-b7ba-d13b03368c7a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-434a8947-36cc-4f87-a6f9-6947312cffa3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e9c73a50-61a8-4876-bd4f-6b2569b608ad {
  min-height: 50px;
}








#s-e9c73a50-61a8-4876-bd4f-6b2569b608ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c73a50-61a8-4876-bd4f-6b2569b608ad.shg-box.shg-c {
  justify-content: center;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
