.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  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-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

.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 {
  -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: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-20ccf1b7-5b5d-4cc5-9cc7-413a2287dfd9 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}




  #s-20ccf1b7-5b5d-4cc5-9cc7-413a2287dfd9 img.shogun-image {
    
    width: px;
  }


#s-20ccf1b7-5b5d-4cc5-9cc7-413a2287dfd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-edcfbab9-0844-46b2-85ab-f6008867aa70 {
  min-height: 50px;
}








#s-edcfbab9-0844-46b2-85ab-f6008867aa70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edcfbab9-0844-46b2-85ab-f6008867aa70.shg-box.shg-c {
  justify-content: center;
}

#s-57a7b674-03e0-4cd3-8d45-01564ba514af {
  min-height: 4px;
}








#s-57a7b674-03e0-4cd3-8d45-01564ba514af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a7b674-03e0-4cd3-8d45-01564ba514af.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06f8c35f-bdc9-47a4-8560-eb3f76548ccb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-35b54ba1-3f6b-4b13-b72e-e5cead8b8480 {
  background-image: url(https://i.shgcdn.com/463eebb3-dfdc-4d4e-8d20-9a3d3f8468df/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-35b54ba1-3f6b-4b13-b72e-e5cead8b8480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-35b54ba1-3f6b-4b13-b72e-e5cead8b8480.shg-box.shg-c {
  justify-content: flex-start;
}

.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-167b984d-0d60-450c-a613-c7460713372e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-167b984d-0d60-450c-a613-c7460713372e .shogun-heading-component h1 {
  color: rgba(10, 10, 10, 1);
  
  
  
  font-size: 32px;
  
  
  text-align: center;
}



#s-d87e5865-bedb-408b-8982-5fbbf13272c6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d87e5865-bedb-408b-8982-5fbbf13272c6 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Montserrat";
  
  font-size: 20px;
  
  
  text-align: center;
}



#s-df282ced-d2a3-4fd3-ab9e-7e4a093dec1e {
  background-image: url(https://i.shgcdn.com/af692158-a909-4fba-b8a7-f1eb583ecad7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-df282ced-d2a3-4fd3-ab9e-7e4a093dec1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df282ced-d2a3-4fd3-ab9e-7e4a093dec1e.shg-box.shg-c {
  justify-content: center;
}

#s-337ea902-aefe-4b7d-adac-06a800a03b2c {
  margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-337ea902-aefe-4b7d-adac-06a800a03b2c .shogun-heading-component h1 {
  color: rgba(10, 10, 10, 1);
  
  
  
  font-size: 32px;
  
  
  text-align: left;
}



#s-566bef95-b4a5-47c0-a786-ac3e39396528 {
  margin-left: 3%;
margin-right: 60%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-566bef95-b4a5-47c0-a786-ac3e39396528 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Montserrat";
  
  font-size: 20px;
  
  
  text-align: left;
}



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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-750fd53b-7f13-4ee9-b222-9b5521504df9 {
  margin-left: 0%;
margin-right: 60%;
padding-top: 10px;
padding-left: 3px;
padding-bottom: 10px;
padding-right: 7px;
border-radius: 2px;
background-color: rgba(255, 227, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-750fd53b-7f13-4ee9-b222-9b5521504df9:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(78, 78, 78, 1) !important;}#s-750fd53b-7f13-4ee9-b222-9b5521504df9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-750fd53b-7f13-4ee9-b222-9b5521504df9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5484657e-7f3a-4645-a2a9-4a81e2974501 {
  min-height: 50px;
}








#s-5484657e-7f3a-4645-a2a9-4a81e2974501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5484657e-7f3a-4645-a2a9-4a81e2974501.shg-box.shg-c {
  justify-content: center;
}

#s-00e55fba-2541-4aed-9ca4-b12fcb5c5529 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a8d8bc13-b657-4c78-9ace-881ca90653f4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8d8bc13-b657-4c78-9ace-881ca90653f4 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  text-align: center;
}



#s-80325d2d-4f52-45f4-ba7a-d3d0a0e2429d {
  text-align: center;
}




  #s-80325d2d-4f52-45f4-ba7a-d3d0a0e2429d img.shogun-image {
    
    width: px;
  }


#s-80325d2d-4f52-45f4-ba7a-d3d0a0e2429d .shogun-image-content {
  
    align-items: center;
  
}

#s-8e4f5f15-685d-471c-99ec-63626eeabff0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-634c26df-57c7-4c19-8cdb-f6993e0aa507 {
  min-height: 50px;
}








#s-634c26df-57c7-4c19-8cdb-f6993e0aa507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-634c26df-57c7-4c19-8cdb-f6993e0aa507.shg-box.shg-c {
  justify-content: center;
}

#s-b7052106-3b89-4224-83a0-fa0308cbf5ec {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b7052106-3b89-4224-83a0-fa0308cbf5ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-3e14e1d5-9749-48b5-8655-1058f08902f2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center top;
}








#s-3e14e1d5-9749-48b5-8655-1058f08902f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e14e1d5-9749-48b5-8655-1058f08902f2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55db75ab-01a1-4cce-a986-d938d023ce90 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55db75ab-01a1-4cce-a986-d938d023ce90 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 36px;
  
  
  text-align: center;
}



#s-e10961b6-f9ac-4488-a12a-8e24a22fe2c4 {
  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;
  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-69540026-cd0b-4365-8916-86c39011306d {
  text-align: left;
}


.shg-c#s-69540026-cd0b-4365-8916-86c39011306d {
  max-width: 100%;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom,
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  
  
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d {
  max-width: 100%;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom,
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  
  
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d {
  max-width: 100%;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom,
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  
  
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d {
  max-width: 100%;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom,
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  
  
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d {
  max-width: 100%;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom,
.shg-c#s-69540026-cd0b-4365-8916-86c39011306d img.shogun-image {
  
  
}

.shg-c#s-69540026-cd0b-4365-8916-86c39011306d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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-e8085fd0-f010-4527-8d7f-c06af8093f9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8085fd0-f010-4527-8d7f-c06af8093f9c .shg-product-title-component h1 {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 16px;
  
  
}

#s-8c8ce7d1-7e41-42a5-9f4c-aaa5c86f63d1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c8ce7d1-7e41-42a5-9f4c-aaa5c86f63d1 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8c8ce7d1-7e41-42a5-9f4c-aaa5c86f63d1 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8c8ce7d1-7e41-42a5-9f4c-aaa5c86f63d1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  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;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

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

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

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

#s-7014718d-90bc-449f-9c20-106a19c348fb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-7014718d-90bc-449f-9c20-106a19c348fb:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7014718d-90bc-449f-9c20-106a19c348fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7014718d-90bc-449f-9c20-106a19c348fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7014718d-90bc-449f-9c20-106a19c348fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7014718d-90bc-449f-9c20-106a19c348fb.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-7014718d-90bc-449f-9c20-106a19c348fb.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}


  #s-7014718d-90bc-449f-9c20-106a19c348fb.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-6e0d1d37-1f47-450a-bef1-312b582cc9a2 {
  display: none;
}
#s-0de83517-793e-4916-8734-da5bee6ed7ec {
  text-align: left;
}


.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec {
  max-width: 100%;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom,
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  
  
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec {
  max-width: 100%;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom,
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  
  
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec {
  max-width: 100%;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom,
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  
  
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec {
  max-width: 100%;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom,
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  
  
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec {
  max-width: 100%;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom,
.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec img.shogun-image {
  
  
}

.shg-c#s-0de83517-793e-4916-8734-da5bee6ed7ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2c6ea68c-4be2-4f43-bfe6-487216f8252d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c6ea68c-4be2-4f43-bfe6-487216f8252d .shg-product-title-component h1 {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 16px;
  
  
}

#s-9f7aa1e6-6a56-43de-9da4-538a8ed3b7a7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9f7aa1e6-6a56-43de-9da4-538a8ed3b7a7 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9f7aa1e6-6a56-43de-9da4-538a8ed3b7a7 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9f7aa1e6-6a56-43de-9da4-538a8ed3b7a7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b710e6bc-e889-4ddd-b57a-11f15b0f88fc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-b710e6bc-e889-4ddd-b57a-11f15b0f88fc:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b710e6bc-e889-4ddd-b57a-11f15b0f88fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b710e6bc-e889-4ddd-b57a-11f15b0f88fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b710e6bc-e889-4ddd-b57a-11f15b0f88fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b710e6bc-e889-4ddd-b57a-11f15b0f88fc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-b710e6bc-e889-4ddd-b57a-11f15b0f88fc.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}


  #s-b710e6bc-e889-4ddd-b57a-11f15b0f88fc.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-8fb0b9c1-d80d-46c1-988a-6d5967e71d18 {
  display: none;
}
#s-4c11ec80-3955-4865-9d09-b8ded66705eb {
  text-align: left;
}


.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb {
  max-width: 100%;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom,
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  
  
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb {
  max-width: 100%;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom,
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  
  
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb {
  max-width: 100%;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom,
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  
  
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb {
  max-width: 100%;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom,
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  
  
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb {
  max-width: 100%;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom,
.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb img.shogun-image {
  
  
}

.shg-c#s-4c11ec80-3955-4865-9d09-b8ded66705eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ba59f3b9-5a86-4809-88d7-c0e1586f170c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba59f3b9-5a86-4809-88d7-c0e1586f170c .shg-product-title-component h1 {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 16px;
  
  
}

#s-bf9f6497-54a3-48ae-9e31-962160e15cf5 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bf9f6497-54a3-48ae-9e31-962160e15cf5 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-bf9f6497-54a3-48ae-9e31-962160e15cf5 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-bf9f6497-54a3-48ae-9e31-962160e15cf5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cc4f9292-33de-4101-b9e2-8d994c2a3815 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-cc4f9292-33de-4101-b9e2-8d994c2a3815:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc4f9292-33de-4101-b9e2-8d994c2a3815:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc4f9292-33de-4101-b9e2-8d994c2a3815 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc4f9292-33de-4101-b9e2-8d994c2a3815.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc4f9292-33de-4101-b9e2-8d994c2a3815.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-cc4f9292-33de-4101-b9e2-8d994c2a3815.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}


  #s-cc4f9292-33de-4101-b9e2-8d994c2a3815.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-71539293-6ff2-430a-a37a-88e10d6ff1a9 {
  display: none;
}
#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 {
  text-align: left;
}


.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 {
  max-width: 100%;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom,
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  
  
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 {
  max-width: 100%;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom,
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  
  
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 {
  max-width: 100%;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom,
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  
  
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 {
  max-width: 100%;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom,
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  
  
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 {
  max-width: 100%;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom,
.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 img.shogun-image {
  
  
}

.shg-c#s-23f915f5-e9c5-4572-8e6a-b6a482358ce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ece76192-e3ab-4d05-a400-4ed869e24394 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ece76192-e3ab-4d05-a400-4ed869e24394 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 16px;
  
  
}

#s-b1ea4562-a4f9-485b-9db3-3032f867ffd1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b1ea4562-a4f9-485b-9db3-3032f867ffd1 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b1ea4562-a4f9-485b-9db3-3032f867ffd1 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b1ea4562-a4f9-485b-9db3-3032f867ffd1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1c1871d6-291c-43ff-afe2-19ec101835f0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-1c1871d6-291c-43ff-afe2-19ec101835f0:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1c1871d6-291c-43ff-afe2-19ec101835f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c1871d6-291c-43ff-afe2-19ec101835f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c1871d6-291c-43ff-afe2-19ec101835f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c1871d6-291c-43ff-afe2-19ec101835f0.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-1c1871d6-291c-43ff-afe2-19ec101835f0.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}


  #s-1c1871d6-291c-43ff-afe2-19ec101835f0.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-0ac6d1a5-ce61-4720-87a5-1c5b3d002555 {
  display: none;
}
#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 {
  text-align: left;
}


.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 {
  max-width: 100%;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom,
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  
  
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 {
  max-width: 100%;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom,
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  
  
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 {
  max-width: 100%;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom,
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  
  
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 {
  max-width: 100%;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom,
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  
  
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 {
  max-width: 100%;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom,
.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 img.shogun-image {
  
  
}

.shg-c#s-2f7e69e5-b3dd-4286-8264-6c20233eebb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c9ee4825-423a-485c-a33a-f08c2b213883 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9ee4825-423a-485c-a33a-f08c2b213883 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 16px;
  
  
}

#s-e960b121-ae22-4846-a82a-56d14cff4564 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e960b121-ae22-4846-a82a-56d14cff4564 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e960b121-ae22-4846-a82a-56d14cff4564 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e960b121-ae22-4846-a82a-56d14cff4564 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f10e467b-c351-4b99-abee-bfb0abc032b7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzBjMGRiMWQtMjk2YS00ZWQwLWJjMjQtYWJmYmNiODJmMjNmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-f10e467b-c351-4b99-abee-bfb0abc032b7:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f10e467b-c351-4b99-abee-bfb0abc032b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f10e467b-c351-4b99-abee-bfb0abc032b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f10e467b-c351-4b99-abee-bfb0abc032b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f10e467b-c351-4b99-abee-bfb0abc032b7.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-f10e467b-c351-4b99-abee-bfb0abc032b7.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}


  #s-f10e467b-c351-4b99-abee-bfb0abc032b7.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-6bef3ccb-fe27-49aa-9035-d9e4737cdd57 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c38b7174-8524-4b4a-bda1-21bf8ce07419 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}

#s-c38b7174-8524-4b4a-bda1-21bf8ce07419 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c38b7174-8524-4b4a-bda1-21bf8ce07419 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(248, 248, 248, 1);
  padding: 10px;
}

#s-c38b7174-8524-4b4a-bda1-21bf8ce07419 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c38b7174-8524-4b4a-bda1-21bf8ce07419 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid #ddd;
}

#s-c38b7174-8524-4b4a-bda1-21bf8ce07419 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  
  
  font-size: 18px;
}

#s-c38b7174-8524-4b4a-bda1-21bf8ce07419 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f3148b7e-b81c-4f35-ac25-2300b84479a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-f3148b7e-b81c-4f35-ac25-2300b84479a3:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3148b7e-b81c-4f35-ac25-2300b84479a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3148b7e-b81c-4f35-ac25-2300b84479a3.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-dffa07e4-6658-4a04-a0d5-3d77b6988fcb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-dffa07e4-6658-4a04-a0d5-3d77b6988fcb:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dffa07e4-6658-4a04-a0d5-3d77b6988fcb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dffa07e4-6658-4a04-a0d5-3d77b6988fcb.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-b6dc5df8-3dca-4ddf-a203-3b41a2de9f5d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-b6dc5df8-3dca-4ddf-a203-3b41a2de9f5d:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6dc5df8-3dca-4ddf-a203-3b41a2de9f5d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6dc5df8-3dca-4ddf-a203-3b41a2de9f5d.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-13122601-9ff5-472f-b085-4dc5a6682fc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-13122601-9ff5-472f-b085-4dc5a6682fc6:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13122601-9ff5-472f-b085-4dc5a6682fc6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13122601-9ff5-472f-b085-4dc5a6682fc6.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-a68a8c94-1e5e-4c78-a69d-eec76e48d0db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-a68a8c94-1e5e-4c78-a69d-eec76e48d0db:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a68a8c94-1e5e-4c78-a69d-eec76e48d0db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a68a8c94-1e5e-4c78-a69d-eec76e48d0db.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-dcc19cdf-f66d-402c-bf09-2d8b849a1445 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-dcc19cdf-f66d-402c-bf09-2d8b849a1445:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dcc19cdf-f66d-402c-bf09-2d8b849a1445:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dcc19cdf-f66d-402c-bf09-2d8b849a1445.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-b58f3e40-46cd-4ae1-97bb-8ec4d94f7d29 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-b58f3e40-46cd-4ae1-97bb-8ec4d94f7d29:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b58f3e40-46cd-4ae1-97bb-8ec4d94f7d29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b58f3e40-46cd-4ae1-97bb-8ec4d94f7d29.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-4d611e48-281d-4787-a961-a0805b0da276 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-4d611e48-281d-4787-a961-a0805b0da276:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d611e48-281d-4787-a961-a0805b0da276:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d611e48-281d-4787-a961-a0805b0da276.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-ac4e7061-3270-4416-8776-3e9830d3e124 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-ac4e7061-3270-4416-8776-3e9830d3e124:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac4e7061-3270-4416-8776-3e9830d3e124:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac4e7061-3270-4416-8776-3e9830d3e124.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-fec5fd1a-dd4e-4e37-9a93-85d0a0aa2228 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-fec5fd1a-dd4e-4e37-9a93-85d0a0aa2228:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fec5fd1a-dd4e-4e37-9a93-85d0a0aa2228:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fec5fd1a-dd4e-4e37-9a93-85d0a0aa2228.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-a2b54dfe-6965-4c23-9b02-34ef7b957591 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-a2b54dfe-6965-4c23-9b02-34ef7b957591:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2b54dfe-6965-4c23-9b02-34ef7b957591:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2b54dfe-6965-4c23-9b02-34ef7b957591.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-c30fdf5c-5a13-43a3-bc1c-0c050a4ab7b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-c30fdf5c-5a13-43a3-bc1c-0c050a4ab7b6:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c30fdf5c-5a13-43a3-bc1c-0c050a4ab7b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c30fdf5c-5a13-43a3-bc1c-0c050a4ab7b6.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-cfb4e62f-ab1a-4332-84c5-6d7a13dc525b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}

#s-cfb4e62f-ab1a-4332-84c5-6d7a13dc525b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cfb4e62f-ab1a-4332-84c5-6d7a13dc525b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(248, 248, 248, 1);
  padding: 10px;
}

#s-cfb4e62f-ab1a-4332-84c5-6d7a13dc525b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cfb4e62f-ab1a-4332-84c5-6d7a13dc525b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid #ddd;
}

#s-cfb4e62f-ab1a-4332-84c5-6d7a13dc525b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  
  
  font-size: 18px;
}

#s-cfb4e62f-ab1a-4332-84c5-6d7a13dc525b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-04c8a71c-0e9f-46e9-aa54-c953369842fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(248, 248, 248, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(121, 119, 119, 1);
}
#s-04c8a71c-0e9f-46e9-aa54-c953369842fb:hover {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04c8a71c-0e9f-46e9-aa54-c953369842fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04c8a71c-0e9f-46e9-aa54-c953369842fb.shg-btn {
  color: rgba(121, 119, 119, 1);
  font-size: 12px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3c76f365-79f6-47bf-b307-feb8be9ced52 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3c76f365-79f6-47bf-b307-feb8be9ced52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-16dd49a7-c548-4b70-b630-d13f297cf929 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-16dd49a7-c548-4b70-b630-d13f297cf929 img.shogun-image {
    
    width: px;
  }


#s-16dd49a7-c548-4b70-b630-d13f297cf929 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0e00c9fe-0ab7-4c2a-aa72-9931dd1d8712"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-142dd761-3485-4bc6-8dc7-3f1676db9f3e {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-142dd761-3485-4bc6-8dc7-3f1676db9f3e {
  display: none;
}
#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce {
  max-width: 100%;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom,
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  
  
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce {
  max-width: 100%;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom,
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  
  
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce {
  max-width: 100%;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom,
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  
  
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce {
  max-width: 100%;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom,
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  
  
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce {
  max-width: 100%;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom,
.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce img.shogun-image {
  
  
}

.shg-c#s-67808a0b-7816-4fb1-aae4-5f8d892e43ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e7336786-cf34-4944-8a1f-ca9eafc828f2 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e7336786-cf34-4944-8a1f-ca9eafc828f2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-6aed6e93-5c44-4c9f-8134-9b8bf8aa2d9c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6aed6e93-5c44-4c9f-8134-9b8bf8aa2d9c .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-6aed6e93-5c44-4c9f-8134-9b8bf8aa2d9c .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-6aed6e93-5c44-4c9f-8134-9b8bf8aa2d9c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-01945cac-1e0a-46b1-94ef-af64ba094d77 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzRmYzIxMDktNGQ4Ni00MTUyLWFhZWQtZWQ2ODliNTU2OTQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNzRmYzIxMDktNGQ4Ni00MTUyLWFhZWQtZWQ2ODliNTU2OTQ3KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-01945cac-1e0a-46b1-94ef-af64ba094d77:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-01945cac-1e0a-46b1-94ef-af64ba094d77:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01945cac-1e0a-46b1-94ef-af64ba094d77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01945cac-1e0a-46b1-94ef-af64ba094d77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01945cac-1e0a-46b1-94ef-af64ba094d77.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-01945cac-1e0a-46b1-94ef-af64ba094d77.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}


  #s-01945cac-1e0a-46b1-94ef-af64ba094d77.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-4bb246f2-a0b0-422d-b4ef-331b7fc9befc {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-4bb246f2-a0b0-422d-b4ef-331b7fc9befc {
  display: none;
}
#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d {
  max-width: 100%;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom,
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  
  
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d {
  max-width: 100%;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom,
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  
  
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d {
  max-width: 100%;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom,
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  
  
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d {
  max-width: 100%;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom,
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  
  
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d {
  max-width: 100%;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom,
.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d img.shogun-image {
  
  
}

.shg-c#s-3bd3ef6a-d89e-49d7-9d58-53b82b16ff2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-108d7cdf-c2c5-4c7e-8d37-105d451c2dd7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-108d7cdf-c2c5-4c7e-8d37-105d451c2dd7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-2bf2b651-18b8-4d3c-aa87-0f57b6a3a2a6 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2bf2b651-18b8-4d3c-aa87-0f57b6a3a2a6 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2bf2b651-18b8-4d3c-aa87-0f57b6a3a2a6 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2bf2b651-18b8-4d3c-aa87-0f57b6a3a2a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-69ee215f-6fb6-448e-a14e-1069aa5ea49b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-69ee215f-6fb6-448e-a14e-1069aa5ea49b:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-69ee215f-6fb6-448e-a14e-1069aa5ea49b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69ee215f-6fb6-448e-a14e-1069aa5ea49b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69ee215f-6fb6-448e-a14e-1069aa5ea49b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69ee215f-6fb6-448e-a14e-1069aa5ea49b.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-69ee215f-6fb6-448e-a14e-1069aa5ea49b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-69ee215f-6fb6-448e-a14e-1069aa5ea49b.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-14c27d26-8225-459b-bc69-96b63f8ca37f {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-d74b296d-b37b-4b24-b531-44a2b99e405a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-d74b296d-b37b-4b24-b531-44a2b99e405a {
  display: none;
}
#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b {
  max-width: 100%;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom,
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  
  
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b {
  max-width: 100%;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom,
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  
  
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b {
  max-width: 100%;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom,
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  
  
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b {
  max-width: 100%;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom,
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  
  
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b {
  max-width: 100%;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom,
.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b img.shogun-image {
  
  
}

.shg-c#s-150c02ef-75c5-4a5e-aab7-1046e4b5e41b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-45908c84-0328-482d-a5f8-82d7718cf6af {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-45908c84-0328-482d-a5f8-82d7718cf6af .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-df62ec02-9cb4-4246-822b-cf9ab2f2335c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-df62ec02-9cb4-4246-822b-cf9ab2f2335c .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-df62ec02-9cb4-4246-822b-cf9ab2f2335c .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-df62ec02-9cb4-4246-822b-cf9ab2f2335c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-494f8a99-875d-40b1-99fc-ab6ce30da331 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-494f8a99-875d-40b1-99fc-ab6ce30da331:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-494f8a99-875d-40b1-99fc-ab6ce30da331:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-494f8a99-875d-40b1-99fc-ab6ce30da331 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-494f8a99-875d-40b1-99fc-ab6ce30da331.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-494f8a99-875d-40b1-99fc-ab6ce30da331.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-494f8a99-875d-40b1-99fc-ab6ce30da331.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-494f8a99-875d-40b1-99fc-ab6ce30da331.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-1faee9c1-9cf2-4e52-9203-a5a1e404da4c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-1faee9c1-9cf2-4e52-9203-a5a1e404da4c {
  display: none;
}
#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 {
  max-width: 100%;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom,
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  
  
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 {
  max-width: 100%;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom,
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  
  
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 {
  max-width: 100%;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom,
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  
  
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 {
  max-width: 100%;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom,
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  
  
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 {
  max-width: 100%;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom,
.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 img.shogun-image {
  
  
}

.shg-c#s-4fe6f089-98bc-46b6-8500-baeeb29e1a24 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e1622024-fd6c-4842-bd7c-c9ebb1f312c5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e1622024-fd6c-4842-bd7c-c9ebb1f312c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-e8405e23-42ab-4ded-b775-cb695892399b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e8405e23-42ab-4ded-b775-cb695892399b .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e8405e23-42ab-4ded-b775-cb695892399b .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e8405e23-42ab-4ded-b775-cb695892399b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fc7b4dbc-f361-479a-9f95-c8eff2b0735e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-fc7b4dbc-f361-479a-9f95-c8eff2b0735e:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fc7b4dbc-f361-479a-9f95-c8eff2b0735e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fc7b4dbc-f361-479a-9f95-c8eff2b0735e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc7b4dbc-f361-479a-9f95-c8eff2b0735e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc7b4dbc-f361-479a-9f95-c8eff2b0735e.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-fc7b4dbc-f361-479a-9f95-c8eff2b0735e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fc7b4dbc-f361-479a-9f95-c8eff2b0735e.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-8eec12d0-2286-4dd7-b4fd-66fa222026e9 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-8eec12d0-2286-4dd7-b4fd-66fa222026e9 {
  display: none;
}
#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 {
  max-width: 100%;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom,
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  
  
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 {
  max-width: 100%;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom,
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  
  
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 {
  max-width: 100%;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom,
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  
  
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 {
  max-width: 100%;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom,
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  
  
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 {
  max-width: 100%;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom,
.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 img.shogun-image {
  
  
}

.shg-c#s-d3e1c2c9-04d6-4496-b553-ccf44687f4f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4082827c-4025-4096-bda7-19273e766955 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-4082827c-4025-4096-bda7-19273e766955 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-e965780c-e04b-4889-9270-a532111bf323 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e965780c-e04b-4889-9270-a532111bf323 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e965780c-e04b-4889-9270-a532111bf323 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e965780c-e04b-4889-9270-a532111bf323 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3a72efd4-38c0-42b2-b9f4-8ca661673061 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-3a72efd4-38c0-42b2-b9f4-8ca661673061:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3a72efd4-38c0-42b2-b9f4-8ca661673061:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a72efd4-38c0-42b2-b9f4-8ca661673061 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a72efd4-38c0-42b2-b9f4-8ca661673061.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a72efd4-38c0-42b2-b9f4-8ca661673061.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-3a72efd4-38c0-42b2-b9f4-8ca661673061.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3a72efd4-38c0-42b2-b9f4-8ca661673061.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-8e1616b4-c443-4f32-94c3-895537ca35af {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-8e1616b4-c443-4f32-94c3-895537ca35af {
  display: none;
}
#s-ea1f28ab-de94-4346-905c-96b2568d3fab {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab {
  max-width: 100%;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom,
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  
  
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab {
  max-width: 100%;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom,
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  
  
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab {
  max-width: 100%;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom,
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  
  
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab {
  max-width: 100%;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom,
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  
  
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab {
  max-width: 100%;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom,
.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab img.shogun-image {
  
  
}

.shg-c#s-ea1f28ab-de94-4346-905c-96b2568d3fab .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0e535365-917d-4eb5-9767-d70a873972a7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-0e535365-917d-4eb5-9767-d70a873972a7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-f72cf09a-2afe-437c-a948-274e20abc41a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f72cf09a-2afe-437c-a948-274e20abc41a .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f72cf09a-2afe-437c-a948-274e20abc41a .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f72cf09a-2afe-437c-a948-274e20abc41a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b08285e0-fd97-4ac8-a606-a3e1ff216d6c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI5MDUxZWYtMjk2MC00MWQ4LWE2ZWItYWMxNThiYzUxZDQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNWI5MDUxZWYtMjk2MC00MWQ4LWE2ZWItYWMxNThiYzUxZDQ3KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-b08285e0-fd97-4ac8-a606-a3e1ff216d6c:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b08285e0-fd97-4ac8-a606-a3e1ff216d6c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b08285e0-fd97-4ac8-a606-a3e1ff216d6c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b08285e0-fd97-4ac8-a606-a3e1ff216d6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b08285e0-fd97-4ac8-a606-a3e1ff216d6c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-b08285e0-fd97-4ac8-a606-a3e1ff216d6c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b08285e0-fd97-4ac8-a606-a3e1ff216d6c.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-1c91b400-700f-4acd-b43c-a5d81772775f {
  min-height: 50px;
}








#s-1c91b400-700f-4acd-b43c-a5d81772775f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c91b400-700f-4acd-b43c-a5d81772775f.shg-box.shg-c {
  justify-content: center;
}

#s-29db0f41-418e-4746-8226-9dd123aec75b {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-29db0f41-418e-4746-8226-9dd123aec75b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-06c0fda1-a62a-4b3e-93bb-ffc4982faeb8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-06c0fda1-a62a-4b3e-93bb-ffc4982faeb8 {
  display: none;
}
#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 {
  max-width: 100%;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom,
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  
  
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 {
  max-width: 100%;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom,
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  
  
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 {
  max-width: 100%;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom,
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  
  
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 {
  max-width: 100%;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom,
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  
  
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 {
  max-width: 100%;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom,
.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 img.shogun-image {
  
  
}

.shg-c#s-7cee5725-75af-41ce-9bb2-5f8e7919f0b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2f18c15b-51c7-4d14-936b-f3aec4de7906 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2f18c15b-51c7-4d14-936b-f3aec4de7906 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-c98c9f1e-4d21-4836-abf3-be3154c7d726 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c98c9f1e-4d21-4836-abf3-be3154c7d726 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c98c9f1e-4d21-4836-abf3-be3154c7d726 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c98c9f1e-4d21-4836-abf3-be3154c7d726 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a542d82a-ddd5-49ed-bfba-164ad4ba6f2b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-a542d82a-ddd5-49ed-bfba-164ad4ba6f2b:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a542d82a-ddd5-49ed-bfba-164ad4ba6f2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a542d82a-ddd5-49ed-bfba-164ad4ba6f2b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a542d82a-ddd5-49ed-bfba-164ad4ba6f2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a542d82a-ddd5-49ed-bfba-164ad4ba6f2b.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-a542d82a-ddd5-49ed-bfba-164ad4ba6f2b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a542d82a-ddd5-49ed-bfba-164ad4ba6f2b.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-fd899b40-4f80-4b72-98af-d92c6035e8fc {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-fd899b40-4f80-4b72-98af-d92c6035e8fc {
  display: none;
}
#s-6f45facd-28b7-476e-acab-080f9b350ac8 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 {
  max-width: 100%;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom,
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  
  
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 {
  max-width: 100%;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom,
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  
  
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 {
  max-width: 100%;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom,
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  
  
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 {
  max-width: 100%;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom,
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  
  
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 {
  max-width: 100%;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom,
.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 img.shogun-image {
  
  
}

.shg-c#s-6f45facd-28b7-476e-acab-080f9b350ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-45af866f-d4f9-4684-b14f-40638bc6a1db {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-45af866f-d4f9-4684-b14f-40638bc6a1db .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-2c483ac8-6910-40e6-a470-fdf67b62be4d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2c483ac8-6910-40e6-a470-fdf67b62be4d .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2c483ac8-6910-40e6-a470-fdf67b62be4d .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2c483ac8-6910-40e6-a470-fdf67b62be4d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c887e1a7-8b19-418f-9d59-5d872a4ec38c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-c887e1a7-8b19-418f-9d59-5d872a4ec38c:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c887e1a7-8b19-418f-9d59-5d872a4ec38c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c887e1a7-8b19-418f-9d59-5d872a4ec38c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c887e1a7-8b19-418f-9d59-5d872a4ec38c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c887e1a7-8b19-418f-9d59-5d872a4ec38c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-c887e1a7-8b19-418f-9d59-5d872a4ec38c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c887e1a7-8b19-418f-9d59-5d872a4ec38c.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-b1e047a6-61d2-439b-851d-014f118cd382 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-b1e047a6-61d2-439b-851d-014f118cd382 {
  display: none;
}
#s-17475386-42dd-484f-abc0-2aa600beaba4 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 {
  max-width: 100%;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom,
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  
  
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 {
  max-width: 100%;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom,
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  
  
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 {
  max-width: 100%;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom,
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  
  
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 {
  max-width: 100%;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom,
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  
  
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 {
  max-width: 100%;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom,
.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 img.shogun-image {
  
  
}

.shg-c#s-17475386-42dd-484f-abc0-2aa600beaba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ff9b5df3-504a-4c42-98ff-154da45fd670 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-ff9b5df3-504a-4c42-98ff-154da45fd670 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-9a72cfb3-739e-40ba-875d-4ffd4f29b477 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9a72cfb3-739e-40ba-875d-4ffd4f29b477 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9a72cfb3-739e-40ba-875d-4ffd4f29b477 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9a72cfb3-739e-40ba-875d-4ffd4f29b477 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9e56a98d-d122-45e8-a891-25beebadc4c0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-9e56a98d-d122-45e8-a891-25beebadc4c0:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9e56a98d-d122-45e8-a891-25beebadc4c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e56a98d-d122-45e8-a891-25beebadc4c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e56a98d-d122-45e8-a891-25beebadc4c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e56a98d-d122-45e8-a891-25beebadc4c0.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-9e56a98d-d122-45e8-a891-25beebadc4c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9e56a98d-d122-45e8-a891-25beebadc4c0.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-4ce6a307-428a-401b-9c70-3d3b935287c4 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-4ce6a307-428a-401b-9c70-3d3b935287c4 {
  display: none;
}
#s-e4848d52-015a-4c33-9a20-468764f6c6a5 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 {
  max-width: 100%;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom,
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  
  
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 {
  max-width: 100%;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom,
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  
  
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 {
  max-width: 100%;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom,
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  
  
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 {
  max-width: 100%;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom,
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  
  
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 {
  max-width: 100%;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom,
.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 img.shogun-image {
  
  
}

.shg-c#s-e4848d52-015a-4c33-9a20-468764f6c6a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e072e11a-cee0-42f9-9f98-b46bdf5c1a05 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e072e11a-cee0-42f9-9f98-b46bdf5c1a05 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-fcc6792e-f129-4335-95e1-fa01907ae2e2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fcc6792e-f129-4335-95e1-fa01907ae2e2 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-fcc6792e-f129-4335-95e1-fa01907ae2e2 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fcc6792e-f129-4335-95e1-fa01907ae2e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f72521b3-e791-408c-b1d4-dabc7224b463 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-f72521b3-e791-408c-b1d4-dabc7224b463:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f72521b3-e791-408c-b1d4-dabc7224b463:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f72521b3-e791-408c-b1d4-dabc7224b463 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f72521b3-e791-408c-b1d4-dabc7224b463.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f72521b3-e791-408c-b1d4-dabc7224b463.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-f72521b3-e791-408c-b1d4-dabc7224b463.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f72521b3-e791-408c-b1d4-dabc7224b463.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-ef9683bb-5f25-4ac0-80a1-079a45b44182 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ef9683bb-5f25-4ac0-80a1-079a45b44182"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-5c54a336-8070-472f-9f14-2769d8ae3b61 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-5c54a336-8070-472f-9f14-2769d8ae3b61 {
  display: none;
}
#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df {
  max-width: 100%;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom,
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  
  
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df {
  max-width: 100%;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom,
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  
  
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df {
  max-width: 100%;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom,
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  
  
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df {
  max-width: 100%;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom,
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  
  
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df {
  max-width: 100%;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom,
.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df img.shogun-image {
  
  
}

.shg-c#s-67cc2cc5-7a47-4a13-85f8-bb717d2963df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5973b0c4-245e-4271-9266-000409af76e9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5973b0c4-245e-4271-9266-000409af76e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-26338bf6-2626-4288-9b75-7bd91b690141 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-26338bf6-2626-4288-9b75-7bd91b690141 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-26338bf6-2626-4288-9b75-7bd91b690141 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-26338bf6-2626-4288-9b75-7bd91b690141 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d4baa7f4-d181-4ec2-8b70-cfa6bb985cd7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-d4baa7f4-d181-4ec2-8b70-cfa6bb985cd7:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d4baa7f4-d181-4ec2-8b70-cfa6bb985cd7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4baa7f4-d181-4ec2-8b70-cfa6bb985cd7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4baa7f4-d181-4ec2-8b70-cfa6bb985cd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4baa7f4-d181-4ec2-8b70-cfa6bb985cd7.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-d4baa7f4-d181-4ec2-8b70-cfa6bb985cd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d4baa7f4-d181-4ec2-8b70-cfa6bb985cd7.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-c34c3f51-b8a4-43d1-8cd3-5a561012a604 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-c34c3f51-b8a4-43d1-8cd3-5a561012a604 {
  display: none;
}
#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}


.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 {
  max-width: 100%;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom,
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  
  
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 {
  max-width: 100%;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom,
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  
  
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 {
  max-width: 100%;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom,
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  
  
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 {
  max-width: 100%;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom,
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  
  
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 {
  max-width: 100%;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom,
.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 img.shogun-image {
  
  
}

.shg-c#s-bcbb4bf4-afbf-440a-86fb-7a63d71b53f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3de00c19-8859-475d-a99f-4a6896e6408c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-3de00c19-8859-475d-a99f-4a6896e6408c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-035c1ec4-1da2-4e33-86cf-37fc3b9d440a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-035c1ec4-1da2-4e33-86cf-37fc3b9d440a .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-035c1ec4-1da2-4e33-86cf-37fc3b9d440a .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-035c1ec4-1da2-4e33-86cf-37fc3b9d440a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0b7a6cc9-efd1-4fb2-bf87-db461d483335 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-0b7a6cc9-efd1-4fb2-bf87-db461d483335:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0b7a6cc9-efd1-4fb2-bf87-db461d483335:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0b7a6cc9-efd1-4fb2-bf87-db461d483335 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b7a6cc9-efd1-4fb2-bf87-db461d483335.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b7a6cc9-efd1-4fb2-bf87-db461d483335.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-0b7a6cc9-efd1-4fb2-bf87-db461d483335.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0b7a6cc9-efd1-4fb2-bf87-db461d483335.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-4f0512f8-df70-45c4-bd30-3ef2472c06a0 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-4f0512f8-df70-45c4-bd30-3ef2472c06a0 {
  display: none;
}
#s-74731bd3-2302-461a-af97-fd3fadad9d27 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}


.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 {
  max-width: 100%;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom,
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  
  
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 {
  max-width: 100%;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom,
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  
  
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 {
  max-width: 100%;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom,
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  
  
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 {
  max-width: 100%;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom,
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  
  
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 {
  max-width: 100%;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom,
.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 img.shogun-image {
  
  
}

.shg-c#s-74731bd3-2302-461a-af97-fd3fadad9d27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5050cb79-ab09-4568-9b03-0234017a8f41 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5050cb79-ab09-4568-9b03-0234017a8f41 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-c9c04238-6434-4a31-86b0-4bfc28c84c5c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c9c04238-6434-4a31-86b0-4bfc28c84c5c .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c9c04238-6434-4a31-86b0-4bfc28c84c5c .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c9c04238-6434-4a31-86b0-4bfc28c84c5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-020e17d5-c877-4cee-b3eb-a38346828b8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-020e17d5-c877-4cee-b3eb-a38346828b8c:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-020e17d5-c877-4cee-b3eb-a38346828b8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-020e17d5-c877-4cee-b3eb-a38346828b8c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-020e17d5-c877-4cee-b3eb-a38346828b8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-020e17d5-c877-4cee-b3eb-a38346828b8c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-020e17d5-c877-4cee-b3eb-a38346828b8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-020e17d5-c877-4cee-b3eb-a38346828b8c.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-12bc3e40-76ba-451d-9e22-a87172aa2526 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-12bc3e40-76ba-451d-9e22-a87172aa2526 {
  display: none;
}
#s-bf62ecb2-730b-4a44-941a-c52102d815c3 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 {
  max-width: 100%;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom,
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  
  
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 {
  max-width: 100%;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom,
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  
  
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 {
  max-width: 100%;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom,
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  
  
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 {
  max-width: 100%;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom,
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  
  
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 {
  max-width: 100%;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom,
.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 img.shogun-image {
  
  
}

.shg-c#s-bf62ecb2-730b-4a44-941a-c52102d815c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a9a8a452-15c7-433f-af44-8cb13be555d7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-a9a8a452-15c7-433f-af44-8cb13be555d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-a4d57cdb-50fa-4041-8a03-a01988d6cc77 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a4d57cdb-50fa-4041-8a03-a01988d6cc77 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a4d57cdb-50fa-4041-8a03-a01988d6cc77 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a4d57cdb-50fa-4041-8a03-a01988d6cc77 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-00d982bc-51c5-4b84-85b6-54e26a022de2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzZjY2RhYTctOWNjNy00N2ZhLTlkNjgtYTdmNmNhZGMwNGFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYzZjY2RhYTctOWNjNy00N2ZhLTlkNjgtYTdmNmNhZGMwNGFmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-00d982bc-51c5-4b84-85b6-54e26a022de2:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-00d982bc-51c5-4b84-85b6-54e26a022de2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00d982bc-51c5-4b84-85b6-54e26a022de2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00d982bc-51c5-4b84-85b6-54e26a022de2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00d982bc-51c5-4b84-85b6-54e26a022de2.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-00d982bc-51c5-4b84-85b6-54e26a022de2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-00d982bc-51c5-4b84-85b6-54e26a022de2.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-d226cdb9-f3cf-4497-b525-e50edc7da612 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d226cdb9-f3cf-4497-b525-e50edc7da612"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-3ba2d804-8a32-4198-b908-6ff1b14bad83 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-3ba2d804-8a32-4198-b908-6ff1b14bad83 {
  display: none;
}
#s-89a817a4-582e-428f-b659-6f6544d319d0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}


.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 {
  max-width: 100%;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom,
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  
  
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 {
  max-width: 100%;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom,
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  
  
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 {
  max-width: 100%;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom,
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  
  
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 {
  max-width: 100%;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom,
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  
  
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 {
  max-width: 100%;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom,
.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 img.shogun-image {
  
  
}

.shg-c#s-89a817a4-582e-428f-b659-6f6544d319d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d7c38fe3-6251-425a-9bac-12a6d50fdc57 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-d7c38fe3-6251-425a-9bac-12a6d50fdc57 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-cc320516-b695-45f7-8505-c3aff6b93648 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cc320516-b695-45f7-8505-c3aff6b93648 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-cc320516-b695-45f7-8505-c3aff6b93648 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cc320516-b695-45f7-8505-c3aff6b93648 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9e73b855-89f3-4d2f-b121-1c307043176f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-9e73b855-89f3-4d2f-b121-1c307043176f:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9e73b855-89f3-4d2f-b121-1c307043176f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e73b855-89f3-4d2f-b121-1c307043176f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e73b855-89f3-4d2f-b121-1c307043176f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e73b855-89f3-4d2f-b121-1c307043176f.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-9e73b855-89f3-4d2f-b121-1c307043176f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9e73b855-89f3-4d2f-b121-1c307043176f.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-b25b2989-ad04-49d8-92cb-e0ddb0cbd5c2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-b25b2989-ad04-49d8-92cb-e0ddb0cbd5c2 {
  display: none;
}
#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 {
  max-width: 100%;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom,
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  
  
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 {
  max-width: 100%;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom,
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  
  
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 {
  max-width: 100%;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom,
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  
  
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 {
  max-width: 100%;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom,
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  
  
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 {
  max-width: 100%;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom,
.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 img.shogun-image {
  
  
}

.shg-c#s-ca4d3fbc-65aa-4a19-8580-116cdc3884a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c32d5be4-8cc5-47a1-9d6d-6d9435d59329 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-c32d5be4-8cc5-47a1-9d6d-6d9435d59329 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-5093797e-1598-498c-bbd8-1e28bc5c5526 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5093797e-1598-498c-bbd8-1e28bc5c5526 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-5093797e-1598-498c-bbd8-1e28bc5c5526 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-5093797e-1598-498c-bbd8-1e28bc5c5526 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ead708f1-4034-4d85-b6fc-82361b8005aa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzZjY2RhYTctOWNjNy00N2ZhLTlkNjgtYTdmNmNhZGMwNGFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYzZjY2RhYTctOWNjNy00N2ZhLTlkNjgtYTdmNmNhZGMwNGFmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-ead708f1-4034-4d85-b6fc-82361b8005aa:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ead708f1-4034-4d85-b6fc-82361b8005aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ead708f1-4034-4d85-b6fc-82361b8005aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ead708f1-4034-4d85-b6fc-82361b8005aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ead708f1-4034-4d85-b6fc-82361b8005aa.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-ead708f1-4034-4d85-b6fc-82361b8005aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ead708f1-4034-4d85-b6fc-82361b8005aa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-d21107c0-0997-41b0-9a2d-6e2bb14f7045 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-d21107c0-0997-41b0-9a2d-6e2bb14f7045 {
  display: none;
}
#s-6bda4184-db87-4708-b163-6001e510f1bf {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}


.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf {
  max-width: 100%;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom,
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  
  
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf {
  max-width: 100%;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom,
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  
  
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf {
  max-width: 100%;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom,
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  
  
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf {
  max-width: 100%;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom,
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  
  
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf {
  max-width: 100%;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom,
.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf img.shogun-image {
  
  
}

.shg-c#s-6bda4184-db87-4708-b163-6001e510f1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-aa01a753-4b28-4e67-a50f-9ddb994500e5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-aa01a753-4b28-4e67-a50f-9ddb994500e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-1f9e25d0-33b7-4d25-b69b-96635f79fcaa {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1f9e25d0-33b7-4d25-b69b-96635f79fcaa .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1f9e25d0-33b7-4d25-b69b-96635f79fcaa .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1f9e25d0-33b7-4d25-b69b-96635f79fcaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9de6e747-29c6-49ff-8500-8895c5d00962 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-9de6e747-29c6-49ff-8500-8895c5d00962:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9de6e747-29c6-49ff-8500-8895c5d00962:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9de6e747-29c6-49ff-8500-8895c5d00962 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9de6e747-29c6-49ff-8500-8895c5d00962.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9de6e747-29c6-49ff-8500-8895c5d00962.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-9de6e747-29c6-49ff-8500-8895c5d00962.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9de6e747-29c6-49ff-8500-8895c5d00962.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-3732982e-30b6-4cd4-a9a4-f97647bd3a81 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-3732982e-30b6-4cd4-a9a4-f97647bd3a81 {
  display: none;
}
#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f {
  max-width: 100%;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom,
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  
  
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f {
  max-width: 100%;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom,
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  
  
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f {
  max-width: 100%;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom,
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  
  
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f {
  max-width: 100%;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom,
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  
  
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f {
  max-width: 100%;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom,
.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f img.shogun-image {
  
  
}

.shg-c#s-1fc9df69-e8dd-48ed-be21-1eccccc3820f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7f856f59-6a7d-46ff-bde3-45fd640863cc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-7f856f59-6a7d-46ff-bde3-45fd640863cc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-ad3bb622-89de-4b14-aa9c-4417d7f654f2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ad3bb622-89de-4b14-aa9c-4417d7f654f2 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ad3bb622-89de-4b14-aa9c-4417d7f654f2 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ad3bb622-89de-4b14-aa9c-4417d7f654f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b210aa40-ea1a-4b77-a72e-7a752ce731f2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzJjYmE4NzItYTgxNy00YzliLTljOTUtYjU1ZGI1N2NhODEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzJjYmE4NzItYTgxNy00YzliLTljOTUtYjU1ZGI1N2NhODEzKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-b210aa40-ea1a-4b77-a72e-7a752ce731f2:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b210aa40-ea1a-4b77-a72e-7a752ce731f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b210aa40-ea1a-4b77-a72e-7a752ce731f2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b210aa40-ea1a-4b77-a72e-7a752ce731f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b210aa40-ea1a-4b77-a72e-7a752ce731f2.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-b210aa40-ea1a-4b77-a72e-7a752ce731f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b210aa40-ea1a-4b77-a72e-7a752ce731f2.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4fc504d8-5ed0-4e3d-b900-5d67ca0b31b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-9b7101f8-4462-4918-8074-846d8bedb2f8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-9b7101f8-4462-4918-8074-846d8bedb2f8 {
  display: none;
}
#s-31dc5b15-43aa-498e-b96a-75e1b65e095e {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e {
  max-width: 100%;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom,
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  
  
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e {
  max-width: 100%;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom,
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  
  
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e {
  max-width: 100%;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom,
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  
  
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e {
  max-width: 100%;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom,
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  
  
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e {
  max-width: 100%;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom,
.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e img.shogun-image {
  
  
}

.shg-c#s-31dc5b15-43aa-498e-b96a-75e1b65e095e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-460d8757-f353-4fa1-bb8c-c81142992bd6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-460d8757-f353-4fa1-bb8c-c81142992bd6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-fdc0d97f-a590-455a-877b-b16bfb367322 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fdc0d97f-a590-455a-877b-b16bfb367322 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-fdc0d97f-a590-455a-877b-b16bfb367322 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fdc0d97f-a590-455a-877b-b16bfb367322 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f1748a61-68f3-439a-9a39-df5b8382f0a4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzJjYmE4NzItYTgxNy00YzliLTljOTUtYjU1ZGI1N2NhODEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzJjYmE4NzItYTgxNy00YzliLTljOTUtYjU1ZGI1N2NhODEzKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-f1748a61-68f3-439a-9a39-df5b8382f0a4:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f1748a61-68f3-439a-9a39-df5b8382f0a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f1748a61-68f3-439a-9a39-df5b8382f0a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1748a61-68f3-439a-9a39-df5b8382f0a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1748a61-68f3-439a-9a39-df5b8382f0a4.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-f1748a61-68f3-439a-9a39-df5b8382f0a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f1748a61-68f3-439a-9a39-df5b8382f0a4.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-db310236-2522-42ea-b48a-9be181f6f469 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-db310236-2522-42ea-b48a-9be181f6f469 {
  display: none;
}
#s-aac8322a-b0be-48c8-908a-301c71585e12 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 {
  max-width: 100%;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom,
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  
  
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 {
  max-width: 100%;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom,
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  
  
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 {
  max-width: 100%;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom,
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  
  
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 {
  max-width: 100%;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom,
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  
  
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 {
  max-width: 100%;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom,
.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 img.shogun-image {
  
  
}

.shg-c#s-aac8322a-b0be-48c8-908a-301c71585e12 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ecaa49ba-1b1e-476c-b12b-eedf222a24da {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-ecaa49ba-1b1e-476c-b12b-eedf222a24da .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-7d5cad66-10a1-4805-92a6-c2f4763e85a9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7d5cad66-10a1-4805-92a6-c2f4763e85a9 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7d5cad66-10a1-4805-92a6-c2f4763e85a9 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7d5cad66-10a1-4805-92a6-c2f4763e85a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0cac73a6-455a-402d-b961-c9ae493a96fa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmQ3ZjRmZWEtNmNhMC00OTFmLWI1NzUtYzE5YTUxODBkMjcyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmQ3ZjRmZWEtNmNhMC00OTFmLWI1NzUtYzE5YTUxODBkMjcyKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-0cac73a6-455a-402d-b961-c9ae493a96fa:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0cac73a6-455a-402d-b961-c9ae493a96fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0cac73a6-455a-402d-b961-c9ae493a96fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0cac73a6-455a-402d-b961-c9ae493a96fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cac73a6-455a-402d-b961-c9ae493a96fa.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-0cac73a6-455a-402d-b961-c9ae493a96fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0cac73a6-455a-402d-b961-c9ae493a96fa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-bb831d70-68be-4010-b080-93cef2f032db {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-bb831d70-68be-4010-b080-93cef2f032db {
  display: none;
}
#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f {
  max-width: 100%;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom,
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  
  
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f {
  max-width: 100%;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom,
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  
  
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f {
  max-width: 100%;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom,
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  
  
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f {
  max-width: 100%;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom,
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  
  
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f {
  max-width: 100%;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom,
.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f img.shogun-image {
  
  
}

.shg-c#s-22a3e26f-cb86-4233-87aa-1b2ff675d42f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5af59a05-fc88-4632-9149-8d7e24800d14 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5af59a05-fc88-4632-9149-8d7e24800d14 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-770af787-f301-4229-9a8d-ed21686305a0 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-770af787-f301-4229-9a8d-ed21686305a0 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-770af787-f301-4229-9a8d-ed21686305a0 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-770af787-f301-4229-9a8d-ed21686305a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a669fdc2-5640-4da1-9b0e-b6f4375cca5f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-a669fdc2-5640-4da1-9b0e-b6f4375cca5f:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a669fdc2-5640-4da1-9b0e-b6f4375cca5f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a669fdc2-5640-4da1-9b0e-b6f4375cca5f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a669fdc2-5640-4da1-9b0e-b6f4375cca5f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a669fdc2-5640-4da1-9b0e-b6f4375cca5f.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-a669fdc2-5640-4da1-9b0e-b6f4375cca5f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a669fdc2-5640-4da1-9b0e-b6f4375cca5f.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-91a620bd-b3b3-4fa2-8e4b-21853299f0f0 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-91a620bd-b3b3-4fa2-8e4b-21853299f0f0 {
  display: none;
}
#s-2e999101-9ed4-46da-9d61-206c504d8e00 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}


.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 {
  max-width: 100%;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom,
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  
  
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 {
  max-width: 100%;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom,
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  
  
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 {
  max-width: 100%;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom,
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  
  
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 {
  max-width: 100%;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom,
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  
  
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 {
  max-width: 100%;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom,
.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 img.shogun-image {
  
  
}

.shg-c#s-2e999101-9ed4-46da-9d61-206c504d8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5e2e8ac8-6178-4f68-aac3-54cdbd2ae533 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5e2e8ac8-6178-4f68-aac3-54cdbd2ae533 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-a7290ab4-10c1-45c5-a4c4-2f032640bfcf {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a7290ab4-10c1-45c5-a4c4-2f032640bfcf .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a7290ab4-10c1-45c5-a4c4-2f032640bfcf .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a7290ab4-10c1-45c5-a4c4-2f032640bfcf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5d434df4-65af-42ca-84c6-5cf84e807189 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-5d434df4-65af-42ca-84c6-5cf84e807189:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5d434df4-65af-42ca-84c6-5cf84e807189:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d434df4-65af-42ca-84c6-5cf84e807189 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d434df4-65af-42ca-84c6-5cf84e807189.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d434df4-65af-42ca-84c6-5cf84e807189.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-5d434df4-65af-42ca-84c6-5cf84e807189.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5d434df4-65af-42ca-84c6-5cf84e807189.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-4ebed41d-6ae8-45cb-8534-df5612af1eb8 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4ebed41d-6ae8-45cb-8534-df5612af1eb8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-35021550-9606-494a-98be-fff2ced9785a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-35021550-9606-494a-98be-fff2ced9785a {
  display: none;
}
#s-40a2cef1-001c-4011-ac3c-506616511672 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 {
  max-width: 100%;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom,
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  
  
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 {
  max-width: 100%;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom,
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  
  
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 {
  max-width: 100%;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom,
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  
  
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 {
  max-width: 100%;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom,
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  
  
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 {
  max-width: 100%;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom,
.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 img.shogun-image {
  
  
}

.shg-c#s-40a2cef1-001c-4011-ac3c-506616511672 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-217a73aa-0264-45ef-a612-fce1e4707c47 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-217a73aa-0264-45ef-a612-fce1e4707c47 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-cc7adb39-3fdb-404d-acd9-ac2c1f4cc97b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cc7adb39-3fdb-404d-acd9-ac2c1f4cc97b .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-cc7adb39-3fdb-404d-acd9-ac2c1f4cc97b .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cc7adb39-3fdb-404d-acd9-ac2c1f4cc97b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a3c96ec7-eedb-42d0-bf94-23dd2c6c8b13 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-a3c96ec7-eedb-42d0-bf94-23dd2c6c8b13:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a3c96ec7-eedb-42d0-bf94-23dd2c6c8b13:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3c96ec7-eedb-42d0-bf94-23dd2c6c8b13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3c96ec7-eedb-42d0-bf94-23dd2c6c8b13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3c96ec7-eedb-42d0-bf94-23dd2c6c8b13.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-a3c96ec7-eedb-42d0-bf94-23dd2c6c8b13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a3c96ec7-eedb-42d0-bf94-23dd2c6c8b13.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-ec30e6f9-2b4e-4b6d-a1c4-6b1d9706c174 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-ec30e6f9-2b4e-4b6d-a1c4-6b1d9706c174 {
  display: none;
}
#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb {
  max-width: 100%;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom,
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  
  
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb {
  max-width: 100%;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom,
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  
  
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb {
  max-width: 100%;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom,
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  
  
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb {
  max-width: 100%;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom,
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  
  
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb {
  max-width: 100%;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom,
.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb img.shogun-image {
  
  
}

.shg-c#s-de09fe68-344b-4a90-b2af-75fd33e9fbcb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-13c034d9-f126-4d0b-926b-f2209db8f68e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-13c034d9-f126-4d0b-926b-f2209db8f68e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-a389eb16-00aa-48fb-be96-9b7c71cf8dd1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a389eb16-00aa-48fb-be96-9b7c71cf8dd1 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a389eb16-00aa-48fb-be96-9b7c71cf8dd1 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a389eb16-00aa-48fb-be96-9b7c71cf8dd1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3070d1db-8d0d-439a-b569-b56812f80aaf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-3070d1db-8d0d-439a-b569-b56812f80aaf:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3070d1db-8d0d-439a-b569-b56812f80aaf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3070d1db-8d0d-439a-b569-b56812f80aaf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3070d1db-8d0d-439a-b569-b56812f80aaf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3070d1db-8d0d-439a-b569-b56812f80aaf.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-3070d1db-8d0d-439a-b569-b56812f80aaf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3070d1db-8d0d-439a-b569-b56812f80aaf.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-68968075-8fe5-4126-91c5-e15f25acba27 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-68968075-8fe5-4126-91c5-e15f25acba27 {
  display: none;
}
#s-d774940a-7e6b-4b29-bf1a-5f0124def921 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 {
  max-width: 100%;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom,
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  
  
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 {
  max-width: 100%;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom,
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  
  
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 {
  max-width: 100%;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom,
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  
  
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 {
  max-width: 100%;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom,
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  
  
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 {
  max-width: 100%;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom,
.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 img.shogun-image {
  
  
}

.shg-c#s-d774940a-7e6b-4b29-bf1a-5f0124def921 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-69fb71c9-e400-44ce-97d3-bf993100b937 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-69fb71c9-e400-44ce-97d3-bf993100b937 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-13f56f6d-f2ae-48a1-9e04-bf44c6ebf672 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-13f56f6d-f2ae-48a1-9e04-bf44c6ebf672 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-13f56f6d-f2ae-48a1-9e04-bf44c6ebf672 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-13f56f6d-f2ae-48a1-9e04-bf44c6ebf672 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b87e4bd9-74e1-422e-a58f-4f887f9e2fcf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjUyYzM0MmUtMTM2MC00NWNjLWFlYTMtZWQzYjkzYmNkNDBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMjUyYzM0MmUtMTM2MC00NWNjLWFlYTMtZWQzYjkzYmNkNDBmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-b87e4bd9-74e1-422e-a58f-4f887f9e2fcf:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b87e4bd9-74e1-422e-a58f-4f887f9e2fcf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b87e4bd9-74e1-422e-a58f-4f887f9e2fcf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b87e4bd9-74e1-422e-a58f-4f887f9e2fcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b87e4bd9-74e1-422e-a58f-4f887f9e2fcf.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-b87e4bd9-74e1-422e-a58f-4f887f9e2fcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b87e4bd9-74e1-422e-a58f-4f887f9e2fcf.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-e8934d06-2ef3-412f-ae62-079ef102db1c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-e8934d06-2ef3-412f-ae62-079ef102db1c {
  display: none;
}
#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 {
  max-width: 100%;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom,
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  
  
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 {
  max-width: 100%;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom,
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  
  
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 {
  max-width: 100%;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom,
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  
  
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 {
  max-width: 100%;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom,
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  
  
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 {
  max-width: 100%;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom,
.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 img.shogun-image {
  
  
}

.shg-c#s-372fccce-1bea-4737-bb65-f4bbdf4554d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a037bf4c-82fa-4ef1-8b7f-d70620d214f4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-a037bf4c-82fa-4ef1-8b7f-d70620d214f4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-e7bf1f69-3e8f-434e-807b-6cab2ff72d2d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e7bf1f69-3e8f-434e-807b-6cab2ff72d2d .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e7bf1f69-3e8f-434e-807b-6cab2ff72d2d .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e7bf1f69-3e8f-434e-807b-6cab2ff72d2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e8c110d0-a571-488f-9f7f-13ac29d4dbfe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-e8c110d0-a571-488f-9f7f-13ac29d4dbfe:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e8c110d0-a571-488f-9f7f-13ac29d4dbfe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8c110d0-a571-488f-9f7f-13ac29d4dbfe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8c110d0-a571-488f-9f7f-13ac29d4dbfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8c110d0-a571-488f-9f7f-13ac29d4dbfe.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-e8c110d0-a571-488f-9f7f-13ac29d4dbfe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e8c110d0-a571-488f-9f7f-13ac29d4dbfe.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-66821b06-c5d8-4c82-a3db-02cf69f9d3ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-5a33ad3a-ba17-4fed-9ec8-b465012c78cf {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-5a33ad3a-ba17-4fed-9ec8-b465012c78cf {
  display: none;
}
#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 {
  max-width: 100%;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom,
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  
  
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 {
  max-width: 100%;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom,
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  
  
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 {
  max-width: 100%;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom,
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  
  
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 {
  max-width: 100%;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom,
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  
  
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 {
  max-width: 100%;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom,
.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 img.shogun-image {
  
  
}

.shg-c#s-80989bf0-9bfc-4714-a469-d5e5a0e7a8b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4a9d257c-817c-4b8f-a650-436a3199b959 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-4a9d257c-817c-4b8f-a650-436a3199b959 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-8e4442d9-ab80-41b3-924f-421534c51d0c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8e4442d9-ab80-41b3-924f-421534c51d0c .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8e4442d9-ab80-41b3-924f-421534c51d0c .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8e4442d9-ab80-41b3-924f-421534c51d0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-052fe417-5def-46da-9349-fd61b5015955 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-052fe417-5def-46da-9349-fd61b5015955:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-052fe417-5def-46da-9349-fd61b5015955:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-052fe417-5def-46da-9349-fd61b5015955 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-052fe417-5def-46da-9349-fd61b5015955.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-052fe417-5def-46da-9349-fd61b5015955.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-052fe417-5def-46da-9349-fd61b5015955.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-052fe417-5def-46da-9349-fd61b5015955.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-228a256b-74cb-4b6a-b4fd-12fe12d8ceed {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-228a256b-74cb-4b6a-b4fd-12fe12d8ceed {
  display: none;
}
#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 {
  max-width: 100%;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom,
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  
  
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 {
  max-width: 100%;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom,
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  
  
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 {
  max-width: 100%;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom,
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  
  
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 {
  max-width: 100%;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom,
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  
  
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 {
  max-width: 100%;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom,
.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 img.shogun-image {
  
  
}

.shg-c#s-a62bb210-ca8d-4787-adc8-dab91f6f1964 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3a07e032-63b6-45dd-b34b-f52ef0556fb7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-3a07e032-63b6-45dd-b34b-f52ef0556fb7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-1d6a1418-194c-47c9-b6cd-fc3dac9da450 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1d6a1418-194c-47c9-b6cd-fc3dac9da450 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1d6a1418-194c-47c9-b6cd-fc3dac9da450 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1d6a1418-194c-47c9-b6cd-fc3dac9da450 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fa887e7c-99ea-4b30-9a3c-cbdad1fff2c1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-fa887e7c-99ea-4b30-9a3c-cbdad1fff2c1:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fa887e7c-99ea-4b30-9a3c-cbdad1fff2c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa887e7c-99ea-4b30-9a3c-cbdad1fff2c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa887e7c-99ea-4b30-9a3c-cbdad1fff2c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa887e7c-99ea-4b30-9a3c-cbdad1fff2c1.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-fa887e7c-99ea-4b30-9a3c-cbdad1fff2c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fa887e7c-99ea-4b30-9a3c-cbdad1fff2c1.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-77207da9-d020-4050-8af3-19d14846e58c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-77207da9-d020-4050-8af3-19d14846e58c {
  display: none;
}
#s-36e2f931-6642-4a39-8157-1add7d057dd7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 {
  max-width: 100%;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom,
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  
  
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 {
  max-width: 100%;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom,
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  
  
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 {
  max-width: 100%;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom,
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  
  
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 {
  max-width: 100%;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom,
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  
  
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 {
  max-width: 100%;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom,
.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 img.shogun-image {
  
  
}

.shg-c#s-36e2f931-6642-4a39-8157-1add7d057dd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-12571407-07ed-4268-b073-746451f2a43c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-12571407-07ed-4268-b073-746451f2a43c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-44d6d6f8-efb4-484c-9ed4-9991cfb0692f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-44d6d6f8-efb4-484c-9ed4-9991cfb0692f .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-44d6d6f8-efb4-484c-9ed4-9991cfb0692f .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-44d6d6f8-efb4-484c-9ed4-9991cfb0692f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-28557a0a-a95b-4126-9643-848988455a20 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWVkYTNlOGMtMmMyZS00MDBkLWJjYTAtYTNkN2VjMzFiMzdlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMWVkYTNlOGMtMmMyZS00MDBkLWJjYTAtYTNkN2VjMzFiMzdlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-28557a0a-a95b-4126-9643-848988455a20:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-28557a0a-a95b-4126-9643-848988455a20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28557a0a-a95b-4126-9643-848988455a20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28557a0a-a95b-4126-9643-848988455a20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28557a0a-a95b-4126-9643-848988455a20.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-28557a0a-a95b-4126-9643-848988455a20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-28557a0a-a95b-4126-9643-848988455a20.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-cc135de0-d1fe-4b7c-ab9e-e8fee5fc07fc {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-cc135de0-d1fe-4b7c-ab9e-e8fee5fc07fc {
  display: none;
}
#s-0c1f338a-f379-4beb-ab3f-14484e15105f {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f {
  max-width: 100%;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom,
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  
  
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f {
  max-width: 100%;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom,
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  
  
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f {
  max-width: 100%;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom,
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  
  
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f {
  max-width: 100%;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom,
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  
  
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f {
  max-width: 100%;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom,
.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f img.shogun-image {
  
  
}

.shg-c#s-0c1f338a-f379-4beb-ab3f-14484e15105f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-aa64a065-1888-4b42-88bd-ef4803b0d807 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-aa64a065-1888-4b42-88bd-ef4803b0d807 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-2ab19b69-64b0-416b-8a6f-533b0c1c473f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2ab19b69-64b0-416b-8a6f-533b0c1c473f .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2ab19b69-64b0-416b-8a6f-533b0c1c473f .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2ab19b69-64b0-416b-8a6f-533b0c1c473f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-768a05c7-bf6c-4289-8684-90f3ec3405fa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWVkYTNlOGMtMmMyZS00MDBkLWJjYTAtYTNkN2VjMzFiMzdlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMWVkYTNlOGMtMmMyZS00MDBkLWJjYTAtYTNkN2VjMzFiMzdlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-768a05c7-bf6c-4289-8684-90f3ec3405fa:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-768a05c7-bf6c-4289-8684-90f3ec3405fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-768a05c7-bf6c-4289-8684-90f3ec3405fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-768a05c7-bf6c-4289-8684-90f3ec3405fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-768a05c7-bf6c-4289-8684-90f3ec3405fa.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-768a05c7-bf6c-4289-8684-90f3ec3405fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-768a05c7-bf6c-4289-8684-90f3ec3405fa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-10395e6d-ab1a-45a9-b3bf-4c0f7a1aeb12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-a0f84174-a455-4bb6-9bbe-4911ba49c02b {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-a0f84174-a455-4bb6-9bbe-4911ba49c02b {
  display: none;
}
#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce {
  max-width: 100%;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom,
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  
  
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce {
  max-width: 100%;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom,
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  
  
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce {
  max-width: 100%;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom,
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  
  
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce {
  max-width: 100%;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom,
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  
  
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce {
  max-width: 100%;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom,
.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce img.shogun-image {
  
  
}

.shg-c#s-e5d872e3-dda2-4d0c-a2b0-af9fa21e9dce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-49bb9255-6fdb-4a28-858d-044f8fb91149 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-49bb9255-6fdb-4a28-858d-044f8fb91149 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-8088758c-0abf-46c0-8a03-b153e50a3df7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8088758c-0abf-46c0-8a03-b153e50a3df7 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8088758c-0abf-46c0-8a03-b153e50a3df7 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8088758c-0abf-46c0-8a03-b153e50a3df7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a0a6ef32-2890-4adf-9ab2-9dea4d40808d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzAwMWI4NjktZWY2ZC00MWRhLWE1YTctYzY2MDM3Mjc0NDJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYzAwMWI4NjktZWY2ZC00MWRhLWE1YTctYzY2MDM3Mjc0NDJmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-a0a6ef32-2890-4adf-9ab2-9dea4d40808d:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0a6ef32-2890-4adf-9ab2-9dea4d40808d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0a6ef32-2890-4adf-9ab2-9dea4d40808d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0a6ef32-2890-4adf-9ab2-9dea4d40808d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0a6ef32-2890-4adf-9ab2-9dea4d40808d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-a0a6ef32-2890-4adf-9ab2-9dea4d40808d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0a6ef32-2890-4adf-9ab2-9dea4d40808d.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-3d32e152-4027-444d-a079-683a937582b3 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-3d32e152-4027-444d-a079-683a937582b3 {
  display: none;
}
#s-d5485018-23c5-471c-9b68-8bb99af0b653 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 {
  max-width: 100%;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom,
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  
  
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 {
  max-width: 100%;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom,
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  
  
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 {
  max-width: 100%;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom,
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  
  
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 {
  max-width: 100%;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom,
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  
  
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 {
  max-width: 100%;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom,
.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 img.shogun-image {
  
  
}

.shg-c#s-d5485018-23c5-471c-9b68-8bb99af0b653 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1c955e0e-fdaf-4ce8-ab04-4c2ecd8d74d5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-1c955e0e-fdaf-4ce8-ab04-4c2ecd8d74d5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-d5f05f46-abf6-4fcd-b9c2-b5f73f1ada94 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d5f05f46-abf6-4fcd-b9c2-b5f73f1ada94 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d5f05f46-abf6-4fcd-b9c2-b5f73f1ada94 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d5f05f46-abf6-4fcd-b9c2-b5f73f1ada94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-be7852b3-2e41-4b43-ad1f-f5f1a0b676bc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODdjMTBmOWQtYjc5NC00MzdlLWE0MmEtZTZiOWRkNWU5MmY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjODdjMTBmOWQtYjc5NC00MzdlLWE0MmEtZTZiOWRkNWU5MmY1KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-be7852b3-2e41-4b43-ad1f-f5f1a0b676bc:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-be7852b3-2e41-4b43-ad1f-f5f1a0b676bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be7852b3-2e41-4b43-ad1f-f5f1a0b676bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be7852b3-2e41-4b43-ad1f-f5f1a0b676bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be7852b3-2e41-4b43-ad1f-f5f1a0b676bc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-be7852b3-2e41-4b43-ad1f-f5f1a0b676bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-be7852b3-2e41-4b43-ad1f-f5f1a0b676bc.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-8aef7608-3df5-4f1b-90c3-087c03a29398 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-8aef7608-3df5-4f1b-90c3-087c03a29398 {
  display: none;
}
#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 {
  max-width: 100%;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom,
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  
  
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 {
  max-width: 100%;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom,
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  
  
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 {
  max-width: 100%;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom,
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  
  
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 {
  max-width: 100%;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom,
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  
  
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 {
  max-width: 100%;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom,
.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 img.shogun-image {
  
  
}

.shg-c#s-3ba40e81-7f59-42cc-8521-b2e054b60e08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-34b2f433-9798-4443-b50d-f819980939fb {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-34b2f433-9798-4443-b50d-f819980939fb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-7d37a94e-fbed-400a-bed4-5c36665b1339 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7d37a94e-fbed-400a-bed4-5c36665b1339 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7d37a94e-fbed-400a-bed4-5c36665b1339 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7d37a94e-fbed-400a-bed4-5c36665b1339 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9e0c992a-69ed-4efa-b4f9-0398f2eb0459 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODdjMTBmOWQtYjc5NC00MzdlLWE0MmEtZTZiOWRkNWU5MmY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjODdjMTBmOWQtYjc5NC00MzdlLWE0MmEtZTZiOWRkNWU5MmY1KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-9e0c992a-69ed-4efa-b4f9-0398f2eb0459:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9e0c992a-69ed-4efa-b4f9-0398f2eb0459:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e0c992a-69ed-4efa-b4f9-0398f2eb0459 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e0c992a-69ed-4efa-b4f9-0398f2eb0459.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e0c992a-69ed-4efa-b4f9-0398f2eb0459.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-9e0c992a-69ed-4efa-b4f9-0398f2eb0459.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9e0c992a-69ed-4efa-b4f9-0398f2eb0459.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-1b4c6006-5041-464d-ac7b-e8f2924d2f8e {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-1b4c6006-5041-464d-ac7b-e8f2924d2f8e {
  display: none;
}
#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 {
  max-width: 100%;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom,
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  
  
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 {
  max-width: 100%;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom,
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  
  
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 {
  max-width: 100%;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom,
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  
  
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 {
  max-width: 100%;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom,
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  
  
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 {
  max-width: 100%;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom,
.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 img.shogun-image {
  
  
}

.shg-c#s-3f8b361b-56a6-4134-ad02-ae0fba634b45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-054215e8-3edd-4c29-af2e-576b2d097edd {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-054215e8-3edd-4c29-af2e-576b2d097edd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-c49f3c6a-1029-49d6-b856-7f4b8957b4e1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c49f3c6a-1029-49d6-b856-7f4b8957b4e1 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c49f3c6a-1029-49d6-b856-7f4b8957b4e1 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c49f3c6a-1029-49d6-b856-7f4b8957b4e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1c91f20b-15a3-4d21-8b42-193188ea1238 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmRhYzZjOTQtMzY3YS00YWY4LTkyMzQtNDAxMDlkNTI1OTZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-1c91f20b-15a3-4d21-8b42-193188ea1238:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1c91f20b-15a3-4d21-8b42-193188ea1238:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c91f20b-15a3-4d21-8b42-193188ea1238 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c91f20b-15a3-4d21-8b42-193188ea1238.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c91f20b-15a3-4d21-8b42-193188ea1238.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-1c91f20b-15a3-4d21-8b42-193188ea1238.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1c91f20b-15a3-4d21-8b42-193188ea1238.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-2754c4c6-b0ec-426b-bb2e-99d8068da843 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2754c4c6-b0ec-426b-bb2e-99d8068da843"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-b0f9e5be-6f80-4f32-bc26-c6d5ca3fd236 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-b0f9e5be-6f80-4f32-bc26-c6d5ca3fd236 {
  display: none;
}
#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 {
  max-width: 100%;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom,
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  
  
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 {
  max-width: 100%;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom,
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  
  
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 {
  max-width: 100%;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom,
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  
  
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 {
  max-width: 100%;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom,
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  
  
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 {
  max-width: 100%;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom,
.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 img.shogun-image {
  
  
}

.shg-c#s-2161b4a1-88ff-458c-ba9a-3cd7d5fc86d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-53d2a74f-3042-432d-8e39-91058b2957b3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-53d2a74f-3042-432d-8e39-91058b2957b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-92adff32-7df9-4bec-8937-57454035108c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-92adff32-7df9-4bec-8937-57454035108c .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-92adff32-7df9-4bec-8937-57454035108c .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-92adff32-7df9-4bec-8937-57454035108c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-888c55e8-ac02-408a-85d5-cf86ecb9f9c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-888c55e8-ac02-408a-85d5-cf86ecb9f9c6:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-888c55e8-ac02-408a-85d5-cf86ecb9f9c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-888c55e8-ac02-408a-85d5-cf86ecb9f9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-888c55e8-ac02-408a-85d5-cf86ecb9f9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-888c55e8-ac02-408a-85d5-cf86ecb9f9c6.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-888c55e8-ac02-408a-85d5-cf86ecb9f9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-888c55e8-ac02-408a-85d5-cf86ecb9f9c6.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-b14f073e-3124-4fa5-a66e-95f0ab18dfec {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-b14f073e-3124-4fa5-a66e-95f0ab18dfec {
  display: none;
}
#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf {
  max-width: 100%;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom,
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  
  
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf {
  max-width: 100%;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom,
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  
  
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf {
  max-width: 100%;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom,
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  
  
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf {
  max-width: 100%;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom,
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  
  
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf {
  max-width: 100%;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom,
.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf img.shogun-image {
  
  
}

.shg-c#s-415206a3-bd21-4be0-9b2a-6b67f00e8cbf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cfdb8b71-ed26-4bfd-96bc-f120df3ea1ff {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-cfdb8b71-ed26-4bfd-96bc-f120df3ea1ff .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-10eefe9a-c823-496f-a4eb-0a4be3d1884d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-10eefe9a-c823-496f-a4eb-0a4be3d1884d .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-10eefe9a-c823-496f-a4eb-0a4be3d1884d .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-10eefe9a-c823-496f-a4eb-0a4be3d1884d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-45619a21-2e7f-425e-a090-a6a8b512a270 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODczMTI5MmQtZDQxNC00ZjIyLTgyODEtNjk5MTNiOWIyZTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjODczMTI5MmQtZDQxNC00ZjIyLTgyODEtNjk5MTNiOWIyZTI1KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-45619a21-2e7f-425e-a090-a6a8b512a270:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-45619a21-2e7f-425e-a090-a6a8b512a270:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45619a21-2e7f-425e-a090-a6a8b512a270 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45619a21-2e7f-425e-a090-a6a8b512a270.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45619a21-2e7f-425e-a090-a6a8b512a270.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-45619a21-2e7f-425e-a090-a6a8b512a270.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-45619a21-2e7f-425e-a090-a6a8b512a270.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-3c9a746f-6655-4fb7-8d87-b7133d5435fd {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-3c9a746f-6655-4fb7-8d87-b7133d5435fd {
  display: none;
}
#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 {
  max-width: 100%;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom,
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  
  
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 {
  max-width: 100%;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom,
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  
  
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 {
  max-width: 100%;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom,
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  
  
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 {
  max-width: 100%;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom,
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  
  
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 {
  max-width: 100%;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom,
.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 img.shogun-image {
  
  
}

.shg-c#s-e1bb8d4f-4057-4705-ba89-79ccc36ff389 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2029f62d-28c4-4cdb-9dd0-880f47f1ae99 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2029f62d-28c4-4cdb-9dd0-880f47f1ae99 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-937f6c75-236d-4adc-9b6e-21d951e39a6e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-937f6c75-236d-4adc-9b6e-21d951e39a6e .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-937f6c75-236d-4adc-9b6e-21d951e39a6e .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-937f6c75-236d-4adc-9b6e-21d951e39a6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9cb83054-f6bf-4497-9427-61a57de7ba42 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODczMTI5MmQtZDQxNC00ZjIyLTgyODEtNjk5MTNiOWIyZTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjODczMTI5MmQtZDQxNC00ZjIyLTgyODEtNjk5MTNiOWIyZTI1KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-9cb83054-f6bf-4497-9427-61a57de7ba42:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9cb83054-f6bf-4497-9427-61a57de7ba42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9cb83054-f6bf-4497-9427-61a57de7ba42 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9cb83054-f6bf-4497-9427-61a57de7ba42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9cb83054-f6bf-4497-9427-61a57de7ba42.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-9cb83054-f6bf-4497-9427-61a57de7ba42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9cb83054-f6bf-4497-9427-61a57de7ba42.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-140bf06b-b202-4244-be77-0b144b8f7f42 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-140bf06b-b202-4244-be77-0b144b8f7f42 {
  display: none;
}
#s-30b32ea4-3d15-4333-8c7b-5806988527c0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 {
  max-width: 100%;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom,
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  
  
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 {
  max-width: 100%;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom,
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  
  
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 {
  max-width: 100%;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom,
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  
  
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 {
  max-width: 100%;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom,
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  
  
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 {
  max-width: 100%;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom,
.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 img.shogun-image {
  
  
}

.shg-c#s-30b32ea4-3d15-4333-8c7b-5806988527c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7d0c7496-76d7-4472-b5a1-f3fc9f0b2285 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-7d0c7496-76d7-4472-b5a1-f3fc9f0b2285 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-b15ecac1-eb7c-4e34-9a68-7f729291643b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b15ecac1-eb7c-4e34-9a68-7f729291643b .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b15ecac1-eb7c-4e34-9a68-7f729291643b .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b15ecac1-eb7c-4e34-9a68-7f729291643b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-8aaf4647-19fd-47f1-95eb-f54597a5b7a9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-8aaf4647-19fd-47f1-95eb-f54597a5b7a9:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8aaf4647-19fd-47f1-95eb-f54597a5b7a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8aaf4647-19fd-47f1-95eb-f54597a5b7a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8aaf4647-19fd-47f1-95eb-f54597a5b7a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8aaf4647-19fd-47f1-95eb-f54597a5b7a9.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-8aaf4647-19fd-47f1-95eb-f54597a5b7a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8aaf4647-19fd-47f1-95eb-f54597a5b7a9.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-bbc1b301-570f-4fb1-bc5d-582f716146e2 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bbc1b301-570f-4fb1-bc5d-582f716146e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-3ab04f4e-a6ed-449b-994d-bf16990f4bf5 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-3ab04f4e-a6ed-449b-994d-bf16990f4bf5 {
  display: none;
}
#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 {
  max-width: 100%;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom,
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  
  
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 {
  max-width: 100%;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom,
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  
  
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 {
  max-width: 100%;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom,
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  
  
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 {
  max-width: 100%;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom,
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  
  
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 {
  max-width: 100%;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom,
.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 img.shogun-image {
  
  
}

.shg-c#s-a11f2060-0974-4dc2-a482-5e4e9e1cbac9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7208d575-8dec-4a93-a302-9d8d4111af1d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-7208d575-8dec-4a93-a302-9d8d4111af1d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-c303dc0b-e1c0-4d9f-be58-e9eaf23388a0 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c303dc0b-e1c0-4d9f-be58-e9eaf23388a0 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c303dc0b-e1c0-4d9f-be58-e9eaf23388a0 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c303dc0b-e1c0-4d9f-be58-e9eaf23388a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9f267815-6776-499b-abaa-13180a1139e8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGVjZThjZWYtZGZjNS00MjI4LWFlNzQtZjMyNTU2MGU3OWZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMGVjZThjZWYtZGZjNS00MjI4LWFlNzQtZjMyNTU2MGU3OWZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-9f267815-6776-499b-abaa-13180a1139e8:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9f267815-6776-499b-abaa-13180a1139e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f267815-6776-499b-abaa-13180a1139e8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f267815-6776-499b-abaa-13180a1139e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f267815-6776-499b-abaa-13180a1139e8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-9f267815-6776-499b-abaa-13180a1139e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9f267815-6776-499b-abaa-13180a1139e8.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-36b4b184-86af-41e8-ac3f-08be28be08a6 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-36b4b184-86af-41e8-ac3f-08be28be08a6 {
  display: none;
}
#s-751faadf-617c-4f11-bb5b-274655fa2231 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 252, 252, 1);
}


.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 {
  max-width: 100%;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom,
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  
  
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 {
  max-width: 100%;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom,
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  
  
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 {
  max-width: 100%;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom,
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  
  
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 {
  max-width: 100%;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom,
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  
  
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 {
  max-width: 100%;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom,
.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 img.shogun-image {
  
  
}

.shg-c#s-751faadf-617c-4f11-bb5b-274655fa2231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-324a59c4-cf85-4538-bc4b-d289eb956a2b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-324a59c4-cf85-4538-bc4b-d289eb956a2b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-d7578580-b291-45dc-bdc3-3ee18e6d02d7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d7578580-b291-45dc-bdc3-3ee18e6d02d7 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d7578580-b291-45dc-bdc3-3ee18e6d02d7 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d7578580-b291-45dc-bdc3-3ee18e6d02d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7c38c028-ff22-41d0-be3f-1785d056b14c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGVjZThjZWYtZGZjNS00MjI4LWFlNzQtZjMyNTU2MGU3OWZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMGVjZThjZWYtZGZjNS00MjI4LWFlNzQtZjMyNTU2MGU3OWZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-7c38c028-ff22-41d0-be3f-1785d056b14c:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7c38c028-ff22-41d0-be3f-1785d056b14c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c38c028-ff22-41d0-be3f-1785d056b14c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c38c028-ff22-41d0-be3f-1785d056b14c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c38c028-ff22-41d0-be3f-1785d056b14c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-7c38c028-ff22-41d0-be3f-1785d056b14c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7c38c028-ff22-41d0-be3f-1785d056b14c.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-8010c0bc-ba7e-4e09-80b6-77355f4b8fa1 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-8010c0bc-ba7e-4e09-80b6-77355f4b8fa1 {
  display: none;
}
#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda {
  max-width: 100%;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom,
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  
  
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda {
  max-width: 100%;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom,
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  
  
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda {
  max-width: 100%;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom,
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  
  
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda {
  max-width: 100%;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom,
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  
  
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda {
  max-width: 100%;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom,
.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda img.shogun-image {
  
  
}

.shg-c#s-225b6af5-ff0f-44b1-aeed-4c4a6def8cda .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-92980ef8-9147-4b58-8dc2-92bd91c0242e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-92980ef8-9147-4b58-8dc2-92bd91c0242e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-a7b2d9a2-724e-4435-9163-e7dd02de7b65 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a7b2d9a2-724e-4435-9163-e7dd02de7b65 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a7b2d9a2-724e-4435-9163-e7dd02de7b65 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a7b2d9a2-724e-4435-9163-e7dd02de7b65 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-494bef5d-b458-4514-9d12-5253113cb4b9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWYzOTc1NzItODBlMy00ZDYxLTg1MDAtMWRkYzkyNzU3MjVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYWYzOTc1NzItODBlMy00ZDYxLTg1MDAtMWRkYzkyNzU3MjVhKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-494bef5d-b458-4514-9d12-5253113cb4b9:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-494bef5d-b458-4514-9d12-5253113cb4b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-494bef5d-b458-4514-9d12-5253113cb4b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-494bef5d-b458-4514-9d12-5253113cb4b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-494bef5d-b458-4514-9d12-5253113cb4b9.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-494bef5d-b458-4514-9d12-5253113cb4b9.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}


  #s-494bef5d-b458-4514-9d12-5253113cb4b9.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-69a30d93-a2cb-4a38-a3f9-aec905460d39 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-69a30d93-a2cb-4a38-a3f9-aec905460d39 {
  display: none;
}
#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 {
  max-width: 100%;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom,
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  
  
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 {
  max-width: 100%;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom,
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  
  
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 {
  max-width: 100%;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom,
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  
  
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 {
  max-width: 100%;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom,
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  
  
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 {
  max-width: 100%;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom,
.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 img.shogun-image {
  
  
}

.shg-c#s-2f66e62d-1bae-4820-9bf4-53d8889b3e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a1aa827e-7513-427f-9496-720dc4eef13a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-a1aa827e-7513-427f-9496-720dc4eef13a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-d190cf67-5cc6-4b99-90dc-b639a73261dc {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d190cf67-5cc6-4b99-90dc-b639a73261dc .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d190cf67-5cc6-4b99-90dc-b639a73261dc .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d190cf67-5cc6-4b99-90dc-b639a73261dc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d960b9d3-a37a-411a-aeca-b2e5fdeb142b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWYzOTc1NzItODBlMy00ZDYxLTg1MDAtMWRkYzkyNzU3MjVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYWYzOTc1NzItODBlMy00ZDYxLTg1MDAtMWRkYzkyNzU3MjVhKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-d960b9d3-a37a-411a-aeca-b2e5fdeb142b:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d960b9d3-a37a-411a-aeca-b2e5fdeb142b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d960b9d3-a37a-411a-aeca-b2e5fdeb142b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d960b9d3-a37a-411a-aeca-b2e5fdeb142b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d960b9d3-a37a-411a-aeca-b2e5fdeb142b.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-d960b9d3-a37a-411a-aeca-b2e5fdeb142b.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}


  #s-d960b9d3-a37a-411a-aeca-b2e5fdeb142b.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7e0ce3ac-367c-4ffb-a0f6-8de56e9516db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-23cda0f0-5184-41bd-8deb-4b259ba2c786 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-23cda0f0-5184-41bd-8deb-4b259ba2c786 {
  display: none;
}
#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}


.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac {
  max-width: 100%;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom,
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  
  
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac {
  max-width: 100%;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom,
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  
  
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac {
  max-width: 100%;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom,
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  
  
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac {
  max-width: 100%;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom,
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  
  
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac {
  max-width: 100%;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom,
.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac img.shogun-image {
  
  
}

.shg-c#s-c3cebe5b-8faa-4610-8e6a-6e38f37108ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ad82bca8-ca07-4e00-b776-8773be5c84c1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-ad82bca8-ca07-4e00-b776-8773be5c84c1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-2b37ab3d-9cdd-415a-a0f1-1ef60b836c9b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2b37ab3d-9cdd-415a-a0f1-1ef60b836c9b .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2b37ab3d-9cdd-415a-a0f1-1ef60b836c9b .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2b37ab3d-9cdd-415a-a0f1-1ef60b836c9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d66fe5ec-bcfc-4caf-aa87-e88379dab063 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzBiMTBlYjctYWM2Zi00MWQ1LWIzN2EtZWZlZjA3Y2YxOTg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzBiMTBlYjctYWM2Zi00MWQ1LWIzN2EtZWZlZjA3Y2YxOTg2KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-d66fe5ec-bcfc-4caf-aa87-e88379dab063:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d66fe5ec-bcfc-4caf-aa87-e88379dab063:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d66fe5ec-bcfc-4caf-aa87-e88379dab063 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d66fe5ec-bcfc-4caf-aa87-e88379dab063.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d66fe5ec-bcfc-4caf-aa87-e88379dab063.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-d66fe5ec-bcfc-4caf-aa87-e88379dab063.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d66fe5ec-bcfc-4caf-aa87-e88379dab063.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-f506bdf8-1c0e-491f-b09c-7f1d819532f7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-f506bdf8-1c0e-491f-b09c-7f1d819532f7 {
  display: none;
}
#s-010288c5-9411-4d1d-a809-939dc12d389d {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}


.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d {
  max-width: 100%;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom,
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  
  
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d {
  max-width: 100%;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom,
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  
  
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d {
  max-width: 100%;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom,
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  
  
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d {
  max-width: 100%;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom,
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  
  
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d {
  max-width: 100%;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom,
.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d img.shogun-image {
  
  
}

.shg-c#s-010288c5-9411-4d1d-a809-939dc12d389d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-48933f5a-de3d-43af-ae72-3065b9d6a800 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-48933f5a-de3d-43af-ae72-3065b9d6a800 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-0cdf0dc1-8987-4e81-b672-bea2fdcf5eb8 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0cdf0dc1-8987-4e81-b672-bea2fdcf5eb8 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0cdf0dc1-8987-4e81-b672-bea2fdcf5eb8 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0cdf0dc1-8987-4e81-b672-bea2fdcf5eb8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-aed315b4-4bec-4bd4-8a9e-2ad929bc3914 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYmQ1NWEwMWEtZGUyNy00MzZhLTlmOTYtN2YxN2IzNWZhN2YyKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-aed315b4-4bec-4bd4-8a9e-2ad929bc3914:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aed315b4-4bec-4bd4-8a9e-2ad929bc3914:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aed315b4-4bec-4bd4-8a9e-2ad929bc3914 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aed315b4-4bec-4bd4-8a9e-2ad929bc3914.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aed315b4-4bec-4bd4-8a9e-2ad929bc3914.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-aed315b4-4bec-4bd4-8a9e-2ad929bc3914.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aed315b4-4bec-4bd4-8a9e-2ad929bc3914.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-6c62c73f-9f8f-4035-9f1c-0c849c17710f {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-6c62c73f-9f8f-4035-9f1c-0c849c17710f {
  display: none;
}
#s-a4549fec-a4f4-46c4-9374-9c7a14290487 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}


.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 {
  max-width: 100%;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom,
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  
  
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 {
  max-width: 100%;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom,
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  
  
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 {
  max-width: 100%;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom,
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  
  
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 {
  max-width: 100%;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom,
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  
  
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 {
  max-width: 100%;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom,
.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 img.shogun-image {
  
  
}

.shg-c#s-a4549fec-a4f4-46c4-9374-9c7a14290487 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7138e35f-b5a2-49a4-ba84-d07bcc266a18 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-7138e35f-b5a2-49a4-ba84-d07bcc266a18 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-3d13d91f-3abe-4730-b959-799e53fb658c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3d13d91f-3abe-4730-b959-799e53fb658c .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-3d13d91f-3abe-4730-b959-799e53fb658c .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-3d13d91f-3abe-4730-b959-799e53fb658c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-76e43c42-c6d3-44fa-8b4d-cd4edcd90844 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjYzZTIzM2QtMjlmMi00ZjIxLWE0NGYtMjAxN2NjMWU1NzA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNjYzZTIzM2QtMjlmMi00ZjIxLWE0NGYtMjAxN2NjMWU1NzA4KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-76e43c42-c6d3-44fa-8b4d-cd4edcd90844:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-76e43c42-c6d3-44fa-8b4d-cd4edcd90844:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-76e43c42-c6d3-44fa-8b4d-cd4edcd90844 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76e43c42-c6d3-44fa-8b4d-cd4edcd90844.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76e43c42-c6d3-44fa-8b4d-cd4edcd90844.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-76e43c42-c6d3-44fa-8b4d-cd4edcd90844.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-76e43c42-c6d3-44fa-8b4d-cd4edcd90844.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-5d41327f-3ef4-460c-b3ea-7363990c7a70 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-5d41327f-3ef4-460c-b3ea-7363990c7a70 {
  display: none;
}
#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 {
  max-width: 100%;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom,
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  
  
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 {
  max-width: 100%;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom,
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  
  
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 {
  max-width: 100%;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom,
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  
  
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 {
  max-width: 100%;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom,
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  
  
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 {
  max-width: 100%;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom,
.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 img.shogun-image {
  
  
}

.shg-c#s-44dd54ba-7965-4a6e-8107-1f411e5d8803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-138204b4-7727-4773-b187-09554e77d521 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-138204b4-7727-4773-b187-09554e77d521 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-a30d29aa-6404-420f-8b7e-609059c2c30e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a30d29aa-6404-420f-8b7e-609059c2c30e .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a30d29aa-6404-420f-8b7e-609059c2c30e .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a30d29aa-6404-420f-8b7e-609059c2c30e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-20d3f9bc-3f75-4328-9f6a-8c924ca3adc6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjYzZTIzM2QtMjlmMi00ZjIxLWE0NGYtMjAxN2NjMWU1NzA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNjYzZTIzM2QtMjlmMi00ZjIxLWE0NGYtMjAxN2NjMWU1NzA4KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-20d3f9bc-3f75-4328-9f6a-8c924ca3adc6:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-20d3f9bc-3f75-4328-9f6a-8c924ca3adc6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-20d3f9bc-3f75-4328-9f6a-8c924ca3adc6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d3f9bc-3f75-4328-9f6a-8c924ca3adc6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d3f9bc-3f75-4328-9f6a-8c924ca3adc6.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-20d3f9bc-3f75-4328-9f6a-8c924ca3adc6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-20d3f9bc-3f75-4328-9f6a-8c924ca3adc6.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0dc0199c-7d7f-4eac-b860-d796d1c3cedf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-e56013a3-2538-4e08-b6b4-2ea1a667c7e7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-e56013a3-2538-4e08-b6b4-2ea1a667c7e7 {
  display: none;
}
#s-167efabe-1d83-4399-9190-2b599fbbd155 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 {
  max-width: 100%;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom,
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  
  
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 {
  max-width: 100%;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom,
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  
  
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 {
  max-width: 100%;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom,
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  
  
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 {
  max-width: 100%;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom,
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  
  
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 {
  max-width: 100%;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom,
.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 img.shogun-image {
  
  
}

.shg-c#s-167efabe-1d83-4399-9190-2b599fbbd155 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2a20b29d-c216-497a-8085-cc396134e4ef {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2a20b29d-c216-497a-8085-cc396134e4ef .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-f94e0f60-ef30-4504-9eea-ccf98a00aa05 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f94e0f60-ef30-4504-9eea-ccf98a00aa05 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f94e0f60-ef30-4504-9eea-ccf98a00aa05 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f94e0f60-ef30-4504-9eea-ccf98a00aa05 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-47b0890f-26f2-43fb-955e-86e4dca47f60 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzBiMTBlYjctYWM2Zi00MWQ1LWIzN2EtZWZlZjA3Y2YxOTg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzBiMTBlYjctYWM2Zi00MWQ1LWIzN2EtZWZlZjA3Y2YxOTg2KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-47b0890f-26f2-43fb-955e-86e4dca47f60:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-47b0890f-26f2-43fb-955e-86e4dca47f60:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47b0890f-26f2-43fb-955e-86e4dca47f60 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47b0890f-26f2-43fb-955e-86e4dca47f60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47b0890f-26f2-43fb-955e-86e4dca47f60.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-47b0890f-26f2-43fb-955e-86e4dca47f60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-47b0890f-26f2-43fb-955e-86e4dca47f60.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-05587193-3235-47ce-a0cd-51aed6630f50 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-05587193-3235-47ce-a0cd-51aed6630f50 {
  display: none;
}
#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 {
  max-width: 100%;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom,
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  
  
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 {
  max-width: 100%;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom,
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  
  
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 {
  max-width: 100%;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom,
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  
  
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 {
  max-width: 100%;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom,
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  
  
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 {
  max-width: 100%;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom,
.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 img.shogun-image {
  
  
}

.shg-c#s-dd7d89ae-1d18-43e5-9e38-aec7723e2409 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cbbc220d-9733-45d7-ab48-eccea6e17b55 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-cbbc220d-9733-45d7-ab48-eccea6e17b55 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-33c5f429-1f01-4cda-b780-893691a4cc7c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-33c5f429-1f01-4cda-b780-893691a4cc7c .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-33c5f429-1f01-4cda-b780-893691a4cc7c .shg-product-price {
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-33c5f429-1f01-4cda-b780-893691a4cc7c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-04d29e49-85f4-426a-b2cd-3b0e6ad9f357 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjk1OTBiNTQtNGZmZC00OTUwLTkzZDItMGM3ZmRjNzQyZDQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMjk1OTBiNTQtNGZmZC00OTUwLTkzZDItMGM3ZmRjNzQyZDQ0KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-04d29e49-85f4-426a-b2cd-3b0e6ad9f357:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-04d29e49-85f4-426a-b2cd-3b0e6ad9f357:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04d29e49-85f4-426a-b2cd-3b0e6ad9f357 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04d29e49-85f4-426a-b2cd-3b0e6ad9f357.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04d29e49-85f4-426a-b2cd-3b0e6ad9f357.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-04d29e49-85f4-426a-b2cd-3b0e6ad9f357.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-04d29e49-85f4-426a-b2cd-3b0e6ad9f357.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-dfe6fef3-be31-4e33-9ff8-243b283cb592 {
  min-height: 50px;
}








#s-dfe6fef3-be31-4e33-9ff8-243b283cb592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfe6fef3-be31-4e33-9ff8-243b283cb592.shg-box.shg-c {
  justify-content: 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 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-7f5174c5-5080-4bef-95d2-a92a74c5ad77 {
  margin-left: 10%;
margin-right: 10%;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
  -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;
  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-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 {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

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

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