#s-7438f414-7c42-4060-a31e-0e639c552957 { background-color: rgba(0, 0, 0, 1); }
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > div > span {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span {
    line-height: 45px;
  }

  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }
  
  .shogun-countdown-small > span {
    line-height: 30px;
  }

  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span {
    line-height: 68px;
  }
  
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-f7be6521-7e76-401a-826e-681874ebe4f7 { background-color: rgba(0, 0, 0, 1); }
#s-f7be6521-7e76-401a-826e-681874ebe4f7 .shogun-countdown span, #s-f7be6521-7e76-401a-826e-681874ebe4f7 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
.shg-box {
  position: relative;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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-3842c28e-fe9d-43a9-8aa2-355ea23044a1 { margin-top: -5px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px; }
#s-3842c28e-fe9d-43a9-8aa2-355ea23044a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
/*
  $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 {
    display: block;
  }

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

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

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

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

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

#s-aad417ab-86cb-4505-b581-d676f281c27c {
  display: none;
}
img.shogun-image {
  display: block;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.shg-product-image-wrapper {
  display: none;
}

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

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

#s-3a34893a-a5eb-40bd-bc3e-aa034ce38d39 { text-align: center; }
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-79fbbc88-e1bf-4b71-9022-c5b1adc71fe1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-79fbbc88-e1bf-4b71-9022-c5b1adc71fe1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
}
#s-bfd086cd-c7d3-4035-9969-e2575048ed8a { text-align: center; }
#s-bfd086cd-c7d3-4035-9969-e2575048ed8a .shg-product-sold-out {
  display: none;
}

#s-bfd086cd-c7d3-4035-9969-e2575048ed8a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-bfd086cd-c7d3-4035-9969-e2575048ed8a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.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%;
}

#s-f4355ad1-7f15-4c38-abad-6c278175cba8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1); }
#s-f4355ad1-7f15-4c38-abad-6c278175cba8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-f4355ad1-7f15-4c38-abad-6c278175cba8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f4355ad1-7f15-4c38-abad-6c278175cba8 {
  display: block;
  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-f4355ad1-7f15-4c38-abad-6c278175cba8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4355ad1-7f15-4c38-abad-6c278175cba8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f4355ad1-7f15-4c38-abad-6c278175cba8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-244b515d-35ff-4a07-a12f-d02dfa439a9b {
  display: none;
}
#s-49e5b670-ba9c-43f0-8bdc-3adf7f705e49 { text-align: center; }
#s-c8adde1c-8b9f-436b-b0ec-1be365781c31 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c8adde1c-8b9f-436b-b0ec-1be365781c31 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
}
#s-a7eb7180-f009-4ca7-bedb-ebddac3cc634 { text-align: center; }
#s-a7eb7180-f009-4ca7-bedb-ebddac3cc634 .shg-product-sold-out {
  display: none;
}

#s-a7eb7180-f009-4ca7-bedb-ebddac3cc634 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-a7eb7180-f009-4ca7-bedb-ebddac3cc634 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-857bd7b6-2e10-4d14-a201-2f7215a05c3c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1); }
#s-857bd7b6-2e10-4d14-a201-2f7215a05c3c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-857bd7b6-2e10-4d14-a201-2f7215a05c3c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-857bd7b6-2e10-4d14-a201-2f7215a05c3c {
  display: block;
  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-857bd7b6-2e10-4d14-a201-2f7215a05c3c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-857bd7b6-2e10-4d14-a201-2f7215a05c3c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-857bd7b6-2e10-4d14-a201-2f7215a05c3c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f1a7c924-b0d5-4af0-9d1a-ee145892f43e {
  display: none;
}
#s-93c9d8b6-4ce5-4975-b249-4854975bbd97 { text-align: center; }
#s-79d5c0db-4b79-4591-a5d5-f47dba6101e4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-79d5c0db-4b79-4591-a5d5-f47dba6101e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
}
#s-64edc41f-bbf4-43fa-99df-b865ad9dfe9e { text-align: center; }
#s-64edc41f-bbf4-43fa-99df-b865ad9dfe9e .shg-product-sold-out {
  display: none;
}

#s-64edc41f-bbf4-43fa-99df-b865ad9dfe9e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-64edc41f-bbf4-43fa-99df-b865ad9dfe9e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-20709e3b-d547-4c66-a828-ea41b9fd0d41 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1); }
#s-20709e3b-d547-4c66-a828-ea41b9fd0d41:hover {border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-20709e3b-d547-4c66-a828-ea41b9fd0d41:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-20709e3b-d547-4c66-a828-ea41b9fd0d41 {
  display: block;
  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-20709e3b-d547-4c66-a828-ea41b9fd0d41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20709e3b-d547-4c66-a828-ea41b9fd0d41.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-20709e3b-d547-4c66-a828-ea41b9fd0d41.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 0px;
  color: ;
}



#s-98dfe7cd-7c6d-481d-ad87-f937908dc374 {
  display: none;
}
#s-d87b2312-f7f8-4343-9036-b93db2465a3c { text-align: left; }
#s-76d31a5c-7acb-40f3-aba1-838d98b423ad { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-76d31a5c-7acb-40f3-aba1-838d98b423ad .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-9698d4da-a945-4fc1-be27-2d50f9535320 { text-align: left; }
#s-9698d4da-a945-4fc1-be27-2d50f9535320 .shg-product-sold-out {
  display: none;
}

#s-9698d4da-a945-4fc1-be27-2d50f9535320 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9698d4da-a945-4fc1-be27-2d50f9535320 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7cee5c9e-50ed-4bf4-93e1-f755fab08442 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-7cee5c9e-50ed-4bf4-93e1-f755fab08442:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-7cee5c9e-50ed-4bf4-93e1-f755fab08442:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7cee5c9e-50ed-4bf4-93e1-f755fab08442 {
  display: block;
  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-7cee5c9e-50ed-4bf4-93e1-f755fab08442.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cee5c9e-50ed-4bf4-93e1-f755fab08442.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7cee5c9e-50ed-4bf4-93e1-f755fab08442.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fe778e39-1ee5-403f-b7b3-fdbc6d842606 {
  display: none;
}
#s-8a871be5-676d-426a-8c29-604ef0700af3 { text-align: left; }
#s-a2b6e01b-125a-461c-a34b-58ecc5a2b99f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a2b6e01b-125a-461c-a34b-58ecc5a2b99f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-4b22dfc5-a202-40b4-9fec-2858bedba0cc { text-align: left; }
#s-4b22dfc5-a202-40b4-9fec-2858bedba0cc .shg-product-sold-out {
  display: none;
}

#s-4b22dfc5-a202-40b4-9fec-2858bedba0cc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4b22dfc5-a202-40b4-9fec-2858bedba0cc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fd05c9fa-79de-41f4-a015-9e8635392b2b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-fd05c9fa-79de-41f4-a015-9e8635392b2b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-fd05c9fa-79de-41f4-a015-9e8635392b2b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-fd05c9fa-79de-41f4-a015-9e8635392b2b {
  display: block;
  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-fd05c9fa-79de-41f4-a015-9e8635392b2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd05c9fa-79de-41f4-a015-9e8635392b2b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-fd05c9fa-79de-41f4-a015-9e8635392b2b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3e1aafd1-f503-4dc6-8453-62e657ea2243 {
  display: none;
}
#s-7c065006-cd44-487c-8494-2ebc7a8bd031 { text-align: left; }
#s-1a166921-fb28-40a8-9035-8e0b2a02df23 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1a166921-fb28-40a8-9035-8e0b2a02df23 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-aa212cdb-e4fb-4676-9980-ad2482e0789f { text-align: left; }
#s-aa212cdb-e4fb-4676-9980-ad2482e0789f .shg-product-sold-out {
  display: none;
}

#s-aa212cdb-e4fb-4676-9980-ad2482e0789f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-aa212cdb-e4fb-4676-9980-ad2482e0789f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-64f9a048-3e05-4486-81c9-231557349af1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-64f9a048-3e05-4486-81c9-231557349af1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-64f9a048-3e05-4486-81c9-231557349af1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-64f9a048-3e05-4486-81c9-231557349af1 {
  display: block;
  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-64f9a048-3e05-4486-81c9-231557349af1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-64f9a048-3e05-4486-81c9-231557349af1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-64f9a048-3e05-4486-81c9-231557349af1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-90cc58a5-9834-4598-bd4c-7430396974eb {
  display: none;
}
#s-8b1c631e-b871-402b-9235-08cfa304a2b6 { text-align: left; }
#s-28738e93-a4cf-41dd-9120-53c91383bb4c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-28738e93-a4cf-41dd-9120-53c91383bb4c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-b05f127a-89af-4f4b-86f2-4c1d72c267a2 { text-align: left; }
#s-b05f127a-89af-4f4b-86f2-4c1d72c267a2 .shg-product-sold-out {
  display: none;
}

#s-b05f127a-89af-4f4b-86f2-4c1d72c267a2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b05f127a-89af-4f4b-86f2-4c1d72c267a2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-aa59037f-f953-42ea-b35a-a913376e6c1a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-aa59037f-f953-42ea-b35a-a913376e6c1a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-aa59037f-f953-42ea-b35a-a913376e6c1a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-aa59037f-f953-42ea-b35a-a913376e6c1a {
  display: block;
  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-aa59037f-f953-42ea-b35a-a913376e6c1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa59037f-f953-42ea-b35a-a913376e6c1a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-aa59037f-f953-42ea-b35a-a913376e6c1a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3bd4e4b6-7353-4f6d-a46e-45a4cf6e1cd9 {
  display: none;
}
#s-84f01fd6-90a8-451d-a9c1-5d77a7468255 { text-align: left; }
#s-6a3bcc91-2d97-4122-99d1-3d347f3c6c15 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6a3bcc91-2d97-4122-99d1-3d347f3c6c15 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-f4b3c3f2-36cb-45d2-a7b2-dd96579a9f2d { text-align: left; }
#s-f4b3c3f2-36cb-45d2-a7b2-dd96579a9f2d .shg-product-sold-out {
  display: none;
}

#s-f4b3c3f2-36cb-45d2-a7b2-dd96579a9f2d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f4b3c3f2-36cb-45d2-a7b2-dd96579a9f2d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e98836ee-b163-4141-b7d3-896711c11bca { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-e98836ee-b163-4141-b7d3-896711c11bca:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-e98836ee-b163-4141-b7d3-896711c11bca:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e98836ee-b163-4141-b7d3-896711c11bca {
  display: block;
  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-e98836ee-b163-4141-b7d3-896711c11bca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e98836ee-b163-4141-b7d3-896711c11bca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e98836ee-b163-4141-b7d3-896711c11bca.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e6f1e441-362d-4f83-9094-5bed204bba0e {
  display: none;
}
#s-cec043e8-7683-458b-bc8f-fa5a148b05bf { text-align: left; }
#s-93c1dd49-ff3f-4c62-b3c8-9e42c525c7e6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-93c1dd49-ff3f-4c62-b3c8-9e42c525c7e6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-87dfa27f-0f6b-44cf-80fa-54dfa7ae0361 { text-align: left; }
#s-87dfa27f-0f6b-44cf-80fa-54dfa7ae0361 .shg-product-sold-out {
  display: none;
}

#s-87dfa27f-0f6b-44cf-80fa-54dfa7ae0361 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-87dfa27f-0f6b-44cf-80fa-54dfa7ae0361 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a61e0cb3-04e2-4b29-9d2c-88d8b7020d64 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-a61e0cb3-04e2-4b29-9d2c-88d8b7020d64:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-a61e0cb3-04e2-4b29-9d2c-88d8b7020d64:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a61e0cb3-04e2-4b29-9d2c-88d8b7020d64 {
  display: block;
  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-a61e0cb3-04e2-4b29-9d2c-88d8b7020d64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a61e0cb3-04e2-4b29-9d2c-88d8b7020d64.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a61e0cb3-04e2-4b29-9d2c-88d8b7020d64.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d57a60ed-7531-419e-916d-3a4c012417f4 {
  display: none;
}
#s-aed752c9-a8b5-4438-b2e9-58f4603a9ae7 { text-align: left; }
#s-10554609-761c-4804-8185-340392e75497 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-10554609-761c-4804-8185-340392e75497 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-c85cfc53-c533-4b43-b627-fb556d52e5e2 { text-align: left; }
#s-c85cfc53-c533-4b43-b627-fb556d52e5e2 .shg-product-sold-out {
  display: none;
}

#s-c85cfc53-c533-4b43-b627-fb556d52e5e2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c85cfc53-c533-4b43-b627-fb556d52e5e2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d4f17887-a2c5-405e-aa80-de7c4d31238d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-d4f17887-a2c5-405e-aa80-de7c4d31238d:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-d4f17887-a2c5-405e-aa80-de7c4d31238d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d4f17887-a2c5-405e-aa80-de7c4d31238d {
  display: block;
  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-d4f17887-a2c5-405e-aa80-de7c4d31238d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4f17887-a2c5-405e-aa80-de7c4d31238d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d4f17887-a2c5-405e-aa80-de7c4d31238d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ff6e29c0-c03c-4fe7-980f-e6baa75cacd3 {
  display: none;
}
#s-bd35a3ad-91ea-4569-98ad-2aea61e82778 { text-align: left; }
#s-f0c5294b-d2b7-4c86-aebe-c1ede3924361 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f0c5294b-d2b7-4c86-aebe-c1ede3924361 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-bcc16ac0-c234-4424-9e27-4785f5301189 { text-align: left; }
#s-bcc16ac0-c234-4424-9e27-4785f5301189 .shg-product-sold-out {
  display: none;
}

#s-bcc16ac0-c234-4424-9e27-4785f5301189 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bcc16ac0-c234-4424-9e27-4785f5301189 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-211036d9-6456-48bd-adcd-fbdc578e3b9e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-211036d9-6456-48bd-adcd-fbdc578e3b9e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-211036d9-6456-48bd-adcd-fbdc578e3b9e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-211036d9-6456-48bd-adcd-fbdc578e3b9e {
  display: block;
  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-211036d9-6456-48bd-adcd-fbdc578e3b9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-211036d9-6456-48bd-adcd-fbdc578e3b9e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-211036d9-6456-48bd-adcd-fbdc578e3b9e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d6746010-ceec-40ab-b2ab-5a31d7f5fc53 {
  display: none;
}
#s-94f095bb-966a-4e83-9dda-f3b956506c5a { text-align: left; }
#s-cb584274-8727-42f6-8cb3-8871f93b7ef0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cb584274-8727-42f6-8cb3-8871f93b7ef0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-2788941c-c269-470b-9ba2-bee7934c20ba { text-align: left; }
#s-2788941c-c269-470b-9ba2-bee7934c20ba .shg-product-sold-out {
  display: none;
}

#s-2788941c-c269-470b-9ba2-bee7934c20ba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2788941c-c269-470b-9ba2-bee7934c20ba .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bb7b4c7a-f31a-4bc1-829f-32a397434cf1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-bb7b4c7a-f31a-4bc1-829f-32a397434cf1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-bb7b4c7a-f31a-4bc1-829f-32a397434cf1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bb7b4c7a-f31a-4bc1-829f-32a397434cf1 {
  display: block;
  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-bb7b4c7a-f31a-4bc1-829f-32a397434cf1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb7b4c7a-f31a-4bc1-829f-32a397434cf1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bb7b4c7a-f31a-4bc1-829f-32a397434cf1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4748e25a-83f4-44aa-87bf-15580f9eaaeb {
  display: none;
}
#s-c556424b-7526-43eb-9de5-fd118e428d59 { text-align: left; }
#s-82128df0-e9b9-48c8-b44c-65b45e5732b2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-82128df0-e9b9-48c8-b44c-65b45e5732b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-63343845-8134-4899-bdb8-8ed7a6cf7683 { text-align: left; }
#s-63343845-8134-4899-bdb8-8ed7a6cf7683 .shg-product-sold-out {
  display: none;
}

#s-63343845-8134-4899-bdb8-8ed7a6cf7683 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-63343845-8134-4899-bdb8-8ed7a6cf7683 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-002d3320-616d-4786-9059-43993dc62f2d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-002d3320-616d-4786-9059-43993dc62f2d:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-002d3320-616d-4786-9059-43993dc62f2d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-002d3320-616d-4786-9059-43993dc62f2d {
  display: block;
  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-002d3320-616d-4786-9059-43993dc62f2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-002d3320-616d-4786-9059-43993dc62f2d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-002d3320-616d-4786-9059-43993dc62f2d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-95547a07-4d71-4196-823f-30fae95c43e8 { min-height: 50px; }
#s-95547a07-4d71-4196-823f-30fae95c43e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b57f4852-18ef-4d1b-a60c-5d233416667c { min-height: 50px; }
#s-b57f4852-18ef-4d1b-a60c-5d233416667c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6cf462a5-ab96-4e8f-8413-d50a09708593 { margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(236, 236, 236, 1); }
#s-6cf462a5-ab96-4e8f-8413-d50a09708593 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}
.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;
}

#s-865088b5-32a2-4843-ac0d-6df374ceeac2 { margin-left: 0px;
margin-right: 0px; }
@media (min-width: 0px) {
[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-865088b5-32a2-4843-ac0d-6df374ceeac2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-17abf99e-7ed9-4c30-9356-426ee45718e2 { margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px; }
.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-f535c863-a879-4ca6-bd3b-4881dd717be7 { margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px; }
 #s-f535c863-a879-4ca6-bd3b-4881dd717be7 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  900 ;
   font-family: Raleway;
   font-style:  normal ;
   font-size: 45px;
   text-align: left;
 }

 

#s-01948810-bda8-4431-98bd-4dc1ae2520aa { border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000; }
#s-575885c5-3371-4bea-9afb-678642deb76c { border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000; }
@media (min-width: 0px) {
[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-575885c5-3371-4bea-9afb-678642deb76c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

#s-5c1c2610-2b9c-4b88-9c50-bc75b2f553c9 { box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
opacity: 1;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-5c1c2610-2b9c-4b88-9c50-bc75b2f553c9:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-radius: 30px !important;
opacity: 1 !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-5c1c2610-2b9c-4b88-9c50-bc75b2f553c9:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-5c1c2610-2b9c-4b88-9c50-bc75b2f553c9.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  900 ;
   font-style:  normal ;
   font-family: Raleway;
 }
.shogun-image-container {
  position: relative;
}

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

.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 {
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox-item {
  cursor: pointer;
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox {
  display: none;
  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);
}

.shogun-lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shogun-lightbox-close {
  color: #fff;
  font-size: 45px;
  align-self: flex-end;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.shogun-lightbox-image-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px;
}

.shogun-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shogun-lightbox-close:hover,
.shogun-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

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

#s-af8735cf-d795-4ed6-a167-90bbd4007a59 { text-align: center; }
#s-2df217df-6cae-47dd-b26d-80a30f4d9f7e {
  display: none;
}
#s-43272a05-7511-4cc9-b4f4-fc51247b8769 { text-align: left; }
#s-51cb07f9-5b7c-46c1-a79d-fa267f1a6415 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-51cb07f9-5b7c-46c1-a79d-fa267f1a6415:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-51cb07f9-5b7c-46c1-a79d-fa267f1a6415:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-51cb07f9-5b7c-46c1-a79d-fa267f1a6415 {
  display: block;
  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-51cb07f9-5b7c-46c1-a79d-fa267f1a6415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51cb07f9-5b7c-46c1-a79d-fa267f1a6415.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-51cb07f9-5b7c-46c1-a79d-fa267f1a6415.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



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

#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%;
}
