.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-8395e5f8-0a81-429d-90d1-df6cc11e2521 { background-image: url(https://i.shgcdn.com/791e595c-fb10-4d0c-a402-2a9590e458d7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 460px;
background-position: center center; }
#s-8395e5f8-0a81-429d-90d1-df6cc11e2521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b95bc4b5-4eee-4ac1-96dd-4ee0d4c7945a { margin-top: 70px;
margin-bottom: 0px; }
#s-287414f8-1aac-4d77-8c7b-a41fd128b409 { min-height: 50px; }
#s-287414f8-1aac-4d77-8c7b-a41fd128b409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9b783289-27ed-4804-bf58-4e141a45b7f4 { min-height: 50px; }
#s-9b783289-27ed-4804-bf58-4e141a45b7f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e702f248-a720-4351-98ca-f7695b3ef3cd { padding-top: 30px; }
#s-4695b7a7-5ece-407e-8e4e-642051595f19 { min-height: 50px; }
#s-4695b7a7-5ece-407e-8e4e-642051595f19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-bc2ff1d5-2705-44bb-a396-3b57105a93b6 { padding-top: 10px;
padding-bottom: 10px; }
/*
  $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-32e4dad7-8136-4085-92f3-8ce16a5d8d73 { padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px; }
#s-cd6c7889-9bfc-45d5-b0bb-803b31606c0a {
  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-0a575367-3bad-45cc-98f8-9f0a461bf7d8 { text-align: left; }
.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-f720d4a0-4ffb-4239-bb0b-1c0f455f7bf8 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-f720d4a0-4ffb-4239-bb0b-1c0f455f7bf8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-fa8a5a1e-fb00-4327-874f-1013a99d3efc { text-align: left; }
#s-fa8a5a1e-fb00-4327-874f-1013a99d3efc .shg-product-sold-out {
  display: none;
}

#s-fa8a5a1e-fb00-4327-874f-1013a99d3efc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fa8a5a1e-fb00-4327-874f-1013a99d3efc .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-716457d0-898f-429d-a258-01cdca42a8d1 {
  display: none;
}
#s-abd94fe2-37ca-4082-b24c-a0fc8fb9bcf5 { text-align: left; }
#s-49a1613f-5f10-4847-97ab-cc9bd2248235 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-49a1613f-5f10-4847-97ab-cc9bd2248235 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-b6d5eb98-c605-4494-bde2-2dd481701d3e { text-align: left; }
#s-b6d5eb98-c605-4494-bde2-2dd481701d3e .shg-product-sold-out {
  display: none;
}

#s-b6d5eb98-c605-4494-bde2-2dd481701d3e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b6d5eb98-c605-4494-bde2-2dd481701d3e .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-702b2f99-23b0-4f72-9caa-78f6222a6b05 {
  display: none;
}
#s-ac0768e8-aa19-4116-b0ab-76a2da47782a { text-align: left; }
#s-d1eca691-11e8-4a66-8a6e-efd4a218064e { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-d1eca691-11e8-4a66-8a6e-efd4a218064e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-37ba507c-a02c-4560-b938-1f02addf9a78 { text-align: left; }
#s-37ba507c-a02c-4560-b938-1f02addf9a78 .shg-product-sold-out {
  display: none;
}

#s-37ba507c-a02c-4560-b938-1f02addf9a78 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-37ba507c-a02c-4560-b938-1f02addf9a78 .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-307faf5e-485d-4e52-8190-cdf38bf6e299 {
  display: none;
}
#s-eb9f75a2-9b80-4261-9aab-3a6a7ecb153f { text-align: left; }
#s-7885f178-f7e6-4386-a98d-6da00b25e1aa { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-7885f178-f7e6-4386-a98d-6da00b25e1aa .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-899ccd33-fd9a-4f36-ada8-afa6f013c871 { text-align: left; }
#s-899ccd33-fd9a-4f36-ada8-afa6f013c871 .shg-product-sold-out {
  display: none;
}

#s-899ccd33-fd9a-4f36-ada8-afa6f013c871 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-899ccd33-fd9a-4f36-ada8-afa6f013c871 .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-6c4ed4a7-178c-472e-9f4d-7b87ffa9bbde {
  display: none;
}
#s-8efec0cf-9433-4d10-ac2d-69787e39f879 { text-align: left; }
#s-1b1b217c-d234-40bb-8acc-1c0d518fedc2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1b1b217c-d234-40bb-8acc-1c0d518fedc2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-55ff6285-f03a-46e5-9e35-2eaed0865d4a { text-align: left; }
#s-55ff6285-f03a-46e5-9e35-2eaed0865d4a .shg-product-sold-out {
  display: none;
}

#s-55ff6285-f03a-46e5-9e35-2eaed0865d4a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-55ff6285-f03a-46e5-9e35-2eaed0865d4a .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-4c8c84e3-b17e-4025-8c16-414066ccefa9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-4c8c84e3-b17e-4025-8c16-414066ccefa9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-4c8c84e3-b17e-4025-8c16-414066ccefa9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4c8c84e3-b17e-4025-8c16-414066ccefa9 {
  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-4c8c84e3-b17e-4025-8c16-414066ccefa9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c8c84e3-b17e-4025-8c16-414066ccefa9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4c8c84e3-b17e-4025-8c16-414066ccefa9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c3deeafb-638d-4b57-ada3-ee9e4b028801 {
  display: none;
}
#s-799b7650-9b0c-4c4e-bb94-d419c89ee5d4 { text-align: left; }
#s-758f63f4-5ac8-4808-aaa8-c54229cb5af9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-758f63f4-5ac8-4808-aaa8-c54229cb5af9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bf5c3993-226b-4e5d-9882-e8f4750306c9 { text-align: left; }
#s-bf5c3993-226b-4e5d-9882-e8f4750306c9 .shg-product-sold-out {
  display: none;
}

#s-bf5c3993-226b-4e5d-9882-e8f4750306c9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bf5c3993-226b-4e5d-9882-e8f4750306c9 .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-64589f26-fb44-4013-a08a-58817214e109 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-64589f26-fb44-4013-a08a-58817214e109:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-64589f26-fb44-4013-a08a-58817214e109:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-64589f26-fb44-4013-a08a-58817214e109 {
  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-64589f26-fb44-4013-a08a-58817214e109.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-64589f26-fb44-4013-a08a-58817214e109.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-64589f26-fb44-4013-a08a-58817214e109.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8005ccb8-c770-4a03-baec-0a630f229d80 {
  display: none;
}
#s-68490a62-227d-4220-93f5-a896168d42cc { text-align: left; }
#s-825bf01b-8042-4aa5-bdea-6d16293595c8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-825bf01b-8042-4aa5-bdea-6d16293595c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-40629f86-330c-489c-803b-bf3453176d28 { text-align: left; }
#s-40629f86-330c-489c-803b-bf3453176d28 .shg-product-sold-out {
  display: none;
}

#s-40629f86-330c-489c-803b-bf3453176d28 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-40629f86-330c-489c-803b-bf3453176d28 .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-df03682f-05c6-400e-8c15-edf6c59c283f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-df03682f-05c6-400e-8c15-edf6c59c283f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-df03682f-05c6-400e-8c15-edf6c59c283f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-df03682f-05c6-400e-8c15-edf6c59c283f {
  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-df03682f-05c6-400e-8c15-edf6c59c283f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df03682f-05c6-400e-8c15-edf6c59c283f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-df03682f-05c6-400e-8c15-edf6c59c283f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-61c1e2da-8920-465b-b9be-638026db0648 {
  display: none;
}
#s-53d13f8b-931c-4457-bfc3-bafb78bb03b6 { text-align: left; }
#s-ddab5b92-b4f0-4664-bf88-31cf9fd7d018 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ddab5b92-b4f0-4664-bf88-31cf9fd7d018 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b3650534-dc4e-4f30-b2f8-f808970f7c3e { text-align: left; }
#s-b3650534-dc4e-4f30-b2f8-f808970f7c3e .shg-product-sold-out {
  display: none;
}

#s-b3650534-dc4e-4f30-b2f8-f808970f7c3e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b3650534-dc4e-4f30-b2f8-f808970f7c3e .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-83ae993e-5ad8-4435-9394-74b20cce7911 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-83ae993e-5ad8-4435-9394-74b20cce7911:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-83ae993e-5ad8-4435-9394-74b20cce7911:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-83ae993e-5ad8-4435-9394-74b20cce7911 {
  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-83ae993e-5ad8-4435-9394-74b20cce7911.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83ae993e-5ad8-4435-9394-74b20cce7911.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-83ae993e-5ad8-4435-9394-74b20cce7911.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3d23e5d2-d418-499b-a756-e9705039d960 {
  display: none;
}
#s-825878a9-3489-4905-9e5c-409dbc8185a3 { text-align: left; }
#s-091e9b48-3e0a-4ea4-9016-427b9d74e5ed { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-091e9b48-3e0a-4ea4-9016-427b9d74e5ed .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3a9fcae2-4ac2-4fba-b2a2-19d597518865 { text-align: left; }
#s-3a9fcae2-4ac2-4fba-b2a2-19d597518865 .shg-product-sold-out {
  display: none;
}

#s-3a9fcae2-4ac2-4fba-b2a2-19d597518865 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3a9fcae2-4ac2-4fba-b2a2-19d597518865 .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-a990885e-84b6-4fdc-887e-50f1777508a4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-a990885e-84b6-4fdc-887e-50f1777508a4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-a990885e-84b6-4fdc-887e-50f1777508a4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a990885e-84b6-4fdc-887e-50f1777508a4 {
  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-a990885e-84b6-4fdc-887e-50f1777508a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a990885e-84b6-4fdc-887e-50f1777508a4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a990885e-84b6-4fdc-887e-50f1777508a4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-544bab11-956a-4484-a386-0fc74abe3429 {
  display: none;
}
#s-4f770978-7545-47f7-9ce4-a87a7fe43d69 { text-align: left; }
#s-9b313981-7298-4e6b-be40-b9327ca98698 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9b313981-7298-4e6b-be40-b9327ca98698 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c0b8e285-c8c2-4f47-b68e-01a8698488ee { text-align: left; }
#s-c0b8e285-c8c2-4f47-b68e-01a8698488ee .shg-product-sold-out {
  display: none;
}

#s-c0b8e285-c8c2-4f47-b68e-01a8698488ee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c0b8e285-c8c2-4f47-b68e-01a8698488ee .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-b3e72920-30a8-4765-bf18-497ca466305c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-b3e72920-30a8-4765-bf18-497ca466305c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-b3e72920-30a8-4765-bf18-497ca466305c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b3e72920-30a8-4765-bf18-497ca466305c {
  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-b3e72920-30a8-4765-bf18-497ca466305c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3e72920-30a8-4765-bf18-497ca466305c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b3e72920-30a8-4765-bf18-497ca466305c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-713c2e1f-24b4-45db-8451-ba058ae2ac07 {
  display: none;
}
#s-bee72beb-5c1f-4e79-b0b7-d2ccd00ac251 { text-align: left; }
#s-187c1ca6-3926-45ce-9170-41178a32cb98 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-187c1ca6-3926-45ce-9170-41178a32cb98 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-14cff282-0902-4d7c-896b-384389efb510 { text-align: left; }
#s-14cff282-0902-4d7c-896b-384389efb510 .shg-product-sold-out {
  display: none;
}

#s-14cff282-0902-4d7c-896b-384389efb510 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-14cff282-0902-4d7c-896b-384389efb510 .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-6b332b81-03c9-455a-b48a-45ab9ddfcfbc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-6b332b81-03c9-455a-b48a-45ab9ddfcfbc:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-6b332b81-03c9-455a-b48a-45ab9ddfcfbc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6b332b81-03c9-455a-b48a-45ab9ddfcfbc {
  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-6b332b81-03c9-455a-b48a-45ab9ddfcfbc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b332b81-03c9-455a-b48a-45ab9ddfcfbc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6b332b81-03c9-455a-b48a-45ab9ddfcfbc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c5e50bc6-5979-4f20-bc68-3e90c50a196f {
  display: none;
}
#s-192014ba-418b-4833-be47-652c709e2863 { text-align: left; }
#s-ae2ce9a5-f7d6-4697-be58-f710880e90d6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ae2ce9a5-f7d6-4697-be58-f710880e90d6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5663187e-8b67-41da-b86c-514fe2958bb6 { text-align: left; }
#s-5663187e-8b67-41da-b86c-514fe2958bb6 .shg-product-sold-out {
  display: none;
}

#s-5663187e-8b67-41da-b86c-514fe2958bb6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5663187e-8b67-41da-b86c-514fe2958bb6 .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-65ad9ecb-e237-4d0f-9e39-0642f4e32bc1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-65ad9ecb-e237-4d0f-9e39-0642f4e32bc1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-65ad9ecb-e237-4d0f-9e39-0642f4e32bc1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-65ad9ecb-e237-4d0f-9e39-0642f4e32bc1 {
  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-65ad9ecb-e237-4d0f-9e39-0642f4e32bc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65ad9ecb-e237-4d0f-9e39-0642f4e32bc1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-65ad9ecb-e237-4d0f-9e39-0642f4e32bc1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-81423bdc-9c78-499d-b5be-99568ddb4cea {
  display: none;
}
#s-341710f9-eb28-4690-bc1e-724b5553569c { text-align: left; }
#s-608636a4-9c3f-4b05-8f9f-139f12414167 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-608636a4-9c3f-4b05-8f9f-139f12414167 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e9ab68a0-4db9-4244-a78a-7dc2c668d189 { text-align: left; }
#s-e9ab68a0-4db9-4244-a78a-7dc2c668d189 .shg-product-sold-out {
  display: none;
}

#s-e9ab68a0-4db9-4244-a78a-7dc2c668d189 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e9ab68a0-4db9-4244-a78a-7dc2c668d189 .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-d4a0a319-9ac3-46be-a5bd-7f7a7a705ef2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-d4a0a319-9ac3-46be-a5bd-7f7a7a705ef2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-d4a0a319-9ac3-46be-a5bd-7f7a7a705ef2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d4a0a319-9ac3-46be-a5bd-7f7a7a705ef2 {
  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-d4a0a319-9ac3-46be-a5bd-7f7a7a705ef2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4a0a319-9ac3-46be-a5bd-7f7a7a705ef2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d4a0a319-9ac3-46be-a5bd-7f7a7a705ef2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9d6ea439-b7dd-428b-8d46-e8ad5ca8bf18 {
  display: none;
}
#s-1e7db54d-c0f6-4a8d-be43-804b26b59825 { text-align: left; }
#s-f650cc3b-f96d-4b7b-a467-f60a45b2ef6c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f650cc3b-f96d-4b7b-a467-f60a45b2ef6c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6de150d8-9260-4e8e-9466-a0288d5672d8 { text-align: left; }
#s-6de150d8-9260-4e8e-9466-a0288d5672d8 .shg-product-sold-out {
  display: none;
}

#s-6de150d8-9260-4e8e-9466-a0288d5672d8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6de150d8-9260-4e8e-9466-a0288d5672d8 .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-143a3e28-bcf1-41b0-b4d3-da8d3159a3b0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-143a3e28-bcf1-41b0-b4d3-da8d3159a3b0:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-143a3e28-bcf1-41b0-b4d3-da8d3159a3b0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-143a3e28-bcf1-41b0-b4d3-da8d3159a3b0 {
  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-143a3e28-bcf1-41b0-b4d3-da8d3159a3b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-143a3e28-bcf1-41b0-b4d3-da8d3159a3b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-143a3e28-bcf1-41b0-b4d3-da8d3159a3b0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-faf46f6a-8d9f-47d9-87c5-997a4bf02e03 {
  display: none;
}
#s-716f7f09-c04a-4956-840c-7e54f7dc1120 { text-align: left; }
#s-68d7835e-0990-4fdc-a254-12b2ef4c548e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-68d7835e-0990-4fdc-a254-12b2ef4c548e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-89b0b8e9-a707-4c0d-8dc6-209c3c82fe7e { text-align: left; }
#s-89b0b8e9-a707-4c0d-8dc6-209c3c82fe7e .shg-product-sold-out {
  display: none;
}

#s-89b0b8e9-a707-4c0d-8dc6-209c3c82fe7e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-89b0b8e9-a707-4c0d-8dc6-209c3c82fe7e .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-92c6873b-35a8-4871-b25d-fbe5ce8b8778 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-92c6873b-35a8-4871-b25d-fbe5ce8b8778:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-92c6873b-35a8-4871-b25d-fbe5ce8b8778:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-92c6873b-35a8-4871-b25d-fbe5ce8b8778 {
  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-92c6873b-35a8-4871-b25d-fbe5ce8b8778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92c6873b-35a8-4871-b25d-fbe5ce8b8778.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-92c6873b-35a8-4871-b25d-fbe5ce8b8778.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-507069ae-6f47-411d-8025-ce6061e52125 {
  display: none;
}
#s-8e3f9d43-7c87-4ee3-9dd6-5f979c2ddea4 { text-align: left; }
#s-aa62c5c4-49eb-4857-a47b-90bbe57b8315 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-aa62c5c4-49eb-4857-a47b-90bbe57b8315 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f1415656-b32a-417e-bb2b-8c3f01671c3b { text-align: left; }
#s-f1415656-b32a-417e-bb2b-8c3f01671c3b .shg-product-sold-out {
  display: none;
}

#s-f1415656-b32a-417e-bb2b-8c3f01671c3b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f1415656-b32a-417e-bb2b-8c3f01671c3b .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-4f67306b-9250-4483-9219-d2e74f4dad04 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-4f67306b-9250-4483-9219-d2e74f4dad04:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-4f67306b-9250-4483-9219-d2e74f4dad04:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4f67306b-9250-4483-9219-d2e74f4dad04 {
  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-4f67306b-9250-4483-9219-d2e74f4dad04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f67306b-9250-4483-9219-d2e74f4dad04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4f67306b-9250-4483-9219-d2e74f4dad04.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-89ac20af-44d3-4dda-a62b-0cebc9c43fdf {
  display: none;
}
#s-e188e0d0-f47f-43ce-a43f-a0e248e34722 { text-align: left; }
#s-382f5450-0cad-4ae5-aa6a-95cbfa89a601 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-382f5450-0cad-4ae5-aa6a-95cbfa89a601 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6a545eef-53b8-4aeb-bd13-f2275c60f6d7 { text-align: left; }
#s-6a545eef-53b8-4aeb-bd13-f2275c60f6d7 .shg-product-sold-out {
  display: none;
}

#s-6a545eef-53b8-4aeb-bd13-f2275c60f6d7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6a545eef-53b8-4aeb-bd13-f2275c60f6d7 .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-ebb53a59-5ae0-4b4a-8c5b-7d8ea5755882 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-ebb53a59-5ae0-4b4a-8c5b-7d8ea5755882:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-ebb53a59-5ae0-4b4a-8c5b-7d8ea5755882:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ebb53a59-5ae0-4b4a-8c5b-7d8ea5755882 {
  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-ebb53a59-5ae0-4b4a-8c5b-7d8ea5755882.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebb53a59-5ae0-4b4a-8c5b-7d8ea5755882.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ebb53a59-5ae0-4b4a-8c5b-7d8ea5755882.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e0f4d6e3-9388-4fe0-82f1-86aae7ba8f88 {
  display: none;
}
#s-5ec3ea6f-eacd-46d4-88dd-248aa874b8a8 { text-align: left; }
#s-2bf172fa-0cd8-4e25-b648-79070900a370 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2bf172fa-0cd8-4e25-b648-79070900a370 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e5247538-54fb-4392-9505-10231fe6d344 { text-align: left; }
#s-e5247538-54fb-4392-9505-10231fe6d344 .shg-product-sold-out {
  display: none;
}

#s-e5247538-54fb-4392-9505-10231fe6d344 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e5247538-54fb-4392-9505-10231fe6d344 .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-6c1ee64c-665b-4b88-94a4-9fbea85bc2a0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-6c1ee64c-665b-4b88-94a4-9fbea85bc2a0:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-6c1ee64c-665b-4b88-94a4-9fbea85bc2a0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6c1ee64c-665b-4b88-94a4-9fbea85bc2a0 {
  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-6c1ee64c-665b-4b88-94a4-9fbea85bc2a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c1ee64c-665b-4b88-94a4-9fbea85bc2a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6c1ee64c-665b-4b88-94a4-9fbea85bc2a0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b8028ee1-361d-461c-b89c-cd02e49a07e7 {
  display: none;
}
#s-eeea7402-9da2-44af-a681-b3c226efff6d { text-align: left; }
#s-04166e89-0aa1-401e-baa7-f108197f3fad { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-04166e89-0aa1-401e-baa7-f108197f3fad .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d33b9198-ada9-4fee-8175-fa89d7104864 { text-align: left; }
#s-d33b9198-ada9-4fee-8175-fa89d7104864 .shg-product-sold-out {
  display: none;
}

#s-d33b9198-ada9-4fee-8175-fa89d7104864 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d33b9198-ada9-4fee-8175-fa89d7104864 .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-4b582d1c-3e2f-46e2-98bc-4953ad967460 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-4b582d1c-3e2f-46e2-98bc-4953ad967460:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-4b582d1c-3e2f-46e2-98bc-4953ad967460:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4b582d1c-3e2f-46e2-98bc-4953ad967460 {
  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-4b582d1c-3e2f-46e2-98bc-4953ad967460.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b582d1c-3e2f-46e2-98bc-4953ad967460.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4b582d1c-3e2f-46e2-98bc-4953ad967460.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-051ac160-f21f-48ce-867c-9a820db9f86a {
  display: none;
}
#s-346b62be-0ca7-405b-8c44-d2f8385cfc12 { text-align: left; }
#s-8fa0b477-37e4-4cc3-9005-026fba4fe98e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8fa0b477-37e4-4cc3-9005-026fba4fe98e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1c706439-ae3f-4c5f-b0f9-e217e329cdae { text-align: left; }
#s-1c706439-ae3f-4c5f-b0f9-e217e329cdae .shg-product-sold-out {
  display: none;
}

#s-1c706439-ae3f-4c5f-b0f9-e217e329cdae .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1c706439-ae3f-4c5f-b0f9-e217e329cdae .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-c4af7f61-4de5-4555-ae8f-5d2a816448fc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-c4af7f61-4de5-4555-ae8f-5d2a816448fc:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-c4af7f61-4de5-4555-ae8f-5d2a816448fc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c4af7f61-4de5-4555-ae8f-5d2a816448fc {
  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-c4af7f61-4de5-4555-ae8f-5d2a816448fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4af7f61-4de5-4555-ae8f-5d2a816448fc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c4af7f61-4de5-4555-ae8f-5d2a816448fc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-94400141-5ac2-4c35-98df-865bc4598927 {
  display: none;
}
#s-b4ff914e-ffb6-4965-a336-82a035142a5f { text-align: left; }
#s-845dab06-a786-4fe0-8d8f-60d0670f3ab0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-845dab06-a786-4fe0-8d8f-60d0670f3ab0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-767727d1-8791-422c-b498-657edf77f45e { text-align: left; }
#s-767727d1-8791-422c-b498-657edf77f45e .shg-product-sold-out {
  display: none;
}

#s-767727d1-8791-422c-b498-657edf77f45e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-767727d1-8791-422c-b498-657edf77f45e .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-73383de8-7d85-4385-a8df-a30127670fef { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-73383de8-7d85-4385-a8df-a30127670fef:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-73383de8-7d85-4385-a8df-a30127670fef:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-73383de8-7d85-4385-a8df-a30127670fef {
  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-73383de8-7d85-4385-a8df-a30127670fef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73383de8-7d85-4385-a8df-a30127670fef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-73383de8-7d85-4385-a8df-a30127670fef.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-da04a0c9-045d-4af6-ba1d-84adcd7638c5 {
  display: none;
}
#s-306ab014-4390-40bc-b681-40758658b98a { text-align: left; }
#s-1c59cedc-469d-455b-8a12-14ba786a5f1d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1c59cedc-469d-455b-8a12-14ba786a5f1d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-96a931ef-3cbd-4487-88a1-561daa0bdb30 { text-align: left; }
#s-96a931ef-3cbd-4487-88a1-561daa0bdb30 .shg-product-sold-out {
  display: none;
}

#s-96a931ef-3cbd-4487-88a1-561daa0bdb30 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-96a931ef-3cbd-4487-88a1-561daa0bdb30 .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-3662bb03-e283-43c4-ab11-3a740a6d2f51 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-3662bb03-e283-43c4-ab11-3a740a6d2f51:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3662bb03-e283-43c4-ab11-3a740a6d2f51:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3662bb03-e283-43c4-ab11-3a740a6d2f51 {
  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-3662bb03-e283-43c4-ab11-3a740a6d2f51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3662bb03-e283-43c4-ab11-3a740a6d2f51.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3662bb03-e283-43c4-ab11-3a740a6d2f51.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-97cb2601-ddad-42ea-956f-ca5ae34a7d02 {
  display: none;
}
#s-497ea30a-4446-4bc7-bf2f-1a598ad0979c { text-align: left; }
#s-cd8dfeb0-2c97-4909-9874-7785cd275b6e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cd8dfeb0-2c97-4909-9874-7785cd275b6e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-11e10b10-310e-4105-8d69-5cb2270f65c9 { text-align: left; }
#s-11e10b10-310e-4105-8d69-5cb2270f65c9 .shg-product-sold-out {
  display: none;
}

#s-11e10b10-310e-4105-8d69-5cb2270f65c9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-11e10b10-310e-4105-8d69-5cb2270f65c9 .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-a555b272-1049-4ad4-a0b5-1ca702ec7ee6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-a555b272-1049-4ad4-a0b5-1ca702ec7ee6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-a555b272-1049-4ad4-a0b5-1ca702ec7ee6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a555b272-1049-4ad4-a0b5-1ca702ec7ee6 {
  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-a555b272-1049-4ad4-a0b5-1ca702ec7ee6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a555b272-1049-4ad4-a0b5-1ca702ec7ee6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a555b272-1049-4ad4-a0b5-1ca702ec7ee6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d97d1b7b-2336-4082-9bf4-59f8e0621a46 {
  display: none;
}
#s-bf2bb481-4575-4717-bc20-289f07bc7e26 { text-align: left; }
#s-af746719-76ea-477a-85c3-3148207fa736 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-af746719-76ea-477a-85c3-3148207fa736 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7e4e13f0-ce40-4456-b085-f3dcc5836b17 { text-align: left; }
#s-7e4e13f0-ce40-4456-b085-f3dcc5836b17 .shg-product-sold-out {
  display: none;
}

#s-7e4e13f0-ce40-4456-b085-f3dcc5836b17 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7e4e13f0-ce40-4456-b085-f3dcc5836b17 .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-2ce3899e-c464-4f64-977b-e80fb882093c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-2ce3899e-c464-4f64-977b-e80fb882093c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-2ce3899e-c464-4f64-977b-e80fb882093c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2ce3899e-c464-4f64-977b-e80fb882093c {
  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-2ce3899e-c464-4f64-977b-e80fb882093c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ce3899e-c464-4f64-977b-e80fb882093c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2ce3899e-c464-4f64-977b-e80fb882093c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3eccdcf7-9913-4bb2-b6e2-e9c8fe8b5960 {
  display: none;
}
#s-9031ed9f-7b10-4f56-92ef-b062944ea800 { text-align: left; }
#s-3a11af9e-d4f4-4d03-b7f1-6d01e6ae9402 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3a11af9e-d4f4-4d03-b7f1-6d01e6ae9402 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8111f782-a2c6-4090-8a30-2ff081d6e6ef { text-align: left; }
#s-8111f782-a2c6-4090-8a30-2ff081d6e6ef .shg-product-sold-out {
  display: none;
}

#s-8111f782-a2c6-4090-8a30-2ff081d6e6ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8111f782-a2c6-4090-8a30-2ff081d6e6ef .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-23b3f95b-a2a4-4547-baed-a202e55a725e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-23b3f95b-a2a4-4547-baed-a202e55a725e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-23b3f95b-a2a4-4547-baed-a202e55a725e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-23b3f95b-a2a4-4547-baed-a202e55a725e {
  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-23b3f95b-a2a4-4547-baed-a202e55a725e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23b3f95b-a2a4-4547-baed-a202e55a725e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-23b3f95b-a2a4-4547-baed-a202e55a725e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-58440aa2-96c7-42a2-8eba-6bd0695b7db3 {
  display: none;
}
#s-10b9e003-1132-4e6c-82bb-9fe2c7391813 { text-align: left; }
#s-3e1f0387-2d63-4cc4-8082-0811950d05dd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3e1f0387-2d63-4cc4-8082-0811950d05dd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-77d21538-7413-414b-a697-8c7c9486ad14 { text-align: left; }
#s-77d21538-7413-414b-a697-8c7c9486ad14 .shg-product-sold-out {
  display: none;
}

#s-77d21538-7413-414b-a697-8c7c9486ad14 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-77d21538-7413-414b-a697-8c7c9486ad14 .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-f7e22eb1-184c-4324-86da-02ecb177749e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-f7e22eb1-184c-4324-86da-02ecb177749e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-f7e22eb1-184c-4324-86da-02ecb177749e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f7e22eb1-184c-4324-86da-02ecb177749e {
  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-f7e22eb1-184c-4324-86da-02ecb177749e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7e22eb1-184c-4324-86da-02ecb177749e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f7e22eb1-184c-4324-86da-02ecb177749e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-91023958-ae0b-44a5-9409-8cdec2e9c557 {
  display: none;
}
#s-fc36b059-ab63-4e2f-ab05-4bfe6db499a6 { text-align: left; }
#s-341618b0-d890-4da7-bf73-3b1b573d25d2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-341618b0-d890-4da7-bf73-3b1b573d25d2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b3a95e3c-9945-4ccc-9d03-e5f2aaedc2fb { text-align: left; }
#s-b3a95e3c-9945-4ccc-9d03-e5f2aaedc2fb .shg-product-sold-out {
  display: none;
}

#s-b3a95e3c-9945-4ccc-9d03-e5f2aaedc2fb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b3a95e3c-9945-4ccc-9d03-e5f2aaedc2fb .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-82bbefaa-d626-46dd-9174-79add87a9d96 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-82bbefaa-d626-46dd-9174-79add87a9d96:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-82bbefaa-d626-46dd-9174-79add87a9d96:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-82bbefaa-d626-46dd-9174-79add87a9d96 {
  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-82bbefaa-d626-46dd-9174-79add87a9d96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82bbefaa-d626-46dd-9174-79add87a9d96.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-82bbefaa-d626-46dd-9174-79add87a9d96.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-85347832-a31a-41b6-964e-f2ef0664242d { padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px; }
#s-7999a394-ab93-456e-a925-cfeb8a0f3f95 {
  display: none;
}
#s-869f320d-64b1-4dbb-bb20-0598483df37e { text-align: left; }
#s-4b5e6712-868e-411c-b1e9-b0bba57ed3cd { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-4b5e6712-868e-411c-b1e9-b0bba57ed3cd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-1ea44d0f-0dd6-467f-9580-94144dd68525 { text-align: left; }
#s-1ea44d0f-0dd6-467f-9580-94144dd68525 .shg-product-sold-out {
  display: none;
}

#s-1ea44d0f-0dd6-467f-9580-94144dd68525 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1ea44d0f-0dd6-467f-9580-94144dd68525 .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-57f3c4d5-6d8a-431c-87d5-3f524a47512b {
  display: none;
}
#s-29aff6ee-d43f-4df8-b8ef-c429007b1c96 { text-align: left; }
#s-509de362-32f5-4695-8ac1-a8a7198d2d85 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-509de362-32f5-4695-8ac1-a8a7198d2d85 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-e513d6cf-c5fc-4240-adea-34caab633480 { text-align: left; }
#s-e513d6cf-c5fc-4240-adea-34caab633480 .shg-product-sold-out {
  display: none;
}

#s-e513d6cf-c5fc-4240-adea-34caab633480 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e513d6cf-c5fc-4240-adea-34caab633480 .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-0a8cb5b9-923b-42f4-a7e5-08695c317e6d {
  display: none;
}
#s-e088c1f3-57b1-4666-a029-e04674ed3223 { text-align: left; }
#s-b27ac1e1-4886-49ad-8a65-2d45b109b003 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-b27ac1e1-4886-49ad-8a65-2d45b109b003 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-70910a78-4995-4cc6-956a-e2a08419b0d7 { text-align: left; }
#s-70910a78-4995-4cc6-956a-e2a08419b0d7 .shg-product-sold-out {
  display: none;
}

#s-70910a78-4995-4cc6-956a-e2a08419b0d7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-70910a78-4995-4cc6-956a-e2a08419b0d7 .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-a48e5796-2c8e-4488-a3c6-b66b750b63a5 {
  display: none;
}
#s-204993af-97e2-49d5-86aa-3bec48e61622 { text-align: left; }
#s-96fb39cb-6116-417c-8050-95095bded130 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-96fb39cb-6116-417c-8050-95095bded130 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-e5939a47-d478-4358-bd93-1b828a74b81c { text-align: left; }
#s-e5939a47-d478-4358-bd93-1b828a74b81c .shg-product-sold-out {
  display: none;
}

#s-e5939a47-d478-4358-bd93-1b828a74b81c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e5939a47-d478-4358-bd93-1b828a74b81c .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-8450a92d-07fa-4a7b-94b2-778186b20c5a {
  display: none;
}
#s-57e8822f-8b08-4e97-8506-1159d3d747ad { text-align: left; }
#s-e73b23c6-6653-48e8-b503-3bd68237a8eb { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-e73b23c6-6653-48e8-b503-3bd68237a8eb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-f7636c06-78c8-47ed-9c61-939f6ecfe40b { text-align: left; }
#s-f7636c06-78c8-47ed-9c61-939f6ecfe40b .shg-product-sold-out {
  display: none;
}

#s-f7636c06-78c8-47ed-9c61-939f6ecfe40b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f7636c06-78c8-47ed-9c61-939f6ecfe40b .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-7ef7e68a-a233-4ee7-bfc6-ad8a196d484e {
  display: none;
}
#s-9fd25487-c6f6-4dcc-bb1f-85794c74cc2e { text-align: left; }
#s-81725550-c89b-41b3-93d4-297d7f4a2576 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-81725550-c89b-41b3-93d4-297d7f4a2576 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-79f7464d-7c2b-49fa-a835-c388487bca74 { text-align: left; }
#s-79f7464d-7c2b-49fa-a835-c388487bca74 .shg-product-sold-out {
  display: none;
}

#s-79f7464d-7c2b-49fa-a835-c388487bca74 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-79f7464d-7c2b-49fa-a835-c388487bca74 .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-3983963a-1da0-44cd-b91d-ed18dba31ca0 {
  display: none;
}
#s-d1680eac-c9de-46be-bdfb-001cf10fb4d0 { text-align: left; }
#s-8b2468fd-96fe-4be6-9833-0ddc59ef869e { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-8b2468fd-96fe-4be6-9833-0ddc59ef869e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-e49ea992-4e80-4ccc-9e35-1dafba3b119d { text-align: left; }
#s-e49ea992-4e80-4ccc-9e35-1dafba3b119d .shg-product-sold-out {
  display: none;
}

#s-e49ea992-4e80-4ccc-9e35-1dafba3b119d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e49ea992-4e80-4ccc-9e35-1dafba3b119d .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-0a8996a5-4d49-4842-8d51-9f59df6ecef3 {
  display: none;
}
#s-287835a1-86a2-45c8-a226-5de32614f2a4 { text-align: left; }
#s-f0562ffb-11d4-48b4-a951-298f8b4f43a2 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-f0562ffb-11d4-48b4-a951-298f8b4f43a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-d49bc6d5-9aed-4eb8-bd27-81d119e84064 { text-align: left; }
#s-d49bc6d5-9aed-4eb8-bd27-81d119e84064 .shg-product-sold-out {
  display: none;
}

#s-d49bc6d5-9aed-4eb8-bd27-81d119e84064 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d49bc6d5-9aed-4eb8-bd27-81d119e84064 .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-32e9a905-e043-4752-a0bf-a2e1ede91315 {
  display: none;
}
#s-554de837-ee13-43d5-a6d2-426b6a0d2e90 { text-align: left; }
#s-990dcf62-dfaa-45ab-93a5-0acab625fc54 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-990dcf62-dfaa-45ab-93a5-0acab625fc54 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-12611409-01a3-412f-a598-d67c42f20fba { text-align: left; }
#s-12611409-01a3-412f-a598-d67c42f20fba .shg-product-sold-out {
  display: none;
}

#s-12611409-01a3-412f-a598-d67c42f20fba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-12611409-01a3-412f-a598-d67c42f20fba .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-3a8364c8-6d4e-4998-a5f0-dcefae8b69c8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-3a8364c8-6d4e-4998-a5f0-dcefae8b69c8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3a8364c8-6d4e-4998-a5f0-dcefae8b69c8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3a8364c8-6d4e-4998-a5f0-dcefae8b69c8 {
  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-3a8364c8-6d4e-4998-a5f0-dcefae8b69c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a8364c8-6d4e-4998-a5f0-dcefae8b69c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3a8364c8-6d4e-4998-a5f0-dcefae8b69c8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-75daa319-10a0-4ac2-a5b8-9e21b96e2cfe {
  display: none;
}
#s-fbc33fcc-1a5a-4d82-87dc-c1c8e1c243cc { text-align: left; }
#s-4db5c592-2534-4ad3-b06a-ac12f4a11541 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4db5c592-2534-4ad3-b06a-ac12f4a11541 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7a03a114-791a-4d88-84bb-3b9527486315 { text-align: left; }
#s-7a03a114-791a-4d88-84bb-3b9527486315 .shg-product-sold-out {
  display: none;
}

#s-7a03a114-791a-4d88-84bb-3b9527486315 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7a03a114-791a-4d88-84bb-3b9527486315 .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-dc78d1b8-d2ca-4c87-837f-dc6a5bf0c935 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-dc78d1b8-d2ca-4c87-837f-dc6a5bf0c935:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-dc78d1b8-d2ca-4c87-837f-dc6a5bf0c935:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-dc78d1b8-d2ca-4c87-837f-dc6a5bf0c935 {
  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-dc78d1b8-d2ca-4c87-837f-dc6a5bf0c935.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc78d1b8-d2ca-4c87-837f-dc6a5bf0c935.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-dc78d1b8-d2ca-4c87-837f-dc6a5bf0c935.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7ec868d8-7d93-4a53-ac29-7138dba561de {
  display: none;
}
#s-2a285197-4f16-49f1-996c-eb48d3990fc2 { text-align: left; }
#s-128aecfe-81e1-4369-bf8f-52f70470ce23 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-128aecfe-81e1-4369-bf8f-52f70470ce23 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2175d21f-5e13-4706-8c07-d28540c480a1 { text-align: left; }
#s-2175d21f-5e13-4706-8c07-d28540c480a1 .shg-product-sold-out {
  display: none;
}

#s-2175d21f-5e13-4706-8c07-d28540c480a1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2175d21f-5e13-4706-8c07-d28540c480a1 .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-4da9aadd-b66b-484b-862f-ab32fa419001 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-4da9aadd-b66b-484b-862f-ab32fa419001:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-4da9aadd-b66b-484b-862f-ab32fa419001:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4da9aadd-b66b-484b-862f-ab32fa419001 {
  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-4da9aadd-b66b-484b-862f-ab32fa419001.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4da9aadd-b66b-484b-862f-ab32fa419001.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4da9aadd-b66b-484b-862f-ab32fa419001.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5f1d8096-ea18-48d7-9f25-8afcd57fded9 {
  display: none;
}
#s-2269ecc5-c7cb-479b-aa70-a0452e4791d6 { text-align: left; }
#s-d612c661-deb5-455f-854a-e2733ca3b4af { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d612c661-deb5-455f-854a-e2733ca3b4af .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-878cc6c8-b170-4bb2-9f14-664694c546c6 { text-align: left; }
#s-878cc6c8-b170-4bb2-9f14-664694c546c6 .shg-product-sold-out {
  display: none;
}

#s-878cc6c8-b170-4bb2-9f14-664694c546c6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-878cc6c8-b170-4bb2-9f14-664694c546c6 .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-1fa0db6b-0df7-42c4-8ddc-eef1abdacb96 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-1fa0db6b-0df7-42c4-8ddc-eef1abdacb96:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-1fa0db6b-0df7-42c4-8ddc-eef1abdacb96:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1fa0db6b-0df7-42c4-8ddc-eef1abdacb96 {
  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-1fa0db6b-0df7-42c4-8ddc-eef1abdacb96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fa0db6b-0df7-42c4-8ddc-eef1abdacb96.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1fa0db6b-0df7-42c4-8ddc-eef1abdacb96.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3a45e3a7-ebf1-40ae-ba54-6d999d2749da {
  display: none;
}
#s-99b8bd6c-1e0a-4cd4-87f6-4350302c8522 { text-align: left; }
#s-c2d1822d-84e1-4795-bb61-b5f1e9eda813 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c2d1822d-84e1-4795-bb61-b5f1e9eda813 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0536bcce-aecf-4c59-96dd-d6483f67f73f { text-align: left; }
#s-0536bcce-aecf-4c59-96dd-d6483f67f73f .shg-product-sold-out {
  display: none;
}

#s-0536bcce-aecf-4c59-96dd-d6483f67f73f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0536bcce-aecf-4c59-96dd-d6483f67f73f .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-ea683321-a9b8-46a0-af3d-75397ce00c06 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-ea683321-a9b8-46a0-af3d-75397ce00c06:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-ea683321-a9b8-46a0-af3d-75397ce00c06:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ea683321-a9b8-46a0-af3d-75397ce00c06 {
  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-ea683321-a9b8-46a0-af3d-75397ce00c06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea683321-a9b8-46a0-af3d-75397ce00c06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ea683321-a9b8-46a0-af3d-75397ce00c06.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b788ef06-aea2-4a8f-b78a-270f6f38806e {
  display: none;
}
#s-bd3f4f6a-d791-46f9-b5c8-190537b84195 { text-align: left; }
#s-72379a87-1f20-474b-968b-3ab4e7323483 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-72379a87-1f20-474b-968b-3ab4e7323483 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0f8bcec6-6414-4121-becf-63ebe05e1a66 { text-align: left; }
#s-0f8bcec6-6414-4121-becf-63ebe05e1a66 .shg-product-sold-out {
  display: none;
}

#s-0f8bcec6-6414-4121-becf-63ebe05e1a66 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0f8bcec6-6414-4121-becf-63ebe05e1a66 .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-1dc202ab-61b7-46e0-bb95-59b4540d2de2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-1dc202ab-61b7-46e0-bb95-59b4540d2de2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-1dc202ab-61b7-46e0-bb95-59b4540d2de2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1dc202ab-61b7-46e0-bb95-59b4540d2de2 {
  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-1dc202ab-61b7-46e0-bb95-59b4540d2de2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1dc202ab-61b7-46e0-bb95-59b4540d2de2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1dc202ab-61b7-46e0-bb95-59b4540d2de2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-da416c47-d5f9-45a4-8301-5dd0169ac331 {
  display: none;
}
#s-29bcfa61-aca0-4c09-9f8b-c44cf616e7c5 { text-align: left; }
#s-402fb624-556a-44e1-a809-27d8a7adb475 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-402fb624-556a-44e1-a809-27d8a7adb475 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a0ec24b6-5ad1-4793-9c37-12ae585fb898 { text-align: left; }
#s-a0ec24b6-5ad1-4793-9c37-12ae585fb898 .shg-product-sold-out {
  display: none;
}

#s-a0ec24b6-5ad1-4793-9c37-12ae585fb898 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a0ec24b6-5ad1-4793-9c37-12ae585fb898 .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-c7f57fbc-cd71-4888-8fc5-b7306ce7fe12 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-c7f57fbc-cd71-4888-8fc5-b7306ce7fe12:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-c7f57fbc-cd71-4888-8fc5-b7306ce7fe12:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c7f57fbc-cd71-4888-8fc5-b7306ce7fe12 {
  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-c7f57fbc-cd71-4888-8fc5-b7306ce7fe12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7f57fbc-cd71-4888-8fc5-b7306ce7fe12.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c7f57fbc-cd71-4888-8fc5-b7306ce7fe12.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-dbbfe9d4-3b2f-4816-9d00-fc897e4ae836 {
  display: none;
}
#s-473e6e55-437d-4693-ab89-ebb38f8a178c { text-align: left; }
#s-aa8a06fe-7afe-48f8-bbcd-cbf137742071 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-aa8a06fe-7afe-48f8-bbcd-cbf137742071 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4ae13c66-4d95-4644-b09f-b09384d0cd13 { text-align: left; }
#s-4ae13c66-4d95-4644-b09f-b09384d0cd13 .shg-product-sold-out {
  display: none;
}

#s-4ae13c66-4d95-4644-b09f-b09384d0cd13 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4ae13c66-4d95-4644-b09f-b09384d0cd13 .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-71a12acf-aef5-49fc-a15a-fb1c2d903e9e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-71a12acf-aef5-49fc-a15a-fb1c2d903e9e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-71a12acf-aef5-49fc-a15a-fb1c2d903e9e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-71a12acf-aef5-49fc-a15a-fb1c2d903e9e {
  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-71a12acf-aef5-49fc-a15a-fb1c2d903e9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71a12acf-aef5-49fc-a15a-fb1c2d903e9e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-71a12acf-aef5-49fc-a15a-fb1c2d903e9e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8c636369-da8a-43a1-b2f3-d1a4daead986 {
  display: none;
}
#s-4fed3e54-daa1-41a6-9c8e-c3e293d814a7 { text-align: left; }
#s-5d654d3d-a6fc-4653-a397-b77ce773b1ea { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5d654d3d-a6fc-4653-a397-b77ce773b1ea .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f24f8018-703a-482c-8b0e-a71c1c7650ab { text-align: left; }
#s-f24f8018-703a-482c-8b0e-a71c1c7650ab .shg-product-sold-out {
  display: none;
}

#s-f24f8018-703a-482c-8b0e-a71c1c7650ab .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f24f8018-703a-482c-8b0e-a71c1c7650ab .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-65e4bb7c-3fd2-4655-b410-a9b4aea5afbc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-65e4bb7c-3fd2-4655-b410-a9b4aea5afbc:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-65e4bb7c-3fd2-4655-b410-a9b4aea5afbc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-65e4bb7c-3fd2-4655-b410-a9b4aea5afbc {
  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-65e4bb7c-3fd2-4655-b410-a9b4aea5afbc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e4bb7c-3fd2-4655-b410-a9b4aea5afbc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-65e4bb7c-3fd2-4655-b410-a9b4aea5afbc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-07a21231-5f34-4d26-a1f1-49f0d880fbb9 {
  display: none;
}
#s-a35e1742-b6f4-48bd-b36f-20eef9591a20 { text-align: left; }
#s-f5d49e48-e9f9-4104-9e2a-e05d696ddca6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f5d49e48-e9f9-4104-9e2a-e05d696ddca6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f5a42e9a-3303-4325-a8a5-7d1781debef5 { text-align: left; }
#s-f5a42e9a-3303-4325-a8a5-7d1781debef5 .shg-product-sold-out {
  display: none;
}

#s-f5a42e9a-3303-4325-a8a5-7d1781debef5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f5a42e9a-3303-4325-a8a5-7d1781debef5 .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-7b8f912d-8037-497b-8989-38976d144416 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-7b8f912d-8037-497b-8989-38976d144416:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-7b8f912d-8037-497b-8989-38976d144416:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7b8f912d-8037-497b-8989-38976d144416 {
  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-7b8f912d-8037-497b-8989-38976d144416.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b8f912d-8037-497b-8989-38976d144416.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7b8f912d-8037-497b-8989-38976d144416.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6e81d387-5e31-4ba0-b385-23030b253764 {
  display: none;
}
#s-8a72d0dd-f04b-4ca3-9224-2e0b204abdaf { text-align: left; }
#s-5768cc34-62dd-4192-99ff-f47ef6a4a383 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5768cc34-62dd-4192-99ff-f47ef6a4a383 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d51e0a70-c889-493d-9033-a7d1818a7bff { text-align: left; }
#s-d51e0a70-c889-493d-9033-a7d1818a7bff .shg-product-sold-out {
  display: none;
}

#s-d51e0a70-c889-493d-9033-a7d1818a7bff .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d51e0a70-c889-493d-9033-a7d1818a7bff .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-9be6c717-5362-4954-aa37-29c8c3ec7eaa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-9be6c717-5362-4954-aa37-29c8c3ec7eaa:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-9be6c717-5362-4954-aa37-29c8c3ec7eaa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9be6c717-5362-4954-aa37-29c8c3ec7eaa {
  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-9be6c717-5362-4954-aa37-29c8c3ec7eaa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9be6c717-5362-4954-aa37-29c8c3ec7eaa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9be6c717-5362-4954-aa37-29c8c3ec7eaa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-41e56829-d02a-4ff8-b55b-d1fd15414197 {
  display: none;
}
#s-46773813-8da8-487d-9bc3-f3e4107f24c0 { text-align: left; }
#s-a9b22a67-854c-48a6-bd58-1ec08665290a { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-a9b22a67-854c-48a6-bd58-1ec08665290a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-d948869f-64a4-401f-adb4-8813e6576c01 { text-align: left; }
#s-d948869f-64a4-401f-adb4-8813e6576c01 .shg-product-sold-out {
  display: none;
}

#s-d948869f-64a4-401f-adb4-8813e6576c01 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d948869f-64a4-401f-adb4-8813e6576c01 .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-10bdeaa4-4d95-4bce-a171-52b6ed3a0234 {
  display: none;
}
#s-baa7681e-442c-449d-bb72-bd712b788843 { text-align: left; }
#s-b85fa38c-ff02-4ea3-b55e-47a5aef3ae84 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-b85fa38c-ff02-4ea3-b55e-47a5aef3ae84 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-4038cca8-27b8-4d11-8b3d-4d33ba22c9a5 { text-align: left; }
#s-4038cca8-27b8-4d11-8b3d-4d33ba22c9a5 .shg-product-sold-out {
  display: none;
}

#s-4038cca8-27b8-4d11-8b3d-4d33ba22c9a5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4038cca8-27b8-4d11-8b3d-4d33ba22c9a5 .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-96e506f9-c26a-4348-b2c1-9001b499fb4d {
  display: none;
}
#s-b4a881c9-964c-435e-ba08-e7761ad2d39b { text-align: left; }
#s-7cf00692-797f-4358-b12e-7c7f0bca3f24 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-7cf00692-797f-4358-b12e-7c7f0bca3f24 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-734f6294-a3df-4c41-b7b7-33813e4d0cc9 { text-align: left; }
#s-734f6294-a3df-4c41-b7b7-33813e4d0cc9 .shg-product-sold-out {
  display: none;
}

#s-734f6294-a3df-4c41-b7b7-33813e4d0cc9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-734f6294-a3df-4c41-b7b7-33813e4d0cc9 .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-2f7c0892-cab6-4a66-8d8e-a39b31634678 {
  display: none;
}
#s-5406eb8d-4b8d-4709-b453-1901127776ee { text-align: left; }
#s-547ed5b3-4074-4c9b-be92-8625475ca9b2 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-547ed5b3-4074-4c9b-be92-8625475ca9b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-5a501734-42f9-4698-8c57-ccfcc04142dc { text-align: left; }
#s-5a501734-42f9-4698-8c57-ccfcc04142dc .shg-product-sold-out {
  display: none;
}

#s-5a501734-42f9-4698-8c57-ccfcc04142dc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5a501734-42f9-4698-8c57-ccfcc04142dc .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-366c9dc8-1528-424c-9c37-7a2f9bb52c3e {
  display: none;
}
#s-9a1c82bc-372d-4774-ab13-f6bcaee0ce45 { text-align: left; }
#s-df411da1-e44f-4b49-b92c-85047fef083f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-df411da1-e44f-4b49-b92c-85047fef083f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e9570d0e-3146-40ce-9c32-1157c1e36036 { text-align: left; }
#s-e9570d0e-3146-40ce-9c32-1157c1e36036 .shg-product-sold-out {
  display: none;
}

#s-e9570d0e-3146-40ce-9c32-1157c1e36036 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e9570d0e-3146-40ce-9c32-1157c1e36036 .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-9913218b-09fd-43ba-a5e6-2947c37a00aa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-9913218b-09fd-43ba-a5e6-2947c37a00aa:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-9913218b-09fd-43ba-a5e6-2947c37a00aa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9913218b-09fd-43ba-a5e6-2947c37a00aa {
  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-9913218b-09fd-43ba-a5e6-2947c37a00aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9913218b-09fd-43ba-a5e6-2947c37a00aa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9913218b-09fd-43ba-a5e6-2947c37a00aa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-142c8aaf-f83b-4e17-98e9-573ad083f3e7 {
  display: none;
}
#s-676cefe7-a5e9-4686-911e-8db7958aace3 { text-align: left; }
#s-9af1613b-15bc-4712-8179-08bc921ef887 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9af1613b-15bc-4712-8179-08bc921ef887 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7ce8f3c0-a4ae-4747-9fa1-9f862dce5721 { text-align: left; }
#s-7ce8f3c0-a4ae-4747-9fa1-9f862dce5721 .shg-product-sold-out {
  display: none;
}

#s-7ce8f3c0-a4ae-4747-9fa1-9f862dce5721 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7ce8f3c0-a4ae-4747-9fa1-9f862dce5721 .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-9522181b-b3d2-45e6-8a52-f85043cb93d4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-9522181b-b3d2-45e6-8a52-f85043cb93d4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-9522181b-b3d2-45e6-8a52-f85043cb93d4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9522181b-b3d2-45e6-8a52-f85043cb93d4 {
  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-9522181b-b3d2-45e6-8a52-f85043cb93d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9522181b-b3d2-45e6-8a52-f85043cb93d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9522181b-b3d2-45e6-8a52-f85043cb93d4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b4f3d42f-5936-4d2e-820e-97a46be21e3b {
  display: none;
}
#s-bcd77f59-24c1-4bff-b1f4-366424dbee83 { text-align: left; }
#s-8dec0f58-07d8-43db-a6d4-41d9ccbc705a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8dec0f58-07d8-43db-a6d4-41d9ccbc705a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5bd28a05-23c6-43a2-bac8-93f7d5e0e157 { text-align: left; }
#s-5bd28a05-23c6-43a2-bac8-93f7d5e0e157 .shg-product-sold-out {
  display: none;
}

#s-5bd28a05-23c6-43a2-bac8-93f7d5e0e157 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5bd28a05-23c6-43a2-bac8-93f7d5e0e157 .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-7cd24c2e-916f-407f-a820-81fb9216cc74 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-7cd24c2e-916f-407f-a820-81fb9216cc74:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-7cd24c2e-916f-407f-a820-81fb9216cc74:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7cd24c2e-916f-407f-a820-81fb9216cc74 {
  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-7cd24c2e-916f-407f-a820-81fb9216cc74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cd24c2e-916f-407f-a820-81fb9216cc74.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7cd24c2e-916f-407f-a820-81fb9216cc74.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bcc6a6e2-f2ae-4f3f-945f-a9d14c17a79d {
  display: none;
}
#s-d2c08caf-42d9-4dfb-ae3a-6b34e937a2f3 { text-align: left; }
#s-c7e2ff91-17f2-46f5-8c87-0f063316cb5f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c7e2ff91-17f2-46f5-8c87-0f063316cb5f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-410457e2-5f7e-440c-ae78-6c8d2d0f3de9 { text-align: left; }
#s-410457e2-5f7e-440c-ae78-6c8d2d0f3de9 .shg-product-sold-out {
  display: none;
}

#s-410457e2-5f7e-440c-ae78-6c8d2d0f3de9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-410457e2-5f7e-440c-ae78-6c8d2d0f3de9 .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-5237e6d0-3bdc-4e58-936a-c5bea58e9e51 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-5237e6d0-3bdc-4e58-936a-c5bea58e9e51:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-5237e6d0-3bdc-4e58-936a-c5bea58e9e51:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5237e6d0-3bdc-4e58-936a-c5bea58e9e51 {
  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-5237e6d0-3bdc-4e58-936a-c5bea58e9e51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5237e6d0-3bdc-4e58-936a-c5bea58e9e51.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5237e6d0-3bdc-4e58-936a-c5bea58e9e51.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3de52d6d-0923-41ec-9576-670264b8ab5d {
  display: none;
}
#s-0658d6bb-ea77-4ef8-9666-506ebcf982ff { text-align: left; }
#s-db882b89-46d2-4b2a-bfb5-bfaa77d062ba { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-db882b89-46d2-4b2a-bfb5-bfaa77d062ba .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d291e027-ed59-45dd-ad6f-076eee82011b { text-align: left; }
#s-d291e027-ed59-45dd-ad6f-076eee82011b .shg-product-sold-out {
  display: none;
}

#s-d291e027-ed59-45dd-ad6f-076eee82011b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d291e027-ed59-45dd-ad6f-076eee82011b .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-8d1bc414-a832-4bf5-ac0d-ebba1c1023e6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-8d1bc414-a832-4bf5-ac0d-ebba1c1023e6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-8d1bc414-a832-4bf5-ac0d-ebba1c1023e6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8d1bc414-a832-4bf5-ac0d-ebba1c1023e6 {
  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-8d1bc414-a832-4bf5-ac0d-ebba1c1023e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d1bc414-a832-4bf5-ac0d-ebba1c1023e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8d1bc414-a832-4bf5-ac0d-ebba1c1023e6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1b0bac7f-4bf4-41d1-8cc4-0c4cc1e96db6 {
  display: none;
}
#s-0f44311a-d52d-45f0-942c-24245d214402 { text-align: left; }
#s-4f9ba0e9-4672-4097-a733-0138fd614deb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4f9ba0e9-4672-4097-a733-0138fd614deb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-42ac0103-5507-4326-baa3-b7889bcb3ae1 { text-align: left; }
#s-42ac0103-5507-4326-baa3-b7889bcb3ae1 .shg-product-sold-out {
  display: none;
}

#s-42ac0103-5507-4326-baa3-b7889bcb3ae1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-42ac0103-5507-4326-baa3-b7889bcb3ae1 .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-604a220f-12b7-4163-96e5-738ce082c552 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-604a220f-12b7-4163-96e5-738ce082c552:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-604a220f-12b7-4163-96e5-738ce082c552:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-604a220f-12b7-4163-96e5-738ce082c552 {
  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-604a220f-12b7-4163-96e5-738ce082c552.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-604a220f-12b7-4163-96e5-738ce082c552.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-604a220f-12b7-4163-96e5-738ce082c552.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-707dfbed-2aaf-4978-9ac4-e40de2bb6028 {
  display: none;
}
#s-6e497a96-069e-403a-a656-8104064ab43a { text-align: left; }
#s-c0aeb919-d6de-4a59-8ffb-5f8e009017d9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c0aeb919-d6de-4a59-8ffb-5f8e009017d9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ba42de4e-0fdc-443a-bee7-47dd12f6d46c { text-align: left; }
#s-ba42de4e-0fdc-443a-bee7-47dd12f6d46c .shg-product-sold-out {
  display: none;
}

#s-ba42de4e-0fdc-443a-bee7-47dd12f6d46c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ba42de4e-0fdc-443a-bee7-47dd12f6d46c .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-98413ec7-1fdd-4f09-b421-42b472cba458 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-98413ec7-1fdd-4f09-b421-42b472cba458:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-98413ec7-1fdd-4f09-b421-42b472cba458:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-98413ec7-1fdd-4f09-b421-42b472cba458 {
  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-98413ec7-1fdd-4f09-b421-42b472cba458.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98413ec7-1fdd-4f09-b421-42b472cba458.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-98413ec7-1fdd-4f09-b421-42b472cba458.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-df1a01fb-758f-49af-853a-f5869c722cca {
  display: none;
}
#s-92b30090-45c0-4a21-85ef-b6b94170604d { text-align: left; }
#s-d4c4a4da-c9a3-483b-8176-25af5da41d32 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d4c4a4da-c9a3-483b-8176-25af5da41d32 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5b73010e-6607-4f0c-964b-399064168415 { text-align: left; }
#s-5b73010e-6607-4f0c-964b-399064168415 .shg-product-sold-out {
  display: none;
}

#s-5b73010e-6607-4f0c-964b-399064168415 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5b73010e-6607-4f0c-964b-399064168415 .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-dba76c44-7782-4563-85ec-a7f552dc2327 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-dba76c44-7782-4563-85ec-a7f552dc2327:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-dba76c44-7782-4563-85ec-a7f552dc2327:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-dba76c44-7782-4563-85ec-a7f552dc2327 {
  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-dba76c44-7782-4563-85ec-a7f552dc2327.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dba76c44-7782-4563-85ec-a7f552dc2327.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-dba76c44-7782-4563-85ec-a7f552dc2327.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-44b5e266-b6bf-443e-a08f-d7cc7b01a80d {
  display: none;
}
#s-e60cf42e-1133-48ef-8c82-a8f7c4a92f76 { text-align: left; }
#s-439b0449-9239-479d-aaaa-34a64a606455 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-439b0449-9239-479d-aaaa-34a64a606455 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0f4ef1a2-4acc-493a-a031-7c8e00cb77dd { text-align: left; }
#s-0f4ef1a2-4acc-493a-a031-7c8e00cb77dd .shg-product-sold-out {
  display: none;
}

#s-0f4ef1a2-4acc-493a-a031-7c8e00cb77dd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0f4ef1a2-4acc-493a-a031-7c8e00cb77dd .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-39f3f099-996b-4ecd-9ebf-d5e300e69006 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-39f3f099-996b-4ecd-9ebf-d5e300e69006:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-39f3f099-996b-4ecd-9ebf-d5e300e69006:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-39f3f099-996b-4ecd-9ebf-d5e300e69006 {
  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-39f3f099-996b-4ecd-9ebf-d5e300e69006.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39f3f099-996b-4ecd-9ebf-d5e300e69006.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-39f3f099-996b-4ecd-9ebf-d5e300e69006.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-768ffb13-36ef-4c3f-bcf5-5bc90663f799 {
  display: none;
}
#s-24cb5bf0-c2e4-4ddc-98af-36f8876a38e1 { text-align: left; }
#s-db6ded32-c442-4de9-bc52-a11e8afad3fd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-db6ded32-c442-4de9-bc52-a11e8afad3fd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d33f24ef-0d24-492f-95dd-b0d43946b231 { text-align: left; }
#s-d33f24ef-0d24-492f-95dd-b0d43946b231 .shg-product-sold-out {
  display: none;
}

#s-d33f24ef-0d24-492f-95dd-b0d43946b231 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d33f24ef-0d24-492f-95dd-b0d43946b231 .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-f02c8408-3073-4e53-bcd2-8b6c03b1d85c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-f02c8408-3073-4e53-bcd2-8b6c03b1d85c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-f02c8408-3073-4e53-bcd2-8b6c03b1d85c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f02c8408-3073-4e53-bcd2-8b6c03b1d85c {
  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-f02c8408-3073-4e53-bcd2-8b6c03b1d85c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f02c8408-3073-4e53-bcd2-8b6c03b1d85c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f02c8408-3073-4e53-bcd2-8b6c03b1d85c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-504453e0-c742-49a5-a96f-1f97c56f688e {
  display: none;
}
#s-1eab5053-a86e-45b3-91dd-fb2a94d5def5 { text-align: left; }
#s-a14ba1e4-f65b-412c-a88a-9f2656f4d76b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a14ba1e4-f65b-412c-a88a-9f2656f4d76b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b002a389-3452-4813-b8d8-4c92996e3dc8 { text-align: left; }
#s-b002a389-3452-4813-b8d8-4c92996e3dc8 .shg-product-sold-out {
  display: none;
}

#s-b002a389-3452-4813-b8d8-4c92996e3dc8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b002a389-3452-4813-b8d8-4c92996e3dc8 .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-34536a4a-c993-4bae-a299-488a00f46f35 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-34536a4a-c993-4bae-a299-488a00f46f35:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-34536a4a-c993-4bae-a299-488a00f46f35:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-34536a4a-c993-4bae-a299-488a00f46f35 {
  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-34536a4a-c993-4bae-a299-488a00f46f35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34536a4a-c993-4bae-a299-488a00f46f35.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-34536a4a-c993-4bae-a299-488a00f46f35.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c7ae1a64-028a-4ad6-a890-8042bc5f16af {
  display: none;
}
#s-504e76c0-c992-4190-988a-c9328c4e86b0 { text-align: left; }
#s-d0eb3511-66a4-43b2-9a41-935495f915ac { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d0eb3511-66a4-43b2-9a41-935495f915ac .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1aaa4762-8468-451e-8d6d-88c90f027368 { text-align: left; }
#s-1aaa4762-8468-451e-8d6d-88c90f027368 .shg-product-sold-out {
  display: none;
}

#s-1aaa4762-8468-451e-8d6d-88c90f027368 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1aaa4762-8468-451e-8d6d-88c90f027368 .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-f9576dfa-86bb-4137-8872-f5bfb34d7b42 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-f9576dfa-86bb-4137-8872-f5bfb34d7b42:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-f9576dfa-86bb-4137-8872-f5bfb34d7b42:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f9576dfa-86bb-4137-8872-f5bfb34d7b42 {
  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-f9576dfa-86bb-4137-8872-f5bfb34d7b42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9576dfa-86bb-4137-8872-f5bfb34d7b42.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f9576dfa-86bb-4137-8872-f5bfb34d7b42.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3f85db40-58d2-4973-9ebc-8921f01fdc41 {
  display: none;
}
#s-80768d79-2891-4d6c-8c69-9289ced1acdc { text-align: left; }
#s-4d27f425-ebc2-46a3-b36f-8d95eca07458 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4d27f425-ebc2-46a3-b36f-8d95eca07458 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b029310a-9bfe-4a75-a06c-4fe033c86dcc { text-align: left; }
#s-b029310a-9bfe-4a75-a06c-4fe033c86dcc .shg-product-sold-out {
  display: none;
}

#s-b029310a-9bfe-4a75-a06c-4fe033c86dcc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b029310a-9bfe-4a75-a06c-4fe033c86dcc .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-9dea6bc2-8211-49b0-966f-5a9536ebcdf3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-9dea6bc2-8211-49b0-966f-5a9536ebcdf3:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-9dea6bc2-8211-49b0-966f-5a9536ebcdf3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9dea6bc2-8211-49b0-966f-5a9536ebcdf3 {
  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-9dea6bc2-8211-49b0-966f-5a9536ebcdf3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dea6bc2-8211-49b0-966f-5a9536ebcdf3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9dea6bc2-8211-49b0-966f-5a9536ebcdf3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-21923bda-b703-4ac5-9c9c-24f1d14e0222 {
  display: none;
}
#s-72efb33c-da86-4cfa-9935-91e655a9a856 { text-align: left; }
#s-26848823-f148-4d65-b84d-bd97dccac0dc { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-26848823-f148-4d65-b84d-bd97dccac0dc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-a364dd15-627d-4573-b20b-42d60eee3c3a { text-align: left; }
#s-a364dd15-627d-4573-b20b-42d60eee3c3a .shg-product-sold-out {
  display: none;
}

#s-a364dd15-627d-4573-b20b-42d60eee3c3a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a364dd15-627d-4573-b20b-42d60eee3c3a .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-8f3d804d-b20e-421e-9f9e-726aeb63c988 {
  display: none;
}
#s-a498ffe0-b5e5-4770-b2ec-bcae784f589e { text-align: left; }
#s-b85d7082-eb93-4768-b244-34326270f08e { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-b85d7082-eb93-4768-b244-34326270f08e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-a2dd7d57-b616-4943-a887-7a7fc27ab0e2 { text-align: left; }
#s-a2dd7d57-b616-4943-a887-7a7fc27ab0e2 .shg-product-sold-out {
  display: none;
}

#s-a2dd7d57-b616-4943-a887-7a7fc27ab0e2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a2dd7d57-b616-4943-a887-7a7fc27ab0e2 .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-af165601-1d7f-4e22-9371-b4ccd81e4324 {
  display: none;
}
#s-acc2f0a4-5ef4-4a89-87bc-0146a69d592e { text-align: left; }
#s-498c7153-4d45-4c77-8fb5-d84e6bc22d23 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-498c7153-4d45-4c77-8fb5-d84e6bc22d23 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-8cce59ea-89eb-450d-b9d8-8cfb6f2b990d { text-align: left; }
#s-8cce59ea-89eb-450d-b9d8-8cfb6f2b990d .shg-product-sold-out {
  display: none;
}

#s-8cce59ea-89eb-450d-b9d8-8cfb6f2b990d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8cce59ea-89eb-450d-b9d8-8cfb6f2b990d .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-2745b146-36da-4f18-a146-42b60426ad5a {
  display: none;
}
#s-b26bd8ab-ef3c-42be-b773-88b4832dcf4f { text-align: left; }
#s-533d35e5-0142-4bc8-bd4c-9ba036607c39 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-533d35e5-0142-4bc8-bd4c-9ba036607c39 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-0218c36f-5056-466b-b054-a61db9216f98 { text-align: left; }
#s-0218c36f-5056-466b-b054-a61db9216f98 .shg-product-sold-out {
  display: none;
}

#s-0218c36f-5056-466b-b054-a61db9216f98 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0218c36f-5056-466b-b054-a61db9216f98 .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-f4a3ddd5-040e-4671-8cf8-b94ec69e4cef { padding-bottom: 30px; }
.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-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dcb896f4-7759-4f1f-84e9-c04fe4606fc5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-a9ec07f9-a52e-4102-9f1d-a6def0f13592 { text-align: center; }



#s-a9ec07f9-a52e-4102-9f1d-a6def0f13592 .shogun-image-container {
   display: inline-block;
 }

#s-47c84782-b030-4200-a342-a48c98faa561 { padding-top: 50px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-558f3685-dfa0-48a0-8d1b-e21e4288c4e2 { margin-top: 30px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-558f3685-dfa0-48a0-8d1b-e21e4288c4e2:hover {background-color: rgba(197, 166, 80, 1) !important;
text-decoration: none !important;}
#s-558f3685-dfa0-48a0-8d1b-e21e4288c4e2:active {background-color: rgba(148, 119, 38, 1) !important;
text-decoration: none !important;}

 #s-558f3685-dfa0-48a0-8d1b-e21e4288c4e2.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
@media (min-width: 0px) {
[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-379c5a2c-849a-48d9-a091-271c122ec61f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-25c2980a-ca2a-4269-aee2-5d6481da34cd { padding-top: 50px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px; }
#s-1c4b1ff1-cca6-4213-854d-467f3f0f6d2f { margin-top: 30px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-1c4b1ff1-cca6-4213-854d-467f3f0f6d2f:hover {background-color: rgba(197, 166, 80, 1) !important;
text-decoration: none !important;}
#s-1c4b1ff1-cca6-4213-854d-467f3f0f6d2f:active {background-color: rgba(148, 119, 38, 1) !important;
text-decoration: none !important;}

 #s-1c4b1ff1-cca6-4213-854d-467f3f0f6d2f.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-3fd183b0-1823-4e1e-9c43-8aaba583a572 { text-align: center; }



#s-3fd183b0-1823-4e1e-9c43-8aaba583a572 .shogun-image-container {
   display: inline-block;
 }

@media (min-width: 0px) {
[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e304d412-6ae3-4b9c-b478-62032e2cd5ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-758ce7c1-b8f7-4f20-9d60-f29cfe1e87b6 { text-align: center; }



#s-758ce7c1-b8f7-4f20-9d60-f29cfe1e87b6 .shogun-image-container {
   display: inline-block;
 }

#s-7ea34164-e3fc-4e0d-a0bc-f6a02ef3590a { padding-top: 50px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px; }
#s-29d93f3e-b878-4c88-b33e-aba0cf1a831d { margin-top: 30px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-29d93f3e-b878-4c88-b33e-aba0cf1a831d:hover {background-color: rgba(197, 166, 80, 1) !important;
text-decoration: none !important;}
#s-29d93f3e-b878-4c88-b33e-aba0cf1a831d:active {background-color: rgba(148, 119, 38, 1) !important;
text-decoration: none !important;}

 #s-29d93f3e-b878-4c88-b33e-aba0cf1a831d.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
@media (min-width: 0px) {
[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d0e98d12-ec6d-4e4c-a225-deb6965b6066"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d5b367ea-504d-4ea2-915f-910c5381f4c1 { padding-top: 50px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px; }
#s-14c8d70a-23f6-4508-b0f8-94e2a7c7eb77 { margin-top: 30px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-14c8d70a-23f6-4508-b0f8-94e2a7c7eb77:hover {background-color: rgba(197, 166, 80, 1) !important;
text-decoration: none !important;}
#s-14c8d70a-23f6-4508-b0f8-94e2a7c7eb77:active {background-color: rgba(148, 119, 38, 1) !important;
text-decoration: none !important;}

 #s-14c8d70a-23f6-4508-b0f8-94e2a7c7eb77.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-bbe997ca-0d96-41aa-8d3a-8523f951b719 { text-align: center; }



#s-bbe997ca-0d96-41aa-8d3a-8523f951b719 .shogun-image-container {
   display: inline-block;
 }

@media (min-width: 0px) {
[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f31ae1e0-8d5a-4323-9a18-e4846a7fdc8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b4f149ba-ac11-469c-bc27-181e5cbc8b9f { text-align: center; }



#s-b4f149ba-ac11-469c-bc27-181e5cbc8b9f .shogun-image-container {
   display: inline-block;
 }

#s-3a87ae53-661f-46c2-9ceb-8aa1e1d1ebf2 { padding-top: 50px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px; }
#s-52f7b3e7-67c8-4c37-b06d-9b424c15cafa { margin-top: 30px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-52f7b3e7-67c8-4c37-b06d-9b424c15cafa:hover {background-color: rgba(197, 166, 80, 1) !important;
text-decoration: none !important;}
#s-52f7b3e7-67c8-4c37-b06d-9b424c15cafa:active {background-color: rgba(148, 119, 38, 1) !important;
text-decoration: none !important;}

 #s-52f7b3e7-67c8-4c37-b06d-9b424c15cafa.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
@media (min-width: 0px) {
[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c2c33ceb-ca96-407e-a28e-8c9cab42ad09"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-80dc1d46-39ca-40a8-bbc5-56107284d12e { padding-top: 50px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px; }
#s-32528612-1898-44fb-a889-14c0574cc3ba { margin-top: 30px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-32528612-1898-44fb-a889-14c0574cc3ba:hover {background-color: rgba(197, 166, 80, 1) !important;
text-decoration: none !important;}
#s-32528612-1898-44fb-a889-14c0574cc3ba:active {background-color: rgba(148, 119, 38, 1) !important;
text-decoration: none !important;}

 #s-32528612-1898-44fb-a889-14c0574cc3ba.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-0bc28994-b635-4baf-b019-fdab1866f8ed { text-align: center; }



#s-0bc28994-b635-4baf-b019-fdab1866f8ed .shogun-image-container {
   display: inline-block;
 }

@media (min-width: 0px) {
[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-16b22187-f7af-4e23-b698-fd88885e53cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4a1ea4c4-4dd3-46a6-8baa-8c40df9fe2ff { text-align: center; }



#s-4a1ea4c4-4dd3-46a6-8baa-8c40df9fe2ff .shogun-image-container {
   display: inline-block;
 }

#s-6e4eef2e-36e3-4249-9566-9cc3273d6b71 { padding-top: 50px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px; }
#s-2ee34008-dfbb-4788-ae72-d28c74f0eacf { margin-top: 30px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-2ee34008-dfbb-4788-ae72-d28c74f0eacf:hover {background-color: rgba(197, 166, 80, 1) !important;
text-decoration: none !important;}
#s-2ee34008-dfbb-4788-ae72-d28c74f0eacf:active {background-color: rgba(148, 119, 38, 1) !important;
text-decoration: none !important;}

 #s-2ee34008-dfbb-4788-ae72-d28c74f0eacf.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-49cba5b5-8534-4ac4-a32c-266f471ffe05 { padding-bottom: 30px; }
@media (min-width: 0px) {
[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-49cba5b5-8534-4ac4-a32c-266f471ffe05"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9d916965-541d-4917-85a6-b7a1d123922d { padding-top: 50px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px; }
#s-87664542-89e2-492d-a09b-d61e7adba83b { margin-top: 30px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-87664542-89e2-492d-a09b-d61e7adba83b:hover {background-color: rgba(197, 166, 80, 1) !important;
text-decoration: none !important;}
#s-87664542-89e2-492d-a09b-d61e7adba83b:active {background-color: rgba(148, 119, 38, 1) !important;
text-decoration: none !important;}

 #s-87664542-89e2-492d-a09b-d61e7adba83b.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-91276945-5b4e-4579-be8b-665835b7f3d1 { text-align: center; }



#s-91276945-5b4e-4579-be8b-665835b7f3d1 .shogun-image-container {
   display: inline-block;
 }

#s-3b8335af-96f8-4425-8a25-2ee9babf5fd7 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-3b8335af-96f8-4425-8a25-2ee9babf5fd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3 { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(248, 243, 237, 1); }
@media (min-width: 0px) {
[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e78ae3ca-51bb-41f0-8374-73ce8ad39ea3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7d453089-1023-4d4a-b82a-f17ca89df941 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7d453089-1023-4d4a-b82a-f17ca89df941"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-03f0306e-aa39-4ed6-a850-9dfdf953931e .shogun-icon-wrapper {
  text-align: center;
}


#s-03f0306e-aa39-4ed6-a850-9dfdf953931e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-f4fab8ce-dd7c-4afb-8dc1-f1594a99448d { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-4a64d300-7797-4082-8d75-5c650d2fd05b { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-4a64d300-7797-4082-8d75-5c650d2fd05b:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-4a64d300-7797-4082-8d75-5c650d2fd05b:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-4a64d300-7797-4082-8d75-5c650d2fd05b.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-d637c722-8596-4160-87d7-cb49270cf444 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d637c722-8596-4160-87d7-cb49270cf444"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-71c37b61-4655-4fe1-8c21-758091ebdd29 .shogun-icon-wrapper {
  text-align: center;
}


#s-71c37b61-4655-4fe1-8c21-758091ebdd29 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-4ed9443e-88b4-45b1-9370-a559819cb841 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-812309b3-d63f-4387-9000-c3716a2cd3db { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-812309b3-d63f-4387-9000-c3716a2cd3db:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-812309b3-d63f-4387-9000-c3716a2cd3db:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-812309b3-d63f-4387-9000-c3716a2cd3db.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-44d67314-424e-4ee2-b184-262d98607951 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-44d67314-424e-4ee2-b184-262d98607951"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b2a9f73b-6caf-4a97-854f-7090a5bf5c5d .shogun-icon-wrapper {
  text-align: center;
}


#s-b2a9f73b-6caf-4a97-854f-7090a5bf5c5d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-7ef4d190-bc56-4ac0-b60b-ce5badbc796f { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-0cf31c00-26da-492e-8154-147226ed8f14 { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-0cf31c00-26da-492e-8154-147226ed8f14:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-0cf31c00-26da-492e-8154-147226ed8f14:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-0cf31c00-26da-492e-8154-147226ed8f14.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-d57bc6fb-961f-4ee3-9a5d-7270c1eab22a { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-d57bc6fb-961f-4ee3-9a5d-7270c1eab22a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ccf5c66-4805-445e-aaf5-24ae0c615f9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4bc3dcaf-2295-4ca3-a965-1c119a5a5f1e { text-align: left; }
#s-9835f6dc-5944-46ee-a1a6-ac583110db99 { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9835f6dc-5944-46ee-a1a6-ac583110db99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-d33d1551-60cd-4106-9cb0-aabde3b1fd1d { text-align: center; }
#s-727c4ffb-4221-4114-89ec-e5c87eb4e903 { padding-top: 0px; }
#s-595f8835-7f73-4299-b9ad-a95bf1c080c8 { padding-top: 15px; }
#s-febad421-cf4a-47a5-8ff1-19f400095c82 { padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px; }
/*
  $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%;
}

.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;
  }
}
