.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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-c264d8c9-e866-49c1-946d-499c7c98c635 {
  margin-top: -41px;
text-align: center;
}
@media (min-width: 1200px){#s-c264d8c9-e866-49c1-946d-499c7c98c635 {
  display: none;
}
#s-c264d8c9-e866-49c1-946d-499c7c98c635, #wrap-s-c264d8c9-e866-49c1-946d-499c7c98c635 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c264d8c9-e866-49c1-946d-499c7c98c635 {
  display: none;
}
#s-c264d8c9-e866-49c1-946d-499c7c98c635, #wrap-s-c264d8c9-e866-49c1-946d-499c7c98c635 { display:none !important; }}






  #s-c264d8c9-e866-49c1-946d-499c7c98c635 img.shogun-image {
    

    
    
    
  }


#s-c264d8c9-e866-49c1-946d-499c7c98c635 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content 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: ;
}

@media (min-width: 1200px){#s-b7c29665-dccb-4bd7-8374-e249bc9a463d {
  display: none;
}
#s-b7c29665-dccb-4bd7-8374-e249bc9a463d, #wrap-s-b7c29665-dccb-4bd7-8374-e249bc9a463d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7c29665-dccb-4bd7-8374-e249bc9a463d {
  display: none;
}
#s-b7c29665-dccb-4bd7-8374-e249bc9a463d, #wrap-s-b7c29665-dccb-4bd7-8374-e249bc9a463d { display:none !important; }}
#s-ef802189-0e7d-4ef3-bb36-c9c0661a3605 {
  min-height: 550px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef802189-0e7d-4ef3-bb36-c9c0661a3605 {
  display: none;
}
#s-ef802189-0e7d-4ef3-bb36-c9c0661a3605, #wrap-s-ef802189-0e7d-4ef3-bb36-c9c0661a3605 { display:none !important; }}@media (max-width: 767px){#s-ef802189-0e7d-4ef3-bb36-c9c0661a3605 {
  display: none;
}
#s-ef802189-0e7d-4ef3-bb36-c9c0661a3605, #wrap-s-ef802189-0e7d-4ef3-bb36-c9c0661a3605 { display:none !important; }}







#s-ef802189-0e7d-4ef3-bb36-c9c0661a3605 .shogun-image-content {
  
    align-items: center;
  
}

.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-d02975f6-3307-4e05-9241-a6eb4d5d3de8 {
  padding-top: 6%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-d02975f6-3307-4e05-9241-a6eb4d5d3de8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d02975f6-3307-4e05-9241-a6eb4d5d3de8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-766f6c50-6935-4a0e-8151-24d5a2a77414 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-766f6c50-6935-4a0e-8151-24d5a2a77414 {
  
}
}@media (max-width: 767px){#s-766f6c50-6935-4a0e-8151-24d5a2a77414 {
  
}
}







#s-766f6c50-6935-4a0e-8151-24d5a2a77414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-766f6c50-6935-4a0e-8151-24d5a2a77414.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7ad9870-9081-44b8-9201-7d0c8beaf0f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-a7ad9870-9081-44b8-9201-7d0c8beaf0f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7ad9870-9081-44b8-9201-7d0c8beaf0f2.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;
}

#s-d1790edd-8be8-4ebb-9927-ae0d31a72e04 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
max-width: 375px;
}

@media (min-width: 0px) {
[id="s-d1790edd-8be8-4ebb-9927-ae0d31a72e04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-d1790edd-8be8-4ebb-9927-ae0d31a72e04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-d1790edd-8be8-4ebb-9927-ae0d31a72e04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1790edd-8be8-4ebb-9927-ae0d31a72e04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

}

#s-46e46b17-8dff-4ff5-84b4-7c4c51c91bc2 {
  margin-top: -36px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 108px;
}








#s-46e46b17-8dff-4ff5-84b4-7c4c51c91bc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46e46b17-8dff-4ff5-84b4-7c4c51c91bc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-09c4b450-5fec-473c-b385-1fe98c8e3c46 {
  margin-left: auto;
margin-right: auto;
}

#s-09c4b450-5fec-473c-b385-1fe98c8e3c46 hr {
  border-top: 1px solid rgba(44, 44, 44, 1);
}

#s-30456433-4db8-4989-b7a4-65a4beccd20c {
  padding-top: 3%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-30456433-4db8-4989-b7a4-65a4beccd20c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30456433-4db8-4989-b7a4-65a4beccd20c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09ea7971-e6e7-43ac-9657-6ffa2de20472 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-09ea7971-e6e7-43ac-9657-6ffa2de20472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09ea7971-e6e7-43ac-9657-6ffa2de20472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-addb8f38-2e51-456e-b95f-4ce46b25f606 {
  margin-bottom: 3%;
padding-top: 30px;
padding-bottom: 15px;
}

#s-9ffd3cdf-80ce-42e9-b173-8a211a11fc08 {
  min-height: 0px;
background-color: rgba(244, 243, 239, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-9ffd3cdf-80ce-42e9-b173-8a211a11fc08 {
  
}
}@media (max-width: 767px){#s-9ffd3cdf-80ce-42e9-b173-8a211a11fc08 {
  
}
}







#s-9ffd3cdf-80ce-42e9-b173-8a211a11fc08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ffd3cdf-80ce-42e9-b173-8a211a11fc08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-b9a359db-0470-4c6e-851d-84a4cfdeea26 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9a359db-0470-4c6e-851d-84a4cfdeea26 {
  display: none;
}
#s-b9a359db-0470-4c6e-851d-84a4cfdeea26, #wrap-s-b9a359db-0470-4c6e-851d-84a4cfdeea26 { display:none !important; }}@media (max-width: 767px){#s-b9a359db-0470-4c6e-851d-84a4cfdeea26 {
  display: none;
}
#s-b9a359db-0470-4c6e-851d-84a4cfdeea26, #wrap-s-b9a359db-0470-4c6e-851d-84a4cfdeea26 { display:none !important; }}
#s-b9a359db-0470-4c6e-851d-84a4cfdeea26 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b9a359db-0470-4c6e-851d-84a4cfdeea26 .shg-sld-nav-button.shg-sld-left,
#s-b9a359db-0470-4c6e-851d-84a4cfdeea26 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-46f58fb4-7984-4f06-b2ad-7d0f2b4e7a72 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-46f58fb4-7984-4f06-b2ad-7d0f2b4e7a72 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-46f58fb4-7984-4f06-b2ad-7d0f2b4e7a72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46f58fb4-7984-4f06-b2ad-7d0f2b4e7a72.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-cf25f0f6-0063-4cd8-9410-40f9f47db74e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf25f0f6-0063-4cd8-9410-40f9f47db74e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-cf25f0f6-0063-4cd8-9410-40f9f47db74e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-cf25f0f6-0063-4cd8-9410-40f9f47db74e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-d94b7cb9-13dd-4531-84d6-5ca4b4ff258b {
  
}

#s-d94b7cb9-13dd-4531-84d6-5ca4b4ff258b {
  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-ab341f88-fac5-47e3-991b-98288c822796 {
  text-align: left;
}



.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab341f88-fac5-47e3-991b-98288c822796 img.shogun-image {
  width: 100%;
}



}
#s-a2b157d8-e263-4fc2-be6e-13432781fc7a {
  min-height: 80px;
}








#s-a2b157d8-e263-4fc2-be6e-13432781fc7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2b157d8-e263-4fc2-be6e-13432781fc7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-2580a943-aa57-49c3-aee0-6229b0ea484b {
  text-align: center;
}

#s-2580a943-aa57-49c3-aee0-6229b0ea484b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-74c2aa07-25d1-45e2-b80f-5123f08c4188 {
  
}

#s-74c2aa07-25d1-45e2-b80f-5123f08c4188 {
  display: none;
}
#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a {
  text-align: left;
}



.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314ec2ce-c051-47c2-97ff-0d8dcac8150a img.shogun-image {
  width: 100%;
}



}
#s-92df7b1e-da85-475e-a217-e4d5efe63863 {
  min-height: 80px;
}








#s-92df7b1e-da85-475e-a217-e4d5efe63863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92df7b1e-da85-475e-a217-e4d5efe63863.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-afa9fd5e-58dc-457d-bab8-3708b522aa6c {
  text-align: center;
}

#s-afa9fd5e-58dc-457d-bab8-3708b522aa6c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-4b9cecad-0705-4e46-8dd0-cbe1d8db17ca {
  
}

#s-4b9cecad-0705-4e46-8dd0-cbe1d8db17ca {
  display: none;
}
#s-afbb7933-eea6-4ce4-82da-079375788214 {
  text-align: left;
}



.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afbb7933-eea6-4ce4-82da-079375788214 img.shogun-image {
  width: 100%;
}



}
#s-c6a08947-c9a0-46ac-a67d-984f0af70744 {
  min-height: 80px;
}








#s-c6a08947-c9a0-46ac-a67d-984f0af70744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6a08947-c9a0-46ac-a67d-984f0af70744.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7f1f43f4-c334-47b2-95e0-de9ab3a25440 {
  text-align: center;
}

#s-7f1f43f4-c334-47b2-95e0-de9ab3a25440 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-0fb7eb0b-eaa8-4c7e-b385-cac142b05145 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-0fb7eb0b-eaa8-4c7e-b385-cac142b05145 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-0fb7eb0b-eaa8-4c7e-b385-cac142b05145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb7eb0b-eaa8-4c7e-b385-cac142b05145.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-12fb48cc-9b6b-4658-8cc2-6223152aa23b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12fb48cc-9b6b-4658-8cc2-6223152aa23b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-12fb48cc-9b6b-4658-8cc2-6223152aa23b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-12fb48cc-9b6b-4658-8cc2-6223152aa23b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-a1bb38b7-bde1-40e9-9b67-d672dace4d84 {
  
}

#s-a1bb38b7-bde1-40e9-9b67-d672dace4d84 {
  display: none;
}
#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff {
  text-align: left;
}



.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adcb0394-bfa7-4fe1-ba93-24b51b3b89ff img.shogun-image {
  width: 100%;
}



}
#s-c3aa39c5-c81c-4f60-9d1b-9e22c33b9212 {
  min-height: 80px;
}








#s-c3aa39c5-c81c-4f60-9d1b-9e22c33b9212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3aa39c5-c81c-4f60-9d1b-9e22c33b9212.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-01c0aba9-5ffe-4957-9a79-a38ba75a9608 {
  text-align: center;
}

#s-01c0aba9-5ffe-4957-9a79-a38ba75a9608 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-3fd406f2-c787-40c7-803e-58ac024663cc {
  
}

#s-3fd406f2-c787-40c7-803e-58ac024663cc {
  display: none;
}
#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d {
  text-align: left;
}



.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c32939-5d1d-4e80-9d3e-4bc569127d2d img.shogun-image {
  width: 100%;
}



}
#s-837f7f73-fe6e-4156-b469-0e6e1bc7fb88 {
  min-height: 80px;
}








#s-837f7f73-fe6e-4156-b469-0e6e1bc7fb88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-837f7f73-fe6e-4156-b469-0e6e1bc7fb88.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b99a910c-c3f3-4d2e-a5bb-e6dc0ec2df19 {
  text-align: center;
}

#s-b99a910c-c3f3-4d2e-a5bb-e6dc0ec2df19 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-fac2541d-beeb-4a29-9a70-0d766c59aa3e {
  
}

#s-fac2541d-beeb-4a29-9a70-0d766c59aa3e {
  display: none;
}
#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db {
  text-align: left;
}



.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63de4dfe-f239-4ee8-9bb9-d26ef473c9db img.shogun-image {
  width: 100%;
}



}
#s-12c3487a-a222-40ba-9f6a-736e1fdf3b26 {
  min-height: 80px;
}








#s-12c3487a-a222-40ba-9f6a-736e1fdf3b26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12c3487a-a222-40ba-9f6a-736e1fdf3b26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46447094-5cc9-46ae-ae87-625b5244b6e6 {
  text-align: center;
}

#s-46447094-5cc9-46ae-ae87-625b5244b6e6 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-6e3ba74b-b4ca-4f2c-8392-092d180c444e {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-6e3ba74b-b4ca-4f2c-8392-092d180c444e {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-6e3ba74b-b4ca-4f2c-8392-092d180c444e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e3ba74b-b4ca-4f2c-8392-092d180c444e.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-08ef3019-2805-4469-9cc2-6a41a884db86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08ef3019-2805-4469-9cc2-6a41a884db86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-08ef3019-2805-4469-9cc2-6a41a884db86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-08ef3019-2805-4469-9cc2-6a41a884db86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-d0befacd-a2c7-4e5d-95da-c13200b28086 {
  
}

#s-d0befacd-a2c7-4e5d-95da-c13200b28086 {
  display: none;
}
#s-29c38673-f060-443a-9c54-768d82fba5c7 {
  text-align: left;
}



.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c38673-f060-443a-9c54-768d82fba5c7 img.shogun-image {
  width: 100%;
}



}
#s-f984c1b3-476a-451f-9cdc-875c44b00465 {
  min-height: 80px;
}








#s-f984c1b3-476a-451f-9cdc-875c44b00465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f984c1b3-476a-451f-9cdc-875c44b00465.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-310d79b3-de12-4ff3-b617-d361c93f9d4f {
  text-align: center;
}

#s-310d79b3-de12-4ff3-b617-d361c93f9d4f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-8a6d8fe3-d089-4dfc-a696-608f4826df3e {
  
}

#s-8a6d8fe3-d089-4dfc-a696-608f4826df3e {
  display: none;
}
#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc {
  text-align: left;
}



.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b5cf1d-ae21-42cf-ad41-97cbecbe47fc img.shogun-image {
  width: 100%;
}



}
#s-62ed10dd-5f2b-41cc-b6f5-bc14a86f414b {
  min-height: 80px;
}








#s-62ed10dd-5f2b-41cc-b6f5-bc14a86f414b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62ed10dd-5f2b-41cc-b6f5-bc14a86f414b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2cf87d84-9ca9-4c5c-ba7e-550531264a83 {
  text-align: center;
}

#s-2cf87d84-9ca9-4c5c-ba7e-550531264a83 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-ba1ffe4b-7a9a-4097-80ee-4a43c156a50f {
  
}

#s-ba1ffe4b-7a9a-4097-80ee-4a43c156a50f {
  display: none;
}
#s-85f81607-89b1-4efb-9b27-6f6b1db35aae {
  text-align: left;
}



.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f81607-89b1-4efb-9b27-6f6b1db35aae img.shogun-image {
  width: 100%;
}



}
#s-601d68c7-8fcd-4f9f-9bcb-26ad6f5de421 {
  min-height: 80px;
}








#s-601d68c7-8fcd-4f9f-9bcb-26ad6f5de421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-601d68c7-8fcd-4f9f-9bcb-26ad6f5de421.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bcac2410-222c-45e4-9e13-b3537e56038f {
  text-align: center;
}

#s-bcac2410-222c-45e4-9e13-b3537e56038f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-3f7ba99e-bf12-4dc3-86f9-18154e052aaa {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-3f7ba99e-bf12-4dc3-86f9-18154e052aaa {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-3f7ba99e-bf12-4dc3-86f9-18154e052aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f7ba99e-bf12-4dc3-86f9-18154e052aaa.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-e88cc5da-89de-4a5c-9aec-c1e928862f00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e88cc5da-89de-4a5c-9aec-c1e928862f00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-e88cc5da-89de-4a5c-9aec-c1e928862f00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-e88cc5da-89de-4a5c-9aec-c1e928862f00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-0357bea1-739e-41fc-9628-ff9f62422333 {
  
}

#s-0357bea1-739e-41fc-9628-ff9f62422333 {
  display: none;
}
#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea {
  text-align: left;
}



.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5de066e1-b4ad-4a78-ab10-fb57f8c1f5ea img.shogun-image {
  width: 100%;
}



}
#s-089babdd-6a70-45f2-9a46-49f6341c6e1c {
  min-height: 80px;
}








#s-089babdd-6a70-45f2-9a46-49f6341c6e1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-089babdd-6a70-45f2-9a46-49f6341c6e1c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e5a28745-9b68-40a5-8cf5-e63b4c1f5afe {
  text-align: center;
}

#s-e5a28745-9b68-40a5-8cf5-e63b4c1f5afe .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-df6a9382-0065-462a-95e6-4da3b81ab72f {
  
}

#s-df6a9382-0065-462a-95e6-4da3b81ab72f {
  display: none;
}
#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 {
  text-align: left;
}



.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b114729a-4b1d-44e3-b58d-6bd4c073eb96 img.shogun-image {
  width: 100%;
}



}
#s-4e47ba0f-752a-4316-90df-8ad422a48553 {
  min-height: 80px;
}








#s-4e47ba0f-752a-4316-90df-8ad422a48553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e47ba0f-752a-4316-90df-8ad422a48553.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-519e8d7c-0e9b-49ee-9c34-c38ce352f24c {
  text-align: center;
}

#s-519e8d7c-0e9b-49ee-9c34-c38ce352f24c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-371833df-175a-426d-ad5d-2e0544c7dfda {
  
}

#s-371833df-175a-426d-ad5d-2e0544c7dfda {
  display: none;
}
#s-8e588cad-e804-43c2-8b8c-9c7f7711578b {
  text-align: left;
}



.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e588cad-e804-43c2-8b8c-9c7f7711578b img.shogun-image {
  width: 100%;
}



}
#s-e93569a6-7053-4069-b6ab-e9d43f9bda7d {
  min-height: 80px;
}








#s-e93569a6-7053-4069-b6ab-e9d43f9bda7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e93569a6-7053-4069-b6ab-e9d43f9bda7d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99a4d70c-8ff2-42f9-a57e-14749c4089ac {
  text-align: center;
}

#s-99a4d70c-8ff2-42f9-a57e-14749c4089ac .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-ca2569df-40b2-4598-8518-126f978ec38a {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-ca2569df-40b2-4598-8518-126f978ec38a {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-ca2569df-40b2-4598-8518-126f978ec38a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2569df-40b2-4598-8518-126f978ec38a.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-5effcc12-f1bb-4a5d-96bc-759d82297e65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5effcc12-f1bb-4a5d-96bc-759d82297e65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5effcc12-f1bb-4a5d-96bc-759d82297e65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5effcc12-f1bb-4a5d-96bc-759d82297e65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5effcc12-f1bb-4a5d-96bc-759d82297e65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5effcc12-f1bb-4a5d-96bc-759d82297e65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5effcc12-f1bb-4a5d-96bc-759d82297e65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b5154c06-bcb9-4249-bea5-a8c6494ea5fc {
  display: none;
}
#s-10d8654f-ae03-4d95-8c3d-d126d507152e {
  text-align: left;
}



.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d8654f-ae03-4d95-8c3d-d126d507152e img.shogun-image {
  width: 100%;
}



}
#s-2c116946-52f0-4b49-8f94-b5c2139e1fc6 {
  display: none;
}
#s-7cd6efab-3a61-4fa9-aaf6-b134eb5a949b {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-7cd6efab-3a61-4fa9-aaf6-b134eb5a949b .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9ef83c70-9da0-44d3-b3dd-5bc075c29062 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-9ef83c70-9da0-44d3-b3dd-5bc075c29062 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ef83c70-9da0-44d3-b3dd-5bc075c29062 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9ef83c70-9da0-44d3-b3dd-5bc075c29062 .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;
}

@media (min-width: 0px) {
[id="s-1ce23f4e-4075-43a4-9cf6-a7a7b096f163"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ce23f4e-4075-43a4-9cf6-a7a7b096f163"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ce23f4e-4075-43a4-9cf6-a7a7b096f163"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ce23f4e-4075-43a4-9cf6-a7a7b096f163"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ce23f4e-4075-43a4-9cf6-a7a7b096f163"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ce23f4e-4075-43a4-9cf6-a7a7b096f163"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ce23f4e-4075-43a4-9cf6-a7a7b096f163"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-375180b3-f38a-458d-b4b6-3cfdef5899ce {
  padding-top: 15px;
}

#s-268ffc03-5e4f-4cd4-960b-00e22fc4f545 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-268ffc03-5e4f-4cd4-960b-00e22fc4f545"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-268ffc03-5e4f-4cd4-960b-00e22fc4f545"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-268ffc03-5e4f-4cd4-960b-00e22fc4f545"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-268ffc03-5e4f-4cd4-960b-00e22fc4f545"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

nav.breadcrumb{padding-bottom:25px;display:none}.pagewrapper{max-width:1250px;margin:0 auto;padding:0 15px}

  @media only screen and (max-width: 1025px) and (min-width: 337px) {
.main-content {
    padding-top: 100px;
}
}
  
    .main-content {
    padding-top: 67px;
}
  
  .pagewrapper {
    padding-top: 30px;
}
  
  @media only screen 
and (min-width : 175px) 
and (max-width : 867px) { 
    div#qab_content {
    width: 87%;
}
}
  
	a:active {
    border-bottom: 1px solid!important;
	}
  
  /* =========
   Cart Upsell 
   ========= */
.custom-field--value-oldprice {
    display: inline!important;
    text-decoration: line-through;
    color: grey;
}

.custom-field--value-newprice {
    display: inline !important;
    margin-right: -3px;
}

input#upsell {
    width: 70%;
    background: #1c1d1d;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px!important;
}

.grid-product__wrapper.upsell {
    margin-bottom: 0px;
}

select.upsell {
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    margin-right: 0px !important;
    font-size: 13px !important;
    padding-bottom: 2px;
    display: inline-grid;
}

p#sizeupsell {
    font-size: 13px!important;
}

div#upsell-heading {
    font-size: 16px;
    margin-bottom: 13px;
    width: 74%;
    border-top: 1px solid black;
    padding-top: 15px;
}

.nisolo-upsell {
    margin-bottom: 30px;
    width: 65%;
}

span.grid-product__title.upsell {
    font-size: 12px!important;
}

span.grid-product__price {
    font-size: 12px!important;
}

span.grid-product__subhead.upsell {
    font-size: 12px !important;
    margin-top: -3px!important;
}

a.h4.cart__product-name {
    text-transform: none!important;
    letter-spacing: .5px;
    font-size: 16px;
    margin-bottom: 5px;
}

a#cart-remove {
    text-decoration: underline;
    font-size: 12px;
    padding-top: 10px!important;
    color: #828282;
}

.cart__row.medium-down--hide.cart__header-labels {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    margin-bottom: 30px;
}

div#cart-upsell-dk {
    margin-bottom: 23px;
    padding-bottom: 10px;
}

textarea#CartSpecialInstructions {
      margin-top: 2px;
    border-bottom: 1px solid #f0f0f0;
    background: #f5f5f5;
}

@media screen and (min-width: 769px) {
.grid__item.large--seven-twelfths {
    display: table-cell;
    vertical-align: top;
    float: none;
}
}

.grid__item.large--five-twelfths.text-center.large--text-right {
    padding-top: 4px!important;
}

form.cart {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

div#sizeupsell {
    text-align: left!important;
}

p#sizeupsell {
    font-size: 13px !important;
    display: inline-grid;
}


@media screen and (max-width: 812px) {
.nisolo-upsell {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 50px;
}
  
  div#upsell-heading {
    font-size: 16px;
    margin-bottom: 13px;
    width: 100%;
    border-top: 1px solid black;
    padding-top: 15px;
    text-align: center;
}
  
  div#continueshoppingbuttons {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
}
  
  .grid--full.cart__row--table-large {
    padding-left: 15px;
    padding-right: 15px; 
  }
  
  #cartpage-nosto-1 .nosto-5-products .nosto-product-list li {
    display: inline-grid!important;
  }
  
  .custom-field--value-newprice {
    display: inline !important;
    margin-right: 0px;
}

  span.grid-product__subhead.upsell {
    display: inline-grid!important;
}
  
  input#upsell {
    width: 100%;
    background: #1c1d1d;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px !important;
}
  
form#upsell {
    display: inline-grid;
}
}
  
  .grid__item.grid-product.small--one-half.medium--one-quarter.large--one-quarter {
    margin-bottom: 60px;
}
  
  .pagewrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}
  
.grid-uniform {
    padding: 15px;
    max-width: 1250px;
    padding-top: 10px!important;
    margin: 0 auto;
    padding-bottom: 0px;
}
  
  main.main-content {
    padding-bottom: 0px;
}
  
  .grid__item.grid-product.small--one-half.medium--one-quarter.large--one-quarter {
    padding-left: 15px;
    padding-right: 15px;
}
  
  
  @media only screen 
and (min-width : 375px) 
and (max-width : 812px) {
  .grid-uniform {
    padding-top: 40px!important;
    margin: 0 auto;
}
  
  div#gridbreaks {
    display: none;
}
  
  .site-footer {
    padding-bottom: 10px;
    padding-top: 0px;
}
  
  label.footernewsletter {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 10px;
}
  
  .grid__item.klaviyo.large--one-quarter.medium--one-quarter, .grid__item.block1.large--one-quarter.medium--one-quarter, .grid__item.block2.large--one-quarter.medium--one-quarter, .grid__item.block3.large--one-quarter.medium--one-quarter {
    padding-left: 0px!important;
}
  
  p#sizeupsell {
    font-size: 13px !important;
    display: inline-grid;
    vertical-align: middle!important;
    padding-top: 17px;
}
  
  
}
  
    @media only screen 
and (min-width : 175px) 
and (max-width : 867px) { 
    div#qab_content {
    width: 87%;
}
  
  .toggle {
    text-align: center;
    padding-bottom: 5px!important;
}
  
  
}
  
  .toggle {
    text-align: center;
    padding-bottom: 35px;
}
  
  .custom-field.custom-field__womens-link.custom-field__type--url {
    display: inline-grid;
    padding-right: 10px;
    padding-left: 10px;
}
  
.custom-field.custom-field__mens-link.custom-field__type--url {
    display: inline-grid;
    padding-right: 10px;
    padding-left: 10px;
}

a.toggle.active {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
  
	a:active {
    border-bottom: 1px solid!important;
	}
  
  .toggle {
    padding-top: 50px;
}

input#upsell {
    width: 50%;
    background: #1c1d1d;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px!important;
    display: block;
    margin: 0 auto;
}
  
input#quantity {
    margin-bottom: 10px;
    border-bottom: 1px solid black!important;
    margin-right: 0px !important;
    font-size: 13px !important;
    padding-bottom: 2px;
    display: inline-grid;
    width: 20%;
}

form#leftform {
    text-align: left!important;
}

form#leftform input#upsell {
    margin: 0!important;
}
#s-9ad701f0-dc8f-46ea-b443-f735ada1f937 {
  padding-bottom: 15px;
}

#s-da965eb9-4602-491d-8d3f-c01db1fa3b8d {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-da965eb9-4602-491d-8d3f-c01db1fa3b8d {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-da965eb9-4602-491d-8d3f-c01db1fa3b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da965eb9-4602-491d-8d3f-c01db1fa3b8d.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-ca7eb027-6570-42d1-855f-4407ed64edd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca7eb027-6570-42d1-855f-4407ed64edd6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca7eb027-6570-42d1-855f-4407ed64edd6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca7eb027-6570-42d1-855f-4407ed64edd6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca7eb027-6570-42d1-855f-4407ed64edd6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca7eb027-6570-42d1-855f-4407ed64edd6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca7eb027-6570-42d1-855f-4407ed64edd6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-4cdead09-9647-47a9-a157-ea5b97097ab8 {
  display: none;
}
#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 {
  text-align: left;
}



.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4229528-92b8-4963-bc85-7b1bc0ed4601 img.shogun-image {
  width: 100%;
}



}
#s-69c69552-ef36-4069-872e-682b25cbffba {
  display: none;
}
#s-4cd0f3b6-6bcd-4208-a140-bfb7bddf8450 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-4cd0f3b6-6bcd-4208-a140-bfb7bddf8450 .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4c278fed-5b20-4097-ba1e-06c7f3760e80 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-4c278fed-5b20-4097-ba1e-06c7f3760e80 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c278fed-5b20-4097-ba1e-06c7f3760e80 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4c278fed-5b20-4097-ba1e-06c7f3760e80 .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;
}

@media (min-width: 0px) {
[id="s-ed388eac-7b29-4ee0-af50-c5b8ad49161c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed388eac-7b29-4ee0-af50-c5b8ad49161c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed388eac-7b29-4ee0-af50-c5b8ad49161c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed388eac-7b29-4ee0-af50-c5b8ad49161c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed388eac-7b29-4ee0-af50-c5b8ad49161c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed388eac-7b29-4ee0-af50-c5b8ad49161c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed388eac-7b29-4ee0-af50-c5b8ad49161c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-bb40744f-8405-4175-8b46-3b2bb39c1182 {
  padding-top: 15px;
}

#s-9807e971-9184-44ed-a371-1613114afec0 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-9807e971-9184-44ed-a371-1613114afec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9807e971-9184-44ed-a371-1613114afec0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9807e971-9184-44ed-a371-1613114afec0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9807e971-9184-44ed-a371-1613114afec0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4e4fc6a9-9ace-4986-a649-8ea57b554c16 {
  padding-bottom: 15px;
}

#s-49a788bb-8534-4ea7-b6e1-4e18b159cf21 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-49a788bb-8534-4ea7-b6e1-4e18b159cf21 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-49a788bb-8534-4ea7-b6e1-4e18b159cf21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49a788bb-8534-4ea7-b6e1-4e18b159cf21.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-45981419-90cc-426e-ac54-8da14d1bc5e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45981419-90cc-426e-ac54-8da14d1bc5e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45981419-90cc-426e-ac54-8da14d1bc5e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45981419-90cc-426e-ac54-8da14d1bc5e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45981419-90cc-426e-ac54-8da14d1bc5e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45981419-90cc-426e-ac54-8da14d1bc5e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45981419-90cc-426e-ac54-8da14d1bc5e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9821ab99-9267-4471-a1dc-6b580685c1f1 {
  display: none;
}
#s-6b120a48-2821-4482-95c0-aa352bb16c01 {
  text-align: left;
}



.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b120a48-2821-4482-95c0-aa352bb16c01 img.shogun-image {
  width: 100%;
}



}
#s-028643e2-d235-4ff0-a8fd-7e2380162949 {
  display: none;
}
#s-4b1cc545-2407-4ff0-bda5-94c5044281a2 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-4b1cc545-2407-4ff0-bda5-94c5044281a2 .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9e355d4c-49f4-4820-bc5a-2e3ba6f23128 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-9e355d4c-49f4-4820-bc5a-2e3ba6f23128 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9e355d4c-49f4-4820-bc5a-2e3ba6f23128 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9e355d4c-49f4-4820-bc5a-2e3ba6f23128 .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;
}

@media (min-width: 0px) {
[id="s-53ec8b84-c171-4df3-834a-65c2ed996de6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53ec8b84-c171-4df3-834a-65c2ed996de6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53ec8b84-c171-4df3-834a-65c2ed996de6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53ec8b84-c171-4df3-834a-65c2ed996de6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53ec8b84-c171-4df3-834a-65c2ed996de6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53ec8b84-c171-4df3-834a-65c2ed996de6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53ec8b84-c171-4df3-834a-65c2ed996de6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-938dcccf-5c78-4e5f-af70-d962a2cb3411 {
  padding-top: 15px;
}

#s-29c1b3cb-1e0c-4743-83d1-ef63e51024f3 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-29c1b3cb-1e0c-4743-83d1-ef63e51024f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29c1b3cb-1e0c-4743-83d1-ef63e51024f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29c1b3cb-1e0c-4743-83d1-ef63e51024f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29c1b3cb-1e0c-4743-83d1-ef63e51024f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

nav.breadcrumb{padding-bottom:25px;display:none}.pagewrapper{max-width:1250px;margin:0 auto;padding:0 15px}

  @media only screen and (max-width: 1025px) and (min-width: 337px) {
.main-content {
    padding-top: 100px;
}
}
  
    .main-content {
    padding-top: 67px;
}
  
  .pagewrapper {
    padding-top: 30px;
}
  
  @media only screen 
and (min-width : 175px) 
and (max-width : 867px) { 
    div#qab_content {
    width: 87%;
}
}
  
	a:active {
    border-bottom: 1px solid!important;
	}
  
  /* =========
   Cart Upsell 
   ========= */
.custom-field--value-oldprice {
    display: inline!important;
    text-decoration: line-through;
    color: grey;
}

.custom-field--value-newprice {
    display: inline !important;
    margin-right: -3px;
}

input#upsell {
    width: 70%;
    background: #1c1d1d;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px!important;
}

.grid-product__wrapper.upsell {
    margin-bottom: 0px;
}

select.upsell {
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    margin-right: 0px !important;
    font-size: 13px !important;
    padding-bottom: 2px;
    display: inline-grid;
}

p#sizeupsell {
    font-size: 13px!important;
}

div#upsell-heading {
    font-size: 16px;
    margin-bottom: 13px;
    width: 74%;
    border-top: 1px solid black;
    padding-top: 15px;
}

.nisolo-upsell {
    margin-bottom: 30px;
    width: 65%;
}

span.grid-product__title.upsell {
    font-size: 12px!important;
}

span.grid-product__price {
    font-size: 12px!important;
}

span.grid-product__subhead.upsell {
    font-size: 12px !important;
    margin-top: -3px!important;
}

a.h4.cart__product-name {
    text-transform: none!important;
    letter-spacing: .5px;
    font-size: 16px;
    margin-bottom: 5px;
}

a#cart-remove {
    text-decoration: underline;
    font-size: 12px;
    padding-top: 10px!important;
    color: #828282;
}

.cart__row.medium-down--hide.cart__header-labels {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    margin-bottom: 30px;
}

div#cart-upsell-dk {
    margin-bottom: 23px;
    padding-bottom: 10px;
}

textarea#CartSpecialInstructions {
      margin-top: 2px;
    border-bottom: 1px solid #f0f0f0;
    background: #f5f5f5;
}

@media screen and (min-width: 769px) {
.grid__item.large--seven-twelfths {
    display: table-cell;
    vertical-align: top;
    float: none;
}
}

.grid__item.large--five-twelfths.text-center.large--text-right {
    padding-top: 4px!important;
}

form.cart {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

div#sizeupsell {
    text-align: left!important;
}

p#sizeupsell {
    font-size: 13px !important;
    display: inline-grid;
}


@media screen and (max-width: 812px) {
.nisolo-upsell {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 50px;
}
  
  div#upsell-heading {
    font-size: 16px;
    margin-bottom: 13px;
    width: 100%;
    border-top: 1px solid black;
    padding-top: 15px;
    text-align: center;
}
  
  div#continueshoppingbuttons {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
}
  
  .grid--full.cart__row--table-large {
    padding-left: 15px;
    padding-right: 15px; 
  }
  
  #cartpage-nosto-1 .nosto-5-products .nosto-product-list li {
    display: inline-grid!important;
  }
  
  .custom-field--value-newprice {
    display: inline !important;
    margin-right: 0px;
}

  span.grid-product__subhead.upsell {
    display: inline-grid!important;
}
  
  input#upsell {
    width: 100%;
    background: #1c1d1d;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px !important;
}
  
form#upsell {
    display: inline-grid;
}
}
  
  .grid__item.grid-product.small--one-half.medium--one-quarter.large--one-quarter {
    margin-bottom: 60px;
}
  
  .pagewrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}
  
.grid-uniform {
    padding: 15px;
    max-width: 1250px;
    padding-top: 10px!important;
    margin: 0 auto;
    padding-bottom: 0px;
}
  
  main.main-content {
    padding-bottom: 0px;
}
  
  .grid__item.grid-product.small--one-half.medium--one-quarter.large--one-quarter {
    padding-left: 15px;
    padding-right: 15px;
}
  
  
  @media only screen 
and (min-width : 375px) 
and (max-width : 812px) {
  .grid-uniform {
    padding-top: 40px!important;
    margin: 0 auto;
}
  
  div#gridbreaks {
    display: none;
}
  
  .site-footer {
    padding-bottom: 10px;
    padding-top: 0px;
}
  
  label.footernewsletter {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 10px;
}
  
  .grid__item.klaviyo.large--one-quarter.medium--one-quarter, .grid__item.block1.large--one-quarter.medium--one-quarter, .grid__item.block2.large--one-quarter.medium--one-quarter, .grid__item.block3.large--one-quarter.medium--one-quarter {
    padding-left: 0px!important;
}
  
  p#sizeupsell {
    font-size: 13px !important;
    display: inline-grid;
    vertical-align: middle!important;
    padding-top: 17px;
}
  
  
}
  
    @media only screen 
and (min-width : 175px) 
and (max-width : 867px) { 
    div#qab_content {
    width: 87%;
}
  
  .toggle {
    text-align: center;
    padding-bottom: 5px!important;
}
  
  
}
  
  .toggle {
    text-align: center;
    padding-bottom: 35px;
}
  
  .custom-field.custom-field__womens-link.custom-field__type--url {
    display: inline-grid;
    padding-right: 10px;
    padding-left: 10px;
}
  
.custom-field.custom-field__mens-link.custom-field__type--url {
    display: inline-grid;
    padding-right: 10px;
    padding-left: 10px;
}

a.toggle.active {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
  
	a:active {
    border-bottom: 1px solid!important;
	}
  
  .toggle {
    padding-top: 50px;
}

input#upsell {
    width: 50%;
    background: #1c1d1d;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px!important;
    display: block;
    margin: 0 auto;
}
  
input#quantity {
    margin-bottom: 10px;
    border-bottom: 1px solid black!important;
    margin-right: 0px !important;
    font-size: 13px !important;
    padding-bottom: 2px;
    display: inline-grid;
    width: 20%;
}

form#leftform {
    text-align: left!important;
}

form#leftform input#upsell {
    margin: 0!important;
}
#s-6d7cdb44-f3ad-489b-8310-8ced2fcef91b {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-6d7cdb44-f3ad-489b-8310-8ced2fcef91b {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-6d7cdb44-f3ad-489b-8310-8ced2fcef91b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d7cdb44-f3ad-489b-8310-8ced2fcef91b.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-48c942c6-2f04-4fba-bed3-c6c9b9ba4c35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48c942c6-2f04-4fba-bed3-c6c9b9ba4c35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48c942c6-2f04-4fba-bed3-c6c9b9ba4c35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48c942c6-2f04-4fba-bed3-c6c9b9ba4c35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48c942c6-2f04-4fba-bed3-c6c9b9ba4c35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48c942c6-2f04-4fba-bed3-c6c9b9ba4c35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48c942c6-2f04-4fba-bed3-c6c9b9ba4c35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ce1959c5-c404-48d9-b72a-e3f128132243 {
  display: none;
}
#s-ecddc76d-543b-4461-856c-a112876b983e {
  text-align: left;
}



.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecddc76d-543b-4461-856c-a112876b983e img.shogun-image {
  width: 100%;
}



}
#s-6f53f339-fcef-4cd2-8921-a74bda277f2b {
  display: none;
}
#s-1a4078ba-51e6-451a-8f5c-125afc02da6b {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-1a4078ba-51e6-451a-8f5c-125afc02da6b .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c033e780-90f1-46e4-8465-f1791634b306 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-c033e780-90f1-46e4-8465-f1791634b306 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c033e780-90f1-46e4-8465-f1791634b306 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c033e780-90f1-46e4-8465-f1791634b306 .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;
}

@media (min-width: 0px) {
[id="s-8797c757-2d34-4925-8031-d97912dec4ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8797c757-2d34-4925-8031-d97912dec4ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8797c757-2d34-4925-8031-d97912dec4ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8797c757-2d34-4925-8031-d97912dec4ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8797c757-2d34-4925-8031-d97912dec4ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8797c757-2d34-4925-8031-d97912dec4ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8797c757-2d34-4925-8031-d97912dec4ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f834703e-a383-4e3d-b1e3-296818646007 {
  padding-top: 15px;
}

#s-a04db53c-b334-4227-9f5e-f50d1815dc7a {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-a04db53c-b334-4227-9f5e-f50d1815dc7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a04db53c-b334-4227-9f5e-f50d1815dc7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a04db53c-b334-4227-9f5e-f50d1815dc7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a04db53c-b334-4227-9f5e-f50d1815dc7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-24e77b2f-934c-4374-81a9-491796919bec {
  padding-bottom: 15px;
}

#s-b4c73473-9e70-4a99-874e-a3eeaa7fa920 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-b4c73473-9e70-4a99-874e-a3eeaa7fa920 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-b4c73473-9e70-4a99-874e-a3eeaa7fa920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c73473-9e70-4a99-874e-a3eeaa7fa920.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-0e3bfa62-2ecc-4e50-99a1-4b9a5f42be3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e3bfa62-2ecc-4e50-99a1-4b9a5f42be3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e3bfa62-2ecc-4e50-99a1-4b9a5f42be3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e3bfa62-2ecc-4e50-99a1-4b9a5f42be3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e3bfa62-2ecc-4e50-99a1-4b9a5f42be3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e3bfa62-2ecc-4e50-99a1-4b9a5f42be3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e3bfa62-2ecc-4e50-99a1-4b9a5f42be3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-2b3d9b85-910b-4484-aa6a-6da421c60a9f {
  display: none;
}
#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde {
  text-align: left;
}



.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c193fc6-c15f-4e04-b5b1-1e117f540bde img.shogun-image {
  width: 100%;
}



}
#s-04a57d32-61c9-4e92-a510-37599d45fcad {
  display: none;
}
#s-d56dc6e6-1f74-4597-957e-eb6bfa237d76 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-d56dc6e6-1f74-4597-957e-eb6bfa237d76 .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-dca4c547-69ea-4373-aadc-65c3092faeb6 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-dca4c547-69ea-4373-aadc-65c3092faeb6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dca4c547-69ea-4373-aadc-65c3092faeb6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-dca4c547-69ea-4373-aadc-65c3092faeb6 .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;
}

@media (min-width: 0px) {
[id="s-fc1ebb7b-f160-4967-b21b-9092ecc3c01e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc1ebb7b-f160-4967-b21b-9092ecc3c01e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc1ebb7b-f160-4967-b21b-9092ecc3c01e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc1ebb7b-f160-4967-b21b-9092ecc3c01e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc1ebb7b-f160-4967-b21b-9092ecc3c01e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc1ebb7b-f160-4967-b21b-9092ecc3c01e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc1ebb7b-f160-4967-b21b-9092ecc3c01e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3f364d04-3b02-4cc6-a21a-12ff8a932776 {
  padding-top: 15px;
}

#s-ad0c3e21-3148-4f9a-82e5-2dce8e65269a {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-ad0c3e21-3148-4f9a-82e5-2dce8e65269a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad0c3e21-3148-4f9a-82e5-2dce8e65269a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad0c3e21-3148-4f9a-82e5-2dce8e65269a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad0c3e21-3148-4f9a-82e5-2dce8e65269a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7ba31e4-8cf0-46d6-9b41-f079e2eb6280 {
  padding-bottom: 15px;
}

#s-398d08e5-fcb5-4f9b-a8d7-f639940a149d {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-398d08e5-fcb5-4f9b-a8d7-f639940a149d {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-398d08e5-fcb5-4f9b-a8d7-f639940a149d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-398d08e5-fcb5-4f9b-a8d7-f639940a149d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb {
  margin-left: auto;
margin-right: auto;
max-width: 1250px;
}
@media (min-width: 1200px){#s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb {
  display: none;
}
#s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb, #wrap-s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb {
  display: none;
}
#s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb, #wrap-s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb { display:none !important; }}
#s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb .shg-sld-nav-button.shg-sld-left,
#s-0c0489f2-f8f1-41fb-881b-6f0b1d3cb1eb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8c6504ee-170d-4f33-a864-7848a6a07d15 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-8c6504ee-170d-4f33-a864-7848a6a07d15 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-8c6504ee-170d-4f33-a864-7848a6a07d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c6504ee-170d-4f33-a864-7848a6a07d15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-516feb2c-88ba-4c54-b70d-4df6b749466b {
  
}

#s-516feb2c-88ba-4c54-b70d-4df6b749466b {
  display: none;
}
#s-b791ac32-a3e2-4875-adea-1d1ac9222eee {
  text-align: left;
}



.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b791ac32-a3e2-4875-adea-1d1ac9222eee img.shogun-image {
  width: 100%;
}



}
#s-a2378184-8c63-4b8f-9c14-6063dbb45e45 {
  min-height: 80px;
}








#s-a2378184-8c63-4b8f-9c14-6063dbb45e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2378184-8c63-4b8f-9c14-6063dbb45e45.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-196ea58c-ae08-43fe-a56b-918ef81a9a43 {
  margin-top: 24px;
text-align: center;
}

#s-196ea58c-ae08-43fe-a56b-918ef81a9a43 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-72b9256a-7e5f-48fa-b9bb-65738e74da04 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-72b9256a-7e5f-48fa-b9bb-65738e74da04 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-72b9256a-7e5f-48fa-b9bb-65738e74da04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72b9256a-7e5f-48fa-b9bb-65738e74da04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1c57fba-53f8-4dd1-bf21-29e955fbf085 {
  
}

#s-f1c57fba-53f8-4dd1-bf21-29e955fbf085 {
  display: none;
}
#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb {
  text-align: left;
}



.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a94cc9-ad2a-4212-bdf4-37839e359ffb img.shogun-image {
  width: 100%;
}



}
#s-920ce90f-3c13-4ada-9e2c-d4d4444b6697 {
  min-height: 80px;
}








#s-920ce90f-3c13-4ada-9e2c-d4d4444b6697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920ce90f-3c13-4ada-9e2c-d4d4444b6697.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bacc6629-5112-4909-afe9-65821b15348e {
  margin-top: 24px;
text-align: center;
}

#s-bacc6629-5112-4909-afe9-65821b15348e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-f4da861f-b51d-4fdb-ba4c-5be4a78b0933 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-f4da861f-b51d-4fdb-ba4c-5be4a78b0933 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-f4da861f-b51d-4fdb-ba4c-5be4a78b0933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4da861f-b51d-4fdb-ba4c-5be4a78b0933.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeef7e24-4757-4335-aed1-10a4ba648a85 {
  
}

#s-aeef7e24-4757-4335-aed1-10a4ba648a85 {
  display: none;
}
#s-955951de-7296-4d41-a517-4625c71d99fc {
  text-align: left;
}



.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-955951de-7296-4d41-a517-4625c71d99fc img.shogun-image {
  width: 100%;
}



}
#s-80b16a05-587b-4d62-944b-4a83642e9c99 {
  min-height: 80px;
}








#s-80b16a05-587b-4d62-944b-4a83642e9c99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b16a05-587b-4d62-944b-4a83642e9c99.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-06190204-5a9a-49f8-a669-b98c93b1c489 {
  margin-top: 24px;
text-align: center;
}

#s-06190204-5a9a-49f8-a669-b98c93b1c489 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-4a9b53b1-77cb-46cd-9adf-8137b2a24a4f {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-4a9b53b1-77cb-46cd-9adf-8137b2a24a4f {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-4a9b53b1-77cb-46cd-9adf-8137b2a24a4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a9b53b1-77cb-46cd-9adf-8137b2a24a4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b38415f-ab0a-4b1d-8ae7-2f0c5e410f6b {
  
}

#s-8b38415f-ab0a-4b1d-8ae7-2f0c5e410f6b {
  display: none;
}
#s-ca66661b-4870-46b3-9f96-de8d198c45e6 {
  text-align: left;
}



.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca66661b-4870-46b3-9f96-de8d198c45e6 img.shogun-image {
  width: 100%;
}



}
#s-135fe53a-9968-446a-af2d-930169152bac {
  min-height: 80px;
}








#s-135fe53a-9968-446a-af2d-930169152bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-135fe53a-9968-446a-af2d-930169152bac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3668801-4d28-463b-8a48-5eb4ecc9991a {
  margin-top: 24px;
text-align: center;
}

#s-e3668801-4d28-463b-8a48-5eb4ecc9991a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-5147f958-b771-444f-8161-3236a80ae66e {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-5147f958-b771-444f-8161-3236a80ae66e {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-5147f958-b771-444f-8161-3236a80ae66e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5147f958-b771-444f-8161-3236a80ae66e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ecf470c-9983-48f0-a139-ae5b1fcf8c3c {
  
}

#s-4ecf470c-9983-48f0-a139-ae5b1fcf8c3c {
  display: none;
}
#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d {
  text-align: left;
}



.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c228dc-ae9f-4719-878f-01b5b8391e9d img.shogun-image {
  width: 100%;
}



}
#s-2855ae9a-f0bf-45e5-9588-b6429fd7e468 {
  min-height: 80px;
}








#s-2855ae9a-f0bf-45e5-9588-b6429fd7e468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2855ae9a-f0bf-45e5-9588-b6429fd7e468.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b04b24c2-2458-490f-a2ae-07cd0695fc5c {
  margin-top: 24px;
text-align: center;
}

#s-b04b24c2-2458-490f-a2ae-07cd0695fc5c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-cd0e33bc-ba7a-4317-ba17-a2e1ca9fc4d2 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-cd0e33bc-ba7a-4317-ba17-a2e1ca9fc4d2 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-cd0e33bc-ba7a-4317-ba17-a2e1ca9fc4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd0e33bc-ba7a-4317-ba17-a2e1ca9fc4d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3406dcd5-14ec-4f79-8a58-acb98aec7af9 {
  
}

#s-3406dcd5-14ec-4f79-8a58-acb98aec7af9 {
  display: none;
}
#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 {
  text-align: left;
}



.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-301e0166-6a1e-42d4-9ad4-deb6d669a298 img.shogun-image {
  width: 100%;
}



}
#s-d794f226-cdb0-437f-9e6e-b10eff02b770 {
  min-height: 80px;
}








#s-d794f226-cdb0-437f-9e6e-b10eff02b770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d794f226-cdb0-437f-9e6e-b10eff02b770.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92aa9c51-98e6-4114-8619-c249629e5cff {
  margin-top: 24px;
text-align: center;
}

#s-92aa9c51-98e6-4114-8619-c249629e5cff .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-fe3c064e-814b-4fc8-8367-c9109f677f9a {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-fe3c064e-814b-4fc8-8367-c9109f677f9a {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-fe3c064e-814b-4fc8-8367-c9109f677f9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe3c064e-814b-4fc8-8367-c9109f677f9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f2dac6c-6998-45ad-bed0-49d0443ec4e6 {
  
}

#s-0f2dac6c-6998-45ad-bed0-49d0443ec4e6 {
  display: none;
}
#s-8ab0d044-846e-41d8-aa1f-68751451caf8 {
  text-align: left;
}



.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab0d044-846e-41d8-aa1f-68751451caf8 img.shogun-image {
  width: 100%;
}



}
#s-3c78ab41-49c9-45b0-ab29-e15637588fb1 {
  min-height: 80px;
}








#s-3c78ab41-49c9-45b0-ab29-e15637588fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c78ab41-49c9-45b0-ab29-e15637588fb1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0547009d-1987-4ef8-b9ab-df86c2d8a62e {
  margin-top: 24px;
text-align: center;
}

#s-0547009d-1987-4ef8-b9ab-df86c2d8a62e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-b85ff0de-3876-416a-acb0-9728a0a7accc {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-b85ff0de-3876-416a-acb0-9728a0a7accc {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-b85ff0de-3876-416a-acb0-9728a0a7accc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b85ff0de-3876-416a-acb0-9728a0a7accc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e31a523b-ba70-48ae-9d1a-5791a24651e2 {
  
}

#s-e31a523b-ba70-48ae-9d1a-5791a24651e2 {
  display: none;
}
#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 {
  text-align: left;
}



.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fd95bb-3c6d-4ca5-af4e-f430327e5959 img.shogun-image {
  width: 100%;
}



}
#s-7943f227-6eef-4324-8162-7bf608fbdb61 {
  min-height: 80px;
}








#s-7943f227-6eef-4324-8162-7bf608fbdb61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7943f227-6eef-4324-8162-7bf608fbdb61.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d22a311d-6582-4c84-b1bd-2bbfa30fa468 {
  margin-top: 24px;
text-align: center;
}

#s-d22a311d-6582-4c84-b1bd-2bbfa30fa468 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-bfb35d31-3488-445d-9d5b-8f80f5a68039 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-bfb35d31-3488-445d-9d5b-8f80f5a68039 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-bfb35d31-3488-445d-9d5b-8f80f5a68039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb35d31-3488-445d-9d5b-8f80f5a68039.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-cb398096-7c7d-42d0-8ddf-fd6fa1030ae8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb398096-7c7d-42d0-8ddf-fd6fa1030ae8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb398096-7c7d-42d0-8ddf-fd6fa1030ae8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb398096-7c7d-42d0-8ddf-fd6fa1030ae8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7d79031a-cab4-4a66-908b-e20efbf8b7a9 {
  padding-top: 30px;
}

#s-7d79031a-cab4-4a66-908b-e20efbf8b7a9 {
  display: none;
}
#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 {
  text-align: left;
}



.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd263042-a6b3-4892-811e-8ce4b5f3de16 img.shogun-image {
  width: 100%;
}



}
#s-40249b8c-eac6-4c4e-9ce6-6c070a35c133 {
  min-height: 80px;
}








#s-40249b8c-eac6-4c4e-9ce6-6c070a35c133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40249b8c-eac6-4c4e-9ce6-6c070a35c133.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-becf6812-577e-42ef-b288-fc1c035d3dda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-becf6812-577e-42ef-b288-fc1c035d3dda .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-219b3790-6b67-4243-8ca9-35d31ec35e7e {
  padding-top: 30px;
}

#s-219b3790-6b67-4243-8ca9-35d31ec35e7e {
  display: none;
}
#s-012bf9ab-1175-4efc-a447-b5a94f72a076 {
  text-align: left;
}



.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012bf9ab-1175-4efc-a447-b5a94f72a076 img.shogun-image {
  width: 100%;
}



}
#s-b3f7453f-bd3d-4278-a385-6d2838edd6f4 {
  min-height: 80px;
}








#s-b3f7453f-bd3d-4278-a385-6d2838edd6f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3f7453f-bd3d-4278-a385-6d2838edd6f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-40457c58-ce42-49c1-a784-29e72d44b663 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40457c58-ce42-49c1-a784-29e72d44b663 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9002d4c0-1fd2-43f0-8691-19c53b47c0f8 {
  padding-top: 30px;
}

#s-9002d4c0-1fd2-43f0-8691-19c53b47c0f8 {
  display: none;
}
#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a {
  text-align: left;
}



.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac77cf8-9f78-4feb-abec-41a2cb563d2a img.shogun-image {
  width: 100%;
}



}
#s-911bd433-ea75-4d88-a6f5-cb4fa4cd99ce {
  min-height: 80px;
}








#s-911bd433-ea75-4d88-a6f5-cb4fa4cd99ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-911bd433-ea75-4d88-a6f5-cb4fa4cd99ce.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-95c216dd-1de7-49dc-ab23-f2bb6f8066f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95c216dd-1de7-49dc-ab23-f2bb6f8066f8 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3f5a76c3-ffd0-4e7f-9318-a30c8e5d297b {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-3f5a76c3-ffd0-4e7f-9318-a30c8e5d297b {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-3f5a76c3-ffd0-4e7f-9318-a30c8e5d297b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f5a76c3-ffd0-4e7f-9318-a30c8e5d297b.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-d6e08f01-83db-41b1-b23a-c0e4749e623a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6e08f01-83db-41b1-b23a-c0e4749e623a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6e08f01-83db-41b1-b23a-c0e4749e623a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6e08f01-83db-41b1-b23a-c0e4749e623a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-615a9dc4-c81c-4949-9112-87faccab6afc {
  padding-top: 30px;
}

#s-615a9dc4-c81c-4949-9112-87faccab6afc {
  display: none;
}
#s-92591e64-440a-4f95-a04d-3bfce8cd851d {
  text-align: left;
}



.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92591e64-440a-4f95-a04d-3bfce8cd851d img.shogun-image {
  width: 100%;
}



}
#s-2cdc7ed7-95d6-4058-b156-17ea636d9db8 {
  min-height: 80px;
}








#s-2cdc7ed7-95d6-4058-b156-17ea636d9db8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cdc7ed7-95d6-4058-b156-17ea636d9db8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61019786-e24f-482e-b907-004ee7daa5b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61019786-e24f-482e-b907-004ee7daa5b9 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-39bc16a3-1ff5-45e6-b435-9db516b9cc57 {
  padding-top: 30px;
}

#s-39bc16a3-1ff5-45e6-b435-9db516b9cc57 {
  display: none;
}
#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 {
  text-align: left;
}



.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b5b962-e99e-491c-88bd-1e0bc61795d5 img.shogun-image {
  width: 100%;
}



}
#s-1637f98f-6de5-41a3-872d-b6c5f5f66fa7 {
  min-height: 80px;
}








#s-1637f98f-6de5-41a3-872d-b6c5f5f66fa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1637f98f-6de5-41a3-872d-b6c5f5f66fa7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db3874b3-0f9c-4341-9a8b-cf8eea1bf01a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db3874b3-0f9c-4341-9a8b-cf8eea1bf01a .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-adb2ee8b-241a-4c62-8c34-ee22ed01342d {
  padding-top: 30px;
}

#s-adb2ee8b-241a-4c62-8c34-ee22ed01342d {
  display: none;
}
#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 {
  text-align: left;
}



.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d90fc7e3-d177-4b8b-9f7e-40165acb5cf5 img.shogun-image {
  width: 100%;
}



}
#s-e2e9ebc5-a6df-4a08-b3b0-ebe2b837495a {
  min-height: 80px;
}








#s-e2e9ebc5-a6df-4a08-b3b0-ebe2b837495a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2e9ebc5-a6df-4a08-b3b0-ebe2b837495a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8c3bf36-35cd-4dc0-aee3-3a5e4ee1c2d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8c3bf36-35cd-4dc0-aee3-3a5e4ee1c2d2 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f20d4648-8319-4c4e-bc73-c8808fd500a5 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-f20d4648-8319-4c4e-bc73-c8808fd500a5 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-f20d4648-8319-4c4e-bc73-c8808fd500a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f20d4648-8319-4c4e-bc73-c8808fd500a5.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-0185c3f7-12c2-45fb-b33b-9ae580f5104d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0185c3f7-12c2-45fb-b33b-9ae580f5104d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0185c3f7-12c2-45fb-b33b-9ae580f5104d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0185c3f7-12c2-45fb-b33b-9ae580f5104d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-01cbb0ea-3d26-48c3-af25-56848787a3cb {
  padding-top: 30px;
}

#s-01cbb0ea-3d26-48c3-af25-56848787a3cb {
  display: none;
}
#s-3203d303-c3a8-4103-9548-079a947efd17 {
  text-align: left;
}



.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3203d303-c3a8-4103-9548-079a947efd17 img.shogun-image {
  width: 100%;
}



}
#s-832f0ec1-2fbf-4e21-a6b7-0f526cc314c9 {
  min-height: 80px;
}








#s-832f0ec1-2fbf-4e21-a6b7-0f526cc314c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-832f0ec1-2fbf-4e21-a6b7-0f526cc314c9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14ffb459-8ceb-4afa-9cb7-ea25871babe4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14ffb459-8ceb-4afa-9cb7-ea25871babe4 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c0a93b28-938d-467f-a863-27753f5061e0 {
  padding-top: 30px;
}

#s-c0a93b28-938d-467f-a863-27753f5061e0 {
  display: none;
}
#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f {
  text-align: left;
}



.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87d5992-907d-4f0b-bd9c-823a17e91f3f img.shogun-image {
  width: 100%;
}



}
#s-fb5d7724-c7dd-4d06-b183-3044e197e9bc {
  min-height: 80px;
}








#s-fb5d7724-c7dd-4d06-b183-3044e197e9bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb5d7724-c7dd-4d06-b183-3044e197e9bc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af56f71c-f339-4ba9-b9b8-2b5be67fff13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af56f71c-f339-4ba9-b9b8-2b5be67fff13 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ef09ccda-16de-4670-befb-508a5275279f {
  padding-top: 30px;
}

#s-ef09ccda-16de-4670-befb-508a5275279f {
  display: none;
}
#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 {
  text-align: left;
}



.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ccc5261-de64-4cf3-9588-9cc0eb3dcce8 img.shogun-image {
  width: 100%;
}



}
#s-09884200-91b0-4b05-8ede-de24d1fd5d0b {
  min-height: 80px;
}








#s-09884200-91b0-4b05-8ede-de24d1fd5d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09884200-91b0-4b05-8ede-de24d1fd5d0b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2fa55d0e-7006-496a-94d3-4dcf5df4a0ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fa55d0e-7006-496a-94d3-4dcf5df4a0ab .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-73251986-b8e0-4e16-b4dc-ddd20723797f {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-73251986-b8e0-4e16-b4dc-ddd20723797f {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-73251986-b8e0-4e16-b4dc-ddd20723797f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73251986-b8e0-4e16-b4dc-ddd20723797f.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-16319169-3758-4d35-ae9b-0fbd71125b73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16319169-3758-4d35-ae9b-0fbd71125b73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16319169-3758-4d35-ae9b-0fbd71125b73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16319169-3758-4d35-ae9b-0fbd71125b73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16319169-3758-4d35-ae9b-0fbd71125b73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16319169-3758-4d35-ae9b-0fbd71125b73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16319169-3758-4d35-ae9b-0fbd71125b73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-4bcee2ab-935d-4fbd-8119-30de4ced0d8a {
  display: none;
}
#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e {
  text-align: left;
}



.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e705f1d5-74b9-45c7-a779-1e38b8b85b0e img.shogun-image {
  width: 100%;
}



}
#s-6dc08e0f-c333-4d51-86b1-6a4628f1fe85 {
  display: none;
}
#s-ec98992f-b59b-4cc3-94a6-12e6993e0eaf {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-ec98992f-b59b-4cc3-94a6-12e6993e0eaf .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7066562f-8ea1-49c5-80be-a6111d5173cd {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-7066562f-8ea1-49c5-80be-a6111d5173cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7066562f-8ea1-49c5-80be-a6111d5173cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7066562f-8ea1-49c5-80be-a6111d5173cd .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;
}

@media (min-width: 0px) {
[id="s-5e6ab4ed-d4d2-493f-9ca2-ae4d3f54d08a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e6ab4ed-d4d2-493f-9ca2-ae4d3f54d08a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e6ab4ed-d4d2-493f-9ca2-ae4d3f54d08a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e6ab4ed-d4d2-493f-9ca2-ae4d3f54d08a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e6ab4ed-d4d2-493f-9ca2-ae4d3f54d08a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e6ab4ed-d4d2-493f-9ca2-ae4d3f54d08a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e6ab4ed-d4d2-493f-9ca2-ae4d3f54d08a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-52dd52d4-16af-4c7e-8d25-ad9006adb9f5 {
  padding-top: 15px;
}

#s-aa695416-644a-47e2-970b-1f281a44637a {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-aa695416-644a-47e2-970b-1f281a44637a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa695416-644a-47e2-970b-1f281a44637a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa695416-644a-47e2-970b-1f281a44637a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa695416-644a-47e2-970b-1f281a44637a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9f9b6900-1b01-4d65-b1c7-6070c43b077a {
  padding-bottom: 15px;
}

#s-ce048bc8-62e7-492f-977f-ffabb81630b4 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-ce048bc8-62e7-492f-977f-ffabb81630b4 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-ce048bc8-62e7-492f-977f-ffabb81630b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce048bc8-62e7-492f-977f-ffabb81630b4.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-dcd91282-60e2-4207-b7c9-42ec62214641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcd91282-60e2-4207-b7c9-42ec62214641"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd91282-60e2-4207-b7c9-42ec62214641"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd91282-60e2-4207-b7c9-42ec62214641"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd91282-60e2-4207-b7c9-42ec62214641"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd91282-60e2-4207-b7c9-42ec62214641"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd91282-60e2-4207-b7c9-42ec62214641"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d44c929b-02fe-4037-8cfd-ad82c7b3e620 {
  display: none;
}
#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 {
  text-align: left;
}



.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a33d8ba-2cbc-485e-a419-c84f6b388e65 img.shogun-image {
  width: 100%;
}



}
#s-ab3abe75-dd19-46c7-999d-d24927c5006e {
  display: none;
}
#s-fabe3b9f-6436-4817-9900-f42da0bc323e {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-fabe3b9f-6436-4817-9900-f42da0bc323e .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d164e123-a23e-4b0a-9472-9dc31b3a387c {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-d164e123-a23e-4b0a-9472-9dc31b3a387c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d164e123-a23e-4b0a-9472-9dc31b3a387c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d164e123-a23e-4b0a-9472-9dc31b3a387c .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;
}

@media (min-width: 0px) {
[id="s-728a01c2-7019-4de4-9b16-e77818820032"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-728a01c2-7019-4de4-9b16-e77818820032"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-728a01c2-7019-4de4-9b16-e77818820032"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-728a01c2-7019-4de4-9b16-e77818820032"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-728a01c2-7019-4de4-9b16-e77818820032"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-728a01c2-7019-4de4-9b16-e77818820032"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-728a01c2-7019-4de4-9b16-e77818820032"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8eaf3ca5-6ff1-4e88-b069-baabb4ef2776 {
  padding-top: 15px;
}

#s-18d9ddea-3f75-4d5c-aa1c-33bd82076933 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-18d9ddea-3f75-4d5c-aa1c-33bd82076933"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18d9ddea-3f75-4d5c-aa1c-33bd82076933"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18d9ddea-3f75-4d5c-aa1c-33bd82076933"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d9ddea-3f75-4d5c-aa1c-33bd82076933"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3184dce8-5704-4266-bf93-c50918a43bd8 {
  padding-bottom: 15px;
}

#s-550d7587-352c-4abe-8455-346a5de5d737 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-550d7587-352c-4abe-8455-346a5de5d737 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-550d7587-352c-4abe-8455-346a5de5d737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-550d7587-352c-4abe-8455-346a5de5d737.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-ff3ec60e-0a18-4dd1-9b89-db89b8f7ed90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff3ec60e-0a18-4dd1-9b89-db89b8f7ed90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff3ec60e-0a18-4dd1-9b89-db89b8f7ed90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff3ec60e-0a18-4dd1-9b89-db89b8f7ed90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff3ec60e-0a18-4dd1-9b89-db89b8f7ed90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff3ec60e-0a18-4dd1-9b89-db89b8f7ed90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff3ec60e-0a18-4dd1-9b89-db89b8f7ed90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c29386c6-18d4-41ca-b631-df4f06b06e82 {
  display: none;
}
#s-40ec85e9-0e32-49d5-bb17-1e9306163093 {
  text-align: left;
}



.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ec85e9-0e32-49d5-bb17-1e9306163093 img.shogun-image {
  width: 100%;
}



}
#s-858fe5b6-4faa-4922-bea8-45761d5e90ef {
  display: none;
}
#s-e24b0452-f7d1-4fcf-b506-83cd02bc6126 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-e24b0452-f7d1-4fcf-b506-83cd02bc6126 .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-fb383cd3-cdcd-413e-84d5-821d80f55ef9 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-fb383cd3-cdcd-413e-84d5-821d80f55ef9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb383cd3-cdcd-413e-84d5-821d80f55ef9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fb383cd3-cdcd-413e-84d5-821d80f55ef9 .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;
}

@media (min-width: 0px) {
[id="s-65d98e7b-769f-4d6e-b0c7-70c69b2090b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65d98e7b-769f-4d6e-b0c7-70c69b2090b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65d98e7b-769f-4d6e-b0c7-70c69b2090b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65d98e7b-769f-4d6e-b0c7-70c69b2090b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65d98e7b-769f-4d6e-b0c7-70c69b2090b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65d98e7b-769f-4d6e-b0c7-70c69b2090b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65d98e7b-769f-4d6e-b0c7-70c69b2090b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4af3b55d-6e3c-466e-8437-ec281246722a {
  padding-top: 15px;
}

#s-a40226cc-52a8-4ff1-92f8-fe44aae87573 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-a40226cc-52a8-4ff1-92f8-fe44aae87573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a40226cc-52a8-4ff1-92f8-fe44aae87573"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a40226cc-52a8-4ff1-92f8-fe44aae87573"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a40226cc-52a8-4ff1-92f8-fe44aae87573"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9eba4971-5fb3-4efb-ad75-4f2a5bbf0511 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-9eba4971-5fb3-4efb-ad75-4f2a5bbf0511 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-9eba4971-5fb3-4efb-ad75-4f2a5bbf0511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9eba4971-5fb3-4efb-ad75-4f2a5bbf0511.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-087f6ea6-6deb-415b-ae22-34c87ae42c7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-087f6ea6-6deb-415b-ae22-34c87ae42c7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-087f6ea6-6deb-415b-ae22-34c87ae42c7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-087f6ea6-6deb-415b-ae22-34c87ae42c7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-087f6ea6-6deb-415b-ae22-34c87ae42c7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-087f6ea6-6deb-415b-ae22-34c87ae42c7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-087f6ea6-6deb-415b-ae22-34c87ae42c7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-698befee-fd95-44a5-b448-a5bd8b87cc89 {
  display: none;
}
#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 {
  text-align: left;
}



.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-297fc0b4-9859-4bb9-8ae1-1f4dd43b2322 img.shogun-image {
  width: 100%;
}



}
#s-7159aab9-5831-492b-b7b4-a737489fd371 {
  display: none;
}
#s-cd553ad7-4c34-448d-9b77-9712fbfcd667 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-cd553ad7-4c34-448d-9b77-9712fbfcd667 .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c82f31a7-a514-4c6a-accd-a9adf134135a {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-c82f31a7-a514-4c6a-accd-a9adf134135a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c82f31a7-a514-4c6a-accd-a9adf134135a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c82f31a7-a514-4c6a-accd-a9adf134135a .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;
}

@media (min-width: 0px) {
[id="s-71a0cba9-3e4f-4032-b409-46ed3d329a38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71a0cba9-3e4f-4032-b409-46ed3d329a38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71a0cba9-3e4f-4032-b409-46ed3d329a38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71a0cba9-3e4f-4032-b409-46ed3d329a38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71a0cba9-3e4f-4032-b409-46ed3d329a38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71a0cba9-3e4f-4032-b409-46ed3d329a38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71a0cba9-3e4f-4032-b409-46ed3d329a38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a72519ff-a618-494d-b2f2-c627af9d3afa {
  padding-top: 15px;
}

#s-d792c722-886b-43db-a717-8e0e2a748687 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-d792c722-886b-43db-a717-8e0e2a748687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d792c722-886b-43db-a717-8e0e2a748687"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d792c722-886b-43db-a717-8e0e2a748687"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d792c722-886b-43db-a717-8e0e2a748687"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca1bfb2f-dc83-4cfe-bb8d-2c06d5c4ff54 {
  padding-bottom: 15px;
}

#s-a9f5e476-0b41-48ed-a444-2f716a3df391 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-a9f5e476-0b41-48ed-a444-2f716a3df391 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-a9f5e476-0b41-48ed-a444-2f716a3df391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9f5e476-0b41-48ed-a444-2f716a3df391.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-6e990d36-b8d9-42f8-b09b-291e24104a6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e990d36-b8d9-42f8-b09b-291e24104a6f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e990d36-b8d9-42f8-b09b-291e24104a6f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e990d36-b8d9-42f8-b09b-291e24104a6f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e990d36-b8d9-42f8-b09b-291e24104a6f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e990d36-b8d9-42f8-b09b-291e24104a6f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e990d36-b8d9-42f8-b09b-291e24104a6f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ec4d65d1-7d00-4a1b-8ecd-0859a3d19acf {
  display: none;
}
#s-fda05f0f-e917-4699-a953-ac4430997e8c {
  text-align: left;
}



.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fda05f0f-e917-4699-a953-ac4430997e8c img.shogun-image {
  width: 100%;
}



}
#s-04bc6913-d899-4948-96d3-cde04f1c15f0 {
  display: none;
}
#s-886e64f8-626c-4428-8581-f6f991481aeb {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
}

#s-886e64f8-626c-4428-8581-f6f991481aeb .shg-product-title-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-701de51f-ed88-4cf1-863a-816fbb00b36f {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-701de51f-ed88-4cf1-863a-816fbb00b36f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-701de51f-ed88-4cf1-863a-816fbb00b36f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-701de51f-ed88-4cf1-863a-816fbb00b36f .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;
}

@media (min-width: 0px) {
[id="s-4f070995-af37-44b1-8730-0c390dc69d8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f070995-af37-44b1-8730-0c390dc69d8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f070995-af37-44b1-8730-0c390dc69d8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f070995-af37-44b1-8730-0c390dc69d8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f070995-af37-44b1-8730-0c390dc69d8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f070995-af37-44b1-8730-0c390dc69d8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f070995-af37-44b1-8730-0c390dc69d8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ac230e68-f17a-4ef3-afba-6dcf6f4fb8ec {
  padding-top: 15px;
}

#s-dbb2e6a2-0ff5-4105-bd78-082f9cd12624 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-dbb2e6a2-0ff5-4105-bd78-082f9cd12624"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbb2e6a2-0ff5-4105-bd78-082f9cd12624"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbb2e6a2-0ff5-4105-bd78-082f9cd12624"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbb2e6a2-0ff5-4105-bd78-082f9cd12624"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-738e1f16-d5ac-475c-bcf6-4dff2408abee {
  padding-bottom: 15px;
}

#s-094d6e75-7742-47b7-bd00-47d1e3674290 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
}
@media (max-width: 767px){#s-094d6e75-7742-47b7-bd00-47d1e3674290 {
  padding-left: 48px;
padding-right: 48px;
}
}







#s-094d6e75-7742-47b7-bd00-47d1e3674290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-094d6e75-7742-47b7-bd00-47d1e3674290.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ff44a32-aa35-4a7c-a61c-2035753948c0 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 30px;
padding-bottom: 15px;
}

#s-fc9bd0c8-1be2-45ab-99e1-2aa109aea9e3 {
  padding-bottom: 16px;
}

@media (min-width: 0px) {
[id="s-fc9bd0c8-1be2-45ab-99e1-2aa109aea9e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-fc9bd0c8-1be2-45ab-99e1-2aa109aea9e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-fc9bd0c8-1be2-45ab-99e1-2aa109aea9e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc9bd0c8-1be2-45ab-99e1-2aa109aea9e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

}

#s-80e6c167-0a76-4693-8d94-ff388af15d16 {
  margin-top: 16px;
text-align: center;
}
#s-80e6c167-0a76-4693-8d94-ff388af15d16:hover {opacity: 1 !important;}






  #s-80e6c167-0a76-4693-8d94-ff388af15d16 img.shogun-image {
    

    
    
    
  }


#s-80e6c167-0a76-4693-8d94-ff388af15d16 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d1e0876-b9db-426e-9fa4-18cda893ed2a {
  margin-top: 16px;
text-align: center;
}
#s-2d1e0876-b9db-426e-9fa4-18cda893ed2a:hover {opacity: 1 !important;}






  #s-2d1e0876-b9db-426e-9fa4-18cda893ed2a img.shogun-image {
    

    
    
    
  }


#s-2d1e0876-b9db-426e-9fa4-18cda893ed2a .shogun-image-content {
  
    align-items: center;
  
}

#s-7c51f737-0465-496b-994b-dcad16ece3d6 {
  margin-top: 16px;
text-align: center;
}
#s-7c51f737-0465-496b-994b-dcad16ece3d6:hover {opacity: 1 !important;}






  #s-7c51f737-0465-496b-994b-dcad16ece3d6 img.shogun-image {
    

    
    
    
  }


#s-7c51f737-0465-496b-994b-dcad16ece3d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3cd0fa2-e145-49a5-bc61-d747a8a1cb63 {
  margin-top: 16px;
text-align: center;
opacity: 1;
}
#s-a3cd0fa2-e145-49a5-bc61-d747a8a1cb63:hover {opacity: 1 !important;}






  #s-a3cd0fa2-e145-49a5-bc61-d747a8a1cb63 img.shogun-image {
    

    
    
    
  }


#s-a3cd0fa2-e145-49a5-bc61-d747a8a1cb63 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f76582f-df98-426f-963c-759060600447 {
  min-height: 50px;
}








#s-9f76582f-df98-426f-963c-759060600447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f76582f-df98-426f-963c-759060600447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa2bc2a2-8701-47fd-9f04-3b3cbeaa8a3b {
  padding-top: 6%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-aa2bc2a2-8701-47fd-9f04-3b3cbeaa8a3b {
  
}
}@media (max-width: 767px){#s-aa2bc2a2-8701-47fd-9f04-3b3cbeaa8a3b {
  display: none;
}
#s-aa2bc2a2-8701-47fd-9f04-3b3cbeaa8a3b, #wrap-s-aa2bc2a2-8701-47fd-9f04-3b3cbeaa8a3b { display:none !important; }}







#s-aa2bc2a2-8701-47fd-9f04-3b3cbeaa8a3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa2bc2a2-8701-47fd-9f04-3b3cbeaa8a3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3f546f9-09a5-4ff8-8be2-75812ff5b553 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-c3f546f9-09a5-4ff8-8be2-75812ff5b553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3f546f9-09a5-4ff8-8be2-75812ff5b553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc709dc0-7587-4a11-9203-704a3d7b7b87 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom;
background-attachment: scroll;
}








#s-fc709dc0-7587-4a11-9203-704a3d7b7b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc709dc0-7587-4a11-9203-704a3d7b7b87.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d62d805f-e477-4f1b-97a4-358a6d673b87 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(244, 243, 239, 0.8);
}

@media (min-width: 0px) {
[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d62d805f-e477-4f1b-97a4-358a6d673b87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-c1d0c36e-227d-46ff-8566-abec66002d3c {
  
}

#s-df475533-1c3c-4fb3-975f-528f955994dd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-df475533-1c3c-4fb3-975f-528f955994dd {
  display: none;
}
#s-df475533-1c3c-4fb3-975f-528f955994dd, #wrap-s-df475533-1c3c-4fb3-975f-528f955994dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df475533-1c3c-4fb3-975f-528f955994dd {
  display: none;
}
#s-df475533-1c3c-4fb3-975f-528f955994dd, #wrap-s-df475533-1c3c-4fb3-975f-528f955994dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df475533-1c3c-4fb3-975f-528f955994dd {
  display: none;
}
#s-df475533-1c3c-4fb3-975f-528f955994dd, #wrap-s-df475533-1c3c-4fb3-975f-528f955994dd { display:none !important; }}







#s-df475533-1c3c-4fb3-975f-528f955994dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df475533-1c3c-4fb3-975f-528f955994dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-324fd1aa-ec7f-48d3-8e3a-20132c314f3a {
  padding-top: 6%;
padding-left: 6%;
padding-bottom: 0%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-324fd1aa-ec7f-48d3-8e3a-20132c314f3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-324fd1aa-ec7f-48d3-8e3a-20132c314f3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c540a2e7-ef08-40be-94b9-0430764525ad {
  text-align: center;
}







  #s-c540a2e7-ef08-40be-94b9-0430764525ad img.shogun-image {
    

    
    
    
  }


#s-c540a2e7-ef08-40be-94b9-0430764525ad .shogun-image-content {
  
    align-items: center;
  
}

#s-9e8727a4-2c5b-41ea-9999-6d80a801b476 {
  padding-top: 6%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-9e8727a4-2c5b-41ea-9999-6d80a801b476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e8727a4-2c5b-41ea-9999-6d80a801b476.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b623aee3-71bb-4946-a2ab-559050bb2140 {
  
}

#s-277f86b3-7305-4987-a1af-7a21b08ad5a3 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
}
@media (max-width: 767px){#s-277f86b3-7305-4987-a1af-7a21b08ad5a3 {
  display: none;
}
#s-277f86b3-7305-4987-a1af-7a21b08ad5a3, #wrap-s-277f86b3-7305-4987-a1af-7a21b08ad5a3 { display:none !important; }}







#s-277f86b3-7305-4987-a1af-7a21b08ad5a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-277f86b3-7305-4987-a1af-7a21b08ad5a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0c14848-16c9-4a09-8d0a-078ef93e3e3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-d0c14848-16c9-4a09-8d0a-078ef93e3e3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c14848-16c9-4a09-8d0a-078ef93e3e3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d4fd0a5-a572-4dca-9856-71bb7bfb2510 {
  background-color: rgba(244, 243, 239, 0);
}

@media (min-width: 0px) {
[id="s-5d4fd0a5-a572-4dca-9856-71bb7bfb2510"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d4fd0a5-a572-4dca-9856-71bb7bfb2510"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d4fd0a5-a572-4dca-9856-71bb7bfb2510"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d4fd0a5-a572-4dca-9856-71bb7bfb2510"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9fff29f5-5f0a-45d5-95f0-e62f38d65831 {
  text-align: center;
}








#s-9fff29f5-5f0a-45d5-95f0-e62f38d65831 .shogun-image-content {
  
    align-items: center;
  
}

#s-448fed23-cecb-4230-b571-09cff7fbaab8 {
  padding-top: 6%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-448fed23-cecb-4230-b571-09cff7fbaab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-448fed23-cecb-4230-b571-09cff7fbaab8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9600056a-09b3-40fd-9b57-e014e3b9d447 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 480px;
}








#s-9600056a-09b3-40fd-9b57-e014e3b9d447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9600056a-09b3-40fd-9b57-e014e3b9d447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12da8301-3c20-433e-b575-87e23428b809 {
  background-color: rgba(244, 243, 239, 0);
}

#s-29180fe9-bcaa-42ff-9237-88b1c276edfe {
  background-color: rgba(244, 243, 239, 0);
}
@media (min-width: 1200px){#s-29180fe9-bcaa-42ff-9237-88b1c276edfe {
  display: none;
}
#s-29180fe9-bcaa-42ff-9237-88b1c276edfe, #wrap-s-29180fe9-bcaa-42ff-9237-88b1c276edfe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29180fe9-bcaa-42ff-9237-88b1c276edfe {
  display: none;
}
#s-29180fe9-bcaa-42ff-9237-88b1c276edfe, #wrap-s-29180fe9-bcaa-42ff-9237-88b1c276edfe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29180fe9-bcaa-42ff-9237-88b1c276edfe {
  display: none;
}
#s-29180fe9-bcaa-42ff-9237-88b1c276edfe, #wrap-s-29180fe9-bcaa-42ff-9237-88b1c276edfe { display:none !important; }}
@media (min-width: 0px) {
[id="s-29180fe9-bcaa-42ff-9237-88b1c276edfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29180fe9-bcaa-42ff-9237-88b1c276edfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29180fe9-bcaa-42ff-9237-88b1c276edfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29180fe9-bcaa-42ff-9237-88b1c276edfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2c1c986-0967-4f77-8dee-db68cbaf5a30 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
}








#s-f2c1c986-0967-4f77-8dee-db68cbaf5a30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2c1c986-0967-4f77-8dee-db68cbaf5a30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9f30115-4141-493c-93a3-f4f04d462b42 {
  text-align: center;
}








#s-a9f30115-4141-493c-93a3-f4f04d462b42 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd0f9343-2068-4f4c-b05d-6ff2379caf43 {
  padding-top: 6%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
}








#s-bd0f9343-2068-4f4c-b05d-6ff2379caf43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd0f9343-2068-4f4c-b05d-6ff2379caf43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2 {
  
}
@media (min-width: 1200px){#s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2 {
  display: none;
}
#s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2, #wrap-s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2 {
  display: none;
}
#s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2, #wrap-s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2 {
  display: none;
}
#s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2, #wrap-s-1dc3596d-a36b-492b-91a0-0361cf1dfcb2 { display:none !important; }}
#s-f03fc670-61d9-44ea-b427-2e90f85a7cf0 {
  padding-top: 6%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-f03fc670-61d9-44ea-b427-2e90f85a7cf0 {
  display: none;
}
#s-f03fc670-61d9-44ea-b427-2e90f85a7cf0, #wrap-s-f03fc670-61d9-44ea-b427-2e90f85a7cf0 { display:none !important; }}







#s-f03fc670-61d9-44ea-b427-2e90f85a7cf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f03fc670-61d9-44ea-b427-2e90f85a7cf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c22628d2-cb48-4b06-8737-73cf5a70a5f1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-c22628d2-cb48-4b06-8737-73cf5a70a5f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22628d2-cb48-4b06-8737-73cf5a70a5f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ef0df05-c46d-46a3-b6fc-860d60f84796 {
  background-color: rgba(244, 243, 239, 0);
}
@media (max-width: 767px){#s-6ef0df05-c46d-46a3-b6fc-860d60f84796 {
  
}
}
@media (min-width: 0px) {
[id="s-6ef0df05-c46d-46a3-b6fc-860d60f84796"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ef0df05-c46d-46a3-b6fc-860d60f84796"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ef0df05-c46d-46a3-b6fc-860d60f84796"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ef0df05-c46d-46a3-b6fc-860d60f84796"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6ef0df05-c46d-46a3-b6fc-860d60f84796"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-49f51fa8-8e2b-41db-b58a-780749184f6c {
  padding-top: 6%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-49f51fa8-8e2b-41db-b58a-780749184f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49f51fa8-8e2b-41db-b58a-780749184f6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea8d5a6c-eee3-42a6-b541-203a367d0a18 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 480px;
}








#s-ea8d5a6c-eee3-42a6-b541-203a367d0a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea8d5a6c-eee3-42a6-b541-203a367d0a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7542ab85-7e3c-4007-a379-50defb2283eb {
  text-align: center;
}








#s-7542ab85-7e3c-4007-a379-50defb2283eb .shogun-image-content {
  
    align-items: center;
  
}

#s-15145776-50a0-4355-856b-0cefb8b43e0d {
  padding-top: 0%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(244, 243, 239, 0);
}
@media (min-width: 1200px){#s-15145776-50a0-4355-856b-0cefb8b43e0d {
  display: none;
}
#s-15145776-50a0-4355-856b-0cefb8b43e0d, #wrap-s-15145776-50a0-4355-856b-0cefb8b43e0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15145776-50a0-4355-856b-0cefb8b43e0d {
  display: none;
}
#s-15145776-50a0-4355-856b-0cefb8b43e0d, #wrap-s-15145776-50a0-4355-856b-0cefb8b43e0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15145776-50a0-4355-856b-0cefb8b43e0d {
  display: none;
}
#s-15145776-50a0-4355-856b-0cefb8b43e0d, #wrap-s-15145776-50a0-4355-856b-0cefb8b43e0d { display:none !important; }}







#s-15145776-50a0-4355-856b-0cefb8b43e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15145776-50a0-4355-856b-0cefb8b43e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd1385f5-804e-4f6e-94b2-956677262485 {
  min-height: 50px;
}








#s-fd1385f5-804e-4f6e-94b2-956677262485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd1385f5-804e-4f6e-94b2-956677262485.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c75df69-3544-4485-8655-8bc0e4e4cbd7 {
  text-align: center;
}








#s-4c75df69-3544-4485-8655-8bc0e4e4cbd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-91d0d987-7d75-44b0-83b9-cd491eb31044 {
  margin-top: 6%;
}

#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 1200px){#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 {
  display: none;
}
#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99, #wrap-s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 {
  display: none;
}
#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99, #wrap-s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 {
  display: none;
}
#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99, #wrap-s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 { display:none !important; }}@media (max-width: 767px){#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 {
  display: none;
}
#s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99, #wrap-s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d67b7a5-214f-42ba-bbb5-14f858f8ea99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-acfd80af-88c9-4a78-97d1-fd432b304107 {
  min-height: 500px;
}








#s-acfd80af-88c9-4a78-97d1-fd432b304107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acfd80af-88c9-4a78-97d1-fd432b304107.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-60376b91-55c4-4324-86ff-20f17625deaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60376b91-55c4-4324-86ff-20f17625deaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60376b91-55c4-4324-86ff-20f17625deaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60376b91-55c4-4324-86ff-20f17625deaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60376b91-55c4-4324-86ff-20f17625deaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60376b91-55c4-4324-86ff-20f17625deaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60376b91-55c4-4324-86ff-20f17625deaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6b6987b9-6c01-46d1-a781-e60f493350fc {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
min-height: 500px;
background-position: right center;
}

#s-6b6987b9-6c01-46d1-a781-e60f493350fc {
  background-image: url(https://i.shgcdn.com/a723d694-6e95-44a4-b657-bdb2e500c915/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6b6987b9-6c01-46d1-a781-e60f493350fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b6987b9-6c01-46d1-a781-e60f493350fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-844b3e1c-b897-4212-ad13-3fcfd9ccba1f {
  padding-top: 0%;
padding-left: 6%;
padding-bottom: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-844b3e1c-b897-4212-ad13-3fcfd9ccba1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-844b3e1c-b897-4212-ad13-3fcfd9ccba1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b284f5c7-3f8b-4e31-9409-b30f573ab32c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-b284f5c7-3f8b-4e31-9409-b30f573ab32c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b284f5c7-3f8b-4e31-9409-b30f573ab32c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f859031-6634-4449-be1e-4eb4d9703bf7 {
  margin-left: auto;
margin-right: auto;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}