.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-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9 {
  padding-top: 50px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9 {
  margin-top: -85px;
margin-left: 180px;
margin-right: 180px;
padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9 {
  margin-top: -75px;
margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9 {
  margin-top: -60px;
}
}@media (max-width: 767px){#s-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9 {
  margin-top: -45px;
padding-left: 15px;
padding-right: 15px;
display: none;
}
#s-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9, #wrap-s-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9 { display:none !important; }}







#s-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24f53d4a-aa72-4169-b8b2-4dd11ec1a8f9.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-32814b39-2b66-44e7-b982-8e51b3ed14e7 {
  margin-left: 46%;
margin-bottom: 20px;
margin-right: 47%;
text-align: center;
}




  #s-32814b39-2b66-44e7-b982-8e51b3ed14e7 img.shogun-image {
    
    width: px;
  }


#s-32814b39-2b66-44e7-b982-8e51b3ed14e7 .shogun-image-content {
  
    align-items: center;
  
}

.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-373b12b3-0521-49b1-9a29-9fa1d27302d3 {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-373b12b3-0521-49b1-9a29-9fa1d27302d3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: 5px;
  text-align: 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-c0a8d77e-8455-4ab0-9e56-3dd9a547b6e4 {
  margin-left: 15%;
margin-right: 15%;
}

#s-418c872b-64c5-423e-85d1-af61441392b2 {
  margin-top: 20px;
}

#s-bef26e84-8754-4664-963f-bdde48f52123 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-bef26e84-8754-4664-963f-bdde48f52123 {
  margin-top: -85px;
margin-left: 180px;
margin-right: 180px;
padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-bef26e84-8754-4664-963f-bdde48f52123, #wrap-s-bef26e84-8754-4664-963f-bdde48f52123 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bef26e84-8754-4664-963f-bdde48f52123 {
  margin-top: -75px;
margin-left: 150px;
margin-right: 150px;
display: none;
}
#s-bef26e84-8754-4664-963f-bdde48f52123, #wrap-s-bef26e84-8754-4664-963f-bdde48f52123 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bef26e84-8754-4664-963f-bdde48f52123 {
  margin-top: -60px;
display: none;
}
#s-bef26e84-8754-4664-963f-bdde48f52123, #wrap-s-bef26e84-8754-4664-963f-bdde48f52123 { display:none !important; }}@media (max-width: 767px){#s-bef26e84-8754-4664-963f-bdde48f52123 {
  margin-top: -45px;
padding-left: 15px;
padding-right: 15px;
}
}







#s-bef26e84-8754-4664-963f-bdde48f52123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef26e84-8754-4664-963f-bdde48f52123.shg-box.shg-c {
  justify-content: center;
}

#s-98f144a0-5faa-41e3-9484-178f89ff1d4e {
  margin-top: 20px;
margin-left: 44%;
margin-bottom: 20px;
margin-right: 45%;
text-align: center;
}




  #s-98f144a0-5faa-41e3-9484-178f89ff1d4e img.shogun-image {
    
    width: px;
  }


#s-98f144a0-5faa-41e3-9484-178f89ff1d4e .shogun-image-content {
  
    align-items: center;
  
}

#s-06348d7e-a2c3-48cc-a8ba-020dddd4326c {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06348d7e-a2c3-48cc-a8ba-020dddd4326c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-08f611f0-0f36-4e57-8c24-09e9273b1de3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-8e92e6c3-6546-4633-8cdf-6d02028778cc {
  margin-top: 30px;
}

#s-75972488-4fe3-4833-b940-b2c4a2bb1079 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75972488-4fe3-4833-b940-b2c4a2bb1079 {
  display: none;
}
#s-75972488-4fe3-4833-b940-b2c4a2bb1079, #wrap-s-75972488-4fe3-4833-b940-b2c4a2bb1079 { display:none !important; }}@media (max-width: 767px){#s-75972488-4fe3-4833-b940-b2c4a2bb1079 {
  display: none;
}
#s-75972488-4fe3-4833-b940-b2c4a2bb1079, #wrap-s-75972488-4fe3-4833-b940-b2c4a2bb1079 { display:none !important; }}







#s-75972488-4fe3-4833-b940-b2c4a2bb1079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75972488-4fe3-4833-b940-b2c4a2bb1079.shg-box.shg-c {
  justify-content: center;
}

#s-b11d5695-7b50-4171-9413-192d1f1cd063 {
  margin-top: 70px;
margin-bottom: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b11d5695-7b50-4171-9413-192d1f1cd063 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 5px;
  text-align: 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-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa {
  margin-top: 50px;
margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff4dd8f1-8369-44c2-bf1b-329c65b19afa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px){#s-740409bd-08f1-4db4-8e02-41fed018548a {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-740409bd-08f1-4db4-8e02-41fed018548a {
  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-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 {
  text-align: left;
}


.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 {
  max-width: 100%;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom,
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 {
  max-width: 100%;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom,
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 {
  max-width: 100%;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom,
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 {
  max-width: 100%;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom,
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 {
  max-width: 100%;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom,
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 {
  max-width: 100%;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .shg-image-zoom,
.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3985bc48-8419-4ca6-8c4b-eb4feaad29c8 .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-1e811747-22dd-4867-b016-637a79de925d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e811747-22dd-4867-b016-637a79de925d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-9cd65000-0cfe-42d3-a13c-cb6e2757833a {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-9cd65000-0cfe-42d3-a13c-cb6e2757833a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cd65000-0cfe-42d3-a13c-cb6e2757833a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cd65000-0cfe-42d3-a13c-cb6e2757833a {
  margin-left: 20px;
margin-right: 20px;
}
}
.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-2ecfa8b6-a21b-4f97-bf81-c0493032ca9d {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-2ecfa8b6-a21b-4f97-bf81-c0493032ca9d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2ecfa8b6-a21b-4f97-bf81-c0493032ca9d:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-2ecfa8b6-a21b-4f97-bf81-c0493032ca9d {
  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-2ecfa8b6-a21b-4f97-bf81-c0493032ca9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ecfa8b6-a21b-4f97-bf81-c0493032ca9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-2ecfa8b6-a21b-4f97-bf81-c0493032ca9d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2ecfa8b6-a21b-4f97-bf81-c0493032ca9d.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-4ff3000c-2b08-4db0-922f-3fe85fbfe27c {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-4ff3000c-2b08-4db0-922f-3fe85fbfe27c {
  display: none;
}
#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c {
  text-align: left;
}


.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c {
  max-width: 100%;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom,
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c {
  max-width: 100%;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom,
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c {
  max-width: 100%;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom,
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c {
  max-width: 100%;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom,
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c {
  max-width: 100%;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom,
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c {
  max-width: 100%;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom,
.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a25fa3d-249c-42c5-9b5f-a7654d2d687c .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-21c4d84a-c2dd-47d1-aed2-65d0241cc0f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21c4d84a-c2dd-47d1-aed2-65d0241cc0f7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-119dea8d-baa0-475b-a016-26775903ae33 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-119dea8d-baa0-475b-a016-26775903ae33 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-119dea8d-baa0-475b-a016-26775903ae33 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-119dea8d-baa0-475b-a016-26775903ae33 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-ce34e0d1-18df-4464-92e8-3ca4dc1b758f {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-ce34e0d1-18df-4464-92e8-3ca4dc1b758f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ce34e0d1-18df-4464-92e8-3ca4dc1b758f:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ce34e0d1-18df-4464-92e8-3ca4dc1b758f {
  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-ce34e0d1-18df-4464-92e8-3ca4dc1b758f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce34e0d1-18df-4464-92e8-3ca4dc1b758f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-ce34e0d1-18df-4464-92e8-3ca4dc1b758f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ce34e0d1-18df-4464-92e8-3ca4dc1b758f.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-1d246989-0eaf-4877-b2a0-a9eb67e8163b {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-1d246989-0eaf-4877-b2a0-a9eb67e8163b {
  display: none;
}
#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d {
  text-align: left;
}


.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d {
  max-width: 100%;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom,
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d {
  max-width: 100%;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom,
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d {
  max-width: 100%;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom,
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d {
  max-width: 100%;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom,
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d {
  max-width: 100%;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom,
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d {
  max-width: 100%;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom,
.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5fe646b-6fc9-4439-a98c-eea781c4a24d .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-f6a9a5d0-e7a1-4f2a-a7ff-66bb2895fca0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6a9a5d0-e7a1-4f2a-a7ff-66bb2895fca0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-80032bf7-1492-4f1a-b204-a3b9e341c21a {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-80032bf7-1492-4f1a-b204-a3b9e341c21a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80032bf7-1492-4f1a-b204-a3b9e341c21a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80032bf7-1492-4f1a-b204-a3b9e341c21a {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-db249211-23c8-4c1c-b9a0-f795606004e7 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-db249211-23c8-4c1c-b9a0-f795606004e7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-db249211-23c8-4c1c-b9a0-f795606004e7:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-db249211-23c8-4c1c-b9a0-f795606004e7 {
  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-db249211-23c8-4c1c-b9a0-f795606004e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db249211-23c8-4c1c-b9a0-f795606004e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-db249211-23c8-4c1c-b9a0-f795606004e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-791ca913-ac84-4fec-85d5-93e32953b869 {
  display: none;
}
#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 {
  text-align: left;
}


.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 {
  max-width: 100%;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom,
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 {
  max-width: 100%;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom,
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 {
  max-width: 100%;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom,
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 {
  max-width: 100%;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom,
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 {
  max-width: 100%;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom,
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 {
  max-width: 100%;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom,
.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30480bdd-724e-4fad-9450-bb64d33eb0a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-10ded41c-1d74-451b-aef8-8b0d1d40ac22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10ded41c-1d74-451b-aef8-8b0d1d40ac22 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-9668d2c2-1b3c-4163-abb4-0c555c5f5be5 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-9668d2c2-1b3c-4163-abb4-0c555c5f5be5 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9668d2c2-1b3c-4163-abb4-0c555c5f5be5 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9668d2c2-1b3c-4163-abb4-0c555c5f5be5 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-18a41b03-f792-443b-a0bf-df0cbb481468 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-18a41b03-f792-443b-a0bf-df0cbb481468:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-18a41b03-f792-443b-a0bf-df0cbb481468:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-18a41b03-f792-443b-a0bf-df0cbb481468 {
  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-18a41b03-f792-443b-a0bf-df0cbb481468.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18a41b03-f792-443b-a0bf-df0cbb481468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-18a41b03-f792-443b-a0bf-df0cbb481468.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-18a41b03-f792-443b-a0bf-df0cbb481468.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-e8869596-0e5b-4c0a-bb95-671b12040e34 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8869596-0e5b-4c0a-bb95-671b12040e34 {
  display: none;
}
#s-e8869596-0e5b-4c0a-bb95-671b12040e34, #wrap-s-e8869596-0e5b-4c0a-bb95-671b12040e34 { display:none !important; }}@media (max-width: 767px){#s-e8869596-0e5b-4c0a-bb95-671b12040e34 {
  display: none;
}
#s-e8869596-0e5b-4c0a-bb95-671b12040e34, #wrap-s-e8869596-0e5b-4c0a-bb95-671b12040e34 { display:none !important; }}







#s-e8869596-0e5b-4c0a-bb95-671b12040e34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8869596-0e5b-4c0a-bb95-671b12040e34.shg-box.shg-c {
  justify-content: center;
}

#s-832b8677-a556-458a-84be-41b979e19f34 {
  margin-top: 70px;
margin-bottom: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-832b8677-a556-458a-84be-41b979e19f34 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



@media (min-width: 1200px){#s-b4148e06-45f8-4c48-a69e-7ddb20add54e {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4148e06-45f8-4c48-a69e-7ddb20add54e {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4148e06-45f8-4c48-a69e-7ddb20add54e {
  margin-top: 50px;
margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4148e06-45f8-4c48-a69e-7ddb20add54e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px){#s-71aab28a-13b6-482d-b0cf-a21201ce9159 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-71aab28a-13b6-482d-b0cf-a21201ce9159 {
  display: none;
}
#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 {
  text-align: left;
}


.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 {
  max-width: 100%;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom,
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 {
  max-width: 100%;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom,
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 {
  max-width: 100%;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom,
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 {
  max-width: 100%;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom,
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 {
  max-width: 100%;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom,
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 {
  max-width: 100%;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom,
.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c05fa93-cf90-4ed6-972a-34dd819ade86 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-e71585aa-ef57-4cbc-bf97-324bd586da33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e71585aa-ef57-4cbc-bf97-324bd586da33 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-a669b427-8401-4744-83c8-18150a330dad {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-a669b427-8401-4744-83c8-18150a330dad {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a669b427-8401-4744-83c8-18150a330dad {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a669b427-8401-4744-83c8-18150a330dad {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-ce72a39a-9156-4744-91ee-356534f7018f {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-ce72a39a-9156-4744-91ee-356534f7018f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ce72a39a-9156-4744-91ee-356534f7018f:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ce72a39a-9156-4744-91ee-356534f7018f {
  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-ce72a39a-9156-4744-91ee-356534f7018f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce72a39a-9156-4744-91ee-356534f7018f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-ce72a39a-9156-4744-91ee-356534f7018f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ce72a39a-9156-4744-91ee-356534f7018f.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-427b994d-0bfb-43a6-9d3b-2ffe535036db {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-427b994d-0bfb-43a6-9d3b-2ffe535036db {
  display: none;
}
#s-403d2080-76e3-4e46-8001-9cf6079a1611 {
  text-align: left;
}


.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 {
  max-width: 100%;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom,
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 {
  max-width: 100%;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom,
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 {
  max-width: 100%;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom,
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 {
  max-width: 100%;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom,
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 {
  max-width: 100%;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom,
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 {
  max-width: 100%;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom,
.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-403d2080-76e3-4e46-8001-9cf6079a1611 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8e71ed24-9228-47b9-8536-eb0d5f94da5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e71ed24-9228-47b9-8536-eb0d5f94da5e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-76dee789-2b82-4333-81a7-c7aeeb21e325 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-76dee789-2b82-4333-81a7-c7aeeb21e325 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76dee789-2b82-4333-81a7-c7aeeb21e325 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-76dee789-2b82-4333-81a7-c7aeeb21e325 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-66ddf574-d690-49df-b51f-a71aa33af468 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-66ddf574-d690-49df-b51f-a71aa33af468:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-66ddf574-d690-49df-b51f-a71aa33af468:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-66ddf574-d690-49df-b51f-a71aa33af468 {
  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-66ddf574-d690-49df-b51f-a71aa33af468.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66ddf574-d690-49df-b51f-a71aa33af468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-66ddf574-d690-49df-b51f-a71aa33af468.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-66ddf574-d690-49df-b51f-a71aa33af468.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-1c3bb4dc-331d-498e-821b-72a41b0e5d5c {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-1c3bb4dc-331d-498e-821b-72a41b0e5d5c {
  display: none;
}
#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 {
  text-align: left;
}


.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 {
  max-width: 100%;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom,
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 {
  max-width: 100%;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom,
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 {
  max-width: 100%;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom,
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 {
  max-width: 100%;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom,
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 {
  max-width: 100%;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom,
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 {
  max-width: 100%;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom,
.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18e06ca2-733c-4e8c-a7e2-16ab43460025 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-917aa2a5-b8f0-46bc-a4ce-cc36a8e0010a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-917aa2a5-b8f0-46bc-a4ce-cc36a8e0010a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-c98d0b51-9b48-4c24-88a9-eef90509ca04 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c98d0b51-9b48-4c24-88a9-eef90509ca04 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c98d0b51-9b48-4c24-88a9-eef90509ca04 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c98d0b51-9b48-4c24-88a9-eef90509ca04 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-19e979e0-d6c5-49be-af90-ba7c295db6e1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-19e979e0-d6c5-49be-af90-ba7c295db6e1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-19e979e0-d6c5-49be-af90-ba7c295db6e1:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-19e979e0-d6c5-49be-af90-ba7c295db6e1 {
  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-19e979e0-d6c5-49be-af90-ba7c295db6e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19e979e0-d6c5-49be-af90-ba7c295db6e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-19e979e0-d6c5-49be-af90-ba7c295db6e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-19e979e0-d6c5-49be-af90-ba7c295db6e1.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-ca4b5656-e2ce-4b61-acbd-a8c0c9c56194 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-ca4b5656-e2ce-4b61-acbd-a8c0c9c56194 {
  display: none;
}
#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd {
  text-align: left;
}


.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd {
  max-width: 100%;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom,
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd {
  max-width: 100%;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom,
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd {
  max-width: 100%;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom,
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd {
  max-width: 100%;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom,
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd {
  max-width: 100%;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom,
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd {
  max-width: 100%;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom,
.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6586c6ad-1f9f-4ade-ba34-31823d1c6edd .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-96b75fc9-e8bf-40cd-88a3-711061147cc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96b75fc9-e8bf-40cd-88a3-711061147cc0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-08ffb78d-0c2d-48a3-bdea-5cee39203afb {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-08ffb78d-0c2d-48a3-bdea-5cee39203afb {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08ffb78d-0c2d-48a3-bdea-5cee39203afb {
  padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-08ffb78d-0c2d-48a3-bdea-5cee39203afb {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-08ffb78d-0c2d-48a3-bdea-5cee39203afb {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-5ad70b3a-92e3-466c-8c55-6e60f52ad9c2 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-5ad70b3a-92e3-466c-8c55-6e60f52ad9c2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5ad70b3a-92e3-466c-8c55-6e60f52ad9c2:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-5ad70b3a-92e3-466c-8c55-6e60f52ad9c2 {
  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-5ad70b3a-92e3-466c-8c55-6e60f52ad9c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ad70b3a-92e3-466c-8c55-6e60f52ad9c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-5ad70b3a-92e3-466c-8c55-6e60f52ad9c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5ad70b3a-92e3-466c-8c55-6e60f52ad9c2.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-2ae101a9-b9c2-4690-93ee-eb3bc969d172 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2ae101a9-b9c2-4690-93ee-eb3bc969d172 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
}@media (max-width: 767px){#s-2ae101a9-b9c2-4690-93ee-eb3bc969d172 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-2ae101a9-b9c2-4690-93ee-eb3bc969d172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ae101a9-b9c2-4690-93ee-eb3bc969d172.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb118fbe-646c-4803-a7b7-2b83cd1878ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px){#s-5e05869c-ce5e-4ecd-a9e5-778d297bdb2f {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-5e05869c-ce5e-4ecd-a9e5-778d297bdb2f {
  display: none;
}
#s-df681985-1c05-469b-990c-83f856994c70 {
  text-align: left;
}


.shg-c#s-df681985-1c05-469b-990c-83f856994c70 {
  max-width: 100%;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom,
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 {
  max-width: 100%;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom,
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 {
  max-width: 100%;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom,
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 {
  max-width: 100%;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom,
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 {
  max-width: 100%;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom,
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 {
  max-width: 100%;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom,
.shg-c#s-df681985-1c05-469b-990c-83f856994c70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df681985-1c05-469b-990c-83f856994c70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8cf580b7-5ecb-4f8e-ae87-bce86b1ed2a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cf580b7-5ecb-4f8e-ae87-bce86b1ed2a7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-ebdf9f57-85cb-44d4-bcd2-e52f12275415 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-ebdf9f57-85cb-44d4-bcd2-e52f12275415 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebdf9f57-85cb-44d4-bcd2-e52f12275415 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebdf9f57-85cb-44d4-bcd2-e52f12275415 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-7ac23251-46a1-4ae9-8a26-34a3a9850b36 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-7ac23251-46a1-4ae9-8a26-34a3a9850b36:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7ac23251-46a1-4ae9-8a26-34a3a9850b36:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-7ac23251-46a1-4ae9-8a26-34a3a9850b36 {
  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-7ac23251-46a1-4ae9-8a26-34a3a9850b36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ac23251-46a1-4ae9-8a26-34a3a9850b36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-7ac23251-46a1-4ae9-8a26-34a3a9850b36.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7ac23251-46a1-4ae9-8a26-34a3a9850b36.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-2d931876-c257-4def-9369-7c06e96c3cef {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-2d931876-c257-4def-9369-7c06e96c3cef {
  display: none;
}
#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 {
  text-align: left;
}


.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 {
  max-width: 100%;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom,
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 {
  max-width: 100%;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom,
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 {
  max-width: 100%;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom,
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 {
  max-width: 100%;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom,
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 {
  max-width: 100%;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom,
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 {
  max-width: 100%;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom,
.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fe743b6-6fd3-4ba2-9104-c16e5ae75da4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-139a0a33-95c3-41bf-b088-e9a94172700d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-139a0a33-95c3-41bf-b088-e9a94172700d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-afbd4482-9fa1-4bbd-92e6-e29c645f55e5 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-afbd4482-9fa1-4bbd-92e6-e29c645f55e5 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afbd4482-9fa1-4bbd-92e6-e29c645f55e5 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-afbd4482-9fa1-4bbd-92e6-e29c645f55e5 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-7c4533ab-9bc0-4041-85b4-40a764adce0c {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-7c4533ab-9bc0-4041-85b4-40a764adce0c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c4533ab-9bc0-4041-85b4-40a764adce0c:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-7c4533ab-9bc0-4041-85b4-40a764adce0c {
  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-7c4533ab-9bc0-4041-85b4-40a764adce0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c4533ab-9bc0-4041-85b4-40a764adce0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-7c4533ab-9bc0-4041-85b4-40a764adce0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7c4533ab-9bc0-4041-85b4-40a764adce0c.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-ceea3852-f93d-40f8-b06a-40a6031c0cc6 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-ceea3852-f93d-40f8-b06a-40a6031c0cc6 {
  display: none;
}
#s-5129e88b-c428-4e8b-9bee-4b89068fb54c {
  text-align: left;
}


.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c {
  max-width: 100%;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom,
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c {
  max-width: 100%;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom,
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c {
  max-width: 100%;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom,
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c {
  max-width: 100%;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom,
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c {
  max-width: 100%;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom,
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c {
  max-width: 100%;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom,
.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5129e88b-c428-4e8b-9bee-4b89068fb54c .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-4b070d85-8979-4461-9203-5f1e4e592215 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b070d85-8979-4461-9203-5f1e4e592215 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-eca9f40d-8dda-4ab3-97df-f5e2045a7c3f {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-eca9f40d-8dda-4ab3-97df-f5e2045a7c3f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eca9f40d-8dda-4ab3-97df-f5e2045a7c3f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eca9f40d-8dda-4ab3-97df-f5e2045a7c3f {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-33035d43-4247-4cd9-8ed9-ffe984d00f5d {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-33035d43-4247-4cd9-8ed9-ffe984d00f5d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-33035d43-4247-4cd9-8ed9-ffe984d00f5d:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-33035d43-4247-4cd9-8ed9-ffe984d00f5d {
  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-33035d43-4247-4cd9-8ed9-ffe984d00f5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33035d43-4247-4cd9-8ed9-ffe984d00f5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-33035d43-4247-4cd9-8ed9-ffe984d00f5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-33035d43-4247-4cd9-8ed9-ffe984d00f5d.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-328e1196-8206-46f4-9c92-c42d5b4680a1 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-328e1196-8206-46f4-9c92-c42d5b4680a1 {
  display: none;
}
#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c {
  text-align: left;
}


.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c {
  max-width: 100%;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom,
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c {
  max-width: 100%;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom,
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c {
  max-width: 100%;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom,
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c {
  max-width: 100%;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom,
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c {
  max-width: 100%;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom,
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c {
  max-width: 100%;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom,
.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96c1cb49-ab13-4a5f-b831-9ece2a2d8d2c .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-e29974ad-95f3-4ad3-a9f9-8d87d3e642a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e29974ad-95f3-4ad3-a9f9-8d87d3e642a1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-3d868087-e83f-43c9-adbd-d3caee4c8dff {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3d868087-e83f-43c9-adbd-d3caee4c8dff {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d868087-e83f-43c9-adbd-d3caee4c8dff {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d868087-e83f-43c9-adbd-d3caee4c8dff {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-67e27b66-ee60-49d8-a2fc-50eefc9bc005 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-67e27b66-ee60-49d8-a2fc-50eefc9bc005:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-67e27b66-ee60-49d8-a2fc-50eefc9bc005:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-67e27b66-ee60-49d8-a2fc-50eefc9bc005 {
  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-67e27b66-ee60-49d8-a2fc-50eefc9bc005.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67e27b66-ee60-49d8-a2fc-50eefc9bc005.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-67e27b66-ee60-49d8-a2fc-50eefc9bc005.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-67e27b66-ee60-49d8-a2fc-50eefc9bc005.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-a6b536e0-d10f-451c-b37c-c72b0da1249f {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a6b536e0-d10f-451c-b37c-c72b0da1249f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px){#s-196ae514-3480-4dbf-bfb3-bac2eefd7595 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-196ae514-3480-4dbf-bfb3-bac2eefd7595 {
  display: none;
}
#s-a98515b7-6990-4fdd-9107-15f2f873987b {
  text-align: left;
}


.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b {
  max-width: 100%;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom,
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b {
  max-width: 100%;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom,
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b {
  max-width: 100%;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom,
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b {
  max-width: 100%;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom,
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b {
  max-width: 100%;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom,
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b {
  max-width: 100%;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom,
.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a98515b7-6990-4fdd-9107-15f2f873987b .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-02578d01-5161-4ca6-a0e1-ad81409c7641 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02578d01-5161-4ca6-a0e1-ad81409c7641 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-d4bba700-2382-40d5-9854-225f39547c1a {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d4bba700-2382-40d5-9854-225f39547c1a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4bba700-2382-40d5-9854-225f39547c1a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4bba700-2382-40d5-9854-225f39547c1a {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-371ea359-4c30-4285-af37-1bc6e9327351 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-371ea359-4c30-4285-af37-1bc6e9327351:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-371ea359-4c30-4285-af37-1bc6e9327351:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-371ea359-4c30-4285-af37-1bc6e9327351 {
  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-371ea359-4c30-4285-af37-1bc6e9327351.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-371ea359-4c30-4285-af37-1bc6e9327351.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-371ea359-4c30-4285-af37-1bc6e9327351.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-371ea359-4c30-4285-af37-1bc6e9327351.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-746dfae4-3e35-4fc3-9834-edcc035f2973 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-746dfae4-3e35-4fc3-9834-edcc035f2973 {
  display: none;
}
#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a {
  text-align: left;
}


.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a {
  max-width: 100%;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom,
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a {
  max-width: 100%;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom,
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a {
  max-width: 100%;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom,
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a {
  max-width: 100%;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom,
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a {
  max-width: 100%;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom,
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a {
  max-width: 100%;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom,
.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fdb0cf5-ae0d-483d-9fc7-87aecb03601a .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-3b9708d9-0c40-4002-ac10-59b23c98bd9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b9708d9-0c40-4002-ac10-59b23c98bd9d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-51185d3a-f043-42f7-ae32-9a5a6edea76a {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-51185d3a-f043-42f7-ae32-9a5a6edea76a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51185d3a-f043-42f7-ae32-9a5a6edea76a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-51185d3a-f043-42f7-ae32-9a5a6edea76a {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-397a78eb-5ea1-434a-b584-a063daecd345 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-397a78eb-5ea1-434a-b584-a063daecd345:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-397a78eb-5ea1-434a-b584-a063daecd345:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-397a78eb-5ea1-434a-b584-a063daecd345 {
  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-397a78eb-5ea1-434a-b584-a063daecd345.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-397a78eb-5ea1-434a-b584-a063daecd345.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-397a78eb-5ea1-434a-b584-a063daecd345.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-397a78eb-5ea1-434a-b584-a063daecd345.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-cf14d447-225d-499c-9ba8-f72fefac931d {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-cf14d447-225d-499c-9ba8-f72fefac931d {
  display: none;
}
#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 {
  text-align: left;
}


.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 {
  max-width: 100%;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom,
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 {
  max-width: 100%;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom,
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 {
  max-width: 100%;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom,
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 {
  max-width: 100%;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom,
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 {
  max-width: 100%;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom,
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 {
  max-width: 100%;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom,
.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795bff53-8ec1-4c20-80a6-3bb63a9acdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-288366bf-bb72-450a-af85-4844b5370177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-288366bf-bb72-450a-af85-4844b5370177 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-1a0e9b29-ade3-4c4b-b8b9-10251eb0ab6f {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-1a0e9b29-ade3-4c4b-b8b9-10251eb0ab6f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a0e9b29-ade3-4c4b-b8b9-10251eb0ab6f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a0e9b29-ade3-4c4b-b8b9-10251eb0ab6f {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-b314a473-575d-44f7-94a6-a062e7066468 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-b314a473-575d-44f7-94a6-a062e7066468:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b314a473-575d-44f7-94a6-a062e7066468:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-b314a473-575d-44f7-94a6-a062e7066468 {
  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-b314a473-575d-44f7-94a6-a062e7066468.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b314a473-575d-44f7-94a6-a062e7066468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-b314a473-575d-44f7-94a6-a062e7066468.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b314a473-575d-44f7-94a6-a062e7066468.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-acc9a73c-2b2d-4876-a7d0-70e5ecd6c5c8 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-acc9a73c-2b2d-4876-a7d0-70e5ecd6c5c8 {
  display: none;
}
#s-4594cb60-5061-4053-b112-13c449c9c141 {
  text-align: left;
}


.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 {
  max-width: 100%;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom,
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 {
  max-width: 100%;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom,
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 {
  max-width: 100%;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom,
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 {
  max-width: 100%;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom,
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 {
  max-width: 100%;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom,
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 {
  max-width: 100%;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom,
.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4594cb60-5061-4053-b112-13c449c9c141 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-aa864bf8-2f10-4241-a1bf-690d99d96267 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa864bf8-2f10-4241-a1bf-690d99d96267 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
}

#s-145803ef-8cbf-4a69-940c-8c71b4c40fb8 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-145803ef-8cbf-4a69-940c-8c71b4c40fb8 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-145803ef-8cbf-4a69-940c-8c71b4c40fb8 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-145803ef-8cbf-4a69-940c-8c71b4c40fb8 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-b331ac18-cb58-4d2d-8468-74fc2730e082 {
  border-style: solid;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-b331ac18-cb58-4d2d-8468-74fc2730e082:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b331ac18-cb58-4d2d-8468-74fc2730e082:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-b331ac18-cb58-4d2d-8468-74fc2730e082 {
  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-b331ac18-cb58-4d2d-8468-74fc2730e082.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b331ac18-cb58-4d2d-8468-74fc2730e082.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-b331ac18-cb58-4d2d-8468-74fc2730e082.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b331ac18-cb58-4d2d-8468-74fc2730e082.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-a8563f20-f9d2-4b61-9e9e-5032db61a89a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a8563f20-f9d2-4b61-9e9e-5032db61a89a {
  display: none;
}
#s-a8563f20-f9d2-4b61-9e9e-5032db61a89a, #wrap-s-a8563f20-f9d2-4b61-9e9e-5032db61a89a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8563f20-f9d2-4b61-9e9e-5032db61a89a {
  display: none;
}
#s-a8563f20-f9d2-4b61-9e9e-5032db61a89a, #wrap-s-a8563f20-f9d2-4b61-9e9e-5032db61a89a { display:none !important; }}







#s-a8563f20-f9d2-4b61-9e9e-5032db61a89a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8563f20-f9d2-4b61-9e9e-5032db61a89a.shg-box.shg-c {
  justify-content: center;
}

#s-ca4734a0-b0bf-49de-b42f-2058c7234443 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca4734a0-b0bf-49de-b42f-2058c7234443 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-a995aae6-14ba-4785-a2a9-0251bd245036 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-a995aae6-14ba-4785-a2a9-0251bd245036 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a995aae6-14ba-4785-a2a9-0251bd245036 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a995aae6-14ba-4785-a2a9-0251bd245036 {
  margin-top: 50px;
margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.25px);
}

}

@media (min-width: 992px) {
[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.25px);
}

}

@media (min-width: 1200px) {
[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.25px);
}

[id="s-a995aae6-14ba-4785-a2a9-0251bd245036"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.25px);
}

}

@media (max-width: 767px){#s-9387b806-c354-43d4-bdf6-96c254ea6708 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-9387b806-c354-43d4-bdf6-96c254ea6708 {
  display: none;
}
#s-efa510be-0509-4310-9111-17ee8eff11c4 {
  text-align: left;
}


.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 {
  max-width: 100%;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom,
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 {
  max-width: 100%;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom,
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 {
  max-width: 100%;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom,
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 {
  max-width: 100%;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom,
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 {
  max-width: 100%;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom,
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 {
  max-width: 100%;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom,
.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa510be-0509-4310-9111-17ee8eff11c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-b7217444-7620-452c-83f8-b7a2f3b662d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7217444-7620-452c-83f8-b7a2f3b662d9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-92156b69-9365-46ab-83fc-e07cf5355ca5 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-92156b69-9365-46ab-83fc-e07cf5355ca5 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92156b69-9365-46ab-83fc-e07cf5355ca5 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92156b69-9365-46ab-83fc-e07cf5355ca5 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-77c308a0-94ca-4703-8f3d-2325e88014e5 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-77c308a0-94ca-4703-8f3d-2325e88014e5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-77c308a0-94ca-4703-8f3d-2325e88014e5:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-77c308a0-94ca-4703-8f3d-2325e88014e5 {
  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-77c308a0-94ca-4703-8f3d-2325e88014e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77c308a0-94ca-4703-8f3d-2325e88014e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-77c308a0-94ca-4703-8f3d-2325e88014e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-77c308a0-94ca-4703-8f3d-2325e88014e5.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-2630214f-467d-4f4d-846a-e19aaf87f6c2 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-2630214f-467d-4f4d-846a-e19aaf87f6c2 {
  display: none;
}
#s-10854853-d992-4f52-8e15-29717f5e3fc9 {
  text-align: left;
}


.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 {
  max-width: 100%;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom,
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 {
  max-width: 100%;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom,
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 {
  max-width: 100%;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom,
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 {
  max-width: 100%;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom,
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 {
  max-width: 100%;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom,
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 {
  max-width: 100%;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom,
.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10854853-d992-4f52-8e15-29717f5e3fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-b90f356e-2868-4024-bd17-afd8007a808d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b90f356e-2868-4024-bd17-afd8007a808d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-5750bd64-d0b5-4b68-a897-3f4d7bdebdad {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-5750bd64-d0b5-4b68-a897-3f4d7bdebdad {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5750bd64-d0b5-4b68-a897-3f4d7bdebdad {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5750bd64-d0b5-4b68-a897-3f4d7bdebdad {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-61f05903-d6da-45eb-ae7c-b2e4f0a4daa6 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-61f05903-d6da-45eb-ae7c-b2e4f0a4daa6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-61f05903-d6da-45eb-ae7c-b2e4f0a4daa6:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-61f05903-d6da-45eb-ae7c-b2e4f0a4daa6 {
  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-61f05903-d6da-45eb-ae7c-b2e4f0a4daa6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61f05903-d6da-45eb-ae7c-b2e4f0a4daa6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61f05903-d6da-45eb-ae7c-b2e4f0a4daa6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-61f05903-d6da-45eb-ae7c-b2e4f0a4daa6.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-41dacc44-826e-4399-abe0-ee96bc2f5a66 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-41dacc44-826e-4399-abe0-ee96bc2f5a66 {
  display: none;
}
#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 {
  text-align: left;
}


.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 {
  max-width: 100%;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom,
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 {
  max-width: 100%;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom,
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 {
  max-width: 100%;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom,
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 {
  max-width: 100%;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom,
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 {
  max-width: 100%;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom,
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 {
  max-width: 100%;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom,
.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e865e4a4-3cce-40de-96d0-11eebe28cb49 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-dee5fa99-d406-46a1-aa2a-f579ee41bd29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dee5fa99-d406-46a1-aa2a-f579ee41bd29 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-a51b22ca-4bca-4652-80b0-4001659fe736 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-a51b22ca-4bca-4652-80b0-4001659fe736 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a51b22ca-4bca-4652-80b0-4001659fe736 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a51b22ca-4bca-4652-80b0-4001659fe736 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-438467e0-1820-4426-be16-95e5d2760d7a {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-438467e0-1820-4426-be16-95e5d2760d7a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-438467e0-1820-4426-be16-95e5d2760d7a:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-438467e0-1820-4426-be16-95e5d2760d7a {
  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-438467e0-1820-4426-be16-95e5d2760d7a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-438467e0-1820-4426-be16-95e5d2760d7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-438467e0-1820-4426-be16-95e5d2760d7a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-506ea42f-57f4-42c1-84bb-b64600c980db {
  display: none;
}
#s-d6439db6-0fef-4dca-bdd3-43673daccc23 {
  text-align: left;
}


.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 {
  max-width: 100%;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom,
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 {
  max-width: 100%;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom,
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 {
  max-width: 100%;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom,
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 {
  max-width: 100%;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom,
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 {
  max-width: 100%;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom,
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 {
  max-width: 100%;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom,
.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6439db6-0fef-4dca-bdd3-43673daccc23 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-f605352c-b7a6-48d0-83c6-23b18f2ea9aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f605352c-b7a6-48d0-83c6-23b18f2ea9aa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-3a538124-9231-45ff-a825-20ce2a0e7231 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3a538124-9231-45ff-a825-20ce2a0e7231 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a538124-9231-45ff-a825-20ce2a0e7231 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a538124-9231-45ff-a825-20ce2a0e7231 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-694bb50e-024a-4ee9-b748-349699608e64 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-694bb50e-024a-4ee9-b748-349699608e64:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-694bb50e-024a-4ee9-b748-349699608e64:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-694bb50e-024a-4ee9-b748-349699608e64 {
  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-694bb50e-024a-4ee9-b748-349699608e64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694bb50e-024a-4ee9-b748-349699608e64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-694bb50e-024a-4ee9-b748-349699608e64.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-694bb50e-024a-4ee9-b748-349699608e64.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8 {
  margin-left: 1%;
margin-right: 1%;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8 {
  display: none;
}
#s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8, #wrap-s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8 {
  display: none;
}
#s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8, #wrap-s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8 { display:none !important; }}







#s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2b6af53-5e1e-4c05-8e52-acaafcb3dcc8.shg-box.shg-c {
  justify-content: center;
}

#s-520aa86b-5210-4fa5-be8c-5f3ba5edfc7e {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-520aa86b-5210-4fa5-be8c-5f3ba5edfc7e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



@media (min-width: 1200px){#s-d02e59cc-39c2-48a1-ae8b-c92e6c284694 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d02e59cc-39c2-48a1-ae8b-c92e6c284694 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d02e59cc-39c2-48a1-ae8b-c92e6c284694 {
  margin-top: 50px;
margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-d02e59cc-39c2-48a1-ae8b-c92e6c284694"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (max-width: 767px){#s-a3a70eaa-45dc-4901-9bbb-76d72f4a8167 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-a3a70eaa-45dc-4901-9bbb-76d72f4a8167 {
  display: none;
}
#s-cb836458-a13f-423f-b426-6db14e901cdb {
  text-align: left;
}


.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb {
  max-width: 100%;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom,
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb {
  max-width: 100%;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom,
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb {
  max-width: 100%;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom,
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb {
  max-width: 100%;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom,
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb {
  max-width: 100%;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom,
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb {
  max-width: 100%;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom,
.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb836458-a13f-423f-b426-6db14e901cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-1d6ad35d-cc32-4d6c-9f24-3a83ca3032dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d6ad35d-cc32-4d6c-9f24-3a83ca3032dd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-dde01aeb-3aec-46e8-98a7-d9bef6f87825 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-dde01aeb-3aec-46e8-98a7-d9bef6f87825 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dde01aeb-3aec-46e8-98a7-d9bef6f87825 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dde01aeb-3aec-46e8-98a7-d9bef6f87825 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-4a5b535e-4695-4002-a74d-c64dae137691 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-4a5b535e-4695-4002-a74d-c64dae137691:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4a5b535e-4695-4002-a74d-c64dae137691:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-4a5b535e-4695-4002-a74d-c64dae137691 {
  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-4a5b535e-4695-4002-a74d-c64dae137691.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a5b535e-4695-4002-a74d-c64dae137691.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a5b535e-4695-4002-a74d-c64dae137691.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a5b535e-4695-4002-a74d-c64dae137691.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-ceebb0c9-e7e2-4a5c-a997-77533c002e94 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-ceebb0c9-e7e2-4a5c-a997-77533c002e94 {
  display: none;
}
#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 {
  text-align: left;
}


.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 {
  max-width: 100%;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom,
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 {
  max-width: 100%;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom,
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 {
  max-width: 100%;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom,
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 {
  max-width: 100%;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom,
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 {
  max-width: 100%;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom,
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 {
  max-width: 100%;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom,
.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee5d98ad-05aa-4c4b-a20e-41a450a05de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-e0c8fe12-0991-44af-918b-b02d9f199ae9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0c8fe12-0991-44af-918b-b02d9f199ae9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-60785e9a-8764-4301-898d-e30c5d36e3b2 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-60785e9a-8764-4301-898d-e30c5d36e3b2 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60785e9a-8764-4301-898d-e30c5d36e3b2 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60785e9a-8764-4301-898d-e30c5d36e3b2 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-534367d9-06de-4898-a250-ebf3af6b2b0d {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-534367d9-06de-4898-a250-ebf3af6b2b0d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-534367d9-06de-4898-a250-ebf3af6b2b0d:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-534367d9-06de-4898-a250-ebf3af6b2b0d {
  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-534367d9-06de-4898-a250-ebf3af6b2b0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-534367d9-06de-4898-a250-ebf3af6b2b0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-534367d9-06de-4898-a250-ebf3af6b2b0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-534367d9-06de-4898-a250-ebf3af6b2b0d.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-b06bf5a3-0f05-41a5-8791-2b01e3243046 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-b06bf5a3-0f05-41a5-8791-2b01e3243046 {
  display: none;
}
#s-7244fec3-10ac-446a-9fe7-0738432adcf8 {
  text-align: left;
}


.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 {
  max-width: 100%;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom,
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 {
  max-width: 100%;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom,
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 {
  max-width: 100%;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom,
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 {
  max-width: 100%;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom,
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 {
  max-width: 100%;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom,
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 {
  max-width: 100%;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom,
.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7244fec3-10ac-446a-9fe7-0738432adcf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-20df8172-761d-4075-b927-056f267179bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20df8172-761d-4075-b927-056f267179bb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-301a3ad1-c4c4-40cd-ae01-48010b8a4f6a {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-301a3ad1-c4c4-40cd-ae01-48010b8a4f6a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-301a3ad1-c4c4-40cd-ae01-48010b8a4f6a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-301a3ad1-c4c4-40cd-ae01-48010b8a4f6a {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-e76c3933-2537-4d65-b055-0778855dabb1 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-e76c3933-2537-4d65-b055-0778855dabb1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e76c3933-2537-4d65-b055-0778855dabb1:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e76c3933-2537-4d65-b055-0778855dabb1 {
  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-e76c3933-2537-4d65-b055-0778855dabb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e76c3933-2537-4d65-b055-0778855dabb1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e76c3933-2537-4d65-b055-0778855dabb1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e76c3933-2537-4d65-b055-0778855dabb1.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-bf3467b3-e7b3-41cb-95ff-d7269111d762 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-bf3467b3-e7b3-41cb-95ff-d7269111d762 {
  display: none;
}
#s-e9d37089-401a-4230-870c-9333c7693b9a {
  text-align: left;
}


.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a {
  max-width: 100%;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom,
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a {
  max-width: 100%;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom,
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a {
  max-width: 100%;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom,
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a {
  max-width: 100%;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom,
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a {
  max-width: 100%;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom,
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a {
  max-width: 100%;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom,
.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9d37089-401a-4230-870c-9333c7693b9a .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-7ab9ec18-df0c-4850-b72a-4d949e6319e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ab9ec18-df0c-4850-b72a-4d949e6319e7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-c86ca38f-8e12-4dc3-bcc4-2d4b1b890d96 {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c86ca38f-8e12-4dc3-bcc4-2d4b1b890d96 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c86ca38f-8e12-4dc3-bcc4-2d4b1b890d96 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c86ca38f-8e12-4dc3-bcc4-2d4b1b890d96 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-c86ca38f-8e12-4dc3-bcc4-2d4b1b890d96 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-2beaf29c-11ca-4512-809c-dc3af8e72690 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-2beaf29c-11ca-4512-809c-dc3af8e72690:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2beaf29c-11ca-4512-809c-dc3af8e72690:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-2beaf29c-11ca-4512-809c-dc3af8e72690 {
  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-2beaf29c-11ca-4512-809c-dc3af8e72690.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2beaf29c-11ca-4512-809c-dc3af8e72690.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2beaf29c-11ca-4512-809c-dc3af8e72690.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2beaf29c-11ca-4512-809c-dc3af8e72690.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-9769e693-d3a4-4392-bb1d-45f8aa0f1103 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9769e693-d3a4-4392-bb1d-45f8aa0f1103 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
}@media (max-width: 767px){#s-9769e693-d3a4-4392-bb1d-45f8aa0f1103 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-9769e693-d3a4-4392-bb1d-45f8aa0f1103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9769e693-d3a4-4392-bb1d-45f8aa0f1103.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-9a060345-5331-4a80-8917-39ed1ecbeec4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (max-width: 767px){#s-38afa0c9-6f8c-40d4-9ed2-be363e8d76ff {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-38afa0c9-6f8c-40d4-9ed2-be363e8d76ff {
  display: none;
}
#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c {
  text-align: left;
}


.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c {
  max-width: 100%;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom,
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c {
  max-width: 100%;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom,
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c {
  max-width: 100%;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom,
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c {
  max-width: 100%;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom,
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c {
  max-width: 100%;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom,
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c {
  max-width: 100%;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom,
.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc906375-6dba-4d2a-94e8-37ebcfb8b14c .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-5837d90f-d8a1-4bd1-8018-2a647aed0f04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5837d90f-d8a1-4bd1-8018-2a647aed0f04 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-db39eaad-fcfb-48f4-b49c-a3d41ba863aa {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-db39eaad-fcfb-48f4-b49c-a3d41ba863aa {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db39eaad-fcfb-48f4-b49c-a3d41ba863aa {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-db39eaad-fcfb-48f4-b49c-a3d41ba863aa {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-6e1f277e-c8cc-4ca7-b6ba-5aa00433425f {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-6e1f277e-c8cc-4ca7-b6ba-5aa00433425f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6e1f277e-c8cc-4ca7-b6ba-5aa00433425f:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-6e1f277e-c8cc-4ca7-b6ba-5aa00433425f {
  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-6e1f277e-c8cc-4ca7-b6ba-5aa00433425f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e1f277e-c8cc-4ca7-b6ba-5aa00433425f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6e1f277e-c8cc-4ca7-b6ba-5aa00433425f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6e1f277e-c8cc-4ca7-b6ba-5aa00433425f.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-2c314b9b-a904-45cf-b2ed-54f871d07bab {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-2c314b9b-a904-45cf-b2ed-54f871d07bab {
  display: none;
}
#s-6f77c680-a249-4a34-9700-5217060a0583 {
  text-align: left;
}


.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 {
  max-width: 100%;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom,
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 {
  max-width: 100%;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom,
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 {
  max-width: 100%;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom,
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 {
  max-width: 100%;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom,
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 {
  max-width: 100%;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom,
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 {
  max-width: 100%;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom,
.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f77c680-a249-4a34-9700-5217060a0583 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-82940d4e-9c39-4330-9692-755784e57fb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82940d4e-9c39-4330-9692-755784e57fb6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-d90aff2f-f6d0-45a9-af80-7467a1b46907 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d90aff2f-f6d0-45a9-af80-7467a1b46907 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d90aff2f-f6d0-45a9-af80-7467a1b46907 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d90aff2f-f6d0-45a9-af80-7467a1b46907 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-a83e3311-381b-4b30-9eb7-a2068fbb7a2f {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-a83e3311-381b-4b30-9eb7-a2068fbb7a2f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a83e3311-381b-4b30-9eb7-a2068fbb7a2f:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-a83e3311-381b-4b30-9eb7-a2068fbb7a2f {
  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-a83e3311-381b-4b30-9eb7-a2068fbb7a2f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a83e3311-381b-4b30-9eb7-a2068fbb7a2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a83e3311-381b-4b30-9eb7-a2068fbb7a2f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a83e3311-381b-4b30-9eb7-a2068fbb7a2f.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-4cebda59-64af-477e-b9b2-c4b67f03724c {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-4cebda59-64af-477e-b9b2-c4b67f03724c {
  display: none;
}
#s-98673b0a-c488-42d6-9c46-99f7a3483987 {
  text-align: left;
}


.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 {
  max-width: 100%;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom,
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 {
  max-width: 100%;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom,
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 {
  max-width: 100%;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom,
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 {
  max-width: 100%;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom,
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 {
  max-width: 100%;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom,
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 {
  max-width: 100%;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom,
.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98673b0a-c488-42d6-9c46-99f7a3483987 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-d521b89d-a359-422c-b0d3-8e21f358f3b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d521b89d-a359-422c-b0d3-8e21f358f3b8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-03c348ee-ac98-4454-b652-16121c17808b {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-03c348ee-ac98-4454-b652-16121c17808b {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03c348ee-ac98-4454-b652-16121c17808b {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-03c348ee-ac98-4454-b652-16121c17808b {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-991e3ea0-aa0f-4d08-9701-d90811bd562e {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-991e3ea0-aa0f-4d08-9701-d90811bd562e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-991e3ea0-aa0f-4d08-9701-d90811bd562e:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-991e3ea0-aa0f-4d08-9701-d90811bd562e {
  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-991e3ea0-aa0f-4d08-9701-d90811bd562e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-991e3ea0-aa0f-4d08-9701-d90811bd562e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-991e3ea0-aa0f-4d08-9701-d90811bd562e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-991e3ea0-aa0f-4d08-9701-d90811bd562e.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-0912f2b2-391e-4997-89b9-f32095a99d4a {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-0912f2b2-391e-4997-89b9-f32095a99d4a {
  display: none;
}
#s-7ab06730-ca4b-4d33-95af-0c922f4a066d {
  text-align: left;
}


.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d {
  max-width: 100%;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom,
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d {
  max-width: 100%;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom,
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d {
  max-width: 100%;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom,
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d {
  max-width: 100%;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom,
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d {
  max-width: 100%;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom,
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d {
  max-width: 100%;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom,
.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ab06730-ca4b-4d33-95af-0c922f4a066d .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-56ddfe6b-13d5-4b15-a9eb-dc9e7a057e14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56ddfe6b-13d5-4b15-a9eb-dc9e7a057e14 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-a621e79f-c6d0-49f2-86bb-82196bc7b72f {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-a621e79f-c6d0-49f2-86bb-82196bc7b72f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a621e79f-c6d0-49f2-86bb-82196bc7b72f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a621e79f-c6d0-49f2-86bb-82196bc7b72f {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-aa2f826a-64b2-4145-aae6-eb94001567b9 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-aa2f826a-64b2-4145-aae6-eb94001567b9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aa2f826a-64b2-4145-aae6-eb94001567b9:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-aa2f826a-64b2-4145-aae6-eb94001567b9 {
  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-aa2f826a-64b2-4145-aae6-eb94001567b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa2f826a-64b2-4145-aae6-eb94001567b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa2f826a-64b2-4145-aae6-eb94001567b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aa2f826a-64b2-4145-aae6-eb94001567b9.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (min-width: 0px) {
[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-bf973f64-e8c6-4936-9bc2-317b9d1c902f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (max-width: 767px){#s-81d392ea-c21a-478c-bd0c-e65a23600861 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-81d392ea-c21a-478c-bd0c-e65a23600861 {
  display: none;
}
#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae {
  text-align: left;
}


.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae {
  max-width: 100%;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom,
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae {
  max-width: 100%;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom,
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae {
  max-width: 100%;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom,
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae {
  max-width: 100%;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom,
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae {
  max-width: 100%;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom,
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae {
  max-width: 100%;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom,
.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdde8652-c0c3-431a-b6ab-16e7c43eebae .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-20b3e84a-8d15-4291-8833-987e4e560cca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20b3e84a-8d15-4291-8833-987e4e560cca .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-c1075f41-cc34-44bf-8307-bae616e5be6e {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c1075f41-cc34-44bf-8307-bae616e5be6e {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1075f41-cc34-44bf-8307-bae616e5be6e {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1075f41-cc34-44bf-8307-bae616e5be6e {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-be08efd8-8fac-4bb8-a8a9-9622dd3a7ca7 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-be08efd8-8fac-4bb8-a8a9-9622dd3a7ca7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-be08efd8-8fac-4bb8-a8a9-9622dd3a7ca7:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-be08efd8-8fac-4bb8-a8a9-9622dd3a7ca7 {
  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-be08efd8-8fac-4bb8-a8a9-9622dd3a7ca7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be08efd8-8fac-4bb8-a8a9-9622dd3a7ca7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be08efd8-8fac-4bb8-a8a9-9622dd3a7ca7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-be08efd8-8fac-4bb8-a8a9-9622dd3a7ca7.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-a06f8602-4d9d-4c3c-9c20-1c367e51b715 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-a06f8602-4d9d-4c3c-9c20-1c367e51b715 {
  display: none;
}
#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 {
  text-align: left;
}


.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 {
  max-width: 100%;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom,
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 {
  max-width: 100%;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom,
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 {
  max-width: 100%;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom,
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 {
  max-width: 100%;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom,
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 {
  max-width: 100%;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom,
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 {
  max-width: 100%;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom,
.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a370f4aa-220f-4c76-99b6-90f10b08c1a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-882cf1fb-ffd2-4614-8b5b-a9a3eea66ac8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-882cf1fb-ffd2-4614-8b5b-a9a3eea66ac8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-0480d796-1c90-4366-a5b8-159b654d6495 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-0480d796-1c90-4366-a5b8-159b654d6495 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0480d796-1c90-4366-a5b8-159b654d6495 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0480d796-1c90-4366-a5b8-159b654d6495 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-705c4e91-0990-4d63-9f2c-d1d8368a8ffc {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-705c4e91-0990-4d63-9f2c-d1d8368a8ffc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-705c4e91-0990-4d63-9f2c-d1d8368a8ffc:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-705c4e91-0990-4d63-9f2c-d1d8368a8ffc {
  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-705c4e91-0990-4d63-9f2c-d1d8368a8ffc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-705c4e91-0990-4d63-9f2c-d1d8368a8ffc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-705c4e91-0990-4d63-9f2c-d1d8368a8ffc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-705c4e91-0990-4d63-9f2c-d1d8368a8ffc.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-e22596e4-5841-4f18-93f9-e7b327ff477b {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-e22596e4-5841-4f18-93f9-e7b327ff477b {
  display: none;
}
#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 {
  text-align: left;
}


.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 {
  max-width: 100%;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom,
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 {
  max-width: 100%;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom,
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 {
  max-width: 100%;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom,
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 {
  max-width: 100%;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom,
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 {
  max-width: 100%;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom,
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 {
  max-width: 100%;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom,
.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3aba7db-b854-4273-938c-8c4f6ca2fca2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-a8e1c6a2-cdc4-40bd-92e7-8ce3c1313b03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8e1c6a2-cdc4-40bd-92e7-8ce3c1313b03 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-4fbb9ac1-3cbe-42ec-a52a-8dc52248ac90 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-4fbb9ac1-3cbe-42ec-a52a-8dc52248ac90 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fbb9ac1-3cbe-42ec-a52a-8dc52248ac90 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fbb9ac1-3cbe-42ec-a52a-8dc52248ac90 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-43a128c1-041b-4afc-8a4f-2d191f65e25d {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-43a128c1-041b-4afc-8a4f-2d191f65e25d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-43a128c1-041b-4afc-8a4f-2d191f65e25d:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-43a128c1-041b-4afc-8a4f-2d191f65e25d {
  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-43a128c1-041b-4afc-8a4f-2d191f65e25d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43a128c1-041b-4afc-8a4f-2d191f65e25d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-43a128c1-041b-4afc-8a4f-2d191f65e25d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-43a128c1-041b-4afc-8a4f-2d191f65e25d.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


@media (max-width: 767px){#s-1f82f566-1cf5-4970-810b-38aef4f4889a {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-1f82f566-1cf5-4970-810b-38aef4f4889a {
  display: none;
}
#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 {
  text-align: left;
}


.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 {
  max-width: 100%;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom,
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 {
  max-width: 100%;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom,
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 {
  max-width: 100%;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom,
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 {
  max-width: 100%;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom,
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 {
  max-width: 100%;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom,
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 {
  max-width: 100%;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom,
.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62eadd8d-0251-4b3c-843a-438cc2e2d951 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-642b246e-9463-4851-9c74-a1224aef89b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-642b246e-9463-4851-9c74-a1224aef89b4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: 1px;
}

#s-d46996be-0439-4e6b-bfe1-1cccbddb2794 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d46996be-0439-4e6b-bfe1-1cccbddb2794 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d46996be-0439-4e6b-bfe1-1cccbddb2794 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d46996be-0439-4e6b-bfe1-1cccbddb2794 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-0108ab6b-1ec4-4282-aba5-5a426cefc1ab {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-0108ab6b-1ec4-4282-aba5-5a426cefc1ab:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0108ab6b-1ec4-4282-aba5-5a426cefc1ab:active {background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-0108ab6b-1ec4-4282-aba5-5a426cefc1ab {
  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-0108ab6b-1ec4-4282-aba5-5a426cefc1ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0108ab6b-1ec4-4282-aba5-5a426cefc1ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0108ab6b-1ec4-4282-aba5-5a426cefc1ab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0108ab6b-1ec4-4282-aba5-5a426cefc1ab.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-49202434-1fde-4fd9-baa5-5ed61ef48311 {
  margin-top: 40px;
margin-left: -2%;
margin-bottom: 40px;
margin-right: -2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-49202434-1fde-4fd9-baa5-5ed61ef48311 {
  display: none;
}
#s-49202434-1fde-4fd9-baa5-5ed61ef48311, #wrap-s-49202434-1fde-4fd9-baa5-5ed61ef48311 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49202434-1fde-4fd9-baa5-5ed61ef48311 {
  display: none;
}
#s-49202434-1fde-4fd9-baa5-5ed61ef48311, #wrap-s-49202434-1fde-4fd9-baa5-5ed61ef48311 { display:none !important; }}







#s-49202434-1fde-4fd9-baa5-5ed61ef48311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49202434-1fde-4fd9-baa5-5ed61ef48311.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c {
  display: none;
}
#s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c, #wrap-s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c { display:none !important; }}@media (max-width: 767px){#s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c {
  display: none;
}
#s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c, #wrap-s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c { display:none !important; }}







#s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed914d3c-2898-4ceb-9bfe-800f0dd3829c.shg-box.shg-c {
  justify-content: center;
}

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