.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-4f5fc10a-1e86-4c0c-a20b-d622d216a729 {
  min-height: 50px;
}








#s-4f5fc10a-1e86-4c0c-a20b-d622d216a729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f5fc10a-1e86-4c0c-a20b-d622d216a729.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-8b6c8a65-34d1-42c1-9886-1a718dd00478 {
  text-align: center;
}




  #s-8b6c8a65-34d1-42c1-9886-1a718dd00478 img.shogun-image {
    
    width: px;
  }


#s-8b6c8a65-34d1-42c1-9886-1a718dd00478 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a6745217-e498-4a9b-96d8-5cd16b7736df {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a6745217-e498-4a9b-96d8-5cd16b7736df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6745217-e498-4a9b-96d8-5cd16b7736df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6745217-e498-4a9b-96d8-5cd16b7736df {
  
}
}@media (max-width: 767px){#s-a6745217-e498-4a9b-96d8-5cd16b7736df {
  
}
}







#s-a6745217-e498-4a9b-96d8-5cd16b7736df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6745217-e498-4a9b-96d8-5cd16b7736df.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-126dddf8-1636-4c3b-8795-3d589073dae6 {
  min-height: 50px;
}








#s-126dddf8-1636-4c3b-8795-3d589073dae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-126dddf8-1636-4c3b-8795-3d589073dae6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4faa3487-a593-4f78-b1a7-af1ea92b113d {
  min-height: 50px;
}








#s-4faa3487-a593-4f78-b1a7-af1ea92b113d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4faa3487-a593-4f78-b1a7-af1ea92b113d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fe9adbb1-6ddb-44de-92db-02435c9c2995 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

#s-f8494fbd-ee19-47bb-8aaa-138d770cc47e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8494fbd-ee19-47bb-8aaa-138d770cc47e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8b3cc657-2f3f-42d6-afb6-6a6cc0f1ae93 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-b851441c-afbe-4282-b2e7-8fddccbc5ed3 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b851441c-afbe-4282-b2e7-8fddccbc5ed3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-37a1cad1-f4c3-427b-a70d-3019101f6245 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-09829f4f-31ef-46aa-bcd0-bb8d799607e7 {
  text-align: center;
}


.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 {
  max-width: 100%;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom,
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 {
  max-width: 100%;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom,
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 {
  max-width: 100%;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom,
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 {
  max-width: 100%;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom,
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 {
  max-width: 100%;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom,
.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-09829f4f-31ef-46aa-bcd0-bb8d799607e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

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

#s-14868d47-5567-40c9-aff7-5cee0d360f47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14868d47-5567-40c9-aff7-5cee0d360f47 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-ef76962c-71cd-4e52-973e-1b3640321e4b {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-ef76962c-71cd-4e52-973e-1b3640321e4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-ef76962c-71cd-4e52-973e-1b3640321e4b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-ef76962c-71cd-4e52-973e-1b3640321e4b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-d310eefc-3401-4eb9-bb5f-3e48b73a2cc2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-d310eefc-3401-4eb9-bb5f-3e48b73a2cc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d310eefc-3401-4eb9-bb5f-3e48b73a2cc2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d310eefc-3401-4eb9-bb5f-3e48b73a2cc2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-d310eefc-3401-4eb9-bb5f-3e48b73a2cc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d310eefc-3401-4eb9-bb5f-3e48b73a2cc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d310eefc-3401-4eb9-bb5f-3e48b73a2cc2.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-4e670274-985e-45c7-aba5-2f30362fbc30 {
  display: none;
}
#s-a97504d0-0fb9-4b47-b364-efc703ef5912 {
  text-align: center;
}


.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 {
  max-width: 100%;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom,
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 {
  max-width: 100%;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom,
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 {
  max-width: 100%;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom,
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 {
  max-width: 100%;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom,
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 {
  max-width: 100%;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom,
.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a97504d0-0fb9-4b47-b364-efc703ef5912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f800ae22-67d0-43f8-88e8-679d9d0cf315 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f800ae22-67d0-43f8-88e8-679d9d0cf315 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-5035934e-3270-452f-94e3-7acf0af83b55 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-5035934e-3270-452f-94e3-7acf0af83b55 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-5035934e-3270-452f-94e3-7acf0af83b55 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-5035934e-3270-452f-94e3-7acf0af83b55 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}
#s-438e1207-e6aa-48a8-ab8b-3806c70950d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-438e1207-e6aa-48a8-ab8b-3806c70950d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-438e1207-e6aa-48a8-ab8b-3806c70950d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-438e1207-e6aa-48a8-ab8b-3806c70950d7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-438e1207-e6aa-48a8-ab8b-3806c70950d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-438e1207-e6aa-48a8-ab8b-3806c70950d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-438e1207-e6aa-48a8-ab8b-3806c70950d7.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-6ab7bbae-f1a3-4366-90c0-eacb3789df69 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7ed826c3-f363-48b8-8db6-6229ceb55664 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ed826c3-f363-48b8-8db6-6229ceb55664 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef156eb5-4ac8-4f4c-bf50-896bb8d5e4e4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-9bf787c8-849c-43cb-b1c9-3ef21607f878 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cad61ce6-4a86-4d83-8687-95fea5256db3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cc29075f-8d26-45da-9471-754b89f3f793 {
  display: none;
}
#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 {
  text-align: center;
}


.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 {
  max-width: 100%;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom,
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 {
  max-width: 100%;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom,
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 {
  max-width: 100%;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom,
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 {
  max-width: 100%;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom,
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 {
  max-width: 100%;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom,
.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f522cd61-cea7-4ac6-bd3c-b3640540d995 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-eb3910f9-5205-4496-9829-2fcfcb446887 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb3910f9-5205-4496-9829-2fcfcb446887 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-c7ebc55e-a7ac-4a68-bdd9-726036a0e7f6 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-c7ebc55e-a7ac-4a68-bdd9-726036a0e7f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-c7ebc55e-a7ac-4a68-bdd9-726036a0e7f6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-c7ebc55e-a7ac-4a68-bdd9-726036a0e7f6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c1497503-4628-46d0-931c-ad9659d2321a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-c1497503-4628-46d0-931c-ad9659d2321a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1497503-4628-46d0-931c-ad9659d2321a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1497503-4628-46d0-931c-ad9659d2321a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-c1497503-4628-46d0-931c-ad9659d2321a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1497503-4628-46d0-931c-ad9659d2321a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c1497503-4628-46d0-931c-ad9659d2321a.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-fb8de745-9645-4bf9-b3c8-b419ffc8acb0 {
  display: none;
}
#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 {
  text-align: center;
}


.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 {
  max-width: 100%;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom,
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 {
  max-width: 100%;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom,
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 {
  max-width: 100%;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom,
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 {
  max-width: 100%;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom,
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 {
  max-width: 100%;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom,
.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fc7fb93e-45bc-4b6b-8930-4517f4f7b288 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1addb439-849a-44f3-b062-0ea561c4bfa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1addb439-849a-44f3-b062-0ea561c4bfa0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-29988229-b783-4d6a-a5ef-80c0aa61b799 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-29988229-b783-4d6a-a5ef-80c0aa61b799 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-29988229-b783-4d6a-a5ef-80c0aa61b799 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-29988229-b783-4d6a-a5ef-80c0aa61b799 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-78fa3652-cf09-45c0-82e3-49be5282abf9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-78fa3652-cf09-45c0-82e3-49be5282abf9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78fa3652-cf09-45c0-82e3-49be5282abf9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78fa3652-cf09-45c0-82e3-49be5282abf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-78fa3652-cf09-45c0-82e3-49be5282abf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78fa3652-cf09-45c0-82e3-49be5282abf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-78fa3652-cf09-45c0-82e3-49be5282abf9.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-3806af89-d86e-4f33-ba54-34deecfa67ca {
  display: none;
}
#s-d69b1819-34dd-4ae8-940f-a17b276463f2 {
  text-align: center;
}


.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 {
  max-width: 100%;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom,
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 {
  max-width: 100%;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom,
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 {
  max-width: 100%;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom,
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 {
  max-width: 100%;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom,
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 {
  max-width: 100%;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom,
.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d69b1819-34dd-4ae8-940f-a17b276463f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e92de33c-80d0-4553-86dc-47984376a945 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e92de33c-80d0-4553-86dc-47984376a945 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-a748bef5-002a-4a05-a82b-ac7b5849ec1d {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-a748bef5-002a-4a05-a82b-ac7b5849ec1d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-a748bef5-002a-4a05-a82b-ac7b5849ec1d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a748bef5-002a-4a05-a82b-ac7b5849ec1d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e484192f-235f-490d-bac4-f298f63a2f09 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-e484192f-235f-490d-bac4-f298f63a2f09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e484192f-235f-490d-bac4-f298f63a2f09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e484192f-235f-490d-bac4-f298f63a2f09 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-e484192f-235f-490d-bac4-f298f63a2f09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e484192f-235f-490d-bac4-f298f63a2f09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e484192f-235f-490d-bac4-f298f63a2f09.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-20695145-5d1f-4a3e-87af-90c1235a2d7d {
  display: none;
}
#s-132fa6da-b6c9-4bda-a380-ee94c7e55150 {
  min-height: 50px;
}








#s-132fa6da-b6c9-4bda-a380-ee94c7e55150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-132fa6da-b6c9-4bda-a380-ee94c7e55150.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-23851ae9-37b1-49a6-b28b-0bd53ce22661"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2df3e920-cf51-4fa9-8b90-9bf2cecc4a04 {
  display: none;
}
#s-3c78d628-6948-479e-a9cb-16be56c04b95 {
  text-align: center;
}


.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 {
  max-width: 100%;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom,
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 {
  max-width: 100%;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom,
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 {
  max-width: 100%;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom,
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 {
  max-width: 100%;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom,
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 {
  max-width: 100%;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom,
.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3c78d628-6948-479e-a9cb-16be56c04b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9af52b1c-a4c7-4637-bdd5-7b15b14e089d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9af52b1c-a4c7-4637-bdd5-7b15b14e089d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-d8e2c7a5-c79a-4c62-b122-c37777c1b1d5 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-d8e2c7a5-c79a-4c62-b122-c37777c1b1d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-d8e2c7a5-c79a-4c62-b122-c37777c1b1d5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-d8e2c7a5-c79a-4c62-b122-c37777c1b1d5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a6284c49-5dbd-487a-9d44-0570f42fc747 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-a6284c49-5dbd-487a-9d44-0570f42fc747:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6284c49-5dbd-487a-9d44-0570f42fc747:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6284c49-5dbd-487a-9d44-0570f42fc747 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a6284c49-5dbd-487a-9d44-0570f42fc747.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6284c49-5dbd-487a-9d44-0570f42fc747.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a6284c49-5dbd-487a-9d44-0570f42fc747.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-3fce7f8f-aa8c-47ae-a636-6598c200e514 {
  display: none;
}
#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 {
  text-align: center;
}


.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 {
  max-width: 100%;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom,
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 {
  max-width: 100%;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom,
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 {
  max-width: 100%;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom,
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 {
  max-width: 100%;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom,
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 {
  max-width: 100%;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom,
.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c58f3f40-1345-494f-b9c2-3b69612f4ba0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f9b21283-c7e2-478e-8ef5-5a4f593ffc2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9b21283-c7e2-478e-8ef5-5a4f593ffc2f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-77e8bc19-5bd3-4e26-bd17-79af703fd618 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-77e8bc19-5bd3-4e26-bd17-79af703fd618 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-77e8bc19-5bd3-4e26-bd17-79af703fd618 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-77e8bc19-5bd3-4e26-bd17-79af703fd618 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1a40531f-257e-40e1-a515-b6610991710b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-1a40531f-257e-40e1-a515-b6610991710b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a40531f-257e-40e1-a515-b6610991710b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a40531f-257e-40e1-a515-b6610991710b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-1a40531f-257e-40e1-a515-b6610991710b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a40531f-257e-40e1-a515-b6610991710b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1a40531f-257e-40e1-a515-b6610991710b.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-d4417700-b956-41e7-b9e3-ff9e637825c8 {
  display: none;
}
#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c {
  text-align: center;
}


.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c {
  max-width: 100%;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom,
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c {
  max-width: 100%;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom,
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c {
  max-width: 100%;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom,
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c {
  max-width: 100%;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom,
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c {
  max-width: 100%;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom,
.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f7b83e5a-9ca8-4c04-be5c-3d39550a269c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0521e6ec-a40e-4f80-b17d-1e63a32d6387 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0521e6ec-a40e-4f80-b17d-1e63a32d6387 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-522a3a6a-2bf0-4110-9391-c9bea6ac30e4 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-522a3a6a-2bf0-4110-9391-c9bea6ac30e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-522a3a6a-2bf0-4110-9391-c9bea6ac30e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-522a3a6a-2bf0-4110-9391-c9bea6ac30e4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-66f3810f-9131-4d67-88d8-f4258254a2ec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-66f3810f-9131-4d67-88d8-f4258254a2ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66f3810f-9131-4d67-88d8-f4258254a2ec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66f3810f-9131-4d67-88d8-f4258254a2ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-66f3810f-9131-4d67-88d8-f4258254a2ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66f3810f-9131-4d67-88d8-f4258254a2ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-66f3810f-9131-4d67-88d8-f4258254a2ec.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-45ce38da-b21d-4761-b7cb-80117ca7ba1e {
  display: none;
}
#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 {
  text-align: center;
}


.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 {
  max-width: 100%;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom,
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 {
  max-width: 100%;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom,
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 {
  max-width: 100%;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom,
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 {
  max-width: 100%;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom,
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 {
  max-width: 100%;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom,
.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-83856e7e-980b-4c92-ad13-a8f9dd45d0d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9f4c76a2-44a8-4ca4-959a-2657ec4d10b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f4c76a2-44a8-4ca4-959a-2657ec4d10b5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-673d682a-79ab-4b2e-9a3d-9169359c5fbf {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-673d682a-79ab-4b2e-9a3d-9169359c5fbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-673d682a-79ab-4b2e-9a3d-9169359c5fbf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-673d682a-79ab-4b2e-9a3d-9169359c5fbf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-85feae70-e26b-4635-a03e-2e7d64c86ef5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-85feae70-e26b-4635-a03e-2e7d64c86ef5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85feae70-e26b-4635-a03e-2e7d64c86ef5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85feae70-e26b-4635-a03e-2e7d64c86ef5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-85feae70-e26b-4635-a03e-2e7d64c86ef5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85feae70-e26b-4635-a03e-2e7d64c86ef5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-85feae70-e26b-4635-a03e-2e7d64c86ef5.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-7900ca04-b190-4a5a-ac1a-bd005e33eb38 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-7900ca04-b190-4a5a-ac1a-bd005e33eb38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7900ca04-b190-4a5a-ac1a-bd005e33eb38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7900ca04-b190-4a5a-ac1a-bd005e33eb38 {
  
}
}@media (max-width: 767px){#s-7900ca04-b190-4a5a-ac1a-bd005e33eb38 {
  
}
}







#s-7900ca04-b190-4a5a-ac1a-bd005e33eb38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7900ca04-b190-4a5a-ac1a-bd005e33eb38.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-60f70301-a6a7-4ee5-a10f-9acc299ca399 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-60f70301-a6a7-4ee5-a10f-9acc299ca399 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60f70301-a6a7-4ee5-a10f-9acc299ca399 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60f70301-a6a7-4ee5-a10f-9acc299ca399 {
  
}
}@media (max-width: 767px){#s-60f70301-a6a7-4ee5-a10f-9acc299ca399 {
  
}
}







#s-60f70301-a6a7-4ee5-a10f-9acc299ca399 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-60f70301-a6a7-4ee5-a10f-9acc299ca399.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-217167d2-45ba-440c-845a-d8f2f1b981f5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-217167d2-45ba-440c-845a-d8f2f1b981f5"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-bd64f8a0-1863-4752-9aa4-0188747b494e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-bd64f8a0-1863-4752-9aa4-0188747b494e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd64f8a0-1863-4752-9aa4-0188747b494e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9f3f0a3c-2ee9-4238-8b1e-0d5ef0e7c66b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f3f0a3c-2ee9-4238-8b1e-0d5ef0e7c66b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ede9b5ee-0d7f-47e4-9383-2b6a67eaf101 {
  margin-left: 50px;
margin-right: 50px;
}

#s-ede9b5ee-0d7f-47e4-9383-2b6a67eaf101 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-48e12816-f6a0-40ad-92fd-5483194ea069 {
  margin-left: 50px;
margin-right: 50px;
}

#s-1494f87e-d9cd-44d5-a5f5-9ca75ac216a2 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-1494f87e-d9cd-44d5-a5f5-9ca75ac216a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1494f87e-d9cd-44d5-a5f5-9ca75ac216a2 {
  cursor: pointer;
}#s-1494f87e-d9cd-44d5-a5f5-9ca75ac216a2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f33b0fd5-dd66-4f4a-87eb-07cce0d28670"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-145f32d8-b9f1-4d40-9947-36d4d3615617 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-145f32d8-b9f1-4d40-9947-36d4d3615617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-145f32d8-b9f1-4d40-9947-36d4d3615617 {
  cursor: pointer;
}#s-145f32d8-b9f1-4d40-9947-36d4d3615617.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-164a39f5-2deb-4d99-bc57-4afc94e3a144 {
  box-shadow:0px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 400px;
}








#s-164a39f5-2deb-4d99-bc57-4afc94e3a144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-164a39f5-2deb-4d99-bc57-4afc94e3a144.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-45e42c7c-e2dc-4be3-978a-25023aa91558 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45e42c7c-e2dc-4be3-978a-25023aa91558 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-138a0aa6-a4e7-4b54-b44f-54a0891b86a7 {
  margin-left: 50px;
margin-right: 50px;
}

#s-138a0aa6-a4e7-4b54-b44f-54a0891b86a7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-658a7dc0-9898-4f79-819a-188bc7723a30 {
  margin-left: 50px;
margin-right: 50px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
