#s-6b3d6c91-85b7-40f3-a209-8fa45c614522 {
  display: none;
}
.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-4e20a950-ccf9-48dc-a54a-66f3d0363b87 {
  margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4e20a950-ccf9-48dc-a54a-66f3d0363b87 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e20a950-ccf9-48dc-a54a-66f3d0363b87 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e20a950-ccf9-48dc-a54a-66f3d0363b87 {
  margin-left: 5%;
margin-right: 5%;
max-width: 991px;
}
}@media (max-width: 767px){#s-4e20a950-ccf9-48dc-a54a-66f3d0363b87 {
  margin-left: 5%;
margin-right: 5%;
max-width: 767px;
}
}







#s-4e20a950-ccf9-48dc-a54a-66f3d0363b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e20a950-ccf9-48dc-a54a-66f3d0363b87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-950078f6-b1e4-4757-ba26-830e402e8b99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-950078f6-b1e4-4757-ba26-830e402e8b99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-950078f6-b1e4-4757-ba26-830e402e8b99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-950078f6-b1e4-4757-ba26-830e402e8b99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-408734f7-079a-4a49-9af5-8e9a2f5f0ab6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-408734f7-079a-4a49-9af5-8e9a2f5f0ab6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-408734f7-079a-4a49-9af5-8e9a2f5f0ab6 .shg-sld-nav-button.shg-sld-left,
#s-408734f7-079a-4a49-9af5-8e9a2f5f0ab6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-992bd812-adca-4eed-8c9b-7ff9d2504eae {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-992bd812-adca-4eed-8c9b-7ff9d2504eae {
  min-height: 600px;
}
}@media (max-width: 767px){#s-992bd812-adca-4eed-8c9b-7ff9d2504eae {
  min-height: 350px;
}
}
#s-992bd812-adca-4eed-8c9b-7ff9d2504eae {
  background-image: url(https://i.shgcdn.com/eb339e99-7ed4-4c04-be66-7fd07164fbe3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-992bd812-adca-4eed-8c9b-7ff9d2504eae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-992bd812-adca-4eed-8c9b-7ff9d2504eae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18990fff-42bc-4e84-be47-89ea9b5029c5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-18990fff-42bc-4e84-be47-89ea9b5029c5 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-18990fff-42bc-4e84-be47-89ea9b5029c5 {
  min-height: 350px;
}
}
#s-18990fff-42bc-4e84-be47-89ea9b5029c5 {
  background-image: url(https://i.shgcdn.com/4aa59798-bc93-4721-9567-4f877c92bb89/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-18990fff-42bc-4e84-be47-89ea9b5029c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18990fff-42bc-4e84-be47-89ea9b5029c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5a46536-ac7b-4416-8a9f-ed1966fea6b6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c5a46536-ac7b-4416-8a9f-ed1966fea6b6 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-c5a46536-ac7b-4416-8a9f-ed1966fea6b6 {
  min-height: 350px;
}
}







#s-c5a46536-ac7b-4416-8a9f-ed1966fea6b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5a46536-ac7b-4416-8a9f-ed1966fea6b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa782a1f-5157-4684-ae1f-df2e4b1750f1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right top;
}
@media (min-width: 1200px){#s-aa782a1f-5157-4684-ae1f-df2e4b1750f1 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-aa782a1f-5157-4684-ae1f-df2e4b1750f1 {
  min-height: 350px;
}
}
#s-aa782a1f-5157-4684-ae1f-df2e4b1750f1 {
  background-image: url(https://i.shgcdn.com/01b7b1c1-85d3-4bc7-812a-4e424a04a044/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aa782a1f-5157-4684-ae1f-df2e4b1750f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa782a1f-5157-4684-ae1f-df2e4b1750f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-08de637b-9daa-4c2a-b2f4-6a0ccb95516c {
  text-align: center;
}







  #s-08de637b-9daa-4c2a-b2f4-6a0ccb95516c img.shogun-image {
    

    
    
    
  }


#s-08de637b-9daa-4c2a-b2f4-6a0ccb95516c .shogun-image-content {
  
    align-items: center;
  
}

#s-ee6af189-c2c3-47b8-a72f-f2243ad80631 {
  text-align: center;
}







  #s-ee6af189-c2c3-47b8-a72f-f2243ad80631 img.shogun-image {
    

    
    
    
  }


#s-ee6af189-c2c3-47b8-a72f-f2243ad80631 .shogun-image-content {
  
    align-items: center;
  
}

#s-de60b3e6-d1fc-4ce6-9e9c-9442d18d83c7 {
  text-align: center;
}







  #s-de60b3e6-d1fc-4ce6-9e9c-9442d18d83c7 img.shogun-image {
    

    
    
    
  }


#s-de60b3e6-d1fc-4ce6-9e9c-9442d18d83c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c31c643-be33-4dea-945a-23dc410608f6 {
  text-align: center;
}







  #s-8c31c643-be33-4dea-945a-23dc410608f6 img.shogun-image {
    

    
    
    
  }


#s-8c31c643-be33-4dea-945a-23dc410608f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e601c06-94f5-40bf-b0e1-3a45d031e279 {
  text-align: center;
}







  #s-8e601c06-94f5-40bf-b0e1-3a45d031e279 img.shogun-image {
    

    
    
    
  }


#s-8e601c06-94f5-40bf-b0e1-3a45d031e279 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f47aac1-7434-44f6-a776-8cdcc1889312 {
  text-align: center;
}







  #s-5f47aac1-7434-44f6-a776-8cdcc1889312 img.shogun-image {
    

    
    
    
  }


#s-5f47aac1-7434-44f6-a776-8cdcc1889312 .shogun-image-content {
  
    align-items: center;
  
}

#s-8104f052-b0e7-49ed-888c-e0cd03730460 {
  text-align: center;
}







  #s-8104f052-b0e7-49ed-888c-e0cd03730460 img.shogun-image {
    

    
    
    
  }


#s-8104f052-b0e7-49ed-888c-e0cd03730460 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa9e6612-1559-4ed8-81f8-a03e2686a1ff {
  text-align: center;
}







  #s-aa9e6612-1559-4ed8-81f8-a03e2686a1ff img.shogun-image {
    

    
    
    
  }


#s-aa9e6612-1559-4ed8-81f8-a03e2686a1ff .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-e03b8c67-b45d-4527-9f33-5a3220392bfa {
  display: none;
}
#s-e03b8c67-b45d-4527-9f33-5a3220392bfa, #wrap-s-e03b8c67-b45d-4527-9f33-5a3220392bfa { display:none !important; }}@media (max-width: 767px){#s-e03b8c67-b45d-4527-9f33-5a3220392bfa {
  display: none;
}
#s-e03b8c67-b45d-4527-9f33-5a3220392bfa, #wrap-s-e03b8c67-b45d-4527-9f33-5a3220392bfa { display:none !important; }}
@media (min-width: 0px) {
[id="s-e03b8c67-b45d-4527-9f33-5a3220392bfa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e03b8c67-b45d-4527-9f33-5a3220392bfa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e03b8c67-b45d-4527-9f33-5a3220392bfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e03b8c67-b45d-4527-9f33-5a3220392bfa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e03b8c67-b45d-4527-9f33-5a3220392bfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e03b8c67-b45d-4527-9f33-5a3220392bfa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e03b8c67-b45d-4527-9f33-5a3220392bfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

.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-f9b570f7-ba4e-44ce-aece-1130c1fb1949 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}

#s-f9b570f7-ba4e-44ce-aece-1130c1fb1949 {
  background-image: url(https://i.shgcdn.com/3fd5d3e5-00b1-4a8c-9106-e312f6d4b871/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f9b570f7-ba4e-44ce-aece-1130c1fb1949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9b570f7-ba4e-44ce-aece-1130c1fb1949.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed0bc704-df6d-41bf-a1fa-4c627898dffe {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}

#s-ed0bc704-df6d-41bf-a1fa-4c627898dffe {
  background-image: url(https://i.shgcdn.com/e4645b45-5866-4383-9cbc-bbd1582e7cfa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ed0bc704-df6d-41bf-a1fa-4c627898dffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed0bc704-df6d-41bf-a1fa-4c627898dffe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a85b7158-9f81-4231-af6e-a1dcb71de181 {
  min-height: 50px;
}








#s-a85b7158-9f81-4231-af6e-a1dcb71de181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a85b7158-9f81-4231-af6e-a1dcb71de181.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e0610be4-586a-4201-90e9-dd69811b73b9 {
  margin-top: 20px;
}
}
#s-686c01a8-c0a3-4e86-9255-f38bee4b0402 {
  margin-top: 30px;
margin-bottom: 20px;
text-align: left;
opacity: 0.75;
}

#s-686c01a8-c0a3-4e86-9255-f38bee4b0402 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-686c01a8-c0a3-4e86-9255-f38bee4b0402 .shg-product-price {
  color: rgba(0, 0, 0, 0.9);
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 14px;
}

#s-686c01a8-c0a3-4e86-9255-f38bee4b0402 .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-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77 {
  display: none;
}
#s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77, #wrap-s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77 {
  display: none;
}
#s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77, #wrap-s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77 { display:none !important; }}
@media (min-width: 0px) {
[id="s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05bf4c1c-5344-4c40-9ff9-bc44e2fb1b77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e780c81a-3da0-4c12-8d37-27006070a95d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
opacity: 0.75;
}

#s-e780c81a-3da0-4c12-8d37-27006070a95d .shg-product-quantity-wrapper {
  display: flex;
}

#s-e780c81a-3da0-4c12-8d37-27006070a95d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e780c81a-3da0-4c12-8d37-27006070a95d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e780c81a-3da0-4c12-8d37-27006070a95d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e780c81a-3da0-4c12-8d37-27006070a95d .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-1d606a2b-9bf3-46d9-aac7-362062270319 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(180, 151, 90, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(180, 151, 90, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 0.9);
}
#s-1d606a2b-9bf3-46d9-aac7-362062270319:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(180, 151, 90, 1) !important;
background-color: rgba(180, 151, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 0.9) !important;}#s-1d606a2b-9bf3-46d9-aac7-362062270319:active {border-style: solid !important;
border-color: rgba(180, 151, 90, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(180, 151, 90, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-1d606a2b-9bf3-46d9-aac7-362062270319 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d606a2b-9bf3-46d9-aac7-362062270319.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d606a2b-9bf3-46d9-aac7-362062270319.shg-btn {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  
  
  font-family: Avenir;
  display:  block ;
}

#s-1d606a2b-9bf3-46d9-aac7-362062270319.shg-btn.shg-product-atc-error {
  
  font-family: Avenir;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}



.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-07df48e3-6131-419b-8688-393d996b05d1 {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-07df48e3-6131-419b-8688-393d996b05d1 {
  display: none;
}
#s-07df48e3-6131-419b-8688-393d996b05d1, #wrap-s-07df48e3-6131-419b-8688-393d996b05d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07df48e3-6131-419b-8688-393d996b05d1 {
  display: none;
}
#s-07df48e3-6131-419b-8688-393d996b05d1, #wrap-s-07df48e3-6131-419b-8688-393d996b05d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07df48e3-6131-419b-8688-393d996b05d1 {
  
}
}@media (max-width: 767px){#s-07df48e3-6131-419b-8688-393d996b05d1 {
  
}
}
#s-07df48e3-6131-419b-8688-393d996b05d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-07df48e3-6131-419b-8688-393d996b05d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-07df48e3-6131-419b-8688-393d996b05d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-07df48e3-6131-419b-8688-393d996b05d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-07df48e3-6131-419b-8688-393d996b05d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-07df48e3-6131-419b-8688-393d996b05d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-9dcfb013-97c1-477c-b4f6-c37f3c61651c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-b04e891a-b9ad-498a-808b-e945ef2947ad {
  margin-bottom: 20px;
}

#s-b04e891a-b9ad-498a-808b-e945ef2947ad > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-b04e891a-b9ad-498a-808b-e945ef2947ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-b04e891a-b9ad-498a-808b-e945ef2947ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-b04e891a-b9ad-498a-808b-e945ef2947ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-b04e891a-b9ad-498a-808b-e945ef2947ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-b04e891a-b9ad-498a-808b-e945ef2947ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-af77e9a4-d3ff-4ded-95fe-b820cf28117d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-c657aa6a-eb52-41c4-9395-861b8ef97951 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-7ba19caa-958c-4eba-bcb2-c5e076909d94 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-78a12265-c97e-4d9a-9ce7-555f2985a5b7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-4364fd80-6ded-43fc-afe1-507ba07d23c9 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-2d112e3b-684b-445f-b49e-96ab6cb43159 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e444024a-57b2-4a90-99cc-15f4f90664a8 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-265e4d22-4cc4-435f-bd0d-1a2e225a9abb {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-008aaf0e-dbdf-46af-a95b-be7a8764ec64 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-008aaf0e-dbdf-46af-a95b-be7a8764ec64 {
  display: none;
}
#s-008aaf0e-dbdf-46af-a95b-be7a8764ec64, #wrap-s-008aaf0e-dbdf-46af-a95b-be7a8764ec64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-008aaf0e-dbdf-46af-a95b-be7a8764ec64 {
  display: none;
}
#s-008aaf0e-dbdf-46af-a95b-be7a8764ec64, #wrap-s-008aaf0e-dbdf-46af-a95b-be7a8764ec64 { display:none !important; }}
#s-008aaf0e-dbdf-46af-a95b-be7a8764ec64 .shg-sld-dot {
  background-color: rgba(180, 151, 90, 1);
}

#s-008aaf0e-dbdf-46af-a95b-be7a8764ec64 .shg-sld-nav-button.shg-sld-left,
#s-008aaf0e-dbdf-46af-a95b-be7a8764ec64 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(180, 151, 90, 1);
}

@media (min-width: 1200px){#s-64e81d5d-e313-44bb-ad5b-6f37ae063d20 {
  display: none;
}
#s-64e81d5d-e313-44bb-ad5b-6f37ae063d20, #wrap-s-64e81d5d-e313-44bb-ad5b-6f37ae063d20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64e81d5d-e313-44bb-ad5b-6f37ae063d20 {
  display: none;
}
#s-64e81d5d-e313-44bb-ad5b-6f37ae063d20, #wrap-s-64e81d5d-e313-44bb-ad5b-6f37ae063d20 { display:none !important; }}
@media (min-width: 0px) {
[id="s-64e81d5d-e313-44bb-ad5b-6f37ae063d20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64e81d5d-e313-44bb-ad5b-6f37ae063d20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64e81d5d-e313-44bb-ad5b-6f37ae063d20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64e81d5d-e313-44bb-ad5b-6f37ae063d20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-847478c6-21b4-42b3-9373-ed40cc724a29 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}








#s-847478c6-21b4-42b3-9373-ed40cc724a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-847478c6-21b4-42b3-9373-ed40cc724a29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25663303-b235-4469-bcb0-94a89be646c5 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
}








#s-25663303-b235-4469-bcb0-94a89be646c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25663303-b235-4469-bcb0-94a89be646c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef1a8018-0627-4831-9624-3a40de71748d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-ef1a8018-0627-4831-9624-3a40de71748d {
  display: none;
}
#s-ef1a8018-0627-4831-9624-3a40de71748d, #wrap-s-ef1a8018-0627-4831-9624-3a40de71748d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef1a8018-0627-4831-9624-3a40de71748d {
  display: none;
}
#s-ef1a8018-0627-4831-9624-3a40de71748d, #wrap-s-ef1a8018-0627-4831-9624-3a40de71748d { display:none !important; }}
@media (min-width: 0px) {
[id="s-ef1a8018-0627-4831-9624-3a40de71748d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ef1a8018-0627-4831-9624-3a40de71748d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef1a8018-0627-4831-9624-3a40de71748d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef1a8018-0627-4831-9624-3a40de71748d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b02e7646-598e-4437-8079-b6e3894aad44 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
min-height: 100px;
background-position: center center;
}








#s-b02e7646-598e-4437-8079-b6e3894aad44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02e7646-598e-4437-8079-b6e3894aad44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eeb5d2dd-610b-4079-ade3-18b51b4c53a1 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
min-height: 100px;
background-position: center center;
}








#s-eeb5d2dd-610b-4079-ade3-18b51b4c53a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeb5d2dd-610b-4079-ade3-18b51b4c53a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96bde4e5-dee9-403c-bc81-c9d7ab1d7733 {
  margin-bottom: 20px;
}

#s-c5f19f18-c675-4d1c-9b87-91a61ccc4b6f {
  text-align: left;
}

#s-24acaf90-affd-42b8-b421-88fc57384e07 {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24acaf90-affd-42b8-b421-88fc57384e07 {
  display: none;
}
#s-24acaf90-affd-42b8-b421-88fc57384e07, #wrap-s-24acaf90-affd-42b8-b421-88fc57384e07 { display:none !important; }}@media (max-width: 767px){#s-24acaf90-affd-42b8-b421-88fc57384e07 {
  display: none;
}
#s-24acaf90-affd-42b8-b421-88fc57384e07, #wrap-s-24acaf90-affd-42b8-b421-88fc57384e07 { display:none !important; }}
@media (min-width: 0px) {
[id="s-24acaf90-affd-42b8-b421-88fc57384e07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24acaf90-affd-42b8-b421-88fc57384e07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24acaf90-affd-42b8-b421-88fc57384e07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24acaf90-affd-42b8-b421-88fc57384e07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21eeeefc-6fcc-41f3-85db-796fbbfb4d7d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
opacity: 0.75;
}

#s-21eeeefc-6fcc-41f3-85db-796fbbfb4d7d .shg-product-quantity-wrapper {
  display: flex;
}

#s-21eeeefc-6fcc-41f3-85db-796fbbfb4d7d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-21eeeefc-6fcc-41f3-85db-796fbbfb4d7d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-21eeeefc-6fcc-41f3-85db-796fbbfb4d7d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-21eeeefc-6fcc-41f3-85db-796fbbfb4d7d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-15cae64e-8d72-4ff0-b82c-346c063ecc92 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(180, 151, 90, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(180, 151, 90, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 0.9);
}
#s-15cae64e-8d72-4ff0-b82c-346c063ecc92:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(180, 151, 90, 1) !important;
background-color: rgba(180, 151, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 0.9) !important;}#s-15cae64e-8d72-4ff0-b82c-346c063ecc92:active {border-style: solid !important;
border-color: rgba(180, 151, 90, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(180, 151, 90, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-15cae64e-8d72-4ff0-b82c-346c063ecc92 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15cae64e-8d72-4ff0-b82c-346c063ecc92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15cae64e-8d72-4ff0-b82c-346c063ecc92.shg-btn {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  
  
  font-family: Avenir;
  display:  block ;
}

#s-15cae64e-8d72-4ff0-b82c-346c063ecc92.shg-btn.shg-product-atc-error {
  
  font-family: Avenir;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}



@media (min-width: 1200px){#s-0dcf9805-ba10-4ec2-8a41-464233a2902c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dcf9805-ba10-4ec2-8a41-464233a2902c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0dcf9805-ba10-4ec2-8a41-464233a2902c {
  display: none;
}
#s-0dcf9805-ba10-4ec2-8a41-464233a2902c, #wrap-s-0dcf9805-ba10-4ec2-8a41-464233a2902c { display:none !important; }}@media (max-width: 767px){#s-0dcf9805-ba10-4ec2-8a41-464233a2902c {
  display: none;
}
#s-0dcf9805-ba10-4ec2-8a41-464233a2902c, #wrap-s-0dcf9805-ba10-4ec2-8a41-464233a2902c { display:none !important; }}
#s-0dcf9805-ba10-4ec2-8a41-464233a2902c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0dcf9805-ba10-4ec2-8a41-464233a2902c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-0dcf9805-ba10-4ec2-8a41-464233a2902c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-0dcf9805-ba10-4ec2-8a41-464233a2902c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0dcf9805-ba10-4ec2-8a41-464233a2902c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-0dcf9805-ba10-4ec2-8a41-464233a2902c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-9da58405-d0bf-46bb-8a01-9f5ea9db2afa {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-2be6b0f3-7bfb-4263-be94-40274999e4cd {
  margin-bottom: 20px;
}

#s-2be6b0f3-7bfb-4263-be94-40274999e4cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-2be6b0f3-7bfb-4263-be94-40274999e4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-2be6b0f3-7bfb-4263-be94-40274999e4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-2be6b0f3-7bfb-4263-be94-40274999e4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-2be6b0f3-7bfb-4263-be94-40274999e4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-2be6b0f3-7bfb-4263-be94-40274999e4cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-9a636d31-aeba-4319-a6ed-d9a7a395a750 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-03d073bc-f9e9-401a-b929-2bbc773262c7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-d1782d99-edac-471d-aa87-77f87055930f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-c885fb13-4501-4a3f-b344-467a9c503547 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-b8ecf5e5-77c9-4f49-b57e-a0603f2c3ff2 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-274f85ec-1d31-4a10-8644-5fd64c23c314 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-523b6b13-109b-4906-b5f6-f8006a3e2805 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-901f8528-fd34-4c3a-abc3-a2da01c6d043 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 1200px){#s-3c3dc519-4d56-44f8-a945-046192168682 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c3dc519-4d56-44f8-a945-046192168682 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c3dc519-4d56-44f8-a945-046192168682 {
  
}
}@media (max-width: 767px){#s-3c3dc519-4d56-44f8-a945-046192168682 {
  
}
}
#s-3c3dc519-4d56-44f8-a945-046192168682 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3c3dc519-4d56-44f8-a945-046192168682 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-3c3dc519-4d56-44f8-a945-046192168682 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-3c3dc519-4d56-44f8-a945-046192168682 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3c3dc519-4d56-44f8-a945-046192168682 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-3c3dc519-4d56-44f8-a945-046192168682 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-fb6b42ec-91d0-4f1a-80a0-d3f5482e8c84 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-fb6b42ec-91d0-4f1a-80a0-d3f5482e8c84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb6b42ec-91d0-4f1a-80a0-d3f5482e8c84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-d905b25f-ba25-42a7-921d-4be8c3119a03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d905b25f-ba25-42a7-921d-4be8c3119a03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d905b25f-ba25-42a7-921d-4be8c3119a03 {
  
}
}@media (max-width: 767px){#s-d905b25f-ba25-42a7-921d-4be8c3119a03 {
  
}
}
#s-d905b25f-ba25-42a7-921d-4be8c3119a03 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d905b25f-ba25-42a7-921d-4be8c3119a03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-d905b25f-ba25-42a7-921d-4be8c3119a03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-d905b25f-ba25-42a7-921d-4be8c3119a03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d905b25f-ba25-42a7-921d-4be8c3119a03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-d905b25f-ba25-42a7-921d-4be8c3119a03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-9d0cd17f-5c5b-4f60-b748-2789c989ef63 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-9d0cd17f-5c5b-4f60-b748-2789c989ef63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d0cd17f-5c5b-4f60-b748-2789c989ef63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57187a53-e0c7-4014-b4c5-3281ea1bb889 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-886b0826-884e-475e-a883-f42965d72c0f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a97481ed-fe79-4e81-bd93-04e80bdae926"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a97481ed-fe79-4e81-bd93-04e80bdae926"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a97481ed-fe79-4e81-bd93-04e80bdae926"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a97481ed-fe79-4e81-bd93-04e80bdae926"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5a294986-1d53-43e5-9258-d0aa230b96cc {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-5a294986-1d53-43e5-9258-d0aa230b96cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a294986-1d53-43e5-9258-d0aa230b96cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a294986-1d53-43e5-9258-d0aa230b96cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a294986-1d53-43e5-9258-d0aa230b96cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3f04e27c-f4c3-4a98-b5c3-fe2e59ff69d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3f04e27c-f4c3-4a98-b5c3-fe2e59ff69d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-3f04e27c-f4c3-4a98-b5c3-fe2e59ff69d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-3f04e27c-f4c3-4a98-b5c3-fe2e59ff69d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3f04e27c-f4c3-4a98-b5c3-fe2e59ff69d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-3f04e27c-f4c3-4a98-b5c3-fe2e59ff69d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-0a403c86-0b9d-4f78-80cd-2771ce0f73da {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ea1975b1-9351-42d9-be35-db145ec9a6fc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e6eeed71-a23b-43cc-87ba-58a92f85a748 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1ceedcfd-98b8-4ce9-98b6-06a5324a5d9b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0db0c660-eefe-49d1-9bfc-6977fab612be {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-282e88e1-4c1f-4fc3-ac97-094d9b83520b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-282e88e1-4c1f-4fc3-ac97-094d9b83520b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-282e88e1-4c1f-4fc3-ac97-094d9b83520b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-282e88e1-4c1f-4fc3-ac97-094d9b83520b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-282e88e1-4c1f-4fc3-ac97-094d9b83520b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-282e88e1-4c1f-4fc3-ac97-094d9b83520b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-7eadf730-1a31-42d4-9711-622f3d002c4d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cb94a286-fefd-4e01-b286-6ebe82abcb0a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9f401779-ca3f-450a-8904-87daba7fa72d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-05306402-8e0e-48a8-b9f8-3212f3f41827 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-658855ec-3482-4186-864f-9cba173d6015 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6954972b-ae0e-46cb-965f-7a931efb6058 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6954972b-ae0e-46cb-965f-7a931efb6058 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-6954972b-ae0e-46cb-965f-7a931efb6058 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-6954972b-ae0e-46cb-965f-7a931efb6058 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6954972b-ae0e-46cb-965f-7a931efb6058 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-6954972b-ae0e-46cb-965f-7a931efb6058 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-7871b491-744f-4f99-add6-41d7c2d45359 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7871b491-744f-4f99-add6-41d7c2d45359 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-7871b491-744f-4f99-add6-41d7c2d45359 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-7871b491-744f-4f99-add6-41d7c2d45359 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7871b491-744f-4f99-add6-41d7c2d45359 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-7871b491-744f-4f99-add6-41d7c2d45359 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
@media (min-width: 1200px){#s-8cf3d8e3-a81b-4d7e-b703-1ddf336a21a5 {
  margin-top: 20px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cf3d8e3-a81b-4d7e-b703-1ddf336a21a5 {
  margin-top: 20px;
margin-bottom: 40px;
}
}
@media (min-width: 1200px){#s-de76725f-ad81-43e2-b792-31ebde3ef3ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de76725f-ad81-43e2-b792-31ebde3ef3ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de76725f-ad81-43e2-b792-31ebde3ef3ac {
  
}
}@media (max-width: 767px){#s-de76725f-ad81-43e2-b792-31ebde3ef3ac {
  
}
}
#s-de76725f-ad81-43e2-b792-31ebde3ef3ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-de76725f-ad81-43e2-b792-31ebde3ef3ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-de76725f-ad81-43e2-b792-31ebde3ef3ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(180, 151, 90, 1);
}

#s-de76725f-ad81-43e2-b792-31ebde3ef3ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-de76725f-ad81-43e2-b792-31ebde3ef3ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(180, 151, 90, 1);
  text-align: left;
  font-family: Avenir;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-de76725f-ad81-43e2-b792-31ebde3ef3ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-83cd50b4-4933-45ae-94c0-f0bf4c9b2f2d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-83cd50b4-4933-45ae-94c0-f0bf4c9b2f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83cd50b4-4933-45ae-94c0-f0bf4c9b2f2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c1cb85c-7cb8-4d5b-a814-efd4e6fe509c {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-4c1cb85c-7cb8-4d5b-a814-efd4e6fe509c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c1cb85c-7cb8-4d5b-a814-efd4e6fe509c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c1cb85c-7cb8-4d5b-a814-efd4e6fe509c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c1cb85c-7cb8-4d5b-a814-efd4e6fe509c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c32a282b-7911-45dd-8709-d2d854b75b15 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-c32a282b-7911-45dd-8709-d2d854b75b15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c32a282b-7911-45dd-8709-d2d854b75b15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c32a282b-7911-45dd-8709-d2d854b75b15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c32a282b-7911-45dd-8709-d2d854b75b15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8d7833f6-9903-493d-8650-c5d18e6742ab {
  margin-top: 50px;
}

#s-210fa3d4-0a54-474f-8592-14fc17c01a50 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-210fa3d4-0a54-474f-8592-14fc17c01a50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-210fa3d4-0a54-474f-8592-14fc17c01a50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-210fa3d4-0a54-474f-8592-14fc17c01a50 {
  
}
}
@media (min-width: 0px) {
[id="s-210fa3d4-0a54-474f-8592-14fc17c01a50"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-210fa3d4-0a54-474f-8592-14fc17c01a50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-210fa3d4-0a54-474f-8592-14fc17c01a50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-210fa3d4-0a54-474f-8592-14fc17c01a50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-18e46f9a-cfdb-4e9c-b46d-a8d2cbeaba65 {
  margin-top: 0px;
}
}
#s-18e46f9a-cfdb-4e9c-b46d-a8d2cbeaba65 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee {
  text-align: center;
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee {
  max-width:  100%;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom,
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee {
  max-width:  100%;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom,
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee {
  max-width:  100%;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom,
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee {
  max-width:  100%;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom,
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee {
  max-width:  100%;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom,
.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbd191a8-64aa-40c3-b1b9-375fb2662aee img.shogun-image {
  width: 100%;
}



}
.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-feccbf18-eabb-44ad-aa73-e671e6f05626 {
  padding-top: 20px;
text-align: center;
}

#s-feccbf18-eabb-44ad-aa73-e671e6f05626 .shogun-heading-component h3 {
  color: rgba(180, 151, 90, 1);
  font-weight:  normal ;
  font-family: "Avenir";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-da41ee3d-a2ac-4ab9-b288-abe86dba65b2 {
  margin-top: 10px;
}

#s-04998acf-8d45-41a5-aaa2-078a5dc29750 {
  margin-bottom: 5px;
text-align: center;
opacity: 0.75;
}

#s-04998acf-8d45-41a5-aaa2-078a5dc29750 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-04998acf-8d45-41a5-aaa2-078a5dc29750 .shg-product-price {
  color: rgba(0, 0, 0, 0.9);
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 12px;
}

#s-04998acf-8d45-41a5-aaa2-078a5dc29750 .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-b47f4cc1-3ba3-4f69-9773-7c940ff2aca9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(180, 151, 90, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.9);
}
#s-b47f4cc1-3ba3-4f69-9773-7c940ff2aca9:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 0.9) !important;}#s-b47f4cc1-3ba3-4f69-9773-7c940ff2aca9:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 0.9) !important;
background-image: none !important;
hover-type: color !important;}


#s-b47f4cc1-3ba3-4f69-9773-7c940ff2aca9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b47f4cc1-3ba3-4f69-9773-7c940ff2aca9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b47f4cc1-3ba3-4f69-9773-7c940ff2aca9.shg-btn {
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  
  
  font-family: Avenir;
  display:  block ;
}

#s-b47f4cc1-3ba3-4f69-9773-7c940ff2aca9.shg-btn.shg-product-atc-error {
  
  font-family: Avenir;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}


  #s-b47f4cc1-3ba3-4f69-9773-7c940ff2aca9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (max-width: 767px){#s-2842136c-7374-4fdb-b34a-87920e2f658b {
  margin-top: 0px;
}
}
#s-2842136c-7374-4fdb-b34a-87920e2f658b {
  display: none;
}
#s-aaf23e89-5343-428d-9473-a92bd0017267 {
  text-align: center;
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 {
  max-width:  100%;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom,
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 {
  max-width:  100%;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom,
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 {
  max-width:  100%;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom,
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 {
  max-width:  100%;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom,
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 {
  max-width:  100%;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom,
.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf23e89-5343-428d-9473-a92bd0017267 img.shogun-image {
  width: 100%;
}



}
#s-ce7d5a17-085b-49c8-8037-d81af0eb15e4 {
  padding-top: 20px;
text-align: center;
}

#s-ce7d5a17-085b-49c8-8037-d81af0eb15e4 .shogun-heading-component h3 {
  color: rgba(180, 151, 90, 1);
  font-weight:  normal ;
  font-family: "Avenir";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-97fd2d1d-35b3-4642-bc21-f85b7646785a {
  margin-top: 10px;
}

#s-89b90b3f-51de-4f6c-b933-4a8865317706 {
  margin-bottom: 5px;
text-align: center;
opacity: 0.75;
}

#s-89b90b3f-51de-4f6c-b933-4a8865317706 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-89b90b3f-51de-4f6c-b933-4a8865317706 .shg-product-price {
  color: rgba(0, 0, 0, 0.9);
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 12px;
}

#s-89b90b3f-51de-4f6c-b933-4a8865317706 .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-d8ea1362-94a9-460a-8fea-d404b44e96db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(180, 151, 90, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.9);
}
#s-d8ea1362-94a9-460a-8fea-d404b44e96db:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 0.9) !important;}#s-d8ea1362-94a9-460a-8fea-d404b44e96db:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 0.9) !important;
background-image: none !important;
hover-type: color !important;}


#s-d8ea1362-94a9-460a-8fea-d404b44e96db {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8ea1362-94a9-460a-8fea-d404b44e96db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8ea1362-94a9-460a-8fea-d404b44e96db.shg-btn {
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  
  
  font-family: Avenir;
  display:  block ;
}

#s-d8ea1362-94a9-460a-8fea-d404b44e96db.shg-btn.shg-product-atc-error {
  
  font-family: Avenir;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}


  #s-d8ea1362-94a9-460a-8fea-d404b44e96db.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9dfab078-a6f4-4ce5-9035-7418c154e93e {
  display: none;
}
#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e {
  text-align: center;
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e {
  max-width:  100%;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom,
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e {
  max-width:  100%;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom,
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e {
  max-width:  100%;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom,
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e {
  max-width:  100%;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom,
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e {
  max-width:  100%;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom,
.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f3d8e2-a8e4-4352-85ec-452bc47d2d2e img.shogun-image {
  width: 100%;
}



}
#s-5c9a6578-2406-4f51-8bc5-33a1f3cb60f4 {
  padding-top: 20px;
text-align: center;
}

#s-5c9a6578-2406-4f51-8bc5-33a1f3cb60f4 .shogun-heading-component h3 {
  color: rgba(180, 151, 90, 1);
  font-weight:  normal ;
  font-family: "Avenir";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5f32f43c-b02f-4106-b3dd-55e14aaf91f2 {
  margin-top: 10px;
}

#s-1b7be411-c99b-4e05-a198-682ddf863f56 {
  margin-bottom: 5px;
text-align: center;
opacity: 0.75;
}

#s-1b7be411-c99b-4e05-a198-682ddf863f56 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-1b7be411-c99b-4e05-a198-682ddf863f56 .shg-product-price {
  color: rgba(0, 0, 0, 0.9);
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 12px;
}

#s-1b7be411-c99b-4e05-a198-682ddf863f56 .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-34905ebd-3455-46e3-834f-19c56f086e8e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(180, 151, 90, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.9);
}
#s-34905ebd-3455-46e3-834f-19c56f086e8e:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 0.9) !important;}#s-34905ebd-3455-46e3-834f-19c56f086e8e:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 0.9) !important;
background-image: none !important;
hover-type: color !important;}


#s-34905ebd-3455-46e3-834f-19c56f086e8e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34905ebd-3455-46e3-834f-19c56f086e8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34905ebd-3455-46e3-834f-19c56f086e8e.shg-btn {
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  
  
  font-family: Avenir;
  display:  block ;
}

#s-34905ebd-3455-46e3-834f-19c56f086e8e.shg-btn.shg-product-atc-error {
  
  font-family: Avenir;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}


  #s-34905ebd-3455-46e3-834f-19c56f086e8e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d84b2921-1a39-4dc1-8200-c5057dd4abce {
  margin-top: 30px;
}

#s-27c7559b-9fe9-4b6a-a60e-33f58044523c {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-27c7559b-9fe9-4b6a-a60e-33f58044523c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27c7559b-9fe9-4b6a-a60e-33f58044523c {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27c7559b-9fe9-4b6a-a60e-33f58044523c {
  margin-left: 20px;
margin-right: 20px;
max-width: 991px;
display: none;
}
#s-27c7559b-9fe9-4b6a-a60e-33f58044523c, #wrap-s-27c7559b-9fe9-4b6a-a60e-33f58044523c { display:none !important; }}@media (max-width: 767px){#s-27c7559b-9fe9-4b6a-a60e-33f58044523c {
  margin-left: 20px;
margin-right: 20px;
max-width: 767px;
display: none;
}
#s-27c7559b-9fe9-4b6a-a60e-33f58044523c, #wrap-s-27c7559b-9fe9-4b6a-a60e-33f58044523c { display:none !important; }}







#s-27c7559b-9fe9-4b6a-a60e-33f58044523c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27c7559b-9fe9-4b6a-a60e-33f58044523c.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-867d7fab-0dd2-4929-be27-641c39c1c740"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-867d7fab-0dd2-4929-be27-641c39c1c740"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-867d7fab-0dd2-4929-be27-641c39c1c740"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-867d7fab-0dd2-4929-be27-641c39c1c740"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-867d7fab-0dd2-4929-be27-641c39c1c740"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-867d7fab-0dd2-4929-be27-641c39c1c740"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-867d7fab-0dd2-4929-be27-641c39c1c740"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8f66dcd8-8c02-4bc9-8d57-b22ecdb3d927 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f66dcd8-8c02-4bc9-8d57-b22ecdb3d927 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8f66dcd8-8c02-4bc9-8d57-b22ecdb3d927 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-8f66dcd8-8c02-4bc9-8d57-b22ecdb3d927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f66dcd8-8c02-4bc9-8d57-b22ecdb3d927.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acc1be41-4c55-4b14-9950-4ebf97841e80 {
  text-align: center;
}

#s-acc1be41-4c55-4b14-9950-4ebf97841e80 .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-aa753f92-4ec7-414e-a42e-392a54af7051 {
  background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-aa753f92-4ec7-414e-a42e-392a54af7051 {
  display: none;
}
#s-aa753f92-4ec7-414e-a42e-392a54af7051, #wrap-s-aa753f92-4ec7-414e-a42e-392a54af7051 { display:none !important; }}







#s-aa753f92-4ec7-414e-a42e-392a54af7051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa753f92-4ec7-414e-a42e-392a54af7051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11a411a1-927d-407b-9bf0-a92974b4ae3d {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-11a411a1-927d-407b-9bf0-a92974b4ae3d {
  display: none;
}
#s-11a411a1-927d-407b-9bf0-a92974b4ae3d, #wrap-s-11a411a1-927d-407b-9bf0-a92974b4ae3d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11a411a1-927d-407b-9bf0-a92974b4ae3d {
  display: none;
}
#s-11a411a1-927d-407b-9bf0-a92974b4ae3d, #wrap-s-11a411a1-927d-407b-9bf0-a92974b4ae3d { display:none !important; }}
@media (min-width: 0px) {
[id="s-11a411a1-927d-407b-9bf0-a92974b4ae3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11a411a1-927d-407b-9bf0-a92974b4ae3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-11a411a1-927d-407b-9bf0-a92974b4ae3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-11a411a1-927d-407b-9bf0-a92974b4ae3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-254c9abc-5e53-45f5-b4b9-d3d23a3d82fc {
  min-height: 400px;
}








#s-254c9abc-5e53-45f5-b4b9-d3d23a3d82fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-254c9abc-5e53-45f5-b4b9-d3d23a3d82fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e0a9c1b-4c1a-4dbf-9e52-b96eac8e6175 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e0a9c1b-4c1a-4dbf-9e52-b96eac8e6175 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2e0a9c1b-4c1a-4dbf-9e52-b96eac8e6175 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-2e0a9c1b-4c1a-4dbf-9e52-b96eac8e6175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e0a9c1b-4c1a-4dbf-9e52-b96eac8e6175 {
  cursor: pointer;
}#s-2e0a9c1b-4c1a-4dbf-9e52-b96eac8e6175.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c998f642-00a3-4437-a649-0ca50b840911 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c998f642-00a3-4437-a649-0ca50b840911 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6ffa8d27-5565-462f-856c-1128f084fecd {
  margin-bottom: 20px;
}

#s-7b8b592c-87e5-4acb-b217-7fa96476a76e {
  margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7b8b592c-87e5-4acb-b217-7fa96476a76e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b8b592c-87e5-4acb-b217-7fa96476a76e {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b8b592c-87e5-4acb-b217-7fa96476a76e {
  margin-left: 5%;
margin-right: 5%;
max-width: 991px;
}
}@media (max-width: 767px){#s-7b8b592c-87e5-4acb-b217-7fa96476a76e {
  margin-left: 5%;
margin-right: 5%;
max-width: 767px;
}
}







#s-7b8b592c-87e5-4acb-b217-7fa96476a76e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b8b592c-87e5-4acb-b217-7fa96476a76e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd660dd7-b6f1-45f0-93ec-96fe6d946c32 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd660dd7-b6f1-45f0-93ec-96fe6d946c32 .shogun-heading-component h4 {
  color: rgba(180, 151, 90, 1);
  font-weight:  normal ;
  font-family: "Avenir";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-1388a614-e475-43e2-8b05-526d1b88be7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1388a614-e475-43e2-8b05-526d1b88be7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1388a614-e475-43e2-8b05-526d1b88be7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1388a614-e475-43e2-8b05-526d1b88be7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-d24d8354-f101-4642-9569-bbcee63e3557 {
  text-align: center;
}







  #s-d24d8354-f101-4642-9569-bbcee63e3557 img.shogun-image {
    

    
    
    
  }


#s-d24d8354-f101-4642-9569-bbcee63e3557 .shogun-image-content {
  
    align-items: center;
  
}

#s-96efa19a-3b37-4cec-9769-ec345fec679f {
  text-align: center;
}







  #s-96efa19a-3b37-4cec-9769-ec345fec679f img.shogun-image {
    

    
    
    
  }


#s-96efa19a-3b37-4cec-9769-ec345fec679f .shogun-image-content {
  
    align-items: center;
  
}

#s-15440d19-c4e8-40b6-81a6-6e33a7d2ef60 {
  text-align: center;
}







  #s-15440d19-c4e8-40b6-81a6-6e33a7d2ef60 img.shogun-image {
    

    
    
    
  }


#s-15440d19-c4e8-40b6-81a6-6e33a7d2ef60 .shogun-image-content {
  
    align-items: center;
  
}

#s-040cea75-dfa0-4bed-8afe-f6cf7e787644 {
  text-align: center;
}







  #s-040cea75-dfa0-4bed-8afe-f6cf7e787644 img.shogun-image {
    

    
    
    
  }


#s-040cea75-dfa0-4bed-8afe-f6cf7e787644 .shogun-image-content {
  
    align-items: center;
  
}

#s-02b374ba-6d9b-4415-822d-6feffdf0e575 {
  text-align: center;
}







  #s-02b374ba-6d9b-4415-822d-6feffdf0e575 img.shogun-image {
    

    
    
    
  }


#s-02b374ba-6d9b-4415-822d-6feffdf0e575 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca8213a7-9a4d-44fb-9f47-96c82dfe7327 {
  text-align: center;
}







  #s-ca8213a7-9a4d-44fb-9f47-96c82dfe7327 img.shogun-image {
    

    
    
    
  }


#s-ca8213a7-9a4d-44fb-9f47-96c82dfe7327 .shogun-image-content {
  
    align-items: center;
  
}

#s-239bd4dc-73d2-4460-9574-0796a2069559 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-239bd4dc-73d2-4460-9574-0796a2069559 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-239bd4dc-73d2-4460-9574-0796a2069559 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-239bd4dc-73d2-4460-9574-0796a2069559 {
  margin-left: 5%;
margin-right: 5%;
max-width: 991px;
}
}@media (max-width: 767px){#s-239bd4dc-73d2-4460-9574-0796a2069559 {
  margin-left: 5%;
margin-right: 5%;
max-width: 767px;
}
}







#s-239bd4dc-73d2-4460-9574-0796a2069559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-239bd4dc-73d2-4460-9574-0796a2069559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-4126dca5-6f5b-4aa9-810a-451d2ff65e13 {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4126dca5-6f5b-4aa9-810a-451d2ff65e13 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4126dca5-6f5b-4aa9-810a-451d2ff65e13 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-4126dca5-6f5b-4aa9-810a-451d2ff65e13 {
  margin-top: 50px;
margin-bottom: 20px;
}
}
.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-430750d3-3632-4ea1-bbb8-a993d2cf3878 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: dotted;
text-align: left;
background-color: rgba(255, 255, 255, 1);
opacity: 0.85;
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container {
  font-family: Avenir;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 16px;
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(180, 151, 90, 0.9);
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(180, 151, 90, 0.9);
  stroke: rgba(180, 151, 90, 0.9);
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(180, 151, 90, 0.9);
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(180, 151, 90, 0.9);
  color: #FFFFFF;
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(180, 151, 90, 0.9);
}

#s-430750d3-3632-4ea1-bbb8-a993d2cf3878 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(180, 151, 90, 0.9);
}

#s-8725c12a-77dd-4dff-856e-faa81b1eb90b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-8725c12a-77dd-4dff-856e-faa81b1eb90b {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8725c12a-77dd-4dff-856e-faa81b1eb90b {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8725c12a-77dd-4dff-856e-faa81b1eb90b {
  margin-left: auto;
margin-right: auto;
max-width: 991px;
}
}@media (max-width: 767px){#s-8725c12a-77dd-4dff-856e-faa81b1eb90b {
  margin-left: 20px;
margin-right: 20px;
max-width: 767px;
}
}
@media (min-width: 0px) {
[id="s-8725c12a-77dd-4dff-856e-faa81b1eb90b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8725c12a-77dd-4dff-856e-faa81b1eb90b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8725c12a-77dd-4dff-856e-faa81b1eb90b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8725c12a-77dd-4dff-856e-faa81b1eb90b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-9b572b1c-bc5f-432a-bf1c-98aafa3c8f26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b572b1c-bc5f-432a-bf1c-98aafa3c8f26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b572b1c-bc5f-432a-bf1c-98aafa3c8f26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b572b1c-bc5f-432a-bf1c-98aafa3c8f26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b572b1c-bc5f-432a-bf1c-98aafa3c8f26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b572b1c-bc5f-432a-bf1c-98aafa3c8f26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b572b1c-bc5f-432a-bf1c-98aafa3c8f26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-ca47760a-6369-4a1d-a644-fea5e7009a48 .shogun-icon-wrapper {
  text-align: left;
}


#s-ca47760a-6369-4a1d-a644-fea5e7009a48 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: #495056;
}

#s-baa576dd-c622-410d-ac6b-f1f9c7ba7e6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-baa576dd-c622-410d-ac6b-f1f9c7ba7e6d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-83db7c86-449d-4e49-8b9b-bb972fd7ae9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83db7c86-449d-4e49-8b9b-bb972fd7ae9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83db7c86-449d-4e49-8b9b-bb972fd7ae9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83db7c86-449d-4e49-8b9b-bb972fd7ae9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83db7c86-449d-4e49-8b9b-bb972fd7ae9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83db7c86-449d-4e49-8b9b-bb972fd7ae9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83db7c86-449d-4e49-8b9b-bb972fd7ae9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-eec15341-c355-4079-bacb-fbc490543f31 .shogun-icon-wrapper {
  text-align: left;
}


#s-eec15341-c355-4079-bacb-fbc490543f31 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: #495056;
}

#s-600cc912-3a17-450e-bb92-1ecccadc807f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-600cc912-3a17-450e-bb92-1ecccadc807f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-600cc912-3a17-450e-bb92-1ecccadc807f .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-03dd98fb-4de3-4651-a1d7-726052a91326"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03dd98fb-4de3-4651-a1d7-726052a91326"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03dd98fb-4de3-4651-a1d7-726052a91326"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03dd98fb-4de3-4651-a1d7-726052a91326"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03dd98fb-4de3-4651-a1d7-726052a91326"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03dd98fb-4de3-4651-a1d7-726052a91326"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03dd98fb-4de3-4651-a1d7-726052a91326"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-2730c6e3-99e6-460b-89a6-67fef03f2fe2 .shogun-icon-wrapper {
  text-align: left;
}


#s-2730c6e3-99e6-460b-89a6-67fef03f2fe2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: #495056;
}

#s-ccf27214-9dff-4eca-8f4c-18f938d4142d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ccf27214-9dff-4eca-8f4c-18f938d4142d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-ccf27214-9dff-4eca-8f4c-18f938d4142d .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-181c2f78-aea0-4ec6-a894-592f22449ba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-181c2f78-aea0-4ec6-a894-592f22449ba3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181c2f78-aea0-4ec6-a894-592f22449ba3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-181c2f78-aea0-4ec6-a894-592f22449ba3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181c2f78-aea0-4ec6-a894-592f22449ba3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-181c2f78-aea0-4ec6-a894-592f22449ba3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-181c2f78-aea0-4ec6-a894-592f22449ba3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-85bfd32c-9ad6-4f66-9cd3-13120825cfc5 .shogun-icon-wrapper {
  text-align: left;
}


#s-85bfd32c-9ad6-4f66-9cd3-13120825cfc5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: #495056;
}

#s-6db93b35-3e8b-406e-b6ca-96d3a6fe8021 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6db93b35-3e8b-406e-b6ca-96d3a6fe8021 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



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