.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-4fed40dd-230c-4f55-b505-682d39e08189 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4fed40dd-230c-4f55-b505-682d39e08189 {
  display: none;
}
#s-4fed40dd-230c-4f55-b505-682d39e08189, #wrap-s-4fed40dd-230c-4f55-b505-682d39e08189 { display:none !important; }}







#s-4fed40dd-230c-4f55-b505-682d39e08189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fed40dd-230c-4f55-b505-682d39e08189.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-e0c9979f-73e4-45cd-9827-9cecf15d6da8 {
  text-align: center;
}





#s-e0c9979f-73e4-45cd-9827-9cecf15d6da8 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-459f3537-c430-4577-b851-1413edab2446 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-459f3537-c430-4577-b851-1413edab2446 {
  display: none;
}
#s-459f3537-c430-4577-b851-1413edab2446, #wrap-s-459f3537-c430-4577-b851-1413edab2446 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-459f3537-c430-4577-b851-1413edab2446 {
  display: none;
}
#s-459f3537-c430-4577-b851-1413edab2446, #wrap-s-459f3537-c430-4577-b851-1413edab2446 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-459f3537-c430-4577-b851-1413edab2446 {
  display: none;
}
#s-459f3537-c430-4577-b851-1413edab2446, #wrap-s-459f3537-c430-4577-b851-1413edab2446 { display:none !important; }}







#s-459f3537-c430-4577-b851-1413edab2446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459f3537-c430-4577-b851-1413edab2446.shg-box.shg-c {
  justify-content: center;
}

#s-919f4b96-8a98-4389-b202-684c7c037976 {
  text-align: center;
}




  #s-919f4b96-8a98-4389-b202-684c7c037976 img.shogun-image {
    
    width: px;
  }


#s-919f4b96-8a98-4389-b202-684c7c037976 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-276a76fd-c62c-4b1b-9ab3-398ff3f28ba8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-276a76fd-c62c-4b1b-9ab3-398ff3f28ba8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-91e98149-f348-4d80-adc9-c99070be35dd {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-91e98149-f348-4d80-adc9-c99070be35dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91e98149-f348-4d80-adc9-c99070be35dd.shg-box.shg-c {
  justify-content: center;
}

#s-42f4510d-b71a-4ae8-ab03-7f15b790d4f3 {
  padding-top: 50px;
padding-left: 200px;
padding-bottom: 0px;
padding-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42f4510d-b71a-4ae8-ab03-7f15b790d4f3 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-42f4510d-b71a-4ae8-ab03-7f15b790d4f3 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-42f4510d-b71a-4ae8-ab03-7f15b790d4f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42f4510d-b71a-4ae8-ab03-7f15b790d4f3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-fb745bc4-d129-45ee-9b61-8c2bdd0bad29 {
  display: none;
}
#s-fb745bc4-d129-45ee-9b61-8c2bdd0bad29, #wrap-s-fb745bc4-d129-45ee-9b61-8c2bdd0bad29 { display:none !important; }}
#s-d2df66b4-188d-4082-85cf-2a469f550984 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b {
  text-align: left;
}


.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b {
  max-width: 100%;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom,
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b {
  max-width: 100%;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom,
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b {
  max-width: 100%;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom,
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b {
  max-width: 100%;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom,
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b {
  max-width: 100%;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom,
.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb6abea4-fd6a-4af8-bf26-bb665d520a6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-59464a0e-2b72-4bec-b669-6873fff10809 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59464a0e-2b72-4bec-b669-6873fff10809 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-8af4266d-ac10-4e25-948d-1198de5d0f06 {
  padding-bottom: 10px;
text-align: center;
}

#s-8af4266d-ac10-4e25-948d-1198de5d0f06 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8af4266d-ac10-4e25-948d-1198de5d0f06 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8af4266d-ac10-4e25-948d-1198de5d0f06 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-f1471786-1482-463b-8ea5-eed595803a59 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f1471786-1482-463b-8ea5-eed595803a59:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1471786-1482-463b-8ea5-eed595803a59:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f1471786-1482-463b-8ea5-eed595803a59 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1471786-1482-463b-8ea5-eed595803a59.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1471786-1482-463b-8ea5-eed595803a59.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-f1471786-1482-463b-8ea5-eed595803a59.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74155111-0f2a-494c-9661-d51cde3426c2 {
  display: none;
}
#s-0a26c4c5-fdd2-4468-91af-126207e33701 {
  text-align: left;
}


.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 {
  max-width: 100%;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom,
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 {
  max-width: 100%;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom,
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 {
  max-width: 100%;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom,
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 {
  max-width: 100%;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom,
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 {
  max-width: 100%;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom,
.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a26c4c5-fdd2-4468-91af-126207e33701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8bb753e7-2296-4b79-9a74-7cbef76abfbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bb753e7-2296-4b79-9a74-7cbef76abfbe .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-73c303c7-b0f5-45e1-b6c7-7712cd3d0f9b {
  padding-bottom: 10px;
text-align: center;
}

#s-73c303c7-b0f5-45e1-b6c7-7712cd3d0f9b .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-73c303c7-b0f5-45e1-b6c7-7712cd3d0f9b .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-73c303c7-b0f5-45e1-b6c7-7712cd3d0f9b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4a338d9b-d718-41e9-b522-2a36a9ce7c81 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4a338d9b-d718-41e9-b522-2a36a9ce7c81:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a338d9b-d718-41e9-b522-2a36a9ce7c81:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4a338d9b-d718-41e9-b522-2a36a9ce7c81 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a338d9b-d718-41e9-b522-2a36a9ce7c81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a338d9b-d718-41e9-b522-2a36a9ce7c81.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-4a338d9b-d718-41e9-b522-2a36a9ce7c81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5926c253-6527-419a-a67c-e9f5688960c2 {
  display: none;
}
#s-23dac404-8967-4236-899b-637afd5972d3 {
  text-align: left;
}


.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 {
  max-width: 100%;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom,
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 {
  max-width: 100%;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom,
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 {
  max-width: 100%;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom,
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 {
  max-width: 100%;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom,
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 {
  max-width: 100%;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom,
.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-23dac404-8967-4236-899b-637afd5972d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc740590-e9f3-4051-829e-62939016d4d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc740590-e9f3-4051-829e-62939016d4d1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-00bec8db-eb83-4d48-85ce-72e66b831a91 {
  padding-bottom: 10px;
text-align: center;
}

#s-00bec8db-eb83-4d48-85ce-72e66b831a91 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-00bec8db-eb83-4d48-85ce-72e66b831a91 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-00bec8db-eb83-4d48-85ce-72e66b831a91 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b03e4f3b-0e9e-4e0d-8f16-3642bf4c3674 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
}
#s-b03e4f3b-0e9e-4e0d-8f16-3642bf4c3674:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b03e4f3b-0e9e-4e0d-8f16-3642bf4c3674:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b03e4f3b-0e9e-4e0d-8f16-3642bf4c3674 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b03e4f3b-0e9e-4e0d-8f16-3642bf4c3674.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b03e4f3b-0e9e-4e0d-8f16-3642bf4c3674.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-b03e4f3b-0e9e-4e0d-8f16-3642bf4c3674.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-47e2f5fa-11de-4731-9f42-50f90529240e {
  display: none;
}
#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 {
  text-align: left;
}


.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 {
  max-width: 100%;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom,
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 {
  max-width: 100%;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom,
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 {
  max-width: 100%;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom,
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 {
  max-width: 100%;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom,
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 {
  max-width: 100%;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom,
.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-549fbe62-d6ec-4d55-8b51-c273d428fed1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4f395561-5dfa-4d79-9e4e-98d78f92b889 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f395561-5dfa-4d79-9e4e-98d78f92b889 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-48e20ce6-b13f-4406-b714-96f9714d176a {
  padding-bottom: 10px;
text-align: center;
}

#s-48e20ce6-b13f-4406-b714-96f9714d176a .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48e20ce6-b13f-4406-b714-96f9714d176a .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-48e20ce6-b13f-4406-b714-96f9714d176a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab4ca4f5-0f1c-4b02-a7c3-756c57ee2afc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ab4ca4f5-0f1c-4b02-a7c3-756c57ee2afc:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ab4ca4f5-0f1c-4b02-a7c3-756c57ee2afc:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ab4ca4f5-0f1c-4b02-a7c3-756c57ee2afc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab4ca4f5-0f1c-4b02-a7c3-756c57ee2afc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab4ca4f5-0f1c-4b02-a7c3-756c57ee2afc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-ab4ca4f5-0f1c-4b02-a7c3-756c57ee2afc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-225a8fa1-66c3-4a22-af5f-67ad954ee00d {
  display: none;
}
#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 {
  text-align: left;
}


.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 {
  max-width: 100%;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom,
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 {
  max-width: 100%;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom,
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 {
  max-width: 100%;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom,
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 {
  max-width: 100%;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom,
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 {
  max-width: 100%;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom,
.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040ac5cc-b1db-4ae5-a00a-3d6d71827016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-00616ca9-6dfc-447d-87fc-f3a8ed391c30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00616ca9-6dfc-447d-87fc-f3a8ed391c30 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a254108d-82c7-4b12-bc42-c85ed61f6be5 {
  padding-bottom: 10px;
text-align: center;
}

#s-a254108d-82c7-4b12-bc42-c85ed61f6be5 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a254108d-82c7-4b12-bc42-c85ed61f6be5 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a254108d-82c7-4b12-bc42-c85ed61f6be5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7dac7184-c2ef-4dba-afeb-c96d2ebb56af {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7dac7184-c2ef-4dba-afeb-c96d2ebb56af:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7dac7184-c2ef-4dba-afeb-c96d2ebb56af:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7dac7184-c2ef-4dba-afeb-c96d2ebb56af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7dac7184-c2ef-4dba-afeb-c96d2ebb56af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7dac7184-c2ef-4dba-afeb-c96d2ebb56af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-7dac7184-c2ef-4dba-afeb-c96d2ebb56af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7729cba8-5fd9-4de9-8f47-a4ffcf339ba1 {
  display: none;
}
#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d {
  text-align: left;
}


.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d {
  max-width: 100%;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom,
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d {
  max-width: 100%;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom,
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d {
  max-width: 100%;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom,
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d {
  max-width: 100%;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom,
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d {
  max-width: 100%;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom,
.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50914c6c-cf45-4a53-8e80-3433dcc8d01d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c5961f55-f0f9-4085-888f-ce6f5ba398ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5961f55-f0f9-4085-888f-ce6f5ba398ab .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6aca589f-5e1f-4e0f-87da-cda20c2c48e8 {
  padding-bottom: 10px;
text-align: center;
}

#s-6aca589f-5e1f-4e0f-87da-cda20c2c48e8 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6aca589f-5e1f-4e0f-87da-cda20c2c48e8 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6aca589f-5e1f-4e0f-87da-cda20c2c48e8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa3c1966-a6db-4a24-a6e2-4f2db74fbae5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fa3c1966-a6db-4a24-a6e2-4f2db74fbae5:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa3c1966-a6db-4a24-a6e2-4f2db74fbae5:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fa3c1966-a6db-4a24-a6e2-4f2db74fbae5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa3c1966-a6db-4a24-a6e2-4f2db74fbae5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa3c1966-a6db-4a24-a6e2-4f2db74fbae5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-fa3c1966-a6db-4a24-a6e2-4f2db74fbae5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-29238732-2b5e-40a2-b5db-e1bddda5e3ba {
  display: none;
}
#s-6a648fb5-df59-4768-b835-756af0c4f71e {
  text-align: left;
}


.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e {
  max-width: 100%;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom,
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e {
  max-width: 100%;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom,
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e {
  max-width: 100%;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom,
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e {
  max-width: 100%;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom,
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e {
  max-width: 100%;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom,
.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a648fb5-df59-4768-b835-756af0c4f71e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f6b84ddb-a3a2-45ee-9223-256fae78ed6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6b84ddb-a3a2-45ee-9223-256fae78ed6a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9f88c513-25c9-49ba-be41-2aa6afc2795f {
  padding-bottom: 10px;
text-align: center;
}

#s-9f88c513-25c9-49ba-be41-2aa6afc2795f .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f88c513-25c9-49ba-be41-2aa6afc2795f .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9f88c513-25c9-49ba-be41-2aa6afc2795f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51285112-cdab-4cb1-87e2-8f086deb739f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-51285112-cdab-4cb1-87e2-8f086deb739f:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51285112-cdab-4cb1-87e2-8f086deb739f:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-51285112-cdab-4cb1-87e2-8f086deb739f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51285112-cdab-4cb1-87e2-8f086deb739f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51285112-cdab-4cb1-87e2-8f086deb739f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-51285112-cdab-4cb1-87e2-8f086deb739f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1242ae6f-7a72-4aa4-b0df-3352229e4489 {
  display: none;
}
#s-e96f04da-34a6-4db4-bb63-4877673a367e {
  text-align: left;
}


.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e {
  max-width: 100%;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom,
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e {
  max-width: 100%;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom,
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e {
  max-width: 100%;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom,
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e {
  max-width: 100%;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom,
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e {
  max-width: 100%;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom,
.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e96f04da-34a6-4db4-bb63-4877673a367e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6bf8997e-8938-4591-a761-028a14f48c5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bf8997e-8938-4591-a761-028a14f48c5b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-259c968d-a430-4fb3-b856-e0ecd693ee50 {
  padding-bottom: 10px;
text-align: center;
}

#s-259c968d-a430-4fb3-b856-e0ecd693ee50 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-259c968d-a430-4fb3-b856-e0ecd693ee50 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-259c968d-a430-4fb3-b856-e0ecd693ee50 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7caf7db1-5860-418a-a498-c128acfaa53d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7caf7db1-5860-418a-a498-c128acfaa53d:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7caf7db1-5860-418a-a498-c128acfaa53d:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7caf7db1-5860-418a-a498-c128acfaa53d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7caf7db1-5860-418a-a498-c128acfaa53d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7caf7db1-5860-418a-a498-c128acfaa53d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-7caf7db1-5860-418a-a498-c128acfaa53d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-d358f84a-f62f-4635-b006-18bd85b32200 {
  display: none;
}
#s-d358f84a-f62f-4635-b006-18bd85b32200, #wrap-s-d358f84a-f62f-4635-b006-18bd85b32200 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d358f84a-f62f-4635-b006-18bd85b32200 {
  display: none;
}
#s-d358f84a-f62f-4635-b006-18bd85b32200, #wrap-s-d358f84a-f62f-4635-b006-18bd85b32200 { display:none !important; }}@media (max-width: 767px){#s-d358f84a-f62f-4635-b006-18bd85b32200 {
  display: none;
}
#s-d358f84a-f62f-4635-b006-18bd85b32200, #wrap-s-d358f84a-f62f-4635-b006-18bd85b32200 { display:none !important; }}
#s-367d3983-c289-451d-8f06-6f4f9ef0311b {
  display: none;
}
#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 {
  text-align: left;
}


.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 {
  max-width: 100%;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom,
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 {
  max-width: 100%;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom,
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 {
  max-width: 100%;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom,
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 {
  max-width: 100%;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom,
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 {
  max-width: 100%;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom,
.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9a3685c-13e0-40c0-88a6-8e807f7f8016 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f942f6e-b50a-4881-beab-e9729a4c0cfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f942f6e-b50a-4881-beab-e9729a4c0cfc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-110b21dd-7bb4-42ed-8235-55d02aa1b94e {
  padding-bottom: 10px;
text-align: center;
}

#s-110b21dd-7bb4-42ed-8235-55d02aa1b94e .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-110b21dd-7bb4-42ed-8235-55d02aa1b94e .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-110b21dd-7bb4-42ed-8235-55d02aa1b94e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f2fb840-b8dc-4b07-8903-595340086c66 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7f2fb840-b8dc-4b07-8903-595340086c66:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f2fb840-b8dc-4b07-8903-595340086c66:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7f2fb840-b8dc-4b07-8903-595340086c66 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f2fb840-b8dc-4b07-8903-595340086c66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f2fb840-b8dc-4b07-8903-595340086c66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-7f2fb840-b8dc-4b07-8903-595340086c66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8bc8133e-fb38-4e21-8fe1-d980eaeb13df {
  display: none;
}
#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae {
  text-align: left;
}


.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae {
  max-width: 100%;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom,
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae {
  max-width: 100%;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom,
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae {
  max-width: 100%;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom,
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae {
  max-width: 100%;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom,
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae {
  max-width: 100%;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom,
.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9d0c59-c9c2-4025-a183-ed13c99fd7ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3f54cbb6-8ce0-4ead-ab20-6275ba59ace2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f54cbb6-8ce0-4ead-ab20-6275ba59ace2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-12998d39-60e6-4eff-a27e-88dd721063d5 {
  padding-bottom: 10px;
text-align: center;
}

#s-12998d39-60e6-4eff-a27e-88dd721063d5 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12998d39-60e6-4eff-a27e-88dd721063d5 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-12998d39-60e6-4eff-a27e-88dd721063d5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e7d50231-7f1c-4a06-a25a-83f45f82afcf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e7d50231-7f1c-4a06-a25a-83f45f82afcf:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7d50231-7f1c-4a06-a25a-83f45f82afcf:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e7d50231-7f1c-4a06-a25a-83f45f82afcf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7d50231-7f1c-4a06-a25a-83f45f82afcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7d50231-7f1c-4a06-a25a-83f45f82afcf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-e7d50231-7f1c-4a06-a25a-83f45f82afcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aec1af9f-a2ea-47cf-a523-a69e84522de1 {
  display: none;
}
#s-94c17d3b-5566-46d0-b1ee-9346c25a922c {
  text-align: left;
}


.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c {
  max-width: 100%;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom,
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c {
  max-width: 100%;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom,
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c {
  max-width: 100%;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom,
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c {
  max-width: 100%;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom,
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c {
  max-width: 100%;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom,
.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94c17d3b-5566-46d0-b1ee-9346c25a922c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c17737ac-ef1b-4e54-9bd0-a86a7fc38136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c17737ac-ef1b-4e54-9bd0-a86a7fc38136 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9a0b3b78-df97-4b5b-a92b-f474477ae293 {
  padding-bottom: 10px;
text-align: center;
}

#s-9a0b3b78-df97-4b5b-a92b-f474477ae293 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a0b3b78-df97-4b5b-a92b-f474477ae293 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9a0b3b78-df97-4b5b-a92b-f474477ae293 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65ceac62-cb4c-4c49-85ea-828ce894ab6b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
}
#s-65ceac62-cb4c-4c49-85ea-828ce894ab6b:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65ceac62-cb4c-4c49-85ea-828ce894ab6b:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-65ceac62-cb4c-4c49-85ea-828ce894ab6b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65ceac62-cb4c-4c49-85ea-828ce894ab6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65ceac62-cb4c-4c49-85ea-828ce894ab6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-65ceac62-cb4c-4c49-85ea-828ce894ab6b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0cea629-3ef9-47c4-8fd7-2f12b471462b {
  display: none;
}
#s-3a06eab4-4514-4437-a8bb-90499a449453 {
  text-align: left;
}


.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 {
  max-width: 100%;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom,
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 {
  max-width: 100%;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom,
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 {
  max-width: 100%;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom,
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 {
  max-width: 100%;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom,
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 {
  max-width: 100%;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom,
.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a06eab4-4514-4437-a8bb-90499a449453 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf391ab9-4211-4768-9c39-0eb3f326bdbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf391ab9-4211-4768-9c39-0eb3f326bdbe .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-41076008-21e2-4e6c-87d9-a6177b252230 {
  padding-bottom: 10px;
text-align: center;
}

#s-41076008-21e2-4e6c-87d9-a6177b252230 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41076008-21e2-4e6c-87d9-a6177b252230 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-41076008-21e2-4e6c-87d9-a6177b252230 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ec7c0a1-c767-4fe7-bf48-33e79c01be40 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5ec7c0a1-c767-4fe7-bf48-33e79c01be40:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5ec7c0a1-c767-4fe7-bf48-33e79c01be40:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5ec7c0a1-c767-4fe7-bf48-33e79c01be40 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ec7c0a1-c767-4fe7-bf48-33e79c01be40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ec7c0a1-c767-4fe7-bf48-33e79c01be40.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-5ec7c0a1-c767-4fe7-bf48-33e79c01be40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-99af7719-8171-4a1c-80a8-9bda0a8dd3fe {
  display: none;
}
#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a {
  text-align: left;
}


.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a {
  max-width: 100%;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom,
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a {
  max-width: 100%;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom,
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a {
  max-width: 100%;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom,
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a {
  max-width: 100%;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom,
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a {
  max-width: 100%;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom,
.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fe2aed6-e0af-4f26-850c-bf23002fe22a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-425ff636-8b72-44f6-8ad3-7da807764ac1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-425ff636-8b72-44f6-8ad3-7da807764ac1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c30d11a5-8204-4182-8d1a-316f604bc5c5 {
  padding-bottom: 10px;
text-align: center;
}

#s-c30d11a5-8204-4182-8d1a-316f604bc5c5 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c30d11a5-8204-4182-8d1a-316f604bc5c5 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c30d11a5-8204-4182-8d1a-316f604bc5c5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-69d2792b-1fd5-4efd-888b-1c67361c6875 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-69d2792b-1fd5-4efd-888b-1c67361c6875:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69d2792b-1fd5-4efd-888b-1c67361c6875:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-69d2792b-1fd5-4efd-888b-1c67361c6875 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69d2792b-1fd5-4efd-888b-1c67361c6875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69d2792b-1fd5-4efd-888b-1c67361c6875.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-69d2792b-1fd5-4efd-888b-1c67361c6875.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-46afcfd4-ec12-4aa4-a2e5-fa6b36da0e4d {
  display: none;
}
#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a {
  text-align: left;
}


.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a {
  max-width: 100%;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom,
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a {
  max-width: 100%;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom,
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a {
  max-width: 100%;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom,
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a {
  max-width: 100%;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom,
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a {
  max-width: 100%;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom,
.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aeaabffc-97f9-4f3c-8f68-5e841d0bf63a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-563cb1d4-223a-4d25-9d3e-4906096caab3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-563cb1d4-223a-4d25-9d3e-4906096caab3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-266daab4-790f-45e9-9af2-5abee3f5db03 {
  padding-bottom: 10px;
text-align: center;
}

#s-266daab4-790f-45e9-9af2-5abee3f5db03 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-266daab4-790f-45e9-9af2-5abee3f5db03 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-266daab4-790f-45e9-9af2-5abee3f5db03 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b60f91ee-35c8-4c4c-afc4-9b05ee45dbf4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b60f91ee-35c8-4c4c-afc4-9b05ee45dbf4:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b60f91ee-35c8-4c4c-afc4-9b05ee45dbf4:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b60f91ee-35c8-4c4c-afc4-9b05ee45dbf4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b60f91ee-35c8-4c4c-afc4-9b05ee45dbf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b60f91ee-35c8-4c4c-afc4-9b05ee45dbf4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-b60f91ee-35c8-4c4c-afc4-9b05ee45dbf4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a2c98ed3-a026-4826-8790-6f4b9c075144 {
  display: none;
}
#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e {
  text-align: left;
}


.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e {
  max-width: 100%;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom,
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e {
  max-width: 100%;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom,
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e {
  max-width: 100%;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom,
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e {
  max-width: 100%;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom,
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e {
  max-width: 100%;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom,
.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3273e34f-bd7d-4a6c-ad91-02253c7a199e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-75b2c8a6-0930-4be9-8859-7c9e8218ff71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75b2c8a6-0930-4be9-8859-7c9e8218ff71 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-73831451-75ca-4b6d-8272-6c03e146a11e {
  padding-bottom: 10px;
text-align: center;
}

#s-73831451-75ca-4b6d-8272-6c03e146a11e .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-73831451-75ca-4b6d-8272-6c03e146a11e .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-73831451-75ca-4b6d-8272-6c03e146a11e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b1eb567-6736-4989-b881-837d6565dd8a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2b1eb567-6736-4989-b881-837d6565dd8a:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b1eb567-6736-4989-b881-837d6565dd8a:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2b1eb567-6736-4989-b881-837d6565dd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b1eb567-6736-4989-b881-837d6565dd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b1eb567-6736-4989-b881-837d6565dd8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-2b1eb567-6736-4989-b881-837d6565dd8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7020ddf5-e05d-43c0-b46c-f5bd02ac1344 {
  display: none;
}
#s-7accb04b-09af-449c-99b7-95fea52e25f8 {
  text-align: left;
}


.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 {
  max-width: 100%;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom,
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 {
  max-width: 100%;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom,
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 {
  max-width: 100%;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom,
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 {
  max-width: 100%;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom,
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 {
  max-width: 100%;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom,
.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7accb04b-09af-449c-99b7-95fea52e25f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1926810d-3eb9-49e2-91f4-e92e62d77f05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1926810d-3eb9-49e2-91f4-e92e62d77f05 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a46b3c0e-deea-44c3-9399-6bc2346b303e {
  padding-bottom: 10px;
text-align: center;
}

#s-a46b3c0e-deea-44c3-9399-6bc2346b303e .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a46b3c0e-deea-44c3-9399-6bc2346b303e .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a46b3c0e-deea-44c3-9399-6bc2346b303e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d30294b5-d021-4547-94c9-140d1d49abda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d30294b5-d021-4547-94c9-140d1d49abda:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d30294b5-d021-4547-94c9-140d1d49abda:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d30294b5-d021-4547-94c9-140d1d49abda {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d30294b5-d021-4547-94c9-140d1d49abda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d30294b5-d021-4547-94c9-140d1d49abda.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-d30294b5-d021-4547-94c9-140d1d49abda.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b3eae553-73a0-40bd-b276-4376785350fa {
  padding-top: 30px;
padding-left: 200px;
padding-bottom: 30px;
padding-right: 200px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3eae553-73a0-40bd-b276-4376785350fa {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b3eae553-73a0-40bd-b276-4376785350fa {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-b3eae553-73a0-40bd-b276-4376785350fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3eae553-73a0-40bd-b276-4376785350fa.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82511d8a-d81f-4df3-84d8-e13e709e8bcd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-014a9bd1-0d07-4d45-82a1-6fefe1338212 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-014a9bd1-0d07-4d45-82a1-6fefe1338212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-014a9bd1-0d07-4d45-82a1-6fefe1338212.shg-box.shg-c {
  justify-content: center;
}

#s-b658d00a-8c1f-4efa-818f-3c1d1a994f01 {
  text-align: center;
}





#s-b658d00a-8c1f-4efa-818f-3c1d1a994f01 .shogun-image-content {
  
    align-items: center;
  
}

#s-69fbfc7c-d313-44e3-8f23-59c8abf6f93f {
  padding-left: 80px;
padding-right: 80px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-69fbfc7c-d313-44e3-8f23-59c8abf6f93f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-69fbfc7c-d313-44e3-8f23-59c8abf6f93f {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-69fbfc7c-d313-44e3-8f23-59c8abf6f93f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69fbfc7c-d313-44e3-8f23-59c8abf6f93f.shg-box.shg-c {
  justify-content: center;
}

#s-9d732d00-3b6a-4eaa-b0c0-795e39d076de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d732d00-3b6a-4eaa-b0c0-795e39d076de .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

#s-c72ff8d6-8060-4e5e-a8d9-483ac2d3aaf1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(203, 36, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c72ff8d6-8060-4e5e-a8d9-483ac2d3aaf1:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c72ff8d6-8060-4e5e-a8d9-483ac2d3aaf1:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c72ff8d6-8060-4e5e-a8d9-483ac2d3aaf1-btn-wrapper {
    text-align: left;
  }


#s-c72ff8d6-8060-4e5e-a8d9-483ac2d3aaf1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  inline-block ;
}

#s-2b44064e-397b-4fa0-8bb7-001f06fc2246 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b44064e-397b-4fa0-8bb7-001f06fc2246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b44064e-397b-4fa0-8bb7-001f06fc2246.shg-box.shg-c {
  justify-content: center;
}

#s-8764c89b-6a79-4ef4-a4fa-0dab8e1fb3cc {
  margin-top: 10px;
}

#s-8dbf5e89-14c8-4756-ae7b-16a6eefa1355 {
  padding-top: 50px;
padding-left: 200px;
padding-bottom: 50px;
padding-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8dbf5e89-14c8-4756-ae7b-16a6eefa1355 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-8dbf5e89-14c8-4756-ae7b-16a6eefa1355 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8dbf5e89-14c8-4756-ae7b-16a6eefa1355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbf5e89-14c8-4756-ae7b-16a6eefa1355.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-38c9d4da-0b51-49df-a754-08c4e8ab23f0 {
  display: none;
}
#s-38c9d4da-0b51-49df-a754-08c4e8ab23f0, #wrap-s-38c9d4da-0b51-49df-a754-08c4e8ab23f0 { display:none !important; }}
#s-e15ce8e9-b35d-4d6c-b582-f3f7cbab8f09 {
  display: none;
}
#s-062e34a5-7dca-467b-8646-a67667c191ed {
  text-align: left;
}


.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed {
  max-width: 100%;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom,
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed {
  max-width: 100%;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom,
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed {
  max-width: 100%;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom,
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed {
  max-width: 100%;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom,
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed {
  max-width: 100%;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom,
.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-062e34a5-7dca-467b-8646-a67667c191ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ebe9f97-f8dd-45c2-9f7e-3682497057ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ebe9f97-f8dd-45c2-9f7e-3682497057ba .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-19d1dde0-2fd6-4fe1-87de-2944376a8006 {
  padding-bottom: 10px;
text-align: center;
}

#s-19d1dde0-2fd6-4fe1-87de-2944376a8006 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19d1dde0-2fd6-4fe1-87de-2944376a8006 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-19d1dde0-2fd6-4fe1-87de-2944376a8006 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1cfdf9b3-a2ee-456e-ba89-ce98e7ef6530 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1cfdf9b3-a2ee-456e-ba89-ce98e7ef6530:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cfdf9b3-a2ee-456e-ba89-ce98e7ef6530:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1cfdf9b3-a2ee-456e-ba89-ce98e7ef6530 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1cfdf9b3-a2ee-456e-ba89-ce98e7ef6530.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cfdf9b3-a2ee-456e-ba89-ce98e7ef6530.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-1cfdf9b3-a2ee-456e-ba89-ce98e7ef6530.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e271eef5-7eb7-47d5-9525-26d785ba27f3 {
  display: none;
}
#s-8445db52-f906-48b8-a9d1-b455bcd315ae {
  text-align: left;
}


.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae {
  max-width: 100%;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom,
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae {
  max-width: 100%;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom,
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae {
  max-width: 100%;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom,
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae {
  max-width: 100%;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom,
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae {
  max-width: 100%;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom,
.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8445db52-f906-48b8-a9d1-b455bcd315ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e4b461e1-bb46-4d25-a649-27837482e25f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4b461e1-bb46-4d25-a649-27837482e25f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7ec48447-2fa7-4bf5-a80c-6e3c2e095659 {
  padding-bottom: 10px;
text-align: center;
}

#s-7ec48447-2fa7-4bf5-a80c-6e3c2e095659 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ec48447-2fa7-4bf5-a80c-6e3c2e095659 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7ec48447-2fa7-4bf5-a80c-6e3c2e095659 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5b54ee7c-8624-4d47-ba71-99203000d8d1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5b54ee7c-8624-4d47-ba71-99203000d8d1:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b54ee7c-8624-4d47-ba71-99203000d8d1:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5b54ee7c-8624-4d47-ba71-99203000d8d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b54ee7c-8624-4d47-ba71-99203000d8d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b54ee7c-8624-4d47-ba71-99203000d8d1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-5b54ee7c-8624-4d47-ba71-99203000d8d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b5e8a1b6-2261-4a70-861a-8d8794eeefa5 {
  display: none;
}
#s-315a6e06-53b8-4e28-b790-47d64b1548b2 {
  text-align: left;
}


.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 {
  max-width: 100%;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom,
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 {
  max-width: 100%;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom,
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 {
  max-width: 100%;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom,
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 {
  max-width: 100%;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom,
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 {
  max-width: 100%;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom,
.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-315a6e06-53b8-4e28-b790-47d64b1548b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-633e317f-fca1-45b4-9ddc-e168f3b56abf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-633e317f-fca1-45b4-9ddc-e168f3b56abf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e5b67f89-412e-4d02-ae75-be33d4a48f61 {
  padding-bottom: 10px;
text-align: center;
}

#s-e5b67f89-412e-4d02-ae75-be33d4a48f61 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5b67f89-412e-4d02-ae75-be33d4a48f61 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e5b67f89-412e-4d02-ae75-be33d4a48f61 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80dd57d6-1d41-47a9-a547-6d721d29a865 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-80dd57d6-1d41-47a9-a547-6d721d29a865:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80dd57d6-1d41-47a9-a547-6d721d29a865:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-80dd57d6-1d41-47a9-a547-6d721d29a865 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80dd57d6-1d41-47a9-a547-6d721d29a865.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80dd57d6-1d41-47a9-a547-6d721d29a865.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-80dd57d6-1d41-47a9-a547-6d721d29a865.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2f09dfc5-3dbf-4766-832b-c5e1c591d4ce {
  display: none;
}
#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d {
  text-align: left;
}


.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d {
  max-width: 100%;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom,
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d {
  max-width: 100%;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom,
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d {
  max-width: 100%;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom,
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d {
  max-width: 100%;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom,
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d {
  max-width: 100%;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom,
.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c52a436-a147-4dff-b61d-61ee43b2cf8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-670dae6e-92fd-40b0-937f-a8cf93f217c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-670dae6e-92fd-40b0-937f-a8cf93f217c2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ead81cf3-b568-4e9d-a389-07cdc7b7fca1 {
  padding-bottom: 10px;
text-align: center;
}

#s-ead81cf3-b568-4e9d-a389-07cdc7b7fca1 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ead81cf3-b568-4e9d-a389-07cdc7b7fca1 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ead81cf3-b568-4e9d-a389-07cdc7b7fca1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-39d0b0f4-779f-480e-a894-7a78fc603e5a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-39d0b0f4-779f-480e-a894-7a78fc603e5a:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-39d0b0f4-779f-480e-a894-7a78fc603e5a:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-39d0b0f4-779f-480e-a894-7a78fc603e5a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-39d0b0f4-779f-480e-a894-7a78fc603e5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39d0b0f4-779f-480e-a894-7a78fc603e5a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-39d0b0f4-779f-480e-a894-7a78fc603e5a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3b699c55-4ec4-4f7b-acf2-a2ec9b268e40 {
  display: none;
}
#s-698bb7d6-d173-4c12-abfe-d9e814685107 {
  text-align: left;
}


.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 {
  max-width: 100%;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom,
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 {
  max-width: 100%;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom,
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 {
  max-width: 100%;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom,
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 {
  max-width: 100%;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom,
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 {
  max-width: 100%;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom,
.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-698bb7d6-d173-4c12-abfe-d9e814685107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d5d66f9c-0799-4c9e-96a4-33e361514ab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5d66f9c-0799-4c9e-96a4-33e361514ab7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a4d95f13-048c-4dd9-b7bc-3e81c3354a91 {
  padding-bottom: 10px;
text-align: center;
}

#s-a4d95f13-048c-4dd9-b7bc-3e81c3354a91 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a4d95f13-048c-4dd9-b7bc-3e81c3354a91 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a4d95f13-048c-4dd9-b7bc-3e81c3354a91 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f52419b6-a710-4ed9-b18e-17279ab4dcd6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f52419b6-a710-4ed9-b18e-17279ab4dcd6:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f52419b6-a710-4ed9-b18e-17279ab4dcd6:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f52419b6-a710-4ed9-b18e-17279ab4dcd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f52419b6-a710-4ed9-b18e-17279ab4dcd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f52419b6-a710-4ed9-b18e-17279ab4dcd6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-f52419b6-a710-4ed9-b18e-17279ab4dcd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4e17f907-ffe6-4dc5-b080-2faca9679865 {
  display: none;
}
#s-51269533-2ac0-425a-87d7-647217c404d5 {
  text-align: left;
}


.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 {
  max-width: 100%;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom,
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 {
  max-width: 100%;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom,
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 {
  max-width: 100%;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom,
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 {
  max-width: 100%;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom,
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 {
  max-width: 100%;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom,
.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51269533-2ac0-425a-87d7-647217c404d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f9cc3084-7ad8-428f-880b-628585c58eac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9cc3084-7ad8-428f-880b-628585c58eac .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-bc253943-91d0-4c3e-8705-d1c263c7adc8 {
  padding-bottom: 10px;
text-align: center;
}

#s-bc253943-91d0-4c3e-8705-d1c263c7adc8 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bc253943-91d0-4c3e-8705-d1c263c7adc8 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-bc253943-91d0-4c3e-8705-d1c263c7adc8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a24463a-cec3-4075-bfe3-8bfdb2d9a868 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9a24463a-cec3-4075-bfe3-8bfdb2d9a868:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a24463a-cec3-4075-bfe3-8bfdb2d9a868:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9a24463a-cec3-4075-bfe3-8bfdb2d9a868 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a24463a-cec3-4075-bfe3-8bfdb2d9a868.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a24463a-cec3-4075-bfe3-8bfdb2d9a868.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-9a24463a-cec3-4075-bfe3-8bfdb2d9a868.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-165ef540-fd79-4e42-8671-d1130ca872d5 {
  display: none;
}
#s-916caded-355c-48fb-b0dd-de617225cf8c {
  text-align: left;
}


.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c {
  max-width: 100%;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom,
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c {
  max-width: 100%;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom,
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c {
  max-width: 100%;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom,
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c {
  max-width: 100%;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom,
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c {
  max-width: 100%;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom,
.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-916caded-355c-48fb-b0dd-de617225cf8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7b1e181f-e104-4cf7-bc5e-ba697f48abe6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b1e181f-e104-4cf7-bc5e-ba697f48abe6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-3478e2f4-f2a9-4298-a79b-5cda145251b5 {
  padding-bottom: 10px;
text-align: center;
}

#s-3478e2f4-f2a9-4298-a79b-5cda145251b5 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3478e2f4-f2a9-4298-a79b-5cda145251b5 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3478e2f4-f2a9-4298-a79b-5cda145251b5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97c9a48c-94c4-4033-afe9-99d761e8ce3a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-97c9a48c-94c4-4033-afe9-99d761e8ce3a:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97c9a48c-94c4-4033-afe9-99d761e8ce3a:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-97c9a48c-94c4-4033-afe9-99d761e8ce3a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97c9a48c-94c4-4033-afe9-99d761e8ce3a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97c9a48c-94c4-4033-afe9-99d761e8ce3a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-97c9a48c-94c4-4033-afe9-99d761e8ce3a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-251d6bae-a1cf-4ad9-9f92-d630dadcb04b {
  display: none;
}
#s-bc50fd37-4c8c-4490-8510-127936a78cf9 {
  text-align: left;
}


.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 {
  max-width: 100%;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom,
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 {
  max-width: 100%;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom,
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 {
  max-width: 100%;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom,
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 {
  max-width: 100%;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom,
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 {
  max-width: 100%;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom,
.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc50fd37-4c8c-4490-8510-127936a78cf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-75b2c078-2f39-41d3-8500-a0440a8dfd9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75b2c078-2f39-41d3-8500-a0440a8dfd9a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-dc96786f-c95e-4f41-b9a6-412d6a564d42 {
  padding-bottom: 10px;
text-align: center;
}

#s-dc96786f-c95e-4f41-b9a6-412d6a564d42 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc96786f-c95e-4f41-b9a6-412d6a564d42 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-dc96786f-c95e-4f41-b9a6-412d6a564d42 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c695b055-8e31-4bc9-9c0d-9d8ff23a1fc0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c695b055-8e31-4bc9-9c0d-9d8ff23a1fc0:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c695b055-8e31-4bc9-9c0d-9d8ff23a1fc0:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c695b055-8e31-4bc9-9c0d-9d8ff23a1fc0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c695b055-8e31-4bc9-9c0d-9d8ff23a1fc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c695b055-8e31-4bc9-9c0d-9d8ff23a1fc0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-c695b055-8e31-4bc9-9c0d-9d8ff23a1fc0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-615dfcc8-886d-4b15-9a25-d3019a92710a {
  display: none;
}
#s-615dfcc8-886d-4b15-9a25-d3019a92710a, #wrap-s-615dfcc8-886d-4b15-9a25-d3019a92710a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-615dfcc8-886d-4b15-9a25-d3019a92710a {
  display: none;
}
#s-615dfcc8-886d-4b15-9a25-d3019a92710a, #wrap-s-615dfcc8-886d-4b15-9a25-d3019a92710a { display:none !important; }}@media (max-width: 767px){#s-615dfcc8-886d-4b15-9a25-d3019a92710a {
  display: none;
}
#s-615dfcc8-886d-4b15-9a25-d3019a92710a, #wrap-s-615dfcc8-886d-4b15-9a25-d3019a92710a { display:none !important; }}
#s-2060ece3-4294-4a1d-b92a-916d4b608cc5 {
  display: none;
}
#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 {
  text-align: left;
}


.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 {
  max-width: 100%;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom,
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 {
  max-width: 100%;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom,
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 {
  max-width: 100%;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom,
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 {
  max-width: 100%;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom,
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 {
  max-width: 100%;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom,
.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0cd401c-ef48-4a75-beb4-e9b1e44de1a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c35ba43a-cf65-4505-80d5-645526de3132 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c35ba43a-cf65-4505-80d5-645526de3132 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ef65a4b8-593a-4754-9c83-082420f1f745 {
  padding-bottom: 10px;
text-align: center;
}

#s-ef65a4b8-593a-4754-9c83-082420f1f745 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef65a4b8-593a-4754-9c83-082420f1f745 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ef65a4b8-593a-4754-9c83-082420f1f745 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-83864a4f-8ece-4fbc-87cc-8e55634ddce1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-83864a4f-8ece-4fbc-87cc-8e55634ddce1:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83864a4f-8ece-4fbc-87cc-8e55634ddce1:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-83864a4f-8ece-4fbc-87cc-8e55634ddce1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83864a4f-8ece-4fbc-87cc-8e55634ddce1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83864a4f-8ece-4fbc-87cc-8e55634ddce1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-83864a4f-8ece-4fbc-87cc-8e55634ddce1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b9990fa-4d7e-4f2b-8382-aec2a849f88e {
  display: none;
}
#s-83680cd9-b58a-4796-a50f-b7f668323209 {
  text-align: left;
}


.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 {
  max-width: 100%;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom,
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 {
  max-width: 100%;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom,
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 {
  max-width: 100%;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom,
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 {
  max-width: 100%;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom,
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 {
  max-width: 100%;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom,
.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83680cd9-b58a-4796-a50f-b7f668323209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ba0e14d5-d5bd-4b69-be2c-75754bb4e217 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba0e14d5-d5bd-4b69-be2c-75754bb4e217 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-30e3894e-4742-4be5-9b2b-a30a49bd4e51 {
  padding-bottom: 10px;
text-align: center;
}

#s-30e3894e-4742-4be5-9b2b-a30a49bd4e51 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30e3894e-4742-4be5-9b2b-a30a49bd4e51 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-30e3894e-4742-4be5-9b2b-a30a49bd4e51 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c15895b2-c7f6-40aa-bf54-d6eca2a86f4e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c15895b2-c7f6-40aa-bf54-d6eca2a86f4e:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c15895b2-c7f6-40aa-bf54-d6eca2a86f4e:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c15895b2-c7f6-40aa-bf54-d6eca2a86f4e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c15895b2-c7f6-40aa-bf54-d6eca2a86f4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c15895b2-c7f6-40aa-bf54-d6eca2a86f4e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-c15895b2-c7f6-40aa-bf54-d6eca2a86f4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4d6d437e-7942-40b5-bff8-77574de3572b {
  display: none;
}
#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f {
  text-align: left;
}


.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f {
  max-width: 100%;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom,
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f {
  max-width: 100%;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom,
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f {
  max-width: 100%;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom,
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f {
  max-width: 100%;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom,
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f {
  max-width: 100%;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom,
.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4085db-d60c-483f-a311-6caf9c8c8e6f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4d379696-0c95-4b84-a460-3378e2377479 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d379696-0c95-4b84-a460-3378e2377479 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6118019d-5807-46b6-be66-fafc289372b9 {
  padding-bottom: 10px;
text-align: center;
}

#s-6118019d-5807-46b6-be66-fafc289372b9 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6118019d-5807-46b6-be66-fafc289372b9 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6118019d-5807-46b6-be66-fafc289372b9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-985d4ee0-2435-4ca4-9707-62150c702d8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-985d4ee0-2435-4ca4-9707-62150c702d8c:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-985d4ee0-2435-4ca4-9707-62150c702d8c:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-985d4ee0-2435-4ca4-9707-62150c702d8c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-985d4ee0-2435-4ca4-9707-62150c702d8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-985d4ee0-2435-4ca4-9707-62150c702d8c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-985d4ee0-2435-4ca4-9707-62150c702d8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f267f8f5-7a21-4e1f-828a-082674157fea {
  display: none;
}
#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 {
  text-align: left;
}


.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 {
  max-width: 100%;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom,
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 {
  max-width: 100%;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom,
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 {
  max-width: 100%;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom,
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 {
  max-width: 100%;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom,
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 {
  max-width: 100%;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom,
.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f4782af-ac7a-40ee-bfc3-d2fa47aab8a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f27a079-abbf-4ebd-94a3-a7b49791f694 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f27a079-abbf-4ebd-94a3-a7b49791f694 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6578817f-8abc-4407-b6a6-65c6af680644 {
  padding-bottom: 10px;
text-align: center;
}

#s-6578817f-8abc-4407-b6a6-65c6af680644 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6578817f-8abc-4407-b6a6-65c6af680644 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6578817f-8abc-4407-b6a6-65c6af680644 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a4388cec-e9f1-4364-9427-05a16524e7b9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a4388cec-e9f1-4364-9427-05a16524e7b9:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a4388cec-e9f1-4364-9427-05a16524e7b9:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a4388cec-e9f1-4364-9427-05a16524e7b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4388cec-e9f1-4364-9427-05a16524e7b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4388cec-e9f1-4364-9427-05a16524e7b9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-a4388cec-e9f1-4364-9427-05a16524e7b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0fbebab8-02e2-4d4f-818d-323767b6dd0e {
  display: none;
}
#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa {
  text-align: left;
}


.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa {
  max-width: 100%;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom,
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa {
  max-width: 100%;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom,
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa {
  max-width: 100%;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom,
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa {
  max-width: 100%;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom,
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa {
  max-width: 100%;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom,
.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f40bf4f-9e6e-41cc-a40d-9ea58d15b6aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-29a57866-0b58-44b5-a7c8-6f37be336836 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29a57866-0b58-44b5-a7c8-6f37be336836 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-8a4e2c25-9c97-4aea-a1f9-cf6e1b5c6e4c {
  padding-bottom: 10px;
text-align: center;
}

#s-8a4e2c25-9c97-4aea-a1f9-cf6e1b5c6e4c .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8a4e2c25-9c97-4aea-a1f9-cf6e1b5c6e4c .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8a4e2c25-9c97-4aea-a1f9-cf6e1b5c6e4c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bc8314d6-df90-4197-b386-579b9248a71b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bc8314d6-df90-4197-b386-579b9248a71b:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bc8314d6-df90-4197-b386-579b9248a71b:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-bc8314d6-df90-4197-b386-579b9248a71b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc8314d6-df90-4197-b386-579b9248a71b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc8314d6-df90-4197-b386-579b9248a71b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-bc8314d6-df90-4197-b386-579b9248a71b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-599d1a8b-7f5c-45a7-a941-6d4cb30b9956 {
  display: none;
}
#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd {
  text-align: left;
}


.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd {
  max-width: 100%;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom,
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd {
  max-width: 100%;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom,
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd {
  max-width: 100%;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom,
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd {
  max-width: 100%;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom,
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd {
  max-width: 100%;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom,
.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20400a7b-4f2f-404d-95a0-b64e7b0e3acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-be613f4b-fc6e-41bc-8e5d-56d0db7ac2fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be613f4b-fc6e-41bc-8e5d-56d0db7ac2fb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b756d4e1-759b-4e3f-bcc2-8f25a2f5a990 {
  padding-bottom: 10px;
text-align: center;
}

#s-b756d4e1-759b-4e3f-bcc2-8f25a2f5a990 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b756d4e1-759b-4e3f-bcc2-8f25a2f5a990 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b756d4e1-759b-4e3f-bcc2-8f25a2f5a990 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bde1df75-08e7-4e87-8b67-35a9d8927c63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bde1df75-08e7-4e87-8b67-35a9d8927c63:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bde1df75-08e7-4e87-8b67-35a9d8927c63:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-bde1df75-08e7-4e87-8b67-35a9d8927c63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bde1df75-08e7-4e87-8b67-35a9d8927c63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bde1df75-08e7-4e87-8b67-35a9d8927c63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-bde1df75-08e7-4e87-8b67-35a9d8927c63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bacdbd04-601e-4956-b09b-2d47418fd574 {
  display: none;
}
#s-b5092536-7f86-4de4-a411-b6b42ef66be4 {
  text-align: left;
}


.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 {
  max-width: 100%;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom,
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 {
  max-width: 100%;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom,
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 {
  max-width: 100%;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom,
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 {
  max-width: 100%;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom,
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 {
  max-width: 100%;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom,
.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5092536-7f86-4de4-a411-b6b42ef66be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-07d472e5-8748-47b3-b10f-0f257167bcdb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07d472e5-8748-47b3-b10f-0f257167bcdb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ba15ad2e-d428-4511-be8f-9cc8b247bc50 {
  padding-bottom: 10px;
text-align: center;
}

#s-ba15ad2e-d428-4511-be8f-9cc8b247bc50 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba15ad2e-d428-4511-be8f-9cc8b247bc50 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ba15ad2e-d428-4511-be8f-9cc8b247bc50 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-34cc8cac-85b0-4601-b80e-640cbf4ccfc3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-34cc8cac-85b0-4601-b80e-640cbf4ccfc3:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34cc8cac-85b0-4601-b80e-640cbf4ccfc3:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-34cc8cac-85b0-4601-b80e-640cbf4ccfc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34cc8cac-85b0-4601-b80e-640cbf4ccfc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34cc8cac-85b0-4601-b80e-640cbf4ccfc3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-34cc8cac-85b0-4601-b80e-640cbf4ccfc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1389fa4a-a85f-4a4c-84b3-0d58e286ce82 {
  display: none;
}
#s-0f6aa893-e54a-411d-9650-a2d12f2748ef {
  text-align: left;
}


.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef {
  max-width: 100%;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom,
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef {
  max-width: 100%;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom,
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef {
  max-width: 100%;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom,
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef {
  max-width: 100%;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom,
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef {
  max-width: 100%;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom,
.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6aa893-e54a-411d-9650-a2d12f2748ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-12c5b978-f149-47fc-8a1e-b5f8f73df9fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12c5b978-f149-47fc-8a1e-b5f8f73df9fb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-243fd831-34ad-4953-91fe-8bf5e6b48b32 {
  padding-bottom: 10px;
text-align: center;
}

#s-243fd831-34ad-4953-91fe-8bf5e6b48b32 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-243fd831-34ad-4953-91fe-8bf5e6b48b32 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-243fd831-34ad-4953-91fe-8bf5e6b48b32 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7b80160-6507-419f-bb33-3c13861d254b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c7b80160-6507-419f-bb33-3c13861d254b:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7b80160-6507-419f-bb33-3c13861d254b:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c7b80160-6507-419f-bb33-3c13861d254b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7b80160-6507-419f-bb33-3c13861d254b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7b80160-6507-419f-bb33-3c13861d254b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-c7b80160-6507-419f-bb33-3c13861d254b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bf6cbe7a-8b21-4b79-827d-cd440e71cc29 {
  margin-top: 20px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf6cbe7a-8b21-4b79-827d-cd440e71cc29 {
  display: none;
}
#s-bf6cbe7a-8b21-4b79-827d-cd440e71cc29, #wrap-s-bf6cbe7a-8b21-4b79-827d-cd440e71cc29 { display:none !important; }}
#s-e994b285-7402-47be-9a8a-a822339ef86f {
  display: none;
}
#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 {
  text-align: left;
}


.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 {
  max-width: 100%;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom,
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 {
  max-width: 100%;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom,
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 {
  max-width: 100%;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom,
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 {
  max-width: 100%;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom,
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 {
  max-width: 100%;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom,
.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0a4bde9-88b9-47ab-a09e-7b9dbea7bb91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d5792784-506e-452c-80c8-b83400f4e4f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5792784-506e-452c-80c8-b83400f4e4f0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7f9bd8d5-b7cf-41be-b38a-55394563c240 {
  padding-bottom: 10px;
text-align: center;
}

#s-7f9bd8d5-b7cf-41be-b38a-55394563c240 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f9bd8d5-b7cf-41be-b38a-55394563c240 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7f9bd8d5-b7cf-41be-b38a-55394563c240 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3b40a9b0-edf4-48a9-b327-cf7f8ec042eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3b40a9b0-edf4-48a9-b327-cf7f8ec042eb:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3b40a9b0-edf4-48a9-b327-cf7f8ec042eb:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3b40a9b0-edf4-48a9-b327-cf7f8ec042eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b40a9b0-edf4-48a9-b327-cf7f8ec042eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b40a9b0-edf4-48a9-b327-cf7f8ec042eb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-3b40a9b0-edf4-48a9-b327-cf7f8ec042eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee4bd1d2-12bd-444a-8649-cc3766dbfa3b {
  display: none;
}
#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e {
  text-align: left;
}


.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e {
  max-width: 100%;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom,
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e {
  max-width: 100%;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom,
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e {
  max-width: 100%;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom,
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e {
  max-width: 100%;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom,
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e {
  max-width: 100%;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom,
.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7bd30f6-a2c6-4037-b57d-bbf85f518d9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3b232363-c307-419f-960f-717791229a29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b232363-c307-419f-960f-717791229a29 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-389605bb-5d6e-4ed9-b8bc-f54d32df6b8f {
  padding-bottom: 10px;
text-align: center;
}

#s-389605bb-5d6e-4ed9-b8bc-f54d32df6b8f .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-389605bb-5d6e-4ed9-b8bc-f54d32df6b8f .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-389605bb-5d6e-4ed9-b8bc-f54d32df6b8f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4d17256a-f6c1-4881-9015-df9c7912184e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4d17256a-f6c1-4881-9015-df9c7912184e:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d17256a-f6c1-4881-9015-df9c7912184e:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4d17256a-f6c1-4881-9015-df9c7912184e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d17256a-f6c1-4881-9015-df9c7912184e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d17256a-f6c1-4881-9015-df9c7912184e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-4d17256a-f6c1-4881-9015-df9c7912184e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e93f8387-d414-4098-bb00-59db63746b24 {
  display: none;
}
#s-da5c6a20-7735-48a0-958d-9bb060d17d32 {
  text-align: left;
}


.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 {
  max-width: 100%;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom,
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 {
  max-width: 100%;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom,
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 {
  max-width: 100%;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom,
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 {
  max-width: 100%;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom,
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 {
  max-width: 100%;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom,
.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5c6a20-7735-48a0-958d-9bb060d17d32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-14e24b6e-7aff-4e27-a994-0968729ae3ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14e24b6e-7aff-4e27-a994-0968729ae3ec .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-98a2bd9b-1466-4eb5-b928-6f3de75ec64a {
  padding-bottom: 10px;
text-align: center;
}

#s-98a2bd9b-1466-4eb5-b928-6f3de75ec64a .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-98a2bd9b-1466-4eb5-b928-6f3de75ec64a .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-98a2bd9b-1466-4eb5-b928-6f3de75ec64a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4c7da8a-4e90-41e5-bbf5-819245ec7e03 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f4c7da8a-4e90-41e5-bbf5-819245ec7e03:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4c7da8a-4e90-41e5-bbf5-819245ec7e03:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f4c7da8a-4e90-41e5-bbf5-819245ec7e03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4c7da8a-4e90-41e5-bbf5-819245ec7e03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4c7da8a-4e90-41e5-bbf5-819245ec7e03.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-f4c7da8a-4e90-41e5-bbf5-819245ec7e03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ac1fd73e-eaf9-496e-8f9a-ad0fe46deacf {
  display: none;
}
#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 {
  text-align: left;
}


.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 {
  max-width: 100%;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom,
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 {
  max-width: 100%;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom,
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 {
  max-width: 100%;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom,
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 {
  max-width: 100%;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom,
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 {
  max-width: 100%;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom,
.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a5e22e-884f-43fa-9eb0-1a15ab633ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ffd46bb2-c920-4d06-9a07-a72d0026f9f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffd46bb2-c920-4d06-9a07-a72d0026f9f0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-762a743f-4a0b-489d-8aa4-20fd61444bba {
  padding-bottom: 10px;
text-align: center;
}

#s-762a743f-4a0b-489d-8aa4-20fd61444bba .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-762a743f-4a0b-489d-8aa4-20fd61444bba .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-762a743f-4a0b-489d-8aa4-20fd61444bba .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8fdc0d3c-203b-43df-96e9-fbb897485b53 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8fdc0d3c-203b-43df-96e9-fbb897485b53:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8fdc0d3c-203b-43df-96e9-fbb897485b53:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8fdc0d3c-203b-43df-96e9-fbb897485b53 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fdc0d3c-203b-43df-96e9-fbb897485b53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fdc0d3c-203b-43df-96e9-fbb897485b53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-8fdc0d3c-203b-43df-96e9-fbb897485b53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f6220647-3637-448f-bc98-707196213880 {
  display: none;
}
#s-027fea18-218a-437b-b5df-1c7749e73727 {
  text-align: left;
}


.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 {
  max-width: 100%;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom,
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 {
  max-width: 100%;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom,
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 {
  max-width: 100%;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom,
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 {
  max-width: 100%;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom,
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 {
  max-width: 100%;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom,
.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027fea18-218a-437b-b5df-1c7749e73727 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-008ce9f5-37de-4f29-9284-64c0926cd973 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-008ce9f5-37de-4f29-9284-64c0926cd973 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e5459428-9ea4-46ad-baa1-0c28b371d928 {
  padding-bottom: 10px;
text-align: center;
}

#s-e5459428-9ea4-46ad-baa1-0c28b371d928 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5459428-9ea4-46ad-baa1-0c28b371d928 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e5459428-9ea4-46ad-baa1-0c28b371d928 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-416a8f54-a75b-4438-b627-67eb3d8bd283 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-416a8f54-a75b-4438-b627-67eb3d8bd283:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-416a8f54-a75b-4438-b627-67eb3d8bd283:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-416a8f54-a75b-4438-b627-67eb3d8bd283 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-416a8f54-a75b-4438-b627-67eb3d8bd283.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-416a8f54-a75b-4438-b627-67eb3d8bd283.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-416a8f54-a75b-4438-b627-67eb3d8bd283.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-06f45c5d-701f-470c-93c3-b331e4edb4c4 {
  display: none;
}
#s-ffc3601b-6142-4302-8dda-d27584f0d292 {
  text-align: left;
}


.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 {
  max-width: 100%;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom,
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 {
  max-width: 100%;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom,
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 {
  max-width: 100%;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom,
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 {
  max-width: 100%;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom,
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 {
  max-width: 100%;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom,
.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc3601b-6142-4302-8dda-d27584f0d292 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5b3168b4-8cd6-42ed-8a3f-e53f07b1ab79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b3168b4-8cd6-42ed-8a3f-e53f07b1ab79 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cfdd3853-18f9-4d86-9618-d8b4568d1d52 {
  padding-bottom: 10px;
text-align: center;
}

#s-cfdd3853-18f9-4d86-9618-d8b4568d1d52 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cfdd3853-18f9-4d86-9618-d8b4568d1d52 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cfdd3853-18f9-4d86-9618-d8b4568d1d52 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4518ae6f-eb15-49a5-a7d9-9ef21857f91d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4518ae6f-eb15-49a5-a7d9-9ef21857f91d:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4518ae6f-eb15-49a5-a7d9-9ef21857f91d:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4518ae6f-eb15-49a5-a7d9-9ef21857f91d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4518ae6f-eb15-49a5-a7d9-9ef21857f91d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4518ae6f-eb15-49a5-a7d9-9ef21857f91d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-4518ae6f-eb15-49a5-a7d9-9ef21857f91d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e9332df9-092c-4053-a107-6ae899ab0873 {
  display: none;
}
#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a {
  text-align: left;
}


.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a {
  max-width: 100%;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom,
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a {
  max-width: 100%;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom,
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a {
  max-width: 100%;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom,
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a {
  max-width: 100%;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom,
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a {
  max-width: 100%;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom,
.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fbfcde-45ec-48d2-9252-755cc6b1351a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f7b7bcb4-8095-4891-aaf1-cec20d408521 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7b7bcb4-8095-4891-aaf1-cec20d408521 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-06ce94f5-3732-4b44-8e3c-f6ff57d180e3 {
  padding-bottom: 10px;
text-align: center;
}

#s-06ce94f5-3732-4b44-8e3c-f6ff57d180e3 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-06ce94f5-3732-4b44-8e3c-f6ff57d180e3 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-06ce94f5-3732-4b44-8e3c-f6ff57d180e3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f3848616-66d6-4cea-a397-d3f4b62d9930 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f3848616-66d6-4cea-a397-d3f4b62d9930:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3848616-66d6-4cea-a397-d3f4b62d9930:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f3848616-66d6-4cea-a397-d3f4b62d9930 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f3848616-66d6-4cea-a397-d3f4b62d9930.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3848616-66d6-4cea-a397-d3f4b62d9930.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-f3848616-66d6-4cea-a397-d3f4b62d9930.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0107e516-7597-4e15-a7a1-9ad79635a381 {
  display: none;
}
#s-00094430-258c-4582-8427-9de113078994 {
  text-align: left;
}


.shg-c#s-00094430-258c-4582-8427-9de113078994 {
  max-width: 100%;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom,
.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-00094430-258c-4582-8427-9de113078994 {
  max-width: 100%;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom,
.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00094430-258c-4582-8427-9de113078994 {
  max-width: 100%;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom,
.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00094430-258c-4582-8427-9de113078994 {
  max-width: 100%;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom,
.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-00094430-258c-4582-8427-9de113078994 {
  max-width: 100%;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom,
.shg-c#s-00094430-258c-4582-8427-9de113078994 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00094430-258c-4582-8427-9de113078994 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f0f3515-bb02-489b-b8f3-b3b44cb5b349 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f0f3515-bb02-489b-b8f3-b3b44cb5b349 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-617043e4-c13a-4f89-b727-92fab070bb76 {
  padding-bottom: 10px;
text-align: center;
}

#s-617043e4-c13a-4f89-b727-92fab070bb76 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-617043e4-c13a-4f89-b727-92fab070bb76 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-617043e4-c13a-4f89-b727-92fab070bb76 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44e4fa2c-c905-4daf-8f2a-bee7736da0f1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-44e4fa2c-c905-4daf-8f2a-bee7736da0f1:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44e4fa2c-c905-4daf-8f2a-bee7736da0f1:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-44e4fa2c-c905-4daf-8f2a-bee7736da0f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44e4fa2c-c905-4daf-8f2a-bee7736da0f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44e4fa2c-c905-4daf-8f2a-bee7736da0f1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-44e4fa2c-c905-4daf-8f2a-bee7736da0f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e4c459b1-2369-4830-9d75-f8d035718250 {
  display: none;
}
#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 {
  text-align: left;
}


.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 {
  max-width: 100%;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom,
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 {
  max-width: 100%;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom,
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 {
  max-width: 100%;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom,
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 {
  max-width: 100%;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom,
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 {
  max-width: 100%;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom,
.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7b7f74f-61f2-4bef-8973-dfb7e7fddbc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-acd135ee-a9d1-4370-b704-f6ecf9447fcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acd135ee-a9d1-4370-b704-f6ecf9447fcb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-036c1b7d-59f4-4b27-8830-47a4a2a1f122 {
  padding-bottom: 10px;
text-align: center;
}

#s-036c1b7d-59f4-4b27-8830-47a4a2a1f122 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-036c1b7d-59f4-4b27-8830-47a4a2a1f122 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-036c1b7d-59f4-4b27-8830-47a4a2a1f122 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-25c9ba1b-ff88-47df-8fe0-1c1b07fbb847 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-25c9ba1b-ff88-47df-8fe0-1c1b07fbb847:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25c9ba1b-ff88-47df-8fe0-1c1b07fbb847:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-25c9ba1b-ff88-47df-8fe0-1c1b07fbb847 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25c9ba1b-ff88-47df-8fe0-1c1b07fbb847.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25c9ba1b-ff88-47df-8fe0-1c1b07fbb847.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-25c9ba1b-ff88-47df-8fe0-1c1b07fbb847.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-369d7ff7-eb4e-43fd-a55c-02dfcae823ed {
  display: none;
}
#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 {
  text-align: left;
}


.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 {
  max-width: 100%;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom,
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 {
  max-width: 100%;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom,
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 {
  max-width: 100%;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom,
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 {
  max-width: 100%;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom,
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 {
  max-width: 100%;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom,
.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d42be7c3-7d71-4022-bda1-d3f0aec2dba1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6003a998-6859-40f0-a549-803ea8f9aa8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6003a998-6859-40f0-a549-803ea8f9aa8d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ba03f9af-ed1e-4a29-9d8d-3e0e6ac08f8d {
  padding-bottom: 10px;
text-align: center;
}

#s-ba03f9af-ed1e-4a29-9d8d-3e0e6ac08f8d .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba03f9af-ed1e-4a29-9d8d-3e0e6ac08f8d .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ba03f9af-ed1e-4a29-9d8d-3e0e6ac08f8d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-90032824-0f62-494e-9ace-72fde5da11df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-90032824-0f62-494e-9ace-72fde5da11df:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90032824-0f62-494e-9ace-72fde5da11df:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-90032824-0f62-494e-9ace-72fde5da11df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90032824-0f62-494e-9ace-72fde5da11df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90032824-0f62-494e-9ace-72fde5da11df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-90032824-0f62-494e-9ace-72fde5da11df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bbfdd2de-f2ce-4df5-8599-30afdda9ec6f {
  display: none;
}
#s-4145d885-6bfb-408c-9b03-f971b9b0a647 {
  text-align: left;
}


.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 {
  max-width: 100%;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom,
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 {
  max-width: 100%;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom,
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 {
  max-width: 100%;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom,
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 {
  max-width: 100%;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom,
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 {
  max-width: 100%;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom,
.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4145d885-6bfb-408c-9b03-f971b9b0a647 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5f3dca94-deb0-4820-b4fb-2d4b0c403227 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f3dca94-deb0-4820-b4fb-2d4b0c403227 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5498c521-9941-4d4a-a0ce-3187e8e6acbf {
  padding-bottom: 10px;
text-align: center;
}

#s-5498c521-9941-4d4a-a0ce-3187e8e6acbf .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5498c521-9941-4d4a-a0ce-3187e8e6acbf .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5498c521-9941-4d4a-a0ce-3187e8e6acbf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-155ab872-bc97-410b-b8c5-51f52117d64b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-155ab872-bc97-410b-b8c5-51f52117d64b:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-155ab872-bc97-410b-b8c5-51f52117d64b:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-155ab872-bc97-410b-b8c5-51f52117d64b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-155ab872-bc97-410b-b8c5-51f52117d64b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-155ab872-bc97-410b-b8c5-51f52117d64b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-155ab872-bc97-410b-b8c5-51f52117d64b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7f5aedfe-6f73-45b3-8d87-9b9fa089c5a3 {
  display: none;
}
#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 {
  text-align: left;
}


.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 {
  max-width: 100%;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom,
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 {
  max-width: 100%;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom,
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 {
  max-width: 100%;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom,
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 {
  max-width: 100%;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom,
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 {
  max-width: 100%;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom,
.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc14b3d5-c9af-4631-86ed-bcf07f2cfd83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9cbb356a-942f-481a-823a-57654b6b088a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cbb356a-942f-481a-823a-57654b6b088a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f70a8e6d-72b2-4ec3-9a93-96a3d2781acf {
  padding-bottom: 10px;
text-align: center;
}

#s-f70a8e6d-72b2-4ec3-9a93-96a3d2781acf .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f70a8e6d-72b2-4ec3-9a93-96a3d2781acf .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f70a8e6d-72b2-4ec3-9a93-96a3d2781acf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-551f10a4-26ee-498d-999b-8854bfee1895 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-551f10a4-26ee-498d-999b-8854bfee1895:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-551f10a4-26ee-498d-999b-8854bfee1895:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-551f10a4-26ee-498d-999b-8854bfee1895 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-551f10a4-26ee-498d-999b-8854bfee1895.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-551f10a4-26ee-498d-999b-8854bfee1895.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-551f10a4-26ee-498d-999b-8854bfee1895.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7c70513-4dec-411c-ba6c-e2ef8341a7f3 {
  display: none;
}
#s-a64935c4-2bf2-43d3-993e-665a22314e50 {
  text-align: left;
}


.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 {
  max-width: 100%;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom,
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 {
  max-width: 100%;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom,
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 {
  max-width: 100%;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom,
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 {
  max-width: 100%;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom,
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 {
  max-width: 100%;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom,
.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a64935c4-2bf2-43d3-993e-665a22314e50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3ac8e2de-b696-405f-a5a9-65204c8a363a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ac8e2de-b696-405f-a5a9-65204c8a363a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-977c645b-c135-4dc1-97da-53f379b87a31 {
  padding-bottom: 10px;
text-align: center;
}

#s-977c645b-c135-4dc1-97da-53f379b87a31 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-977c645b-c135-4dc1-97da-53f379b87a31 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-977c645b-c135-4dc1-97da-53f379b87a31 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38c51bd9-d7a6-4796-9658-5dc35b5a4166 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-38c51bd9-d7a6-4796-9658-5dc35b5a4166:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-38c51bd9-d7a6-4796-9658-5dc35b5a4166:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-38c51bd9-d7a6-4796-9658-5dc35b5a4166 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38c51bd9-d7a6-4796-9658-5dc35b5a4166.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38c51bd9-d7a6-4796-9658-5dc35b5a4166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-38c51bd9-d7a6-4796-9658-5dc35b5a4166.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1bdab4a3-0343-4247-91e5-c31f035b242d {
  display: none;
}
#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 {
  text-align: left;
}


.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 {
  max-width: 100%;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom,
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 {
  max-width: 100%;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom,
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 {
  max-width: 100%;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom,
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 {
  max-width: 100%;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom,
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 {
  max-width: 100%;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom,
.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f0c12b-7e8e-4f3e-a4fe-28747fe8e096 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d38c47b8-4716-41e1-b54f-9c0785356328 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d38c47b8-4716-41e1-b54f-9c0785356328 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ebaf9646-9925-4a9c-bb2e-5c9e54950bbd {
  padding-bottom: 10px;
text-align: center;
}

#s-ebaf9646-9925-4a9c-bb2e-5c9e54950bbd .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ebaf9646-9925-4a9c-bb2e-5c9e54950bbd .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ebaf9646-9925-4a9c-bb2e-5c9e54950bbd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-965c0612-4597-4386-8884-ebbee282fb66 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-965c0612-4597-4386-8884-ebbee282fb66:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-965c0612-4597-4386-8884-ebbee282fb66:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-965c0612-4597-4386-8884-ebbee282fb66 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-965c0612-4597-4386-8884-ebbee282fb66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-965c0612-4597-4386-8884-ebbee282fb66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-965c0612-4597-4386-8884-ebbee282fb66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-25c67a0d-1ebe-436c-847e-e3aa0b9589a2 {
  display: none;
}
#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 {
  text-align: left;
}


.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 {
  max-width: 100%;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom,
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 {
  max-width: 100%;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom,
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 {
  max-width: 100%;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom,
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 {
  max-width: 100%;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom,
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 {
  max-width: 100%;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom,
.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3a1b44e-4670-4b0a-8a86-892a043b9939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e1c0503a-7932-4d43-8653-aa82b70b3c8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1c0503a-7932-4d43-8653-aa82b70b3c8b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-81c5675f-503a-4e7f-b6f6-5c8d9c27051d {
  padding-bottom: 10px;
text-align: center;
}

#s-81c5675f-503a-4e7f-b6f6-5c8d9c27051d .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-81c5675f-503a-4e7f-b6f6-5c8d9c27051d .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-81c5675f-503a-4e7f-b6f6-5c8d9c27051d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e708b2e7-e400-4f4a-ac3c-8e6aedcf06b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e708b2e7-e400-4f4a-ac3c-8e6aedcf06b6:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e708b2e7-e400-4f4a-ac3c-8e6aedcf06b6:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e708b2e7-e400-4f4a-ac3c-8e6aedcf06b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e708b2e7-e400-4f4a-ac3c-8e6aedcf06b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e708b2e7-e400-4f4a-ac3c-8e6aedcf06b6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-e708b2e7-e400-4f4a-ac3c-8e6aedcf06b6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7bcecd0b-5bce-4a52-9b49-b895ae0a4cd4 {
  display: none;
}
#s-34349286-f57c-4f81-9bcf-4c26d092b34a {
  text-align: left;
}


.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a {
  max-width: 100%;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom,
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a {
  max-width: 100%;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom,
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a {
  max-width: 100%;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom,
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a {
  max-width: 100%;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom,
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a {
  max-width: 100%;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom,
.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34349286-f57c-4f81-9bcf-4c26d092b34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-556debf1-59d0-4c9c-b312-bcce41904f39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-556debf1-59d0-4c9c-b312-bcce41904f39 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-12fb2c3a-f4e3-4e79-82d3-5861c90cbf18 {
  padding-bottom: 10px;
text-align: center;
}

#s-12fb2c3a-f4e3-4e79-82d3-5861c90cbf18 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12fb2c3a-f4e3-4e79-82d3-5861c90cbf18 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-12fb2c3a-f4e3-4e79-82d3-5861c90cbf18 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e009d7ba-efa0-4a5c-9d80-d4da28bae61d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e009d7ba-efa0-4a5c-9d80-d4da28bae61d:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e009d7ba-efa0-4a5c-9d80-d4da28bae61d:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e009d7ba-efa0-4a5c-9d80-d4da28bae61d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e009d7ba-efa0-4a5c-9d80-d4da28bae61d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e009d7ba-efa0-4a5c-9d80-d4da28bae61d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-e009d7ba-efa0-4a5c-9d80-d4da28bae61d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-237596c5-4ceb-40e8-9e67-ac4c041e1e69 {
  display: none;
}
#s-191b3f2a-49e8-4764-9e2e-233aae89867c {
  text-align: left;
}


.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c {
  max-width: 100%;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom,
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c {
  max-width: 100%;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom,
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c {
  max-width: 100%;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom,
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c {
  max-width: 100%;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom,
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c {
  max-width: 100%;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom,
.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191b3f2a-49e8-4764-9e2e-233aae89867c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74d82534-beed-43c9-9c3a-98869aefc54d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74d82534-beed-43c9-9c3a-98869aefc54d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-8e571b12-d971-4f8b-92c3-fc136ac95b63 {
  padding-bottom: 10px;
text-align: center;
}

#s-8e571b12-d971-4f8b-92c3-fc136ac95b63 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8e571b12-d971-4f8b-92c3-fc136ac95b63 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8e571b12-d971-4f8b-92c3-fc136ac95b63 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5a98412-2110-4c7d-8d54-59a486e29bbf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c5a98412-2110-4c7d-8d54-59a486e29bbf:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5a98412-2110-4c7d-8d54-59a486e29bbf:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c5a98412-2110-4c7d-8d54-59a486e29bbf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5a98412-2110-4c7d-8d54-59a486e29bbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5a98412-2110-4c7d-8d54-59a486e29bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-c5a98412-2110-4c7d-8d54-59a486e29bbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3297ffec-33ea-483d-8f75-890accf61b38 {
  margin-top: 20px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3297ffec-33ea-483d-8f75-890accf61b38 {
  display: none;
}
#s-3297ffec-33ea-483d-8f75-890accf61b38, #wrap-s-3297ffec-33ea-483d-8f75-890accf61b38 { display:none !important; }}
#s-c356b18a-f88c-4b8d-b39a-d14b17fc3e9e {
  display: none;
}
#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a {
  text-align: left;
}


.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a {
  max-width: 100%;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom,
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a {
  max-width: 100%;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom,
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a {
  max-width: 100%;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom,
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a {
  max-width: 100%;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom,
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a {
  max-width: 100%;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom,
.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c1f5872-d09d-40db-a6f6-157eb0d8f13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e63b31ff-75d9-439f-833d-764fa998513e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e63b31ff-75d9-439f-833d-764fa998513e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b04f0784-2720-4e4e-92ea-90821459babc {
  padding-bottom: 10px;
text-align: center;
}

#s-b04f0784-2720-4e4e-92ea-90821459babc .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b04f0784-2720-4e4e-92ea-90821459babc .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b04f0784-2720-4e4e-92ea-90821459babc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-134eacaf-6df1-4242-963e-03292cc53f2a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-134eacaf-6df1-4242-963e-03292cc53f2a:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-134eacaf-6df1-4242-963e-03292cc53f2a:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-134eacaf-6df1-4242-963e-03292cc53f2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-134eacaf-6df1-4242-963e-03292cc53f2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-134eacaf-6df1-4242-963e-03292cc53f2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-134eacaf-6df1-4242-963e-03292cc53f2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0926ac92-f5c5-485c-86e5-378154d035c0 {
  display: none;
}
#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 {
  text-align: left;
}


.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 {
  max-width: 100%;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom,
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 {
  max-width: 100%;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom,
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 {
  max-width: 100%;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom,
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 {
  max-width: 100%;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom,
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 {
  max-width: 100%;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom,
.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2d5abc7-5ca6-4cde-abe5-0334d64c6352 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f1e3b5b-6372-4385-b03a-c606b245564c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f1e3b5b-6372-4385-b03a-c606b245564c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1bf56c48-e195-4a3f-960b-8e4055b97156 {
  padding-bottom: 10px;
text-align: center;
}

#s-1bf56c48-e195-4a3f-960b-8e4055b97156 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1bf56c48-e195-4a3f-960b-8e4055b97156 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1bf56c48-e195-4a3f-960b-8e4055b97156 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a52e4048-8a09-4c32-a666-4f268a2b2fa3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a52e4048-8a09-4c32-a666-4f268a2b2fa3:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a52e4048-8a09-4c32-a666-4f268a2b2fa3:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a52e4048-8a09-4c32-a666-4f268a2b2fa3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a52e4048-8a09-4c32-a666-4f268a2b2fa3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a52e4048-8a09-4c32-a666-4f268a2b2fa3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-a52e4048-8a09-4c32-a666-4f268a2b2fa3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a170d8f0-9f63-4256-a65f-7271b27bbfc6 {
  display: none;
}
#s-cef40ec8-8098-438f-8959-e5f393868447 {
  text-align: left;
}


.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 {
  max-width: 100%;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom,
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 {
  max-width: 100%;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom,
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 {
  max-width: 100%;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom,
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 {
  max-width: 100%;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom,
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 {
  max-width: 100%;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom,
.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef40ec8-8098-438f-8959-e5f393868447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3c9bf8ce-7238-464f-b100-488e3cc930fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c9bf8ce-7238-464f-b100-488e3cc930fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-3ed825c8-285e-4de2-b273-80080287de30 {
  padding-bottom: 10px;
text-align: center;
}

#s-3ed825c8-285e-4de2-b273-80080287de30 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3ed825c8-285e-4de2-b273-80080287de30 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3ed825c8-285e-4de2-b273-80080287de30 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e175338-0e15-48ad-b844-19388f688ecb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0e175338-0e15-48ad-b844-19388f688ecb:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0e175338-0e15-48ad-b844-19388f688ecb:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-0e175338-0e15-48ad-b844-19388f688ecb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e175338-0e15-48ad-b844-19388f688ecb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e175338-0e15-48ad-b844-19388f688ecb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-0e175338-0e15-48ad-b844-19388f688ecb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-62131cd4-8f8a-4a0f-9bc7-b4b178391928 {
  margin-top: 20px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-62131cd4-8f8a-4a0f-9bc7-b4b178391928 {
  display: none;
}
#s-62131cd4-8f8a-4a0f-9bc7-b4b178391928, #wrap-s-62131cd4-8f8a-4a0f-9bc7-b4b178391928 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62131cd4-8f8a-4a0f-9bc7-b4b178391928 {
  display: none;
}
#s-62131cd4-8f8a-4a0f-9bc7-b4b178391928, #wrap-s-62131cd4-8f8a-4a0f-9bc7-b4b178391928 { display:none !important; }}@media (max-width: 767px){#s-62131cd4-8f8a-4a0f-9bc7-b4b178391928 {
  display: none;
}
#s-62131cd4-8f8a-4a0f-9bc7-b4b178391928, #wrap-s-62131cd4-8f8a-4a0f-9bc7-b4b178391928 { display:none !important; }}
#s-983a3da5-22c2-4cb5-8a39-ab215b3e8a4f {
  display: none;
}
#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 {
  text-align: left;
}


.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 {
  max-width: 100%;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom,
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 {
  max-width: 100%;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom,
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 {
  max-width: 100%;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom,
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 {
  max-width: 100%;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom,
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 {
  max-width: 100%;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom,
.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d1eb8ff-f3fa-4531-8867-0446ce6673a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3fcb29c7-9fe5-4102-8498-cf4a8d684dc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fcb29c7-9fe5-4102-8498-cf4a8d684dc5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-80bef6bd-f89c-40af-85ad-dc752b3713e1 {
  padding-bottom: 10px;
text-align: center;
}

#s-80bef6bd-f89c-40af-85ad-dc752b3713e1 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-80bef6bd-f89c-40af-85ad-dc752b3713e1 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-80bef6bd-f89c-40af-85ad-dc752b3713e1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8063a117-0f2b-465d-8520-e277a550364f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8063a117-0f2b-465d-8520-e277a550364f:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8063a117-0f2b-465d-8520-e277a550364f:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8063a117-0f2b-465d-8520-e277a550364f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8063a117-0f2b-465d-8520-e277a550364f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8063a117-0f2b-465d-8520-e277a550364f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-8063a117-0f2b-465d-8520-e277a550364f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cd3da5f1-6621-40fb-b828-199dfd5e1865 {
  display: none;
}
#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 {
  text-align: left;
}


.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 {
  max-width: 100%;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom,
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 {
  max-width: 100%;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom,
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 {
  max-width: 100%;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom,
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 {
  max-width: 100%;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom,
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 {
  max-width: 100%;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom,
.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3355ae20-aeb4-47df-9e76-5d7786a5c811 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-36453358-9e17-431c-9e4d-814ca7b79699 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36453358-9e17-431c-9e4d-814ca7b79699 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-073a072e-ee1d-49d4-9656-15ca0c1fc115 {
  padding-bottom: 10px;
text-align: center;
}

#s-073a072e-ee1d-49d4-9656-15ca0c1fc115 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-073a072e-ee1d-49d4-9656-15ca0c1fc115 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-073a072e-ee1d-49d4-9656-15ca0c1fc115 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d3395fe0-7248-4b19-8659-a7ddb2d7e133 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d3395fe0-7248-4b19-8659-a7ddb2d7e133:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d3395fe0-7248-4b19-8659-a7ddb2d7e133:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d3395fe0-7248-4b19-8659-a7ddb2d7e133 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3395fe0-7248-4b19-8659-a7ddb2d7e133.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3395fe0-7248-4b19-8659-a7ddb2d7e133.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-d3395fe0-7248-4b19-8659-a7ddb2d7e133.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f25d5189-b444-40e6-b054-d63f809037f8 {
  display: none;
}
#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 {
  text-align: left;
}


.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 {
  max-width: 100%;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom,
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 {
  max-width: 100%;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom,
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 {
  max-width: 100%;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom,
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 {
  max-width: 100%;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom,
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 {
  max-width: 100%;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom,
.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d2be03-1fdc-4baf-822f-30fce65d2f29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b4cf3613-b66b-47ed-895c-57d653dd8d8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4cf3613-b66b-47ed-895c-57d653dd8d8d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-96ecad5c-9869-410f-9180-d0906a1a1f80 {
  padding-bottom: 10px;
text-align: center;
}

#s-96ecad5c-9869-410f-9180-d0906a1a1f80 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-96ecad5c-9869-410f-9180-d0906a1a1f80 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-96ecad5c-9869-410f-9180-d0906a1a1f80 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a326a96e-0052-45a6-90e6-bb1aed69574d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a326a96e-0052-45a6-90e6-bb1aed69574d:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a326a96e-0052-45a6-90e6-bb1aed69574d:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a326a96e-0052-45a6-90e6-bb1aed69574d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a326a96e-0052-45a6-90e6-bb1aed69574d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a326a96e-0052-45a6-90e6-bb1aed69574d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-a326a96e-0052-45a6-90e6-bb1aed69574d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d3c18c47-79d7-426a-b283-8dff222c2397 {
  display: none;
}
#s-d8470ca3-4107-4529-994b-071acf9d6e7b {
  text-align: left;
}


.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b {
  max-width: 100%;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom,
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b {
  max-width: 100%;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom,
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b {
  max-width: 100%;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom,
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b {
  max-width: 100%;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom,
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b {
  max-width: 100%;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom,
.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8470ca3-4107-4529-994b-071acf9d6e7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8ceab760-7afb-414e-aa62-2884748a7e65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ceab760-7afb-414e-aa62-2884748a7e65 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-eff6d83e-c8be-4724-8c21-95e3e28eee20 {
  padding-bottom: 10px;
text-align: center;
}

#s-eff6d83e-c8be-4724-8c21-95e3e28eee20 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eff6d83e-c8be-4724-8c21-95e3e28eee20 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-eff6d83e-c8be-4724-8c21-95e3e28eee20 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4fcdeb04-8b44-4aff-9012-5009e267e3e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4fcdeb04-8b44-4aff-9012-5009e267e3e3:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4fcdeb04-8b44-4aff-9012-5009e267e3e3:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4fcdeb04-8b44-4aff-9012-5009e267e3e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fcdeb04-8b44-4aff-9012-5009e267e3e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fcdeb04-8b44-4aff-9012-5009e267e3e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-4fcdeb04-8b44-4aff-9012-5009e267e3e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-69bd09e0-70b8-43ba-800a-ce3efe206bb8 {
  display: none;
}
#s-e431b64e-4730-4fe1-904f-9b3594642357 {
  text-align: left;
}


.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 {
  max-width: 100%;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom,
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 {
  max-width: 100%;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom,
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 {
  max-width: 100%;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom,
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 {
  max-width: 100%;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom,
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 {
  max-width: 100%;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom,
.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e431b64e-4730-4fe1-904f-9b3594642357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-76387f46-494e-4411-9108-e4b2c1260e98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76387f46-494e-4411-9108-e4b2c1260e98 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-48d0134d-f5da-4c58-883b-2f0c049ba01f {
  padding-bottom: 10px;
text-align: center;
}

#s-48d0134d-f5da-4c58-883b-2f0c049ba01f .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48d0134d-f5da-4c58-883b-2f0c049ba01f .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-48d0134d-f5da-4c58-883b-2f0c049ba01f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f6cb1c99-a543-4ad8-b291-c3c0fa82f55b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f6cb1c99-a543-4ad8-b291-c3c0fa82f55b:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6cb1c99-a543-4ad8-b291-c3c0fa82f55b:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f6cb1c99-a543-4ad8-b291-c3c0fa82f55b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6cb1c99-a543-4ad8-b291-c3c0fa82f55b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6cb1c99-a543-4ad8-b291-c3c0fa82f55b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-f6cb1c99-a543-4ad8-b291-c3c0fa82f55b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-416111b0-95cb-4793-a799-8ee7aa33b8a6 {
  display: none;
}
#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd {
  text-align: left;
}


.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd {
  max-width: 100%;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom,
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd {
  max-width: 100%;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom,
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd {
  max-width: 100%;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom,
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd {
  max-width: 100%;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom,
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd {
  max-width: 100%;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom,
.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b4be92c-6897-4aa7-8f29-4c193b202ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-13428879-94e4-4683-89f8-4d3cff0f427b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13428879-94e4-4683-89f8-4d3cff0f427b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c683e8d9-32c8-4cc6-82bd-62b288e2e69a {
  padding-bottom: 10px;
text-align: center;
}

#s-c683e8d9-32c8-4cc6-82bd-62b288e2e69a .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c683e8d9-32c8-4cc6-82bd-62b288e2e69a .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c683e8d9-32c8-4cc6-82bd-62b288e2e69a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ddc53549-0864-4293-b8ce-2216fce61d6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ddc53549-0864-4293-b8ce-2216fce61d6c:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ddc53549-0864-4293-b8ce-2216fce61d6c:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ddc53549-0864-4293-b8ce-2216fce61d6c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ddc53549-0864-4293-b8ce-2216fce61d6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ddc53549-0864-4293-b8ce-2216fce61d6c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-ddc53549-0864-4293-b8ce-2216fce61d6c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3422a09c-4da4-471a-9bbe-11dc6b1d4b9d {
  display: none;
}
#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e {
  text-align: left;
}


.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e {
  max-width: 100%;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom,
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e {
  max-width: 100%;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom,
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e {
  max-width: 100%;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom,
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e {
  max-width: 100%;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom,
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e {
  max-width: 100%;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom,
.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca3dc7-e4c9-4c27-8f0e-33023ba05b6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-90f8034d-1745-4259-922a-12af2aa7ca1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90f8034d-1745-4259-922a-12af2aa7ca1b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e925a6ce-c7ec-434c-9736-7c5a54477e0b {
  padding-bottom: 10px;
text-align: center;
}

#s-e925a6ce-c7ec-434c-9736-7c5a54477e0b .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e925a6ce-c7ec-434c-9736-7c5a54477e0b .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e925a6ce-c7ec-434c-9736-7c5a54477e0b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b470de7-165f-4555-a1d9-07b8d8fa9d71 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2b470de7-165f-4555-a1d9-07b8d8fa9d71:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b470de7-165f-4555-a1d9-07b8d8fa9d71:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2b470de7-165f-4555-a1d9-07b8d8fa9d71 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b470de7-165f-4555-a1d9-07b8d8fa9d71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b470de7-165f-4555-a1d9-07b8d8fa9d71.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-2b470de7-165f-4555-a1d9-07b8d8fa9d71.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-150cfd56-ba31-4715-a23d-0042fe5c5363 {
  display: none;
}
#s-522b1430-8da3-435c-8ef3-81df74246f72 {
  text-align: left;
}


.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 {
  max-width: 100%;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom,
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 {
  max-width: 100%;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom,
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 {
  max-width: 100%;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom,
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 {
  max-width: 100%;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom,
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 {
  max-width: 100%;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom,
.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-522b1430-8da3-435c-8ef3-81df74246f72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3698948c-8208-40aa-a46a-f43502a53e53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3698948c-8208-40aa-a46a-f43502a53e53 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b9c14ccf-d932-46c8-8836-a973bc9fdca5 {
  padding-bottom: 10px;
text-align: center;
}

#s-b9c14ccf-d932-46c8-8836-a973bc9fdca5 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9c14ccf-d932-46c8-8836-a973bc9fdca5 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b9c14ccf-d932-46c8-8836-a973bc9fdca5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4460a3a0-1c38-4936-961c-9c08fcff0282 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4460a3a0-1c38-4936-961c-9c08fcff0282:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4460a3a0-1c38-4936-961c-9c08fcff0282:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4460a3a0-1c38-4936-961c-9c08fcff0282 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4460a3a0-1c38-4936-961c-9c08fcff0282.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4460a3a0-1c38-4936-961c-9c08fcff0282.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-4460a3a0-1c38-4936-961c-9c08fcff0282.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-138908d0-5444-4b65-8fc5-1ce524dd16d2 {
  display: none;
}
#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 {
  text-align: left;
}


.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 {
  max-width: 100%;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom,
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 {
  max-width: 100%;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom,
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 {
  max-width: 100%;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom,
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 {
  max-width: 100%;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom,
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 {
  max-width: 100%;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom,
.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec66e5e1-ef32-4843-ab14-ed17b8c6ea25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b7ac66a6-bc0d-418f-b77b-480c40301283 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7ac66a6-bc0d-418f-b77b-480c40301283 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d6c961b3-c026-4070-a48f-fbf31ff41388 {
  padding-bottom: 10px;
text-align: center;
}

#s-d6c961b3-c026-4070-a48f-fbf31ff41388 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d6c961b3-c026-4070-a48f-fbf31ff41388 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d6c961b3-c026-4070-a48f-fbf31ff41388 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f8bc0fe-b23f-47be-985d-83f2313ef3ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8f8bc0fe-b23f-47be-985d-83f2313ef3ad:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f8bc0fe-b23f-47be-985d-83f2313ef3ad:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8f8bc0fe-b23f-47be-985d-83f2313ef3ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f8bc0fe-b23f-47be-985d-83f2313ef3ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f8bc0fe-b23f-47be-985d-83f2313ef3ad.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-8f8bc0fe-b23f-47be-985d-83f2313ef3ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-99416da7-f884-4445-a247-c698996cfb7b {
  display: none;
}
#s-ad8135fb-19de-4ac1-8e12-728fd338502f {
  text-align: left;
}


.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f {
  max-width: 100%;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom,
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f {
  max-width: 100%;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom,
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f {
  max-width: 100%;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom,
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f {
  max-width: 100%;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom,
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f {
  max-width: 100%;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom,
.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad8135fb-19de-4ac1-8e12-728fd338502f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-111f2b73-2ca7-44b3-98d9-bc27d1ca077f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-111f2b73-2ca7-44b3-98d9-bc27d1ca077f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f91dd788-48f7-431a-a1f1-3e47921c8d49 {
  padding-bottom: 10px;
text-align: center;
}

#s-f91dd788-48f7-431a-a1f1-3e47921c8d49 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f91dd788-48f7-431a-a1f1-3e47921c8d49 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f91dd788-48f7-431a-a1f1-3e47921c8d49 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2640eab9-be99-4158-abc3-bbe1a9a7512f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2640eab9-be99-4158-abc3-bbe1a9a7512f:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2640eab9-be99-4158-abc3-bbe1a9a7512f:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2640eab9-be99-4158-abc3-bbe1a9a7512f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2640eab9-be99-4158-abc3-bbe1a9a7512f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2640eab9-be99-4158-abc3-bbe1a9a7512f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-2640eab9-be99-4158-abc3-bbe1a9a7512f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7d2d9d0f-f1bb-4b0f-bc0c-89a65e06bf0e {
  display: none;
}
#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 {
  text-align: left;
}


.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 {
  max-width: 100%;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom,
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 {
  max-width: 100%;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom,
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 {
  max-width: 100%;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom,
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 {
  max-width: 100%;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom,
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 {
  max-width: 100%;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom,
.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-187cf175-6f0f-43fc-aa61-9329a209d0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ea0a900-f1ee-4d32-a4c4-51af6886bee4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ea0a900-f1ee-4d32-a4c4-51af6886bee4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b4db3105-b849-4384-8587-c4e3c2c9b2bf {
  padding-bottom: 10px;
text-align: center;
}

#s-b4db3105-b849-4384-8587-c4e3c2c9b2bf .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b4db3105-b849-4384-8587-c4e3c2c9b2bf .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b4db3105-b849-4384-8587-c4e3c2c9b2bf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e1057e7f-0a0e-4509-847d-7b45c9deaeba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e1057e7f-0a0e-4509-847d-7b45c9deaeba:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e1057e7f-0a0e-4509-847d-7b45c9deaeba:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e1057e7f-0a0e-4509-847d-7b45c9deaeba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1057e7f-0a0e-4509-847d-7b45c9deaeba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1057e7f-0a0e-4509-847d-7b45c9deaeba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-e1057e7f-0a0e-4509-847d-7b45c9deaeba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-68e3ab81-7de0-497a-af98-b18568eb4eca {
  display: none;
}
#s-07009318-eb17-411d-9c06-272a0a0bc243 {
  text-align: left;
}


.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 {
  max-width: 100%;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom,
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 {
  max-width: 100%;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom,
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 {
  max-width: 100%;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom,
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 {
  max-width: 100%;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom,
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 {
  max-width: 100%;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom,
.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07009318-eb17-411d-9c06-272a0a0bc243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-499678f1-503f-4da4-b314-958befb592af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-499678f1-503f-4da4-b314-958befb592af .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0afd0ee3-9a7a-4881-8b33-b93f59ef8aa3 {
  padding-bottom: 10px;
text-align: center;
}

#s-0afd0ee3-9a7a-4881-8b33-b93f59ef8aa3 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0afd0ee3-9a7a-4881-8b33-b93f59ef8aa3 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0afd0ee3-9a7a-4881-8b33-b93f59ef8aa3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f44a832b-2957-4d7f-89a8-ad3b569b53f2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f44a832b-2957-4d7f-89a8-ad3b569b53f2:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f44a832b-2957-4d7f-89a8-ad3b569b53f2:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f44a832b-2957-4d7f-89a8-ad3b569b53f2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f44a832b-2957-4d7f-89a8-ad3b569b53f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f44a832b-2957-4d7f-89a8-ad3b569b53f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-f44a832b-2957-4d7f-89a8-ad3b569b53f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fd48feaa-e3de-40f9-b28b-bc020a7c0ee2 {
  display: none;
}
#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 {
  text-align: left;
}


.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 {
  max-width: 100%;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom,
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 {
  max-width: 100%;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom,
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 {
  max-width: 100%;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom,
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 {
  max-width: 100%;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom,
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 {
  max-width: 100%;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom,
.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c713ae08-1b8c-4164-a45e-5c8aa67033a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7e74c56d-a549-419d-a550-ae3a6fa000af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e74c56d-a549-419d-a550-ae3a6fa000af .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-337a659c-01ec-46c1-ada2-285887a503f6 {
  padding-bottom: 10px;
text-align: center;
}

#s-337a659c-01ec-46c1-ada2-285887a503f6 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-337a659c-01ec-46c1-ada2-285887a503f6 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-337a659c-01ec-46c1-ada2-285887a503f6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dda7f16d-81a3-4f42-80dc-072de26dd918 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dda7f16d-81a3-4f42-80dc-072de26dd918:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dda7f16d-81a3-4f42-80dc-072de26dd918:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-dda7f16d-81a3-4f42-80dc-072de26dd918 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda7f16d-81a3-4f42-80dc-072de26dd918.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda7f16d-81a3-4f42-80dc-072de26dd918.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-dda7f16d-81a3-4f42-80dc-072de26dd918.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6c185f07-787d-49f2-9719-38c90f4e6196 {
  display: none;
}
#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d {
  text-align: left;
}


.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d {
  max-width: 100%;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom,
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d {
  max-width: 100%;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom,
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d {
  max-width: 100%;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom,
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d {
  max-width: 100%;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom,
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d {
  max-width: 100%;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom,
.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b6c4a0-ea13-4e9b-ac60-15682b1a506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c4221ac5-7cd8-4ad7-93c8-0b57a0e1695c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4221ac5-7cd8-4ad7-93c8-0b57a0e1695c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-270535c4-da6f-4269-a14a-142b84aa0440 {
  padding-bottom: 10px;
text-align: center;
}

#s-270535c4-da6f-4269-a14a-142b84aa0440 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-270535c4-da6f-4269-a14a-142b84aa0440 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-270535c4-da6f-4269-a14a-142b84aa0440 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bf0b867a-6761-4999-97f5-cf009cde4288 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bf0b867a-6761-4999-97f5-cf009cde4288:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf0b867a-6761-4999-97f5-cf009cde4288:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-bf0b867a-6761-4999-97f5-cf009cde4288 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf0b867a-6761-4999-97f5-cf009cde4288.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf0b867a-6761-4999-97f5-cf009cde4288.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-bf0b867a-6761-4999-97f5-cf009cde4288.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-89278de5-37d8-44e9-a13d-aff109aabca3 {
  display: none;
}
#s-c03277b4-ea91-4f7f-beda-e1383466674a {
  text-align: left;
}


.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a {
  max-width: 100%;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom,
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a {
  max-width: 100%;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom,
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a {
  max-width: 100%;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom,
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a {
  max-width: 100%;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom,
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a {
  max-width: 100%;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom,
.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c03277b4-ea91-4f7f-beda-e1383466674a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-01d6ba5c-ed59-4cde-8cd1-1e48dd2534cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01d6ba5c-ed59-4cde-8cd1-1e48dd2534cc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cf878916-ab73-46c4-b0aa-4071734de984 {
  padding-bottom: 10px;
text-align: center;
}

#s-cf878916-ab73-46c4-b0aa-4071734de984 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cf878916-ab73-46c4-b0aa-4071734de984 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cf878916-ab73-46c4-b0aa-4071734de984 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8b675029-6b4b-4c17-a28d-c03a18c942b7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8b675029-6b4b-4c17-a28d-c03a18c942b7:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b675029-6b4b-4c17-a28d-c03a18c942b7:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8b675029-6b4b-4c17-a28d-c03a18c942b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b675029-6b4b-4c17-a28d-c03a18c942b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b675029-6b4b-4c17-a28d-c03a18c942b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-8b675029-6b4b-4c17-a28d-c03a18c942b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cba477b6-0b13-4769-82cb-7c04107c4c5c {
  display: none;
}
#s-dad0a5db-272a-47b0-98f4-06413422c809 {
  text-align: left;
}


.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 {
  max-width: 100%;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom,
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 {
  max-width: 100%;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom,
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 {
  max-width: 100%;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom,
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 {
  max-width: 100%;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom,
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 {
  max-width: 100%;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom,
.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dad0a5db-272a-47b0-98f4-06413422c809 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2583d051-50ab-4763-8dae-130515322114 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2583d051-50ab-4763-8dae-130515322114 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-72e368ef-c190-4e9e-a8ed-cb276179bd65 {
  padding-bottom: 10px;
text-align: center;
}

#s-72e368ef-c190-4e9e-a8ed-cb276179bd65 .shg-product-sold-out {
  display: none;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-72e368ef-c190-4e9e-a8ed-cb276179bd65 .shg-product-price {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-72e368ef-c190-4e9e-a8ed-cb276179bd65 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e9881c88-4a0a-4825-a2c3-7c3c4eddc21b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 35, 52, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e9881c88-4a0a-4825-a2c3-7c3c4eddc21b:hover {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e9881c88-4a0a-4825-a2c3-7c3c4eddc21b:active {background-color: rgba(172, 30, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e9881c88-4a0a-4825-a2c3-7c3c4eddc21b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9881c88-4a0a-4825-a2c3-7c3c4eddc21b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9881c88-4a0a-4825-a2c3-7c3c4eddc21b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  block ;
}

#s-e9881c88-4a0a-4825-a2c3-7c3c4eddc21b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d1adee52-f2eb-44da-8ce8-df8385fd7b85 {
  padding-top: 50px;
padding-left: 150px;
padding-bottom: 50px;
padding-right: 150px;
min-height: 50px;
background-color: rgba(202, 35, 52, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d1adee52-f2eb-44da-8ce8-df8385fd7b85 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d1adee52-f2eb-44da-8ce8-df8385fd7b85 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-d1adee52-f2eb-44da-8ce8-df8385fd7b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1adee52-f2eb-44da-8ce8-df8385fd7b85.shg-box.shg-c {
  justify-content: center;
}

#s-6484752f-bcb6-4456-b4c1-651df22d067c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6484752f-bcb6-4456-b4c1-651df22d067c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Gotham;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c87b6d5c-08c7-465f-a980-46aa2f4acdfd {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c87b6d5c-08c7-465f-a980-46aa2f4acdfd:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c87b6d5c-08c7-465f-a980-46aa2f4acdfd:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-c87b6d5c-08c7-465f-a980-46aa2f4acdfd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham;
  display:  inline-block ;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
