.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-33ae0d23-2b93-423b-a052-3bdadab69604 {
  padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-33ae0d23-2b93-423b-a052-3bdadab69604 {
  display: none;
}
#s-33ae0d23-2b93-423b-a052-3bdadab69604, #wrap-s-33ae0d23-2b93-423b-a052-3bdadab69604 { display: none !important; }}@media (max-width: 767px){#s-33ae0d23-2b93-423b-a052-3bdadab69604 {
  display: none;
}
#s-33ae0d23-2b93-423b-a052-3bdadab69604, #wrap-s-33ae0d23-2b93-423b-a052-3bdadab69604 { display: none !important; }}
#s-33ae0d23-2b93-423b-a052-3bdadab69604 {
  background-image: url();
}








#s-33ae0d23-2b93-423b-a052-3bdadab69604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33ae0d23-2b93-423b-a052-3bdadab69604.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf053dc0-44c5-4b3b-bb0e-d8aa614b8676 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
text-align: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-46f193e2-894f-44f8-88b5-abf9ea57bac9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46f193e2-894f-44f8-88b5-abf9ea57bac9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46f193e2-894f-44f8-88b5-abf9ea57bac9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46f193e2-894f-44f8-88b5-abf9ea57bac9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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-f018aa69-c824-4419-90ae-c8d508840c95 {
  text-align: center;
}



.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f018aa69-c824-4419-90ae-c8d508840c95 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-87957f04-e5ee-4326-bbb6-0c9ca1641ee9 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-87957f04-e5ee-4326-bbb6-0c9ca1641ee9 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 33.333333333333336%;
  padding-right: 0px;
  padding-bottom: 10px;
}

#s-87957f04-e5ee-4326-bbb6-0c9ca1641ee9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-87957f04-e5ee-4326-bbb6-0c9ca1641ee9 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-87957f04-e5ee-4326-bbb6-0c9ca1641ee9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-87957f04-e5ee-4326-bbb6-0c9ca1641ee9 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-87957f04-e5ee-4326-bbb6-0c9ca1641ee9 .shg-gallery-dot {
  background-color: #FFF;
}

#s-9b80d169-0e62-4130-a057-3aaced7798a1 {
  min-height: 50px;
}








#s-9b80d169-0e62-4130-a057-3aaced7798a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b80d169-0e62-4130-a057-3aaced7798a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14b0ad93-1298-4d79-90e2-bca4ddf4963b {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-14b0ad93-1298-4d79-90e2-bca4ddf4963b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b0ad93-1298-4d79-90e2-bca4ddf4963b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-92504313-feb3-4ed0-9cb9-f0d348ce6c88 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-92504313-feb3-4ed0-9cb9-f0d348ce6c88 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-669cfc77-b863-4d0c-ac9f-f2fd1883c937 {
  margin-top: -10px;
margin-left: 30px;
margin-right: 30px;
}

#s-669cfc77-b863-4d0c-ac9f-f2fd1883c937 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-d1d6d927-22b9-477c-92b0-002b371da9b0 {
  padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
text-align: center;
}

#s-d1d6d927-22b9-477c-92b0-002b371da9b0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-d1d6d927-22b9-477c-92b0-002b371da9b0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 20px;
}

#s-d1d6d927-22b9-477c-92b0-002b371da9b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8e0976a4-1082-4d65-b981-dde5529b609a {
  min-height: 50px;
}








#s-8e0976a4-1082-4d65-b981-dde5529b609a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e0976a4-1082-4d65-b981-dde5529b609a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f45dd72e-2192-4172-af8a-5b9aed1fd5c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f45dd72e-2192-4172-af8a-5b9aed1fd5c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45dd72e-2192-4172-af8a-5b9aed1fd5c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f45dd72e-2192-4172-af8a-5b9aed1fd5c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45dd72e-2192-4172-af8a-5b9aed1fd5c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f45dd72e-2192-4172-af8a-5b9aed1fd5c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45dd72e-2192-4172-af8a-5b9aed1fd5c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-1155dc7e-0af1-4e8b-8863-8ee1b6614578 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-1155dc7e-0af1-4e8b-8863-8ee1b6614578 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1155dc7e-0af1-4e8b-8863-8ee1b6614578 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1155dc7e-0af1-4e8b-8863-8ee1b6614578 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1155dc7e-0af1-4e8b-8863-8ee1b6614578 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1155dc7e-0af1-4e8b-8863-8ee1b6614578 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-06281d00-a232-44f4-8d2a-3e69313e3dd1 {
  min-height: 50px;
}








#s-06281d00-a232-44f4-8d2a-3e69313e3dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06281d00-a232-44f4-8d2a-3e69313e3dd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d72d5ab9-2e43-4efd-a9c1-f9c0ff7e9695"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d72d5ab9-2e43-4efd-a9c1-f9c0ff7e9695"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d72d5ab9-2e43-4efd-a9c1-f9c0ff7e9695"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d72d5ab9-2e43-4efd-a9c1-f9c0ff7e9695"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d72d5ab9-2e43-4efd-a9c1-f9c0ff7e9695"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d72d5ab9-2e43-4efd-a9c1-f9c0ff7e9695"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d72d5ab9-2e43-4efd-a9c1-f9c0ff7e9695"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-73a2c682-a2af-4b7a-9782-f9a7bee713a5 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-73a2c682-a2af-4b7a-9782-f9a7bee713a5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73a2c682-a2af-4b7a-9782-f9a7bee713a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73a2c682-a2af-4b7a-9782-f9a7bee713a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73a2c682-a2af-4b7a-9782-f9a7bee713a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73a2c682-a2af-4b7a-9782-f9a7bee713a5.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-73a2c682-a2af-4b7a-9782-f9a7bee713a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-377ff9fa-11cd-4b79-8236-619addcdaff4 {
  margin-left: 30px;
margin-right: 30px;
}

#s-377ff9fa-11cd-4b79-8236-619addcdaff4 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-b002b75d-ef17-4528-8749-95851e7f8951 {
  min-height: 50px;
}








#s-b002b75d-ef17-4528-8749-95851e7f8951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b002b75d-ef17-4528-8749-95851e7f8951.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-3b3c8ac2-6ba1-4c54-acd0-fdc14b68d7cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b3c8ac2-6ba1-4c54-acd0-fdc14b68d7cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-c64bebdf-becd-4b8c-96df-287f42d12aa7 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-c64bebdf-becd-4b8c-96df-287f42d12aa7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c64bebdf-becd-4b8c-96df-287f42d12aa7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-c64bebdf-becd-4b8c-96df-287f42d12aa7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-c64bebdf-becd-4b8c-96df-287f42d12aa7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c64bebdf-becd-4b8c-96df-287f42d12aa7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(121, 116, 103, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-c64bebdf-becd-4b8c-96df-287f42d12aa7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fbedcce6-540e-4bef-83bc-03ba8cc89023 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-fd617732-29af-4224-9958-ab8a0a66aa9f {
  padding-left: 150px;
padding-right: 150px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fd617732-29af-4224-9958-ab8a0a66aa9f {
  display: none;
}
#s-fd617732-29af-4224-9958-ab8a0a66aa9f, #wrap-s-fd617732-29af-4224-9958-ab8a0a66aa9f { display: none !important; }}@media (max-width: 767px){#s-fd617732-29af-4224-9958-ab8a0a66aa9f {
  display: none;
}
#s-fd617732-29af-4224-9958-ab8a0a66aa9f, #wrap-s-fd617732-29af-4224-9958-ab8a0a66aa9f { display: none !important; }}







#s-fd617732-29af-4224-9958-ab8a0a66aa9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd617732-29af-4224-9958-ab8a0a66aa9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-111227c5-fe11-4fc3-bc93-ff7b11e94533 {
  margin-top: 5%;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-111227c5-fe11-4fc3-bc93-ff7b11e94533 .shogun-heading-component h2 {
  color: rgba(121, 116, 103, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1340cb18-dbf1-47de-a34a-d70b6b2acaad hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d1a0c6d6-3758-488f-af18-437b578097ba {
  text-align: center;
}

#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a {
  text-align: left;
}



.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc01ce4-67e9-4715-a41d-5f7f65e5213a img.shogun-image {
  width: 100%;
}



}
#s-e1f9f0a2-f134-4536-a658-ee446719d57e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1f9f0a2-f134-4536-a658-ee446719d57e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-632f039f-f538-4c4d-bed2-547ce70922df {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-632f039f-f538-4c4d-bed2-547ce70922df .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-632f039f-f538-4c4d-bed2-547ce70922df .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-632f039f-f538-4c4d-bed2-547ce70922df .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-5fbf4e6c-98dd-42d5-83f7-f95eda931ac9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fbf4e6c-98dd-42d5-83f7-f95eda931ac9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fbf4e6c-98dd-42d5-83f7-f95eda931ac9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5fbf4e6c-98dd-42d5-83f7-f95eda931ac9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fbf4e6c-98dd-42d5-83f7-f95eda931ac9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fbf4e6c-98dd-42d5-83f7-f95eda931ac9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fbf4e6c-98dd-42d5-83f7-f95eda931ac9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-75fa1d08-6d7a-4a52-8b95-7dd72e2225c9 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-75fa1d08-6d7a-4a52-8b95-7dd72e2225c9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-75fa1d08-6d7a-4a52-8b95-7dd72e2225c9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-75fa1d08-6d7a-4a52-8b95-7dd72e2225c9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-75fa1d08-6d7a-4a52-8b95-7dd72e2225c9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-75fa1d08-6d7a-4a52-8b95-7dd72e2225c9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-992cd468-b6e2-4346-bb87-3ec929672e66 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-992cd468-b6e2-4346-bb87-3ec929672e66:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-992cd468-b6e2-4346-bb87-3ec929672e66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-992cd468-b6e2-4346-bb87-3ec929672e66 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-992cd468-b6e2-4346-bb87-3ec929672e66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-992cd468-b6e2-4346-bb87-3ec929672e66.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-992cd468-b6e2-4346-bb87-3ec929672e66.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-04e85220-5e3a-468e-906e-d85809f49728 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-979ccf94-ba2a-4150-bac9-f497dac00b26 {
  text-align: left;
}



.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-979ccf94-ba2a-4150-bac9-f497dac00b26 img.shogun-image {
  width: 100%;
}



}
#s-cd0816dd-f8ae-43ab-8fb8-b22335eb1289 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd0816dd-f8ae-43ab-8fb8-b22335eb1289 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5f8cd11e-05c1-4c31-ae13-b0912fdb9967 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-5f8cd11e-05c1-4c31-ae13-b0912fdb9967 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-5f8cd11e-05c1-4c31-ae13-b0912fdb9967 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-5f8cd11e-05c1-4c31-ae13-b0912fdb9967 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-b1d67852-1df0-4e53-9c6f-68bc7c7da730"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1d67852-1df0-4e53-9c6f-68bc7c7da730"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1d67852-1df0-4e53-9c6f-68bc7c7da730"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b1d67852-1df0-4e53-9c6f-68bc7c7da730"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1d67852-1df0-4e53-9c6f-68bc7c7da730"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1d67852-1df0-4e53-9c6f-68bc7c7da730"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1d67852-1df0-4e53-9c6f-68bc7c7da730"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-2e8e12cc-cf84-41ae-8480-56d049fb15d1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-2e8e12cc-cf84-41ae-8480-56d049fb15d1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2e8e12cc-cf84-41ae-8480-56d049fb15d1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2e8e12cc-cf84-41ae-8480-56d049fb15d1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2e8e12cc-cf84-41ae-8480-56d049fb15d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2e8e12cc-cf84-41ae-8480-56d049fb15d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-fa65837d-5da6-424d-9a3c-c6b455c1a495 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fa65837d-5da6-424d-9a3c-c6b455c1a495:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa65837d-5da6-424d-9a3c-c6b455c1a495:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa65837d-5da6-424d-9a3c-c6b455c1a495 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa65837d-5da6-424d-9a3c-c6b455c1a495.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa65837d-5da6-424d-9a3c-c6b455c1a495.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-fa65837d-5da6-424d-9a3c-c6b455c1a495.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-52a50a25-c2d7-43c6-9f11-8cc4fb7f4ddb hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a {
  text-align: left;
}



.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c0e9d-3c2a-4abd-9c6a-071652ef481a img.shogun-image {
  width: 100%;
}



}
#s-bac9e07d-d3c3-4e6f-a7fa-e7b18a643e9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bac9e07d-d3c3-4e6f-a7fa-e7b18a643e9c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-062eb6c7-4c24-4bad-8a92-31f9d1d6c296 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-062eb6c7-4c24-4bad-8a92-31f9d1d6c296 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-062eb6c7-4c24-4bad-8a92-31f9d1d6c296 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-062eb6c7-4c24-4bad-8a92-31f9d1d6c296 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-dcce6704-1555-42b8-b5b4-c5d08da3d970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcce6704-1555-42b8-b5b4-c5d08da3d970"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcce6704-1555-42b8-b5b4-c5d08da3d970"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dcce6704-1555-42b8-b5b4-c5d08da3d970"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcce6704-1555-42b8-b5b4-c5d08da3d970"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcce6704-1555-42b8-b5b4-c5d08da3d970"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcce6704-1555-42b8-b5b4-c5d08da3d970"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-42b627f6-b6cd-46d6-bc01-f1ee0497be20 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-42b627f6-b6cd-46d6-bc01-f1ee0497be20 .shg-product-quantity-wrapper {
  display: flex;
}

#s-42b627f6-b6cd-46d6-bc01-f1ee0497be20 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-42b627f6-b6cd-46d6-bc01-f1ee0497be20 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-42b627f6-b6cd-46d6-bc01-f1ee0497be20 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-42b627f6-b6cd-46d6-bc01-f1ee0497be20 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-80cceadd-329f-4fec-a622-3f628d5676f6 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-80cceadd-329f-4fec-a622-3f628d5676f6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80cceadd-329f-4fec-a622-3f628d5676f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80cceadd-329f-4fec-a622-3f628d5676f6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80cceadd-329f-4fec-a622-3f628d5676f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80cceadd-329f-4fec-a622-3f628d5676f6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-80cceadd-329f-4fec-a622-3f628d5676f6.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-3f4c17ce-376d-4bb7-877e-be407dd74cc6 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-9e6f066e-4357-4d09-9858-e28c89fd26ea {
  text-align: left;
}



.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e6f066e-4357-4d09-9858-e28c89fd26ea img.shogun-image {
  width: 100%;
}




#s-3c335593-353d-4f14-a88d-f76c473e368f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c335593-353d-4f14-a88d-f76c473e368f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4a83272c-047b-4f94-adbe-593391c83ed4 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-4a83272c-047b-4f94-adbe-593391c83ed4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-4a83272c-047b-4f94-adbe-593391c83ed4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-4a83272c-047b-4f94-adbe-593391c83ed4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d863da1e-2cb4-473e-a440-f2b079206731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d863da1e-2cb4-473e-a440-f2b079206731"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d863da1e-2cb4-473e-a440-f2b079206731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d863da1e-2cb4-473e-a440-f2b079206731"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d863da1e-2cb4-473e-a440-f2b079206731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d863da1e-2cb4-473e-a440-f2b079206731"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d863da1e-2cb4-473e-a440-f2b079206731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-3dccb187-cd40-48b8-b959-9404c0c2b0d8 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3dccb187-cd40-48b8-b959-9404c0c2b0d8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3dccb187-cd40-48b8-b959-9404c0c2b0d8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3dccb187-cd40-48b8-b959-9404c0c2b0d8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3dccb187-cd40-48b8-b959-9404c0c2b0d8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3dccb187-cd40-48b8-b959-9404c0c2b0d8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-988d70a2-1065-4df3-8c05-22014d17dcc2 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-988d70a2-1065-4df3-8c05-22014d17dcc2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-988d70a2-1065-4df3-8c05-22014d17dcc2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-988d70a2-1065-4df3-8c05-22014d17dcc2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-988d70a2-1065-4df3-8c05-22014d17dcc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-988d70a2-1065-4df3-8c05-22014d17dcc2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-988d70a2-1065-4df3-8c05-22014d17dcc2.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-4ccb8740-535f-418c-8ba1-7fa980b638ed hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-9f8870ad-5da6-4502-9a22-844a4266d938 {
  text-align: left;
}



.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f8870ad-5da6-4502-9a22-844a4266d938 img.shogun-image {
  width: 100%;
}




#s-ee7e64e0-787b-492f-a0a2-f0b87a23930f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee7e64e0-787b-492f-a0a2-f0b87a23930f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9375b5cb-182b-4517-b7ea-e7aca6c89f0c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-9375b5cb-182b-4517-b7ea-e7aca6c89f0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-9375b5cb-182b-4517-b7ea-e7aca6c89f0c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-9375b5cb-182b-4517-b7ea-e7aca6c89f0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-cc871f5f-a126-4fa3-9428-e77d4c85318e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc871f5f-a126-4fa3-9428-e77d4c85318e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc871f5f-a126-4fa3-9428-e77d4c85318e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc871f5f-a126-4fa3-9428-e77d4c85318e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc871f5f-a126-4fa3-9428-e77d4c85318e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc871f5f-a126-4fa3-9428-e77d4c85318e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc871f5f-a126-4fa3-9428-e77d4c85318e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-34b92d4e-3b5b-4577-8c16-afe2d1687913 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-34b92d4e-3b5b-4577-8c16-afe2d1687913 .shg-product-quantity-wrapper {
  display: flex;
}

#s-34b92d4e-3b5b-4577-8c16-afe2d1687913 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-34b92d4e-3b5b-4577-8c16-afe2d1687913 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-34b92d4e-3b5b-4577-8c16-afe2d1687913 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-34b92d4e-3b5b-4577-8c16-afe2d1687913 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-20e9665e-b80e-4b22-8e17-eb23c043dfbc {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-20e9665e-b80e-4b22-8e17-eb23c043dfbc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20e9665e-b80e-4b22-8e17-eb23c043dfbc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-20e9665e-b80e-4b22-8e17-eb23c043dfbc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20e9665e-b80e-4b22-8e17-eb23c043dfbc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20e9665e-b80e-4b22-8e17-eb23c043dfbc.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-20e9665e-b80e-4b22-8e17-eb23c043dfbc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-89770f68-d503-420f-8abf-65d385f87836 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 {
  text-align: left;
}



.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dcbd70e-77d5-4d71-bde6-3fe3388253a4 img.shogun-image {
  width: 100%;
}




#s-b1d7e56c-280c-4149-95db-7ff8ffabd74f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1d7e56c-280c-4149-95db-7ff8ffabd74f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-23d9e741-6e3e-4e8e-951b-ad02ef74d67a {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-23d9e741-6e3e-4e8e-951b-ad02ef74d67a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-23d9e741-6e3e-4e8e-951b-ad02ef74d67a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-23d9e741-6e3e-4e8e-951b-ad02ef74d67a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-b873938f-3a1a-42e7-bb29-17803b589d76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b873938f-3a1a-42e7-bb29-17803b589d76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b873938f-3a1a-42e7-bb29-17803b589d76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b873938f-3a1a-42e7-bb29-17803b589d76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b873938f-3a1a-42e7-bb29-17803b589d76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b873938f-3a1a-42e7-bb29-17803b589d76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b873938f-3a1a-42e7-bb29-17803b589d76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-696fd890-332f-4d78-b59d-8227320341eb {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-696fd890-332f-4d78-b59d-8227320341eb .shg-product-quantity-wrapper {
  display: flex;
}

#s-696fd890-332f-4d78-b59d-8227320341eb .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-696fd890-332f-4d78-b59d-8227320341eb .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-696fd890-332f-4d78-b59d-8227320341eb .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-696fd890-332f-4d78-b59d-8227320341eb .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-84029123-bf89-4dfc-839e-c1c1eb6e6fa7 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-84029123-bf89-4dfc-839e-c1c1eb6e6fa7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84029123-bf89-4dfc-839e-c1c1eb6e6fa7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84029123-bf89-4dfc-839e-c1c1eb6e6fa7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84029123-bf89-4dfc-839e-c1c1eb6e6fa7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84029123-bf89-4dfc-839e-c1c1eb6e6fa7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-84029123-bf89-4dfc-839e-c1c1eb6e6fa7.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-ba357613-3506-4563-a142-78f978e701ca hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-28956a60-324f-4297-8a2e-3046987c681d {
  text-align: left;
}



.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28956a60-324f-4297-8a2e-3046987c681d img.shogun-image {
  width: 100%;
}




#s-a13dd5ee-e79b-439e-8efd-8b8f30a30e46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a13dd5ee-e79b-439e-8efd-8b8f30a30e46 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-332713af-fcee-4df5-810e-3de106db5eb7 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-332713af-fcee-4df5-810e-3de106db5eb7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-332713af-fcee-4df5-810e-3de106db5eb7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-332713af-fcee-4df5-810e-3de106db5eb7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3252169c-2821-4ea2-9aab-3747bf598082"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3252169c-2821-4ea2-9aab-3747bf598082"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3252169c-2821-4ea2-9aab-3747bf598082"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3252169c-2821-4ea2-9aab-3747bf598082"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3252169c-2821-4ea2-9aab-3747bf598082"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3252169c-2821-4ea2-9aab-3747bf598082"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3252169c-2821-4ea2-9aab-3747bf598082"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f1bf2e43-5650-4887-a4ed-208ab97fb03b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f1bf2e43-5650-4887-a4ed-208ab97fb03b .shg-product-quantity-wrapper {
  display: flex;
}

#s-f1bf2e43-5650-4887-a4ed-208ab97fb03b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f1bf2e43-5650-4887-a4ed-208ab97fb03b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f1bf2e43-5650-4887-a4ed-208ab97fb03b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f1bf2e43-5650-4887-a4ed-208ab97fb03b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a7fc8e97-9fe0-46c9-8018-9d275f577d5b {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a7fc8e97-9fe0-46c9-8018-9d275f577d5b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7fc8e97-9fe0-46c9-8018-9d275f577d5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7fc8e97-9fe0-46c9-8018-9d275f577d5b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7fc8e97-9fe0-46c9-8018-9d275f577d5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7fc8e97-9fe0-46c9-8018-9d275f577d5b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-a7fc8e97-9fe0-46c9-8018-9d275f577d5b.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-8a7b6ca0-c515-4581-9f6a-da44ae44f460 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-8c342b81-2001-469e-b9cb-a965b556e633 {
  text-align: left;
}



.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c342b81-2001-469e-b9cb-a965b556e633 img.shogun-image {
  width: 100%;
}




#s-862e03e0-7fd0-412a-945d-ed122c0f451c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-862e03e0-7fd0-412a-945d-ed122c0f451c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2817982d-b066-465a-8a95-974ca21b43d0 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-2817982d-b066-465a-8a95-974ca21b43d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-2817982d-b066-465a-8a95-974ca21b43d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-2817982d-b066-465a-8a95-974ca21b43d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e7b0006e-1001-47fb-9299-5c5d5050eeef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7b0006e-1001-47fb-9299-5c5d5050eeef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7b0006e-1001-47fb-9299-5c5d5050eeef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7b0006e-1001-47fb-9299-5c5d5050eeef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7b0006e-1001-47fb-9299-5c5d5050eeef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7b0006e-1001-47fb-9299-5c5d5050eeef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7b0006e-1001-47fb-9299-5c5d5050eeef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-a2c55de0-f888-4c19-96bd-bbe952298d7d {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-a2c55de0-f888-4c19-96bd-bbe952298d7d .shg-product-quantity-wrapper {
  display: flex;
}

#s-a2c55de0-f888-4c19-96bd-bbe952298d7d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a2c55de0-f888-4c19-96bd-bbe952298d7d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a2c55de0-f888-4c19-96bd-bbe952298d7d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a2c55de0-f888-4c19-96bd-bbe952298d7d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-eb471a40-0e1a-4dae-99de-58dcaa3fa2f2 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-eb471a40-0e1a-4dae-99de-58dcaa3fa2f2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb471a40-0e1a-4dae-99de-58dcaa3fa2f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb471a40-0e1a-4dae-99de-58dcaa3fa2f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb471a40-0e1a-4dae-99de-58dcaa3fa2f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb471a40-0e1a-4dae-99de-58dcaa3fa2f2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-eb471a40-0e1a-4dae-99de-58dcaa3fa2f2.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-adce970b-f877-4ea0-8f24-29f61990eab0 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 {
  text-align: left;
}



.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b24b88-457f-47aa-9a62-4d7cbc8f5cb4 img.shogun-image {
  width: 100%;
}




#s-5fa1988c-b4e7-4e97-9ba8-6d2f669a1db4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fa1988c-b4e7-4e97-9ba8-6d2f669a1db4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7a948e57-1492-4afa-9659-fc1a6054581d {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-7a948e57-1492-4afa-9659-fc1a6054581d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-7a948e57-1492-4afa-9659-fc1a6054581d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-7a948e57-1492-4afa-9659-fc1a6054581d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-4c8a6757-d9cb-4f18-88ee-fa73ae6d04ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c8a6757-d9cb-4f18-88ee-fa73ae6d04ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c8a6757-d9cb-4f18-88ee-fa73ae6d04ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c8a6757-d9cb-4f18-88ee-fa73ae6d04ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c8a6757-d9cb-4f18-88ee-fa73ae6d04ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c8a6757-d9cb-4f18-88ee-fa73ae6d04ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c8a6757-d9cb-4f18-88ee-fa73ae6d04ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-cf10e78d-ea77-4791-bcae-807570faab74 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-cf10e78d-ea77-4791-bcae-807570faab74 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cf10e78d-ea77-4791-bcae-807570faab74 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cf10e78d-ea77-4791-bcae-807570faab74 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cf10e78d-ea77-4791-bcae-807570faab74 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cf10e78d-ea77-4791-bcae-807570faab74 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1e3b5dd3-d105-456b-80c3-42cf7e78614a {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1e3b5dd3-d105-456b-80c3-42cf7e78614a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1e3b5dd3-d105-456b-80c3-42cf7e78614a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e3b5dd3-d105-456b-80c3-42cf7e78614a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e3b5dd3-d105-456b-80c3-42cf7e78614a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e3b5dd3-d105-456b-80c3-42cf7e78614a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-1e3b5dd3-d105-456b-80c3-42cf7e78614a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-0bd95b54-3edf-4831-9102-0b2362adb840 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-e6f486dc-82a2-4082-af09-3239ca3aff45 {
  margin-top: -60px;
}
@media (min-width: 1200px){#s-e6f486dc-82a2-4082-af09-3239ca3aff45 {
  display: none;
}
#s-e6f486dc-82a2-4082-af09-3239ca3aff45, #wrap-s-e6f486dc-82a2-4082-af09-3239ca3aff45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6f486dc-82a2-4082-af09-3239ca3aff45 {
  display: none;
}
#s-e6f486dc-82a2-4082-af09-3239ca3aff45, #wrap-s-e6f486dc-82a2-4082-af09-3239ca3aff45 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6f486dc-82a2-4082-af09-3239ca3aff45 {
  
}
}@media (max-width: 767px){#s-e6f486dc-82a2-4082-af09-3239ca3aff45 {
  
}
}
#s-e6f486dc-82a2-4082-af09-3239ca3aff45 {
  background-image: url();
}








#s-e6f486dc-82a2-4082-af09-3239ca3aff45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6f486dc-82a2-4082-af09-3239ca3aff45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0349c6d-c73e-401e-97bb-4c0b3d34e4c4 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
text-align: center;
}

@media (min-width: 0px) {
[id="s-7573513a-e53a-4291-b8dd-d53c403f4db0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7573513a-e53a-4291-b8dd-d53c403f4db0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7573513a-e53a-4291-b8dd-d53c403f4db0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7573513a-e53a-4291-b8dd-d53c403f4db0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7573513a-e53a-4291-b8dd-d53c403f4db0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7573513a-e53a-4291-b8dd-d53c403f4db0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7573513a-e53a-4291-b8dd-d53c403f4db0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-0d19f5c1-d248-423e-96f2-539625bea6d4 {
  text-align: center;
}



.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d19f5c1-d248-423e-96f2-539625bea6d4 img.shogun-image {
  width: 100%;
}



}
#s-9d75dcd2-20a0-48d9-b5dc-dc8e618c15b5 {
  text-align: center;
}

#s-9d75dcd2-20a0-48d9-b5dc-dc8e618c15b5 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 33.333333333333336%;
  padding-right: 0px;
  padding-bottom: 10px;
}

#s-9d75dcd2-20a0-48d9-b5dc-dc8e618c15b5 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-9d75dcd2-20a0-48d9-b5dc-dc8e618c15b5 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-9d75dcd2-20a0-48d9-b5dc-dc8e618c15b5 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-9d75dcd2-20a0-48d9-b5dc-dc8e618c15b5 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-9d75dcd2-20a0-48d9-b5dc-dc8e618c15b5 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2695bc6f-d71f-4416-b74c-083a25d9ecb0 {
  min-height: 50px;
}








#s-2695bc6f-d71f-4416-b74c-083a25d9ecb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2695bc6f-d71f-4416-b74c-083a25d9ecb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1b3174a-77dd-4493-a836-9472a74b1b3d {
  margin-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-f1b3174a-77dd-4493-a836-9472a74b1b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1b3174a-77dd-4493-a836-9472a74b1b3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed09ebc4-6f69-4ee4-8b17-526007c1f12e {
  margin-top: 5%;
margin-bottom: 5%;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-ed09ebc4-6f69-4ee4-8b17-526007c1f12e .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-aead690b-e83c-48e1-93a8-794781a26e0f {
  margin-top: -10px;
margin-left: 30px;
margin-bottom: -10px;
margin-right: 30px;
}

#s-aead690b-e83c-48e1-93a8-794781a26e0f hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-27e78243-6b75-4b50-a54e-4e11082f8d96 {
  padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-27e78243-6b75-4b50-a54e-4e11082f8d96 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-27e78243-6b75-4b50-a54e-4e11082f8d96 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-27e78243-6b75-4b50-a54e-4e11082f8d96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac536ae8-f89a-4cab-84b6-566b967af2a1 {
  margin-top: 5px;
margin-bottom: 2px;
}

#s-ae45e58c-1256-47f3-adf1-1ed925e41908 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
min-height: 50px;
}








#s-ae45e58c-1256-47f3-adf1-1ed925e41908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae45e58c-1256-47f3-adf1-1ed925e41908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f60ad302-c352-42e4-bf4e-cc7842c935df {
  text-align: center;
}

#s-f60ad302-c352-42e4-bf4e-cc7842c935df .shg-product-quantity-wrapper {
  display: flex;
}

#s-f60ad302-c352-42e4-bf4e-cc7842c935df .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f60ad302-c352-42e4-bf4e-cc7842c935df .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f60ad302-c352-42e4-bf4e-cc7842c935df .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f60ad302-c352-42e4-bf4e-cc7842c935df .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-497a205b-1c76-4eeb-869b-126b57abe67e {
  margin-top: 5px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-497a205b-1c76-4eeb-869b-126b57abe67e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-497a205b-1c76-4eeb-869b-126b57abe67e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-497a205b-1c76-4eeb-869b-126b57abe67e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-497a205b-1c76-4eeb-869b-126b57abe67e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-497a205b-1c76-4eeb-869b-126b57abe67e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-497a205b-1c76-4eeb-869b-126b57abe67e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b2b6145e-f249-4314-9081-077909d13a75 {
  margin-top: -20px;
margin-left: 30px;
margin-right: 30px;
}

#s-b2b6145e-f249-4314-9081-077909d13a75 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-c0d71cd6-638c-494c-b4d0-15020dd90257 {
  min-height: 50px;
}








#s-c0d71cd6-638c-494c-b4d0-15020dd90257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0d71cd6-638c-494c-b4d0-15020dd90257.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-cf26d6ba-4f2e-49df-b081-610500d0e923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf26d6ba-4f2e-49df-b081-610500d0e923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-132b24ed-4700-49f7-81ec-5a523b94dbe3 {
  padding-top: 20px;
padding-bottom: 2px;
}

#s-132b24ed-4700-49f7-81ec-5a523b94dbe3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-132b24ed-4700-49f7-81ec-5a523b94dbe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-132b24ed-4700-49f7-81ec-5a523b94dbe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-132b24ed-4700-49f7-81ec-5a523b94dbe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-132b24ed-4700-49f7-81ec-5a523b94dbe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(121, 116, 103, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-132b24ed-4700-49f7-81ec-5a523b94dbe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2f85b47d-ecef-471b-ab91-bb08f553667a {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-5186d9e7-4b25-40c0-a9dd-c9b835fc85f8 {
  min-height: 50px;
}








#s-5186d9e7-4b25-40c0-a9dd-c9b835fc85f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5186d9e7-4b25-40c0-a9dd-c9b835fc85f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a35d1e05-ef98-4a1c-b06c-0d83762bb069 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-a35d1e05-ef98-4a1c-b06c-0d83762bb069 .shogun-heading-component h2 {
  color: rgba(121, 116, 103, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4184292c-7ce4-4d5d-aefe-1c00bd9a168c hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-34c2006e-70a5-4c1d-8eff-5a90bb1e31a6 {
  text-align: center;
}
@media (min-width: 1200px){#s-34c2006e-70a5-4c1d-8eff-5a90bb1e31a6 {
  display: none;
}
#s-34c2006e-70a5-4c1d-8eff-5a90bb1e31a6, #wrap-s-34c2006e-70a5-4c1d-8eff-5a90bb1e31a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34c2006e-70a5-4c1d-8eff-5a90bb1e31a6 {
  display: none;
}
#s-34c2006e-70a5-4c1d-8eff-5a90bb1e31a6, #wrap-s-34c2006e-70a5-4c1d-8eff-5a90bb1e31a6 { display: none !important; }}
#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 {
  text-align: left;
}



.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0013ea63-0bd4-4a98-bc3d-6266c47602f5 img.shogun-image {
  width: 100%;
}



}
#s-06396130-eee1-414c-8ac2-19e4d97a943a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06396130-eee1-414c-8ac2-19e4d97a943a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d6f13767-cc3b-4f9c-89c7-52da219bca7d {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-d6f13767-cc3b-4f9c-89c7-52da219bca7d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-d6f13767-cc3b-4f9c-89c7-52da219bca7d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-d6f13767-cc3b-4f9c-89c7-52da219bca7d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d8d778cd-72a4-4ebf-852e-b4042c0a24f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8d778cd-72a4-4ebf-852e-b4042c0a24f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8d778cd-72a4-4ebf-852e-b4042c0a24f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8d778cd-72a4-4ebf-852e-b4042c0a24f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8d778cd-72a4-4ebf-852e-b4042c0a24f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8d778cd-72a4-4ebf-852e-b4042c0a24f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8d778cd-72a4-4ebf-852e-b4042c0a24f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-538dff29-189b-43ba-9709-db33e407fdc1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-538dff29-189b-43ba-9709-db33e407fdc1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-538dff29-189b-43ba-9709-db33e407fdc1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-538dff29-189b-43ba-9709-db33e407fdc1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-538dff29-189b-43ba-9709-db33e407fdc1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-538dff29-189b-43ba-9709-db33e407fdc1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-136a523b-8d20-4a5a-893b-1c64356a3a24 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-136a523b-8d20-4a5a-893b-1c64356a3a24:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-136a523b-8d20-4a5a-893b-1c64356a3a24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-136a523b-8d20-4a5a-893b-1c64356a3a24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-136a523b-8d20-4a5a-893b-1c64356a3a24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-136a523b-8d20-4a5a-893b-1c64356a3a24.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-136a523b-8d20-4a5a-893b-1c64356a3a24.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-315149a3-0701-47e3-afa2-a39d4a345ae7 {
  margin-left: 30px;
margin-right: 30px;
}

#s-315149a3-0701-47e3-afa2-a39d4a345ae7 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 {
  text-align: left;
}



.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9691f2f-0f89-42c3-8541-44f5004f29b5 img.shogun-image {
  width: 100%;
}



}
#s-092fc0dc-21cd-4d39-8321-838a22975cfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-092fc0dc-21cd-4d39-8321-838a22975cfb .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-46b1c19e-dba7-4755-81c9-4f0ca1660210 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-46b1c19e-dba7-4755-81c9-4f0ca1660210 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-46b1c19e-dba7-4755-81c9-4f0ca1660210 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-46b1c19e-dba7-4755-81c9-4f0ca1660210 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-7f7eebaa-0a90-42c0-947c-ea92fd2f3dcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f7eebaa-0a90-42c0-947c-ea92fd2f3dcd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f7eebaa-0a90-42c0-947c-ea92fd2f3dcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f7eebaa-0a90-42c0-947c-ea92fd2f3dcd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f7eebaa-0a90-42c0-947c-ea92fd2f3dcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f7eebaa-0a90-42c0-947c-ea92fd2f3dcd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f7eebaa-0a90-42c0-947c-ea92fd2f3dcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-3faaadec-c459-4968-b6b7-c9aedd4d3c54 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3faaadec-c459-4968-b6b7-c9aedd4d3c54 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3faaadec-c459-4968-b6b7-c9aedd4d3c54 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3faaadec-c459-4968-b6b7-c9aedd4d3c54 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3faaadec-c459-4968-b6b7-c9aedd4d3c54 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3faaadec-c459-4968-b6b7-c9aedd4d3c54 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2c57810b-e8c9-42da-80fd-3b20b666c23e {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 30px;
margin-right: 40px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2c57810b-e8c9-42da-80fd-3b20b666c23e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2c57810b-e8c9-42da-80fd-3b20b666c23e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c57810b-e8c9-42da-80fd-3b20b666c23e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c57810b-e8c9-42da-80fd-3b20b666c23e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c57810b-e8c9-42da-80fd-3b20b666c23e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-2c57810b-e8c9-42da-80fd-3b20b666c23e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-6100f2cb-ee1a-4b54-8b93-ff770e9bcea0 {
  margin-left: 30px;
margin-right: 30px;
}

#s-6100f2cb-ee1a-4b54-8b93-ff770e9bcea0 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-892c2387-5e13-45c4-9056-021028a75dc1 {
  text-align: left;
}



.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-892c2387-5e13-45c4-9056-021028a75dc1 img.shogun-image {
  width: 100%;
}



}
#s-0b91b6e0-fa0c-4957-a295-ab23e5d54072 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b91b6e0-fa0c-4957-a295-ab23e5d54072 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-babfa078-edcd-44f5-b3aa-76510d90d702 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-babfa078-edcd-44f5-b3aa-76510d90d702 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-babfa078-edcd-44f5-b3aa-76510d90d702 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-babfa078-edcd-44f5-b3aa-76510d90d702 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ce83a167-f82c-49fd-aec8-5870a791d86d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce83a167-f82c-49fd-aec8-5870a791d86d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce83a167-f82c-49fd-aec8-5870a791d86d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce83a167-f82c-49fd-aec8-5870a791d86d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce83a167-f82c-49fd-aec8-5870a791d86d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce83a167-f82c-49fd-aec8-5870a791d86d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce83a167-f82c-49fd-aec8-5870a791d86d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c4f9c108-0c5b-42ac-9d70-19a8e769d3e9 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c4f9c108-0c5b-42ac-9d70-19a8e769d3e9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4f9c108-0c5b-42ac-9d70-19a8e769d3e9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4f9c108-0c5b-42ac-9d70-19a8e769d3e9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4f9c108-0c5b-42ac-9d70-19a8e769d3e9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4f9c108-0c5b-42ac-9d70-19a8e769d3e9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5e2cc921-d56d-4ad8-adff-5b1874eb9651 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5e2cc921-d56d-4ad8-adff-5b1874eb9651:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e2cc921-d56d-4ad8-adff-5b1874eb9651:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e2cc921-d56d-4ad8-adff-5b1874eb9651 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e2cc921-d56d-4ad8-adff-5b1874eb9651.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e2cc921-d56d-4ad8-adff-5b1874eb9651.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-5e2cc921-d56d-4ad8-adff-5b1874eb9651.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-e3d14c25-548a-4ad2-b607-d5f34eb57594 {
  margin-left: 30px;
margin-right: 30px;
}

#s-e3d14c25-548a-4ad2-b607-d5f34eb57594 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-4e91a467-1c97-4811-836e-1b6a8b869f47 {
  text-align: left;
}



.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e91a467-1c97-4811-836e-1b6a8b869f47 img.shogun-image {
  width: 100%;
}




#s-cacdee98-5fa9-43d5-b6ee-843b558c1b76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cacdee98-5fa9-43d5-b6ee-843b558c1b76 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-33a96032-8337-4bb3-be9b-7dbcc783e590 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-33a96032-8337-4bb3-be9b-7dbcc783e590 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-33a96032-8337-4bb3-be9b-7dbcc783e590 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-33a96032-8337-4bb3-be9b-7dbcc783e590 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-8e47419d-8a01-4b93-a217-b71cfad30dc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e47419d-8a01-4b93-a217-b71cfad30dc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e47419d-8a01-4b93-a217-b71cfad30dc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e47419d-8a01-4b93-a217-b71cfad30dc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e47419d-8a01-4b93-a217-b71cfad30dc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e47419d-8a01-4b93-a217-b71cfad30dc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e47419d-8a01-4b93-a217-b71cfad30dc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-11f5c108-a565-4644-adff-cc3726c1260e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-11f5c108-a565-4644-adff-cc3726c1260e .shg-product-quantity-wrapper {
  display: flex;
}

#s-11f5c108-a565-4644-adff-cc3726c1260e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-11f5c108-a565-4644-adff-cc3726c1260e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-11f5c108-a565-4644-adff-cc3726c1260e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-11f5c108-a565-4644-adff-cc3726c1260e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7b65decc-aec7-4998-a932-10a379d245f0 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7b65decc-aec7-4998-a932-10a379d245f0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b65decc-aec7-4998-a932-10a379d245f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b65decc-aec7-4998-a932-10a379d245f0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b65decc-aec7-4998-a932-10a379d245f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b65decc-aec7-4998-a932-10a379d245f0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-7b65decc-aec7-4998-a932-10a379d245f0.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-954f9dc5-a0c7-46ec-a80f-3988dc3f916b {
  margin-left: 30px;
margin-right: 30px;
}

#s-954f9dc5-a0c7-46ec-a80f-3988dc3f916b hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-3ab651b3-31eb-479f-ba49-15973ffddd9f {
  text-align: left;
}



.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab651b3-31eb-479f-ba49-15973ffddd9f img.shogun-image {
  width: 100%;
}




#s-33e2d0a6-3230-4baf-8d4a-26cac4d06c95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33e2d0a6-3230-4baf-8d4a-26cac4d06c95 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f654c490-9d10-40b2-8951-eb7f639dbf10 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-f654c490-9d10-40b2-8951-eb7f639dbf10 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-f654c490-9d10-40b2-8951-eb7f639dbf10 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-f654c490-9d10-40b2-8951-eb7f639dbf10 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-b6d65a80-e061-4608-af70-d878f80a9b4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6d65a80-e061-4608-af70-d878f80a9b4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6d65a80-e061-4608-af70-d878f80a9b4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6d65a80-e061-4608-af70-d878f80a9b4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6d65a80-e061-4608-af70-d878f80a9b4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6d65a80-e061-4608-af70-d878f80a9b4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6d65a80-e061-4608-af70-d878f80a9b4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-01f90154-b16a-4f47-8d82-e3c7cdfbe2e6 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-01f90154-b16a-4f47-8d82-e3c7cdfbe2e6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-01f90154-b16a-4f47-8d82-e3c7cdfbe2e6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-01f90154-b16a-4f47-8d82-e3c7cdfbe2e6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-01f90154-b16a-4f47-8d82-e3c7cdfbe2e6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-01f90154-b16a-4f47-8d82-e3c7cdfbe2e6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-bcd89f71-b583-4825-b272-fd200c90545d {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bcd89f71-b583-4825-b272-fd200c90545d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bcd89f71-b583-4825-b272-fd200c90545d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bcd89f71-b583-4825-b272-fd200c90545d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcd89f71-b583-4825-b272-fd200c90545d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcd89f71-b583-4825-b272-fd200c90545d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-bcd89f71-b583-4825-b272-fd200c90545d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-6b5d8c21-3f25-4a4f-9e25-4ece9685b2dc {
  margin-left: 30px;
margin-right: 30px;
}

#s-6b5d8c21-3f25-4a4f-9e25-4ece9685b2dc hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 {
  text-align: left;
}



.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8371e317-3f9d-46b0-abc5-a8b7054834e9 img.shogun-image {
  width: 100%;
}




#s-76938e7b-b649-45be-a721-13a2b7843dfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76938e7b-b649-45be-a721-13a2b7843dfe .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-227263df-b881-4b8f-af0b-34ad33f98b0e {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-227263df-b881-4b8f-af0b-34ad33f98b0e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-227263df-b881-4b8f-af0b-34ad33f98b0e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-227263df-b881-4b8f-af0b-34ad33f98b0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-40e627b5-96b5-420d-b944-dcd3ca6b2eae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40e627b5-96b5-420d-b944-dcd3ca6b2eae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40e627b5-96b5-420d-b944-dcd3ca6b2eae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40e627b5-96b5-420d-b944-dcd3ca6b2eae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40e627b5-96b5-420d-b944-dcd3ca6b2eae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40e627b5-96b5-420d-b944-dcd3ca6b2eae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40e627b5-96b5-420d-b944-dcd3ca6b2eae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-5cfab083-62f6-4e98-8b8b-152657c4d1a8 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-5cfab083-62f6-4e98-8b8b-152657c4d1a8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5cfab083-62f6-4e98-8b8b-152657c4d1a8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5cfab083-62f6-4e98-8b8b-152657c4d1a8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5cfab083-62f6-4e98-8b8b-152657c4d1a8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5cfab083-62f6-4e98-8b8b-152657c4d1a8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f923bbbf-2146-48b4-b755-669a435faa81 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f923bbbf-2146-48b4-b755-669a435faa81:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f923bbbf-2146-48b4-b755-669a435faa81:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f923bbbf-2146-48b4-b755-669a435faa81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f923bbbf-2146-48b4-b755-669a435faa81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f923bbbf-2146-48b4-b755-669a435faa81.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-f923bbbf-2146-48b4-b755-669a435faa81.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-454cd519-2626-494e-b660-1fc3a27dac96 {
  margin-left: 30px;
margin-right: 30px;
}

#s-454cd519-2626-494e-b660-1fc3a27dac96 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c {
  text-align: left;
}



.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d466ed-5dc6-46c3-bceb-4a62a740184c img.shogun-image {
  width: 100%;
}




#s-f7b8a7b9-483d-4ce9-8be6-f88fb9fb2b26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7b8a7b9-483d-4ce9-8be6-f88fb9fb2b26 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-88974b2b-8fda-4b05-a0ab-ae949664e568 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-88974b2b-8fda-4b05-a0ab-ae949664e568 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-88974b2b-8fda-4b05-a0ab-ae949664e568 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-88974b2b-8fda-4b05-a0ab-ae949664e568 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ab005dd2-0e1d-49f9-9a59-1f8ded38fcdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab005dd2-0e1d-49f9-9a59-1f8ded38fcdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab005dd2-0e1d-49f9-9a59-1f8ded38fcdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab005dd2-0e1d-49f9-9a59-1f8ded38fcdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab005dd2-0e1d-49f9-9a59-1f8ded38fcdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab005dd2-0e1d-49f9-9a59-1f8ded38fcdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab005dd2-0e1d-49f9-9a59-1f8ded38fcdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f0d87717-d189-410d-b464-16b0a7340cf2 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f0d87717-d189-410d-b464-16b0a7340cf2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f0d87717-d189-410d-b464-16b0a7340cf2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f0d87717-d189-410d-b464-16b0a7340cf2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f0d87717-d189-410d-b464-16b0a7340cf2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f0d87717-d189-410d-b464-16b0a7340cf2 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9dce913e-13a5-49c2-a478-c08946a0c23d {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9dce913e-13a5-49c2-a478-c08946a0c23d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9dce913e-13a5-49c2-a478-c08946a0c23d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9dce913e-13a5-49c2-a478-c08946a0c23d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dce913e-13a5-49c2-a478-c08946a0c23d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dce913e-13a5-49c2-a478-c08946a0c23d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-9dce913e-13a5-49c2-a478-c08946a0c23d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-3578a204-2ffe-4841-8978-8e556265aeb6 {
  margin-left: 30px;
margin-right: 30px;
}

#s-3578a204-2ffe-4841-8978-8e556265aeb6 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-1e25b1ef-b230-472c-90af-260a7e2cced2 {
  text-align: left;
}



.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25b1ef-b230-472c-90af-260a7e2cced2 img.shogun-image {
  width: 100%;
}




#s-4f95b951-5ffc-4db1-891c-fb4bea6e658b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f95b951-5ffc-4db1-891c-fb4bea6e658b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-315a8930-c90c-4839-a3e3-0dfe8f0d5887 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-315a8930-c90c-4839-a3e3-0dfe8f0d5887 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-315a8930-c90c-4839-a3e3-0dfe8f0d5887 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-315a8930-c90c-4839-a3e3-0dfe8f0d5887 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-a4d85d38-4deb-46c0-999e-da7337d1c39f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4d85d38-4deb-46c0-999e-da7337d1c39f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4d85d38-4deb-46c0-999e-da7337d1c39f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4d85d38-4deb-46c0-999e-da7337d1c39f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4d85d38-4deb-46c0-999e-da7337d1c39f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4d85d38-4deb-46c0-999e-da7337d1c39f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4d85d38-4deb-46c0-999e-da7337d1c39f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ce4ab2a7-067e-4c87-b403-636f5104e5ff {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-ce4ab2a7-067e-4c87-b403-636f5104e5ff .shg-product-quantity-wrapper {
  display: flex;
}

#s-ce4ab2a7-067e-4c87-b403-636f5104e5ff .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ce4ab2a7-067e-4c87-b403-636f5104e5ff .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ce4ab2a7-067e-4c87-b403-636f5104e5ff .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ce4ab2a7-067e-4c87-b403-636f5104e5ff .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-436679db-7e5c-4a26-99e5-ba4e9f5abebd {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-436679db-7e5c-4a26-99e5-ba4e9f5abebd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-436679db-7e5c-4a26-99e5-ba4e9f5abebd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-436679db-7e5c-4a26-99e5-ba4e9f5abebd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-436679db-7e5c-4a26-99e5-ba4e9f5abebd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-436679db-7e5c-4a26-99e5-ba4e9f5abebd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-436679db-7e5c-4a26-99e5-ba4e9f5abebd.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-512bb6a6-4ec1-4efb-847d-10afda1ef2f8 {
  margin-left: 30px;
margin-right: 30px;
}

#s-512bb6a6-4ec1-4efb-847d-10afda1ef2f8 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-2143c839-572e-4f50-a01b-85e4e3fa2269 {
  text-align: left;
}



.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2143c839-572e-4f50-a01b-85e4e3fa2269 img.shogun-image {
  width: 100%;
}




#s-00e2ab30-ddab-423c-a0f2-d07e9f34ddd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00e2ab30-ddab-423c-a0f2-d07e9f34ddd4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a121eb1e-d469-4233-b2cd-5627c29d9b86 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-a121eb1e-d469-4233-b2cd-5627c29d9b86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-a121eb1e-d469-4233-b2cd-5627c29d9b86 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-a121eb1e-d469-4233-b2cd-5627c29d9b86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-0a66da2b-99d8-45a9-84d0-d27de8b24cd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a66da2b-99d8-45a9-84d0-d27de8b24cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a66da2b-99d8-45a9-84d0-d27de8b24cd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a66da2b-99d8-45a9-84d0-d27de8b24cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a66da2b-99d8-45a9-84d0-d27de8b24cd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a66da2b-99d8-45a9-84d0-d27de8b24cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a66da2b-99d8-45a9-84d0-d27de8b24cd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-49d82f60-7fa5-4e01-b18e-d0743cbe5b6b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-49d82f60-7fa5-4e01-b18e-d0743cbe5b6b .shg-product-quantity-wrapper {
  display: flex;
}

#s-49d82f60-7fa5-4e01-b18e-d0743cbe5b6b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-49d82f60-7fa5-4e01-b18e-d0743cbe5b6b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-49d82f60-7fa5-4e01-b18e-d0743cbe5b6b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-49d82f60-7fa5-4e01-b18e-d0743cbe5b6b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6963badc-a0ec-45d1-a8b6-4553b90c21bb {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6963badc-a0ec-45d1-a8b6-4553b90c21bb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6963badc-a0ec-45d1-a8b6-4553b90c21bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6963badc-a0ec-45d1-a8b6-4553b90c21bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6963badc-a0ec-45d1-a8b6-4553b90c21bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6963badc-a0ec-45d1-a8b6-4553b90c21bb.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-6963badc-a0ec-45d1-a8b6-4553b90c21bb.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-5562caef-800c-497f-a6bd-634ab9c59c8a {
  margin-left: 30px;
margin-right: 30px;
}

#s-5562caef-800c-497f-a6bd-634ab9c59c8a hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

/*
  $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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
