#s-81655845-5eec-41f5-9687-4ff3fdeda86e {
  padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
}

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

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

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

@media (min-width: 0px) {
[id="s-f4603bac-3dff-42a9-a400-ec8f7a19aaf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4603bac-3dff-42a9-a400-ec8f7a19aaf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4603bac-3dff-42a9-a400-ec8f7a19aaf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4603bac-3dff-42a9-a400-ec8f7a19aaf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4603bac-3dff-42a9-a400-ec8f7a19aaf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4603bac-3dff-42a9-a400-ec8f7a19aaf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4603bac-3dff-42a9-a400-ec8f7a19aaf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

.shg-gallery-root {
}

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

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

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

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

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

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

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

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

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

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

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

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

.shg-selected {
  opacity: 1;
}

#s-0d61b4dc-c536-4625-be4e-03083cee1383 {
  text-align: left;
}

#s-0d61b4dc-c536-4625-be4e-03083cee1383 .shg-gallery-thumb-image-wrapper {
  

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

#s-0d61b4dc-c536-4625-be4e-03083cee1383 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-0d61b4dc-c536-4625-be4e-03083cee1383 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-0d61b4dc-c536-4625-be4e-03083cee1383 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-0d61b4dc-c536-4625-be4e-03083cee1383 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-0d61b4dc-c536-4625-be4e-03083cee1383 .shg-gallery-dot {
  background-color: #FFF;
}

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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-e5803e4e-ab1a-4baf-b85c-51630ee16a6d {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-e5803e4e-ab1a-4baf-b85c-51630ee16a6d {
  display: none;
}
#s-e5803e4e-ab1a-4baf-b85c-51630ee16a6d, #wrap-s-e5803e4e-ab1a-4baf-b85c-51630ee16a6d { display: none !important; }}







#s-e5803e4e-ab1a-4baf-b85c-51630ee16a6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5803e4e-ab1a-4baf-b85c-51630ee16a6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c9b96f4-8efc-4710-8613-a81abb5ceaea {
  min-height: 50px;
}








#s-2c9b96f4-8efc-4710-8613-a81abb5ceaea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c9b96f4-8efc-4710-8613-a81abb5ceaea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-47d93abb-be51-4c82-9c16-77885b8b282a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47d93abb-be51-4c82-9c16-77885b8b282a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1298f2f6-a069-493f-bcae-cfc00bacc576 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-ee4db77b-f67f-47b4-ae6d-66f1e3ced543 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-ee4db77b-f67f-47b4-ae6d-66f1e3ced543 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee4db77b-f67f-47b4-ae6d-66f1e3ced543 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ee4db77b-f67f-47b4-ae6d-66f1e3ced543 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c119ab0d-ec41-4dcf-b73a-a7cd31f37e53 {
  text-align: left;
}

#s-c119ab0d-ec41-4dcf-b73a-a7cd31f37e53 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c119ab0d-ec41-4dcf-b73a-a7cd31f37e53 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c119ab0d-ec41-4dcf-b73a-a7cd31f37e53 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c119ab0d-ec41-4dcf-b73a-a7cd31f37e53 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c119ab0d-ec41-4dcf-b73a-a7cd31f37e53 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

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

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

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

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

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

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

#s-69a5aee6-0fc7-4690-a3d9-744e50b6c77a {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
cursor: pointer;
text-align: center;
}
#s-69a5aee6-0fc7-4690-a3d9-744e50b6c77a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69a5aee6-0fc7-4690-a3d9-744e50b6c77a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69a5aee6-0fc7-4690-a3d9-744e50b6c77a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69a5aee6-0fc7-4690-a3d9-744e50b6c77a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69a5aee6-0fc7-4690-a3d9-744e50b6c77a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69a5aee6-0fc7-4690-a3d9-744e50b6c77a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d00dfc2e-fe7a-429f-bfb7-08bd4ccaf604 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-1b0f4ba8-78a8-4f56-a48a-60f0629e49e6 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 545px;
background-position: center center;
}








#s-1b0f4ba8-78a8-4f56-a48a-60f0629e49e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b0f4ba8-78a8-4f56-a48a-60f0629e49e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3688a4fe-efc5-4515-b0e9-48d918745ade {
  margin-left: 0%;
margin-right: 0%;
}

#s-3688a4fe-efc5-4515-b0e9-48d918745ade > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-3688a4fe-efc5-4515-b0e9-48d918745ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-3688a4fe-efc5-4515-b0e9-48d918745ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3688a4fe-efc5-4515-b0e9-48d918745ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-3688a4fe-efc5-4515-b0e9-48d918745ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-3688a4fe-efc5-4515-b0e9-48d918745ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-eb0158e7-f646-4693-a8aa-0d61cab33f16 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3 {
  display: none;
}
#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3, #wrap-s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3 {
  display: none;
}
#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3, #wrap-s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3 {
  display: none;
}
#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3, #wrap-s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3 { display: none !important; }}







#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1382d418-608f-42f1-ace7-c8c8ba0bd0c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02d9d5bf-9953-4dcf-a645-f043c933e3a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-02d9d5bf-9953-4dcf-a645-f043c933e3a9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d2a68061-06fc-4957-9406-5ee75c6abd4f {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-4388ab57-df0c-482e-b4ec-80f6e4963603 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-4388ab57-df0c-482e-b4ec-80f6e4963603 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4388ab57-df0c-482e-b4ec-80f6e4963603 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4388ab57-df0c-482e-b4ec-80f6e4963603 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5b748aac-36a7-45b3-be2c-68f77da0e785 {
  text-align: left;
}

#s-5b748aac-36a7-45b3-be2c-68f77da0e785 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5b748aac-36a7-45b3-be2c-68f77da0e785 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5b748aac-36a7-45b3-be2c-68f77da0e785 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5b748aac-36a7-45b3-be2c-68f77da0e785 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5b748aac-36a7-45b3-be2c-68f77da0e785 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-73853b0f-e98f-4998-821d-5fbe56b1e53c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(250, 27, 157, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-73853b0f-e98f-4998-821d-5fbe56b1e53c:hover {background-color: rgba(255, 179, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73853b0f-e98f-4998-821d-5fbe56b1e53c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73853b0f-e98f-4998-821d-5fbe56b1e53c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73853b0f-e98f-4998-821d-5fbe56b1e53c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73853b0f-e98f-4998-821d-5fbe56b1e53c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-73853b0f-e98f-4998-821d-5fbe56b1e53c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-73853b0f-e98f-4998-821d-5fbe56b1e53c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-41106f84-8c88-4b3f-a690-eb8bf671e4b4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 450px;
background-position: center center;
}








#s-41106f84-8c88-4b3f-a690-eb8bf671e4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41106f84-8c88-4b3f-a690-eb8bf671e4b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f671e698-25a2-4084-ae29-4a208e9e0744 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-f671e698-25a2-4084-ae29-4a208e9e0744 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f671e698-25a2-4084-ae29-4a208e9e0744 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f671e698-25a2-4084-ae29-4a208e9e0744 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-f671e698-25a2-4084-ae29-4a208e9e0744 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f671e698-25a2-4084-ae29-4a208e9e0744 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-874a364f-045a-4789-a711-ca92e0f2b052 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-ad8c289c-a478-4096-8725-18c4137464a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad8c289c-a478-4096-8725-18c4137464a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad8c289c-a478-4096-8725-18c4137464a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad8c289c-a478-4096-8725-18c4137464a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad8c289c-a478-4096-8725-18c4137464a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad8c289c-a478-4096-8725-18c4137464a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad8c289c-a478-4096-8725-18c4137464a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

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

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

#s-251a611b-4e86-4a9e-943b-22c185964288 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-251a611b-4e86-4a9e-943b-22c185964288 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-8227bb9f-ff98-4b0a-8100-eff5043e91c1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-8227bb9f-ff98-4b0a-8100-eff5043e91c1 {
  display: none;
}
#s-8227bb9f-ff98-4b0a-8100-eff5043e91c1, #wrap-s-8227bb9f-ff98-4b0a-8100-eff5043e91c1 { display: none !important; }}
#s-8227bb9f-ff98-4b0a-8100-eff5043e91c1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8227bb9f-ff98-4b0a-8100-eff5043e91c1 .shg-sld-nav-button.shg-sld-left,
#s-8227bb9f-ff98-4b0a-8100-eff5043e91c1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9341f905-50d7-435c-9c44-8a94fc6d0f39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9341f905-50d7-435c-9c44-8a94fc6d0f39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9341f905-50d7-435c-9c44-8a94fc6d0f39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9341f905-50d7-435c-9c44-8a94fc6d0f39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f63b95d-dfcb-45d5-9d59-504da4547c70 {
  text-align: left;
}

#s-fac3f5dd-664b-4634-b811-9a207d03d358 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-71c17815-deb9-407b-a65a-8d069da8f0e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71c17815-deb9-407b-a65a-8d069da8f0e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71c17815-deb9-407b-a65a-8d069da8f0e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71c17815-deb9-407b-a65a-8d069da8f0e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a6ef121-7c8e-4e61-84be-c1825b6687f0 {
  text-align: left;
}

#s-4560a148-6f00-4b03-9f9f-bbe9a8449981 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-6b3ad30d-daa9-4aa7-94dd-873c61b70875"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b3ad30d-daa9-4aa7-94dd-873c61b70875"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b3ad30d-daa9-4aa7-94dd-873c61b70875"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b3ad30d-daa9-4aa7-94dd-873c61b70875"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-32bc656e-2ff3-4e51-b631-177e22294e2c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-32bc656e-2ff3-4e51-b631-177e22294e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32bc656e-2ff3-4e51-b631-177e22294e2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4adcd13-ddc4-4944-bf75-a53d7e1afca0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-d4adcd13-ddc4-4944-bf75-a53d7e1afca0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4adcd13-ddc4-4944-bf75-a53d7e1afca0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d94d3aa8-ee1f-4145-8425-2b2ed9fe0d09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d94d3aa8-ee1f-4145-8425-2b2ed9fe0d09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d94d3aa8-ee1f-4145-8425-2b2ed9fe0d09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d94d3aa8-ee1f-4145-8425-2b2ed9fe0d09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-84752341-d609-492f-bd81-7bb23f37fb93 {
  text-align: left;
}

#s-16e36aa9-c1e0-4a6f-bd2d-06b9d78a4782 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-8d69e82d-ac25-4146-b0cb-a200e5202d45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d69e82d-ac25-4146-b0cb-a200e5202d45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d69e82d-ac25-4146-b0cb-a200e5202d45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d69e82d-ac25-4146-b0cb-a200e5202d45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-32544cbe-6ea5-4d04-bd64-c7f0b750168a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-32544cbe-6ea5-4d04-bd64-c7f0b750168a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32544cbe-6ea5-4d04-bd64-c7f0b750168a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0954ec45-07fe-4554-aec5-5d6e0b7cb161 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-0954ec45-07fe-4554-aec5-5d6e0b7cb161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0954ec45-07fe-4554-aec5-5d6e0b7cb161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f862ba0c-8441-41dd-bdda-d7a8f34a6ebd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f862ba0c-8441-41dd-bdda-d7a8f34a6ebd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f862ba0c-8441-41dd-bdda-d7a8f34a6ebd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f862ba0c-8441-41dd-bdda-d7a8f34a6ebd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0dc27afa-4e21-4ab9-864e-1de47fc77b2b {
  text-align: left;
}

#s-bf7ef239-5ba5-4fa2-9721-08efe1cedf73 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-bf7ef239-5ba5-4fa2-9721-08efe1cedf73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf7ef239-5ba5-4fa2-9721-08efe1cedf73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-89e408bf-a316-44e0-868e-d8c7556aa863"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89e408bf-a316-44e0-868e-d8c7556aa863"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89e408bf-a316-44e0-868e-d8c7556aa863"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89e408bf-a316-44e0-868e-d8c7556aa863"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f03a8e7c-27e0-4c64-a627-8308bdcd15c2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-f03a8e7c-27e0-4c64-a627-8308bdcd15c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f03a8e7c-27e0-4c64-a627-8308bdcd15c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-373f05f9-2a84-49ae-8d42-abc9b3ab6757 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-373f05f9-2a84-49ae-8d42-abc9b3ab6757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373f05f9-2a84-49ae-8d42-abc9b3ab6757.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 {
  display: none;
}
#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6, #wrap-s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 {
  display: none;
}
#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6, #wrap-s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 {
  display: none;
}
#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6, #wrap-s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 { display: none !important; }}
#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 .shg-sld-nav-button.shg-sld-left,
#s-befbe1e6-4d95-4ef7-961f-4a7c62a719a6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4f8f995b-34f0-4624-bec5-e4153d81d0ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-4f8f995b-34f0-4624-bec5-e4153d81d0ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f8f995b-34f0-4624-bec5-e4153d81d0ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7cf30e5-ba03-4370-8d21-11c329bfa5d9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-f7cf30e5-ba03-4370-8d21-11c329bfa5d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7cf30e5-ba03-4370-8d21-11c329bfa5d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43293440-9bda-4775-a575-370a750a3195 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-43293440-9bda-4775-a575-370a750a3195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43293440-9bda-4775-a575-370a750a3195.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1806e81-3f47-48f0-9181-622286f586f4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-f1806e81-3f47-48f0-9181-622286f586f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1806e81-3f47-48f0-9181-622286f586f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-487062c2-e2f2-4fc5-8379-f0c2fe869c91 {
  text-align: left;
}

#s-17d7da95-05dd-4aa2-9026-714dbc13f36e {
  text-align: left;
}

#s-41fea6e5-a86d-4c22-a6ba-2c082485b868 {
  text-align: left;
}

#s-5aa13a54-94c1-42dc-ad71-5592b23428ba {
  text-align: left;
}

#s-a7edb999-3e43-4327-a6c6-3ad345fd5703 {
  text-align: left;
}

#s-9f62964d-9dc2-4a98-8ae2-d59b123d6319 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-9f62964d-9dc2-4a98-8ae2-d59b123d6319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f62964d-9dc2-4a98-8ae2-d59b123d6319.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-873e36ec-3f94-4d44-bd6b-e7c93af8dae7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-873e36ec-3f94-4d44-bd6b-e7c93af8dae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-873e36ec-3f94-4d44-bd6b-e7c93af8dae7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b3d233c-90a8-4e59-846b-d3e070cb3230 {
  text-align: left;
}

#s-0c0ac366-4430-4f84-ac3c-749f24f9ea47 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-0c0ac366-4430-4f84-ac3c-749f24f9ea47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c0ac366-4430-4f84-ac3c-749f24f9ea47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-901a1b7b-64b8-4f12-ba17-486c0a342ed0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-901a1b7b-64b8-4f12-ba17-486c0a342ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-901a1b7b-64b8-4f12-ba17-486c0a342ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdc88554-28f9-45ee-9d13-7b9e9d1659ed {
  text-align: left;
}

#s-e275be22-840f-42d3-a2d6-47da23849f93 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-e275be22-840f-42d3-a2d6-47da23849f93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e275be22-840f-42d3-a2d6-47da23849f93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-347f6a3c-c651-4b6c-9ea7-ec04f8ec4597 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-347f6a3c-c651-4b6c-9ea7-ec04f8ec4597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347f6a3c-c651-4b6c-9ea7-ec04f8ec4597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container {
  font-family: ;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 16px;
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(250, 27, 157, 1);
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(250, 27, 157, 1);
  color: #FFFFFF;
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(250, 27, 157, 1);
}

#s-df911057-c378-4506-b8c0-7b4694b1f06f .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(250, 27, 157, 1);
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
