.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-6f9a8da2-a55f-4ff3-aff5-8f0e4ef1bde1 {
  background-image: url(https://i.shgcdn.com/48c3b883-f29a-4b5b-96cf-a54b79cbfc33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-6f9a8da2-a55f-4ff3-aff5-8f0e4ef1bde1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.8;
}#s-6f9a8da2-a55f-4ff3-aff5-8f0e4ef1bde1.shg-box.shg-c {
  justify-content: 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-0befcc14-3430-4991-a793-51e92ed35d38 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0befcc14-3430-4991-a793-51e92ed35d38 .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 0.87);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 72px;
  line-height: ;
  letter-spacing: ;
  text-align: 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-91044c47-360e-4e2a-8ec6-a59e083fc2bc {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
opacity: 0.97;
}




  #s-91044c47-360e-4e2a-8ec6-a59e083fc2bc img.shogun-image {
    
    width: px;
  }


#s-91044c47-360e-4e2a-8ec6-a59e083fc2bc .shogun-image-content {
  
    align-items: center;
  
}

#s-e1410082-0827-456d-b74c-1ddbe17a360c {
  margin-top: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1410082-0827-456d-b74c-1ddbe17a360c {
  display: none;
}
#s-e1410082-0827-456d-b74c-1ddbe17a360c, #wrap-s-e1410082-0827-456d-b74c-1ddbe17a360c { display:none !important; }}@media (max-width: 767px){#s-e1410082-0827-456d-b74c-1ddbe17a360c {
  display: none;
}
#s-e1410082-0827-456d-b74c-1ddbe17a360c, #wrap-s-e1410082-0827-456d-b74c-1ddbe17a360c { display:none !important; }}
#s-e1410082-0827-456d-b74c-1ddbe17a360c .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36a45b38-8540-4b42-bf61-e22c24c8920c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-36a45b38-8540-4b42-bf61-e22c24c8920c {
  display: none;
}
#s-36a45b38-8540-4b42-bf61-e22c24c8920c, #wrap-s-36a45b38-8540-4b42-bf61-e22c24c8920c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36a45b38-8540-4b42-bf61-e22c24c8920c {
  display: none;
}
#s-36a45b38-8540-4b42-bf61-e22c24c8920c, #wrap-s-36a45b38-8540-4b42-bf61-e22c24c8920c { display:none !important; }}
#s-36a45b38-8540-4b42-bf61-e22c24c8920c .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  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-1bb38592-3d4a-42df-a017-c7b72ede6803 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bb38592-3d4a-42df-a017-c7b72ede6803 {
  display: none;
}
#s-1bb38592-3d4a-42df-a017-c7b72ede6803, #wrap-s-1bb38592-3d4a-42df-a017-c7b72ede6803 { display:none !important; }}@media (max-width: 767px){#s-1bb38592-3d4a-42df-a017-c7b72ede6803 {
  display: none;
}
#s-1bb38592-3d4a-42df-a017-c7b72ede6803, #wrap-s-1bb38592-3d4a-42df-a017-c7b72ede6803 { display:none !important; }}
#s-9ad1c5a1-a62e-48d7-99e9-7e6240113a33 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-9ad1c5a1-a62e-48d7-99e9-7e6240113a33 {
  display: none;
}
#s-9ad1c5a1-a62e-48d7-99e9-7e6240113a33, #wrap-s-9ad1c5a1-a62e-48d7-99e9-7e6240113a33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ad1c5a1-a62e-48d7-99e9-7e6240113a33 {
  display: none;
}
#s-9ad1c5a1-a62e-48d7-99e9-7e6240113a33, #wrap-s-9ad1c5a1-a62e-48d7-99e9-7e6240113a33 { display:none !important; }}
#s-f61868d6-f9ad-4929-aaba-5246367ff1c0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0.01);
}

#s-2aa52d20-1937-47fe-840d-c6f5666c22d3 {
  box-shadow:0px 0px 0px 0px ;
margin-bottom: 2%;
}








#s-2aa52d20-1937-47fe-840d-c6f5666c22d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2aa52d20-1937-47fe-840d-c6f5666c22d3.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-c-xs-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-23ddee0c-3241-4ee6-81cd-9b4c94ea0999 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23ddee0c-3241-4ee6-81cd-9b4c94ea0999"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4e474244-77bf-458b-b85d-a068962550ae {
  padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-4e474244-77bf-458b-b85d-a068962550ae img.shogun-image {
    
    width: px;
  }


#s-4e474244-77bf-458b-b85d-a068962550ae .shogun-image-content {
  
    align-items: center;
  
}

#s-d31e8c1d-db7b-4da6-93d0-d6e4ef9541ae {
  padding-top: 0px;
padding-bottom: 0%;
text-align: center;
}




  #s-d31e8c1d-db7b-4da6-93d0-d6e4ef9541ae img.shogun-image {
    
    width: px;
  }


#s-d31e8c1d-db7b-4da6-93d0-d6e4ef9541ae .shogun-image-content {
  
    align-items: center;
  
}

#s-983c61da-3ba4-49b2-b58b-ddbe83c64fce {
  margin-top: 0px;
margin-bottom: 0px;
}




  #s-983c61da-3ba4-49b2-b58b-ddbe83c64fce img.shogun-image {
    
    width: px;
  }


#s-983c61da-3ba4-49b2-b58b-ddbe83c64fce .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-95341d32-e02f-4f8c-acf3-749bee2391e9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95341d32-e02f-4f8c-acf3-749bee2391e9 {
  display: none;
}
#s-95341d32-e02f-4f8c-acf3-749bee2391e9, #wrap-s-95341d32-e02f-4f8c-acf3-749bee2391e9 { display:none !important; }}@media (max-width: 767px){#s-95341d32-e02f-4f8c-acf3-749bee2391e9 {
  display: none;
}
#s-95341d32-e02f-4f8c-acf3-749bee2391e9, #wrap-s-95341d32-e02f-4f8c-acf3-749bee2391e9 { display:none !important; }}
#s-61dbcf72-9e47-4075-b701-913fbb4777c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61dbcf72-9e47-4075-b701-913fbb4777c6 .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-07df9ac3-b5ae-4ede-be60-ab7172fcba76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07df9ac3-b5ae-4ede-be60-ab7172fcba76 .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-009e1cfb-ba5d-4320-9c4d-c2ade377b4df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-009e1cfb-ba5d-4320-9c4d-c2ade377b4df .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-baebca30-7902-4214-a0a5-705dfb4c44b5 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-baebca30-7902-4214-a0a5-705dfb4c44b5 {
  display: none;
}
#s-baebca30-7902-4214-a0a5-705dfb4c44b5, #wrap-s-baebca30-7902-4214-a0a5-705dfb4c44b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baebca30-7902-4214-a0a5-705dfb4c44b5 {
  display: none;
}
#s-baebca30-7902-4214-a0a5-705dfb4c44b5, #wrap-s-baebca30-7902-4214-a0a5-705dfb4c44b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-baebca30-7902-4214-a0a5-705dfb4c44b5 {
  
}
}@media (max-width: 767px){#s-baebca30-7902-4214-a0a5-705dfb4c44b5 {
  
}
}
#s-7d472642-d4b7-412a-b2cd-8a44b1526fea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d472642-d4b7-412a-b2cd-8a44b1526fea .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63323b62-ff88-43fc-beb4-4cbb207786f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63323b62-ff88-43fc-beb4-4cbb207786f0 .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a33a1daf-173c-44f1-a0c3-12bf58d2ba18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a33a1daf-173c-44f1-a0c3-12bf58d2ba18 .shogun-heading-component h1 {
  color: rgba(14, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1e0631eb-d940-49f4-9b05-6fda8cec8bb1 {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-1e0631eb-d940-49f4-9b05-6fda8cec8bb1 {
  display: none;
}
#s-1e0631eb-d940-49f4-9b05-6fda8cec8bb1, #wrap-s-1e0631eb-d940-49f4-9b05-6fda8cec8bb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e0631eb-d940-49f4-9b05-6fda8cec8bb1 {
  display: none;
}
#s-1e0631eb-d940-49f4-9b05-6fda8cec8bb1, #wrap-s-1e0631eb-d940-49f4-9b05-6fda8cec8bb1 { display:none !important; }}
#s-1e0631eb-d940-49f4-9b05-6fda8cec8bb1 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0.03);
}

#s-8ac636ac-ffe9-4e5b-9696-6ff843acf73d {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-8ac636ac-ffe9-4e5b-9696-6ff843acf73d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-fda1cccd-2b23-409d-8959-00692733fbb8 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fda1cccd-2b23-409d-8959-00692733fbb8 {
  display: none;
}
#s-fda1cccd-2b23-409d-8959-00692733fbb8, #wrap-s-fda1cccd-2b23-409d-8959-00692733fbb8 { display:none !important; }}@media (max-width: 767px){#s-fda1cccd-2b23-409d-8959-00692733fbb8 {
  display: none;
}
#s-fda1cccd-2b23-409d-8959-00692733fbb8, #wrap-s-fda1cccd-2b23-409d-8959-00692733fbb8 { display:none !important; }}
#s-fda1cccd-2b23-409d-8959-00692733fbb8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f3a8d6ea-6258-4484-8b82-5e34783e11e0 {
  margin-top: 1px;
margin-left: 15%;
margin-bottom: 1px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3a8d6ea-6258-4484-8b82-5e34783e11e0 {
  display: none;
}
#s-f3a8d6ea-6258-4484-8b82-5e34783e11e0, #wrap-s-f3a8d6ea-6258-4484-8b82-5e34783e11e0 { display:none !important; }}@media (max-width: 767px){#s-f3a8d6ea-6258-4484-8b82-5e34783e11e0 {
  display: none;
}
#s-f3a8d6ea-6258-4484-8b82-5e34783e11e0, #wrap-s-f3a8d6ea-6258-4484-8b82-5e34783e11e0 { display:none !important; }}
#s-87969ac1-1da9-4f4f-8cfc-abed1bb32cf9 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87969ac1-1da9-4f4f-8cfc-abed1bb32cf9 {
  display: none;
}
#s-87969ac1-1da9-4f4f-8cfc-abed1bb32cf9, #wrap-s-87969ac1-1da9-4f4f-8cfc-abed1bb32cf9 { display:none !important; }}@media (max-width: 767px){#s-87969ac1-1da9-4f4f-8cfc-abed1bb32cf9 {
  display: none;
}
#s-87969ac1-1da9-4f4f-8cfc-abed1bb32cf9, #wrap-s-87969ac1-1da9-4f4f-8cfc-abed1bb32cf9 { display:none !important; }}
#s-22ba39cf-299b-4836-a5b4-637d4b09c0dc {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-22ba39cf-299b-4836-a5b4-637d4b09c0dc img.shogun-image {
    
    width: px;
  }


#s-22ba39cf-299b-4836-a5b4-637d4b09c0dc .shogun-image-content {
  
    align-items: center;
  
}

#s-a655c5bc-b88b-4f36-a9f3-fe204af75fc8 {
  text-align: center;
}




  #s-a655c5bc-b88b-4f36-a9f3-fe204af75fc8 img.shogun-image {
    
    width: px;
  }


#s-a655c5bc-b88b-4f36-a9f3-fe204af75fc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bdf8633-e809-422c-82c2-88c8cae704e1 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bdf8633-e809-422c-82c2-88c8cae704e1 {
  display: none;
}
#s-1bdf8633-e809-422c-82c2-88c8cae704e1, #wrap-s-1bdf8633-e809-422c-82c2-88c8cae704e1 { display:none !important; }}@media (max-width: 767px){#s-1bdf8633-e809-422c-82c2-88c8cae704e1 {
  display: none;
}
#s-1bdf8633-e809-422c-82c2-88c8cae704e1, #wrap-s-1bdf8633-e809-422c-82c2-88c8cae704e1 { display:none !important; }}
#s-1bdf8633-e809-422c-82c2-88c8cae704e1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fdcc0380-1ad1-4160-9f1c-73237ca4bfd7 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdcc0380-1ad1-4160-9f1c-73237ca4bfd7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1d2e552a-b3ae-48d1-a981-52a065b76d17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1d2e552a-b3ae-48d1-a981-52a065b76d17 {
  display: none;
}
#s-1d2e552a-b3ae-48d1-a981-52a065b76d17, #wrap-s-1d2e552a-b3ae-48d1-a981-52a065b76d17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d2e552a-b3ae-48d1-a981-52a065b76d17 {
  display: none;
}
#s-1d2e552a-b3ae-48d1-a981-52a065b76d17, #wrap-s-1d2e552a-b3ae-48d1-a981-52a065b76d17 { display:none !important; }}
#s-1d2e552a-b3ae-48d1-a981-52a065b76d17 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3803d68f-ba48-46e9-bb35-8834266c551f {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3803d68f-ba48-46e9-bb35-8834266c551f {
  display: none;
}
#s-3803d68f-ba48-46e9-bb35-8834266c551f, #wrap-s-3803d68f-ba48-46e9-bb35-8834266c551f { display:none !important; }}@media (max-width: 767px){#s-3803d68f-ba48-46e9-bb35-8834266c551f {
  display: none;
}
#s-3803d68f-ba48-46e9-bb35-8834266c551f, #wrap-s-3803d68f-ba48-46e9-bb35-8834266c551f { display:none !important; }}
#s-3803d68f-ba48-46e9-bb35-8834266c551f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3803d68f-ba48-46e9-bb35-8834266c551f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3803d68f-ba48-46e9-bb35-8834266c551f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 3, 5, 1);
}

#s-3803d68f-ba48-46e9-bb35-8834266c551f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3803d68f-ba48-46e9-bb35-8834266c551f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 3, 5, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-3803d68f-ba48-46e9-bb35-8834266c551f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e4d8a554-2708-4690-8b4d-a467a659daa4 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e4d8a554-2708-4690-8b4d-a467a659daa4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-c8e3b62d-9534-4e54-844f-ce6cb89e4c0b {
  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-67d77562-497a-490c-9289-976429148e34 {
  text-align: left;
}


.shg-c#s-67d77562-497a-490c-9289-976429148e34 {
  max-width: 100%;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom,
.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67d77562-497a-490c-9289-976429148e34 {
  max-width: 100%;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom,
.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67d77562-497a-490c-9289-976429148e34 {
  max-width: 100%;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom,
.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67d77562-497a-490c-9289-976429148e34 {
  max-width: 100%;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom,
.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67d77562-497a-490c-9289-976429148e34 {
  max-width: 100%;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .shg-image-zoom,
.shg-c#s-67d77562-497a-490c-9289-976429148e34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67d77562-497a-490c-9289-976429148e34 .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-1314c99c-118b-4dee-bbcc-db8a70bcc3ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1314c99c-118b-4dee-bbcc-db8a70bcc3ee .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-52ac3660-a4ef-49b4-bb9c-453719cc55f0 {
  text-align: center;
}

#s-52ac3660-a4ef-49b4-bb9c-453719cc55f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-52ac3660-a4ef-49b4-bb9c-453719cc55f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-52ac3660-a4ef-49b4-bb9c-453719cc55f0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89fe01a7-ad90-4a90-a361-33943e69137c {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}

#s-89fe01a7-ad90-4a90-a361-33943e69137c .shg-product-quantity-wrapper {
  display: flex;
}

#s-89fe01a7-ad90-4a90-a361-33943e69137c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-89fe01a7-ad90-4a90-a361-33943e69137c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-89fe01a7-ad90-4a90-a361-33943e69137c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-89fe01a7-ad90-4a90-a361-33943e69137c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

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

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

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

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

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

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

#s-65751ed0-7b0b-4f61-a47d-cacb2406ba02 {
  margin-top: 3%;
margin-left: 14%;
margin-right: 14%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-65751ed0-7b0b-4f61-a47d-cacb2406ba02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65751ed0-7b0b-4f61-a47d-cacb2406ba02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65751ed0-7b0b-4f61-a47d-cacb2406ba02 {
  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-65751ed0-7b0b-4f61-a47d-cacb2406ba02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65751ed0-7b0b-4f61-a47d-cacb2406ba02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-65751ed0-7b0b-4f61-a47d-cacb2406ba02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65751ed0-7b0b-4f61-a47d-cacb2406ba02.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cb42ed8d-2422-495c-9ccf-64a4982631d5 {
  display: none;
}
#s-ec8d4250-83d4-444e-864c-c7c39041d13e {
  text-align: left;
}


.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e {
  max-width: 100%;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom,
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e {
  max-width: 100%;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom,
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e {
  max-width: 100%;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom,
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e {
  max-width: 100%;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom,
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e {
  max-width: 100%;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom,
.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8d4250-83d4-444e-864c-c7c39041d13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8e85171b-d65c-4871-b710-9a48df260ca6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e85171b-d65c-4871-b710-9a48df260ca6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-20e00173-4322-4cf5-b1d5-e7f3a6057c65 {
  text-align: center;
}

#s-20e00173-4322-4cf5-b1d5-e7f3a6057c65 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-20e00173-4322-4cf5-b1d5-e7f3a6057c65 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-20e00173-4322-4cf5-b1d5-e7f3a6057c65 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8960715e-d2c2-4b4c-b316-7275adaedf3a {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-8960715e-d2c2-4b4c-b316-7275adaedf3a .shg-product-quantity-wrapper {
  display: flex;
}

#s-8960715e-d2c2-4b4c-b316-7275adaedf3a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8960715e-d2c2-4b4c-b316-7275adaedf3a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8960715e-d2c2-4b4c-b316-7275adaedf3a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8960715e-d2c2-4b4c-b316-7275adaedf3a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-64f97a37-cdfa-4feb-bc6b-352f1b8f3ec8 {
  margin-top: 3%;
margin-left: 14%;
margin-right: 14%;
padding-top: 11px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-64f97a37-cdfa-4feb-bc6b-352f1b8f3ec8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64f97a37-cdfa-4feb-bc6b-352f1b8f3ec8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64f97a37-cdfa-4feb-bc6b-352f1b8f3ec8 {
  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-64f97a37-cdfa-4feb-bc6b-352f1b8f3ec8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-64f97a37-cdfa-4feb-bc6b-352f1b8f3ec8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-64f97a37-cdfa-4feb-bc6b-352f1b8f3ec8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-64f97a37-cdfa-4feb-bc6b-352f1b8f3ec8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3a64c4f7-b6d3-4afc-8e07-4082185c3c1d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3a64c4f7-b6d3-4afc-8e07-4082185c3c1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3a64c4f7-b6d3-4afc-8e07-4082185c3c1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 3, 5, 1);
}

#s-3a64c4f7-b6d3-4afc-8e07-4082185c3c1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3a64c4f7-b6d3-4afc-8e07-4082185c3c1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 3, 5, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-3a64c4f7-b6d3-4afc-8e07-4082185c3c1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-754fbdf0-5573-46e8-83ee-85e9a2a2aa0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-0dce0447-e7e7-41a0-8dc8-ea3460cceefa {
  display: none;
}
#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d {
  text-align: left;
}


.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d {
  max-width: 100%;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom,
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d {
  max-width: 100%;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom,
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d {
  max-width: 100%;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom,
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d {
  max-width: 100%;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom,
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d {
  max-width: 100%;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom,
.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e3090dc-898c-441a-8ef6-1c88a03a8b7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4272891d-0afb-4dbb-8f7b-d215d53016f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4272891d-0afb-4dbb-8f7b-d215d53016f8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a1e69f18-a840-47e9-8cf5-33a8e7799028 {
  text-align: center;
}

#s-a1e69f18-a840-47e9-8cf5-33a8e7799028 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1e69f18-a840-47e9-8cf5-33a8e7799028 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a1e69f18-a840-47e9-8cf5-33a8e7799028 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad9254c3-d712-4c37-826d-61f3afe8e8b5 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}

#s-ad9254c3-d712-4c37-826d-61f3afe8e8b5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ad9254c3-d712-4c37-826d-61f3afe8e8b5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ad9254c3-d712-4c37-826d-61f3afe8e8b5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ad9254c3-d712-4c37-826d-61f3afe8e8b5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ad9254c3-d712-4c37-826d-61f3afe8e8b5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6e30550d-a432-4d0d-9fef-54d4473fbbcd {
  margin-top: 3%;
margin-left: 14%;
margin-right: 14%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6e30550d-a432-4d0d-9fef-54d4473fbbcd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e30550d-a432-4d0d-9fef-54d4473fbbcd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e30550d-a432-4d0d-9fef-54d4473fbbcd {
  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-6e30550d-a432-4d0d-9fef-54d4473fbbcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e30550d-a432-4d0d-9fef-54d4473fbbcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6e30550d-a432-4d0d-9fef-54d4473fbbcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6e30550d-a432-4d0d-9fef-54d4473fbbcd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0e816b18-cd29-4b21-b541-542c0d9ff6b5 {
  display: none;
}
#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 {
  text-align: left;
}


.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 {
  max-width: 100%;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom,
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 {
  max-width: 100%;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom,
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 {
  max-width: 100%;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom,
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 {
  max-width: 100%;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom,
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 {
  max-width: 100%;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom,
.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f676c97-20e3-413b-a1e9-1f9cd6411251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-31ed66e4-7ef0-4934-8334-7856c697d8c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31ed66e4-7ef0-4934-8334-7856c697d8c5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ffc4b533-d2d7-4026-a806-e55c8f2a63fb {
  text-align: center;
}

#s-ffc4b533-d2d7-4026-a806-e55c8f2a63fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ffc4b533-d2d7-4026-a806-e55c8f2a63fb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ffc4b533-d2d7-4026-a806-e55c8f2a63fb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b3754a02-ff76-4181-bbc6-f334c523eced {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-b3754a02-ff76-4181-bbc6-f334c523eced .shg-product-quantity-wrapper {
  display: flex;
}

#s-b3754a02-ff76-4181-bbc6-f334c523eced .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b3754a02-ff76-4181-bbc6-f334c523eced .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b3754a02-ff76-4181-bbc6-f334c523eced .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b3754a02-ff76-4181-bbc6-f334c523eced .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c00b40f9-ecfa-4be9-8343-742661dce525 {
  margin-top: 3%;
margin-left: 14%;
margin-right: 14%;
padding-top: 11px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c00b40f9-ecfa-4be9-8343-742661dce525:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c00b40f9-ecfa-4be9-8343-742661dce525:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c00b40f9-ecfa-4be9-8343-742661dce525 {
  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-c00b40f9-ecfa-4be9-8343-742661dce525.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c00b40f9-ecfa-4be9-8343-742661dce525.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c00b40f9-ecfa-4be9-8343-742661dce525.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c00b40f9-ecfa-4be9-8343-742661dce525.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a3d6d6e8-f1ae-4d03-bed4-023d52641efa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3d6d6e8-f1ae-4d03-bed4-023d52641efa {
  display: none;
}
#s-a3d6d6e8-f1ae-4d03-bed4-023d52641efa, #wrap-s-a3d6d6e8-f1ae-4d03-bed4-023d52641efa { display:none !important; }}@media (max-width: 767px){#s-a3d6d6e8-f1ae-4d03-bed4-023d52641efa {
  display: none;
}
#s-a3d6d6e8-f1ae-4d03-bed4-023d52641efa, #wrap-s-a3d6d6e8-f1ae-4d03-bed4-023d52641efa { display:none !important; }}
#s-a3d6d6e8-f1ae-4d03-bed4-023d52641efa .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39ddcd03-16c7-49d6-aaa0-efe542b58e03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-39ddcd03-16c7-49d6-aaa0-efe542b58e03 {
  display: none;
}
#s-39ddcd03-16c7-49d6-aaa0-efe542b58e03, #wrap-s-39ddcd03-16c7-49d6-aaa0-efe542b58e03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39ddcd03-16c7-49d6-aaa0-efe542b58e03 {
  display: none;
}
#s-39ddcd03-16c7-49d6-aaa0-efe542b58e03, #wrap-s-39ddcd03-16c7-49d6-aaa0-efe542b58e03 { display:none !important; }}
#s-39ddcd03-16c7-49d6-aaa0-efe542b58e03 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df834e73-a876-4fdf-87b6-5b238013bdba {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
text-align: center;
opacity: 0.97;
}
@media (min-width: 768px) and (max-width: 991px){#s-df834e73-a876-4fdf-87b6-5b238013bdba {
  display: none;
}
#s-df834e73-a876-4fdf-87b6-5b238013bdba, #wrap-s-df834e73-a876-4fdf-87b6-5b238013bdba { display:none !important; }}@media (max-width: 767px){#s-df834e73-a876-4fdf-87b6-5b238013bdba {
  display: none;
}
#s-df834e73-a876-4fdf-87b6-5b238013bdba, #wrap-s-df834e73-a876-4fdf-87b6-5b238013bdba { display:none !important; }}



  #s-df834e73-a876-4fdf-87b6-5b238013bdba img.shogun-image {
    
    width: px;
  }


#s-df834e73-a876-4fdf-87b6-5b238013bdba .shogun-image-content {
  
    align-items: center;
  
}

#s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
opacity: 0.97;
}
@media (min-width: 1200px){#s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d {
  display: none;
}
#s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d, #wrap-s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d {
  display: none;
}
#s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d, #wrap-s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d { display:none !important; }}



  #s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d img.shogun-image {
    
    width: px;
  }


#s-6f4136a4-aab4-49f0-b19b-b649d3b8d77d .shogun-image-content {
  
    align-items: center;
  
}

#s-98930d11-d4c0-41c5-9377-5c7ee9a6114a {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-98930d11-d4c0-41c5-9377-5c7ee9a6114a {
  display: none;
}
#s-98930d11-d4c0-41c5-9377-5c7ee9a6114a, #wrap-s-98930d11-d4c0-41c5-9377-5c7ee9a6114a { display:none !important; }}@media (max-width: 767px){#s-98930d11-d4c0-41c5-9377-5c7ee9a6114a {
  display: none;
}
#s-98930d11-d4c0-41c5-9377-5c7ee9a6114a, #wrap-s-98930d11-d4c0-41c5-9377-5c7ee9a6114a { display:none !important; }}
@media (min-width: 0px) {
[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98930d11-d4c0-41c5-9377-5c7ee9a6114a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6ca1f1f5-63ed-4738-9386-e371e6a829fb {
  margin-top: 20%;
margin-bottom: 20%;
text-align: center;
}




  #s-6ca1f1f5-63ed-4738-9386-e371e6a829fb img.shogun-image {
    
    width: px;
  }


#s-6ca1f1f5-63ed-4738-9386-e371e6a829fb .shogun-image-content {
  
    align-items: center;
  
}

#s-fdf4c766-ccbb-47ed-8ce2-2e70b2734a54 {
  margin-top: 50%;
margin-left: 10%;
margin-bottom: 50%;
margin-right: 10%;
text-align: center;
}

#s-fdf4c766-ccbb-47ed-8ce2-2e70b2734a54 {
  display: none;
}
#s-117abd24-98c8-4099-8f2b-763d8527a7ed {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-117abd24-98c8-4099-8f2b-763d8527a7ed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-31101ec4-756d-48e2-9887-937ee8bb8d6e {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31101ec4-756d-48e2-9887-937ee8bb8d6e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31101ec4-756d-48e2-9887-937ee8bb8d6e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-31101ec4-756d-48e2-9887-937ee8bb8d6e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f76e6a2-236a-4052-90ab-ef226a369255 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3f76e6a2-236a-4052-90ab-ef226a369255:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f76e6a2-236a-4052-90ab-ef226a369255:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f76e6a2-236a-4052-90ab-ef226a369255 {
  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-3f76e6a2-236a-4052-90ab-ef226a369255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f76e6a2-236a-4052-90ab-ef226a369255.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-3f76e6a2-236a-4052-90ab-ef226a369255.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3 {
  display: none;
}
#s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3, #wrap-s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3 {
  display: none;
}
#s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3, #wrap-s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776f9b78-5eeb-4868-9803-fae6ba8ab8e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d1479717-9b38-4ff7-b8f9-da9645216caf {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}




  #s-d1479717-9b38-4ff7-b8f9-da9645216caf img.shogun-image {
    
    width: px;
  }


#s-d1479717-9b38-4ff7-b8f9-da9645216caf .shogun-image-content {
  
    align-items: center;
  
}

#s-5b1da60d-824f-4112-9920-d5ac6030cf37 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}

#s-5b1da60d-824f-4112-9920-d5ac6030cf37 {
  display: none;
}
#s-14b3564f-57af-4356-8bba-a9412d380054 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14b3564f-57af-4356-8bba-a9412d380054 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-27b34921-f90c-4a2c-9f5e-35635d4fd320 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27b34921-f90c-4a2c-9f5e-35635d4fd320 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-27b34921-f90c-4a2c-9f5e-35635d4fd320 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-27b34921-f90c-4a2c-9f5e-35635d4fd320 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eef3e845-3676-49d1-844b-18f551e91cbf {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eef3e845-3676-49d1-844b-18f551e91cbf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eef3e845-3676-49d1-844b-18f551e91cbf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eef3e845-3676-49d1-844b-18f551e91cbf {
  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-eef3e845-3676-49d1-844b-18f551e91cbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eef3e845-3676-49d1-844b-18f551e91cbf.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-eef3e845-3676-49d1-844b-18f551e91cbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058 {
  display: none;
}
#s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058, #wrap-s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058 { display:none !important; }}@media (max-width: 767px){#s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058 {
  display: none;
}
#s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058, #wrap-s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058 { display:none !important; }}
@media (min-width: 0px) {
[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73a1f2b6-a5d8-479b-a0cf-0f0e8cd59058"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a5edf807-cc2f-4b03-928d-527735a3e86a {
  margin-top: 50%;
margin-left: 10%;
margin-bottom: 50%;
margin-right: 10%;
text-align: center;
}

#s-a5edf807-cc2f-4b03-928d-527735a3e86a {
  display: none;
}
#s-83d1af13-1036-43e0-b00e-3fd96664716c {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83d1af13-1036-43e0-b00e-3fd96664716c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9d75b9fc-a6ae-40c0-853e-e4c0bc0abc2a {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d75b9fc-a6ae-40c0-853e-e4c0bc0abc2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d75b9fc-a6ae-40c0-853e-e4c0bc0abc2a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d75b9fc-a6ae-40c0-853e-e4c0bc0abc2a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6850d78b-b45f-4e91-9c3c-fc93a43ff5b5 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6850d78b-b45f-4e91-9c3c-fc93a43ff5b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6850d78b-b45f-4e91-9c3c-fc93a43ff5b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6850d78b-b45f-4e91-9c3c-fc93a43ff5b5 {
  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-6850d78b-b45f-4e91-9c3c-fc93a43ff5b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6850d78b-b45f-4e91-9c3c-fc93a43ff5b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-6850d78b-b45f-4e91-9c3c-fc93a43ff5b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c43f1f8e-54fe-4dac-94a6-a4b1047d83f2 {
  margin-top: 15%;
margin-bottom: 15%;
text-align: center;
}




  #s-c43f1f8e-54fe-4dac-94a6-a4b1047d83f2 img.shogun-image {
    
    width: px;
  }


#s-c43f1f8e-54fe-4dac-94a6-a4b1047d83f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3def7263-f13d-40f6-a04f-953fd189f4e0 {
  margin-top: 15%;
margin-left: 2%;
margin-bottom: 15%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-3def7263-f13d-40f6-a04f-953fd189f4e0 {
  display: none;
}
#s-3def7263-f13d-40f6-a04f-953fd189f4e0, #wrap-s-3def7263-f13d-40f6-a04f-953fd189f4e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3def7263-f13d-40f6-a04f-953fd189f4e0 {
  display: none;
}
#s-3def7263-f13d-40f6-a04f-953fd189f4e0, #wrap-s-3def7263-f13d-40f6-a04f-953fd189f4e0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3def7263-f13d-40f6-a04f-953fd189f4e0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fdce64e1-54b5-48e7-852c-e01ccf185556 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
text-align: center;
}

#s-fdce64e1-54b5-48e7-852c-e01ccf185556 {
  display: none;
}
#s-20c34564-a379-489e-a3c2-2a348117fa54 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20c34564-a379-489e-a3c2-2a348117fa54 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d4f1521d-25a0-418b-a23e-533678f83af3 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4f1521d-25a0-418b-a23e-533678f83af3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d4f1521d-25a0-418b-a23e-533678f83af3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-d4f1521d-25a0-418b-a23e-533678f83af3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cfc39537-cbad-47a4-a0c5-a8383bfe36bc {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cfc39537-cbad-47a4-a0c5-a8383bfe36bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfc39537-cbad-47a4-a0c5-a8383bfe36bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfc39537-cbad-47a4-a0c5-a8383bfe36bc {
  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-cfc39537-cbad-47a4-a0c5-a8383bfe36bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfc39537-cbad-47a4-a0c5-a8383bfe36bc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-cfc39537-cbad-47a4-a0c5-a8383bfe36bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0b38aa43-3d0e-4ca2-816c-df27c6f8393d {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}




  #s-0b38aa43-3d0e-4ca2-816c-df27c6f8393d img.shogun-image {
    
    width: px;
  }


#s-0b38aa43-3d0e-4ca2-816c-df27c6f8393d .shogun-image-content {
  
    align-items: center;
  
}

#s-d66d772b-dfe7-43ce-a870-ad0eb746de19 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d66d772b-dfe7-43ce-a870-ad0eb746de19 {
  display: none;
}
#s-d66d772b-dfe7-43ce-a870-ad0eb746de19, #wrap-s-d66d772b-dfe7-43ce-a870-ad0eb746de19 { display:none !important; }}@media (max-width: 767px){#s-d66d772b-dfe7-43ce-a870-ad0eb746de19 {
  display: none;
}
#s-d66d772b-dfe7-43ce-a870-ad0eb746de19, #wrap-s-d66d772b-dfe7-43ce-a870-ad0eb746de19 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d66d772b-dfe7-43ce-a870-ad0eb746de19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a237f77f-c12c-4bad-a878-108b16168c16 {
  margin-top: 20%;
margin-bottom: 20%;
text-align: center;
}




  #s-a237f77f-c12c-4bad-a878-108b16168c16 img.shogun-image {
    
    width: px;
  }


#s-a237f77f-c12c-4bad-a878-108b16168c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-f91a2cc5-70cb-44bc-b97f-ad2660063314 {
  margin-top: 50%;
margin-left: 10%;
margin-bottom: 50%;
margin-right: 10%;
text-align: center;
}

#s-f91a2cc5-70cb-44bc-b97f-ad2660063314 {
  display: none;
}
#s-cd4dbab5-f7de-4a72-bdf8-df8b4e01e825 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd4dbab5-f7de-4a72-bdf8-df8b4e01e825 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-89c637e9-7a59-41ac-89dd-6202af9f1d63 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89c637e9-7a59-41ac-89dd-6202af9f1d63 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89c637e9-7a59-41ac-89dd-6202af9f1d63 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-89c637e9-7a59-41ac-89dd-6202af9f1d63 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-911fed27-9d00-4957-b3e8-4707451e98c1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-911fed27-9d00-4957-b3e8-4707451e98c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-911fed27-9d00-4957-b3e8-4707451e98c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-911fed27-9d00-4957-b3e8-4707451e98c1 {
  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-911fed27-9d00-4957-b3e8-4707451e98c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911fed27-9d00-4957-b3e8-4707451e98c1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-911fed27-9d00-4957-b3e8-4707451e98c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-770efcaa-9e36-4d01-8ff7-521d61aeda71 {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-770efcaa-9e36-4d01-8ff7-521d61aeda71 {
  display: none;
}
#s-770efcaa-9e36-4d01-8ff7-521d61aeda71, #wrap-s-770efcaa-9e36-4d01-8ff7-521d61aeda71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-770efcaa-9e36-4d01-8ff7-521d61aeda71 {
  display: none;
}
#s-770efcaa-9e36-4d01-8ff7-521d61aeda71, #wrap-s-770efcaa-9e36-4d01-8ff7-521d61aeda71 { display:none !important; }}
@media (min-width: 0px) {
[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-770efcaa-9e36-4d01-8ff7-521d61aeda71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9bf07d49-7bba-4fac-ac22-86b8749a52ce {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-9bf07d49-7bba-4fac-ac22-86b8749a52ce img.shogun-image {
    
    width: px;
  }


#s-9bf07d49-7bba-4fac-ac22-86b8749a52ce .shogun-image-content {
  
    align-items: center;
  
}

#s-d6687193-2e11-48d2-a20b-6f285f1df85a {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}

#s-d6687193-2e11-48d2-a20b-6f285f1df85a {
  display: none;
}
#s-1bdffc82-347e-44c9-bb23-c6811d877fb4 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bdffc82-347e-44c9-bb23-c6811d877fb4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4f600a4b-b219-429a-b190-531f136357fa {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f600a4b-b219-429a-b190-531f136357fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f600a4b-b219-429a-b190-531f136357fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-4f600a4b-b219-429a-b190-531f136357fa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-750690eb-c98b-4795-a390-549209c33926 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-750690eb-c98b-4795-a390-549209c33926:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-750690eb-c98b-4795-a390-549209c33926:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-750690eb-c98b-4795-a390-549209c33926 {
  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-750690eb-c98b-4795-a390-549209c33926.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-750690eb-c98b-4795-a390-549209c33926.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-750690eb-c98b-4795-a390-549209c33926.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1ed1e654-23c4-45b1-9ef5-cb595f9987af {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ed1e654-23c4-45b1-9ef5-cb595f9987af {
  display: none;
}
#s-1ed1e654-23c4-45b1-9ef5-cb595f9987af, #wrap-s-1ed1e654-23c4-45b1-9ef5-cb595f9987af { display:none !important; }}@media (max-width: 767px){#s-1ed1e654-23c4-45b1-9ef5-cb595f9987af {
  display: none;
}
#s-1ed1e654-23c4-45b1-9ef5-cb595f9987af, #wrap-s-1ed1e654-23c4-45b1-9ef5-cb595f9987af { display:none !important; }}
@media (min-width: 0px) {
[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ed1e654-23c4-45b1-9ef5-cb595f9987af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-895ac75a-78b4-493c-80f3-7177b85be371 {
  margin-top: 50%;
margin-left: 10%;
margin-bottom: 50%;
margin-right: 10%;
text-align: center;
}

#s-895ac75a-78b4-493c-80f3-7177b85be371 {
  display: none;
}
#s-06ddc1ba-7a58-47d2-ad03-ba0de7fa4f99 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06ddc1ba-7a58-47d2-ad03-ba0de7fa4f99 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7f4fff06-ca1c-4805-984d-f8b76a5e45aa {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f4fff06-ca1c-4805-984d-f8b76a5e45aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f4fff06-ca1c-4805-984d-f8b76a5e45aa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7f4fff06-ca1c-4805-984d-f8b76a5e45aa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e199aa82-e793-44da-a2c6-f993fdefca04 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e199aa82-e793-44da-a2c6-f993fdefca04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e199aa82-e793-44da-a2c6-f993fdefca04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e199aa82-e793-44da-a2c6-f993fdefca04 {
  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-e199aa82-e793-44da-a2c6-f993fdefca04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e199aa82-e793-44da-a2c6-f993fdefca04.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-e199aa82-e793-44da-a2c6-f993fdefca04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0dd2fccd-7210-498a-8014-0b7f46975a00 {
  margin-top: 15%;
margin-bottom: 15%;
text-align: center;
}




  #s-0dd2fccd-7210-498a-8014-0b7f46975a00 img.shogun-image {
    
    width: px;
  }


#s-0dd2fccd-7210-498a-8014-0b7f46975a00 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cadcbe0-817c-4991-9fc0-5bb7a2340367 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cadcbe0-817c-4991-9fc0-5bb7a2340367 {
  display: none;
}
#s-7cadcbe0-817c-4991-9fc0-5bb7a2340367, #wrap-s-7cadcbe0-817c-4991-9fc0-5bb7a2340367 { display:none !important; }}@media (max-width: 767px){#s-7cadcbe0-817c-4991-9fc0-5bb7a2340367 {
  display: none;
}
#s-7cadcbe0-817c-4991-9fc0-5bb7a2340367, #wrap-s-7cadcbe0-817c-4991-9fc0-5bb7a2340367 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7cadcbe0-817c-4991-9fc0-5bb7a2340367"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-701b28d8-bdf2-42ab-8205-cadc564fcb4b {
  margin-top: 20%;
margin-bottom: 20%;
text-align: center;
}




  #s-701b28d8-bdf2-42ab-8205-cadc564fcb4b img.shogun-image {
    
    width: px;
  }


#s-701b28d8-bdf2-42ab-8205-cadc564fcb4b .shogun-image-content {
  
    align-items: center;
  
}

#s-f2b33a56-7fca-493a-903e-9e4367d123c2 {
  margin-top: 50%;
margin-left: 10%;
margin-bottom: 50%;
margin-right: 10%;
text-align: center;
}

#s-f2b33a56-7fca-493a-903e-9e4367d123c2 {
  display: none;
}
#s-4d431b48-55be-4466-a217-fb401c66fdb3 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d431b48-55be-4466-a217-fb401c66fdb3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6d044bd2-0f7b-492d-be1b-c3f88bde881c {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d044bd2-0f7b-492d-be1b-c3f88bde881c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6d044bd2-0f7b-492d-be1b-c3f88bde881c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6d044bd2-0f7b-492d-be1b-c3f88bde881c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0aad6130-7f7f-4b88-80a5-439274afe884 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0aad6130-7f7f-4b88-80a5-439274afe884:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0aad6130-7f7f-4b88-80a5-439274afe884:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0aad6130-7f7f-4b88-80a5-439274afe884 {
  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-0aad6130-7f7f-4b88-80a5-439274afe884.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0aad6130-7f7f-4b88-80a5-439274afe884.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-0aad6130-7f7f-4b88-80a5-439274afe884.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db {
  margin-top: 15%;
margin-left: 1%;
margin-bottom: 15%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db {
  display: none;
}
#s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db, #wrap-s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db {
  display: none;
}
#s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db, #wrap-s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db { display:none !important; }}
@media (min-width: 0px) {
[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f96ea4e6-e69e-4bac-b2f8-38dc19cb46db"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dcc50930-125b-45fb-ac83-064aa3b5136c {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}

#s-dcc50930-125b-45fb-ac83-064aa3b5136c {
  display: none;
}
#s-959f01f5-8bbb-4075-9942-0628f921495b {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-959f01f5-8bbb-4075-9942-0628f921495b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e8cd41e1-ebcf-4fc1-9b2a-baad0fec0315 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8cd41e1-ebcf-4fc1-9b2a-baad0fec0315 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e8cd41e1-ebcf-4fc1-9b2a-baad0fec0315 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-e8cd41e1-ebcf-4fc1-9b2a-baad0fec0315 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0bea6189-3790-486d-8a8f-fe82ec5f093e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0bea6189-3790-486d-8a8f-fe82ec5f093e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bea6189-3790-486d-8a8f-fe82ec5f093e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bea6189-3790-486d-8a8f-fe82ec5f093e {
  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-0bea6189-3790-486d-8a8f-fe82ec5f093e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bea6189-3790-486d-8a8f-fe82ec5f093e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-0bea6189-3790-486d-8a8f-fe82ec5f093e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7b756f35-d8e1-4384-84bb-643ea1879ade {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}




  #s-7b756f35-d8e1-4384-84bb-643ea1879ade img.shogun-image {
    
    width: px;
  }


#s-7b756f35-d8e1-4384-84bb-643ea1879ade .shogun-image-content {
  
    align-items: center;
  
}

#s-1b132bbc-2267-4728-98f3-4edd42bbd297 {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-1b132bbc-2267-4728-98f3-4edd42bbd297 {
  display: none;
}
#s-1b132bbc-2267-4728-98f3-4edd42bbd297, #wrap-s-1b132bbc-2267-4728-98f3-4edd42bbd297 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b132bbc-2267-4728-98f3-4edd42bbd297 {
  display: none;
}
#s-1b132bbc-2267-4728-98f3-4edd42bbd297, #wrap-s-1b132bbc-2267-4728-98f3-4edd42bbd297 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b132bbc-2267-4728-98f3-4edd42bbd297"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3af5b026-97cc-4170-ac27-01243a6f1ca8 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}




  #s-3af5b026-97cc-4170-ac27-01243a6f1ca8 img.shogun-image {
    
    width: px;
  }


#s-3af5b026-97cc-4170-ac27-01243a6f1ca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8671d82-71f3-4d27-aba2-d2b62477df8e {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}

#s-d8671d82-71f3-4d27-aba2-d2b62477df8e {
  display: none;
}
#s-606b8463-0cbc-4d88-a277-40729e558b17 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-606b8463-0cbc-4d88-a277-40729e558b17 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-91eeb311-8013-4bb4-a22b-730b1d636fdb {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91eeb311-8013-4bb4-a22b-730b1d636fdb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-91eeb311-8013-4bb4-a22b-730b1d636fdb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-91eeb311-8013-4bb4-a22b-730b1d636fdb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e36aedd-8c34-4501-8320-21fea8b72f3e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e36aedd-8c34-4501-8320-21fea8b72f3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e36aedd-8c34-4501-8320-21fea8b72f3e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e36aedd-8c34-4501-8320-21fea8b72f3e {
  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-0e36aedd-8c34-4501-8320-21fea8b72f3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e36aedd-8c34-4501-8320-21fea8b72f3e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-0e36aedd-8c34-4501-8320-21fea8b72f3e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-72dc0daf-a3c6-4659-8633-966f9c59fb89 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-72dc0daf-a3c6-4659-8633-966f9c59fb89 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-071f500f-0e8a-42b4-991e-d5834607b24b {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-071f500f-0e8a-42b4-991e-d5834607b24b {
  display: none;
}
#s-071f500f-0e8a-42b4-991e-d5834607b24b, #wrap-s-071f500f-0e8a-42b4-991e-d5834607b24b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-071f500f-0e8a-42b4-991e-d5834607b24b {
  display: none;
}
#s-071f500f-0e8a-42b4-991e-d5834607b24b, #wrap-s-071f500f-0e8a-42b4-991e-d5834607b24b { display:none !important; }}
#s-071f500f-0e8a-42b4-991e-d5834607b24b .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2bb0b65f-b8cf-4830-a273-57770220b8e6 {
  margin-top: 1px;
margin-left: 10%;
margin-bottom: 1px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-2bb0b65f-b8cf-4830-a273-57770220b8e6 {
  display: none;
}
#s-2bb0b65f-b8cf-4830-a273-57770220b8e6, #wrap-s-2bb0b65f-b8cf-4830-a273-57770220b8e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bb0b65f-b8cf-4830-a273-57770220b8e6 {
  display: none;
}
#s-2bb0b65f-b8cf-4830-a273-57770220b8e6, #wrap-s-2bb0b65f-b8cf-4830-a273-57770220b8e6 { display:none !important; }}
#s-3f3a7e1d-97c2-4998-b093-30d0160b9d33 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3f3a7e1d-97c2-4998-b093-30d0160b9d33 {
  display: none;
}
#s-3f3a7e1d-97c2-4998-b093-30d0160b9d33, #wrap-s-3f3a7e1d-97c2-4998-b093-30d0160b9d33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f3a7e1d-97c2-4998-b093-30d0160b9d33 {
  display: none;
}
#s-3f3a7e1d-97c2-4998-b093-30d0160b9d33, #wrap-s-3f3a7e1d-97c2-4998-b093-30d0160b9d33 { display:none !important; }}
#s-ca785b36-5bd9-43b1-b208-37cb2ce30027 {
  text-align: center;
}
@media (min-width: 1200px){#s-ca785b36-5bd9-43b1-b208-37cb2ce30027 {
  display: none;
}
#s-ca785b36-5bd9-43b1-b208-37cb2ce30027, #wrap-s-ca785b36-5bd9-43b1-b208-37cb2ce30027 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca785b36-5bd9-43b1-b208-37cb2ce30027 {
  display: none;
}
#s-ca785b36-5bd9-43b1-b208-37cb2ce30027, #wrap-s-ca785b36-5bd9-43b1-b208-37cb2ce30027 { display:none !important; }}



  #s-ca785b36-5bd9-43b1-b208-37cb2ce30027 img.shogun-image {
    
    width: px;
  }


#s-ca785b36-5bd9-43b1-b208-37cb2ce30027 .shogun-image-content {
  
    align-items: center;
  
}

#s-f99022c9-a86a-4c32-84a4-905982e25a99 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-f99022c9-a86a-4c32-84a4-905982e25a99 img.shogun-image {
    
    width: px;
  }


#s-f99022c9-a86a-4c32-84a4-905982e25a99 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fe7a00c-f50d-40cf-98ce-b5930dd5c82e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fe7a00c-f50d-40cf-98ce-b5930dd5c82e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77084591-fd8e-47e9-9be1-aee8ff1d105e {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-77084591-fd8e-47e9-9be1-aee8ff1d105e {
  display: none;
}
#s-77084591-fd8e-47e9-9be1-aee8ff1d105e, #wrap-s-77084591-fd8e-47e9-9be1-aee8ff1d105e { display:none !important; }}@media (max-width: 767px){#s-77084591-fd8e-47e9-9be1-aee8ff1d105e {
  display: none;
}
#s-77084591-fd8e-47e9-9be1-aee8ff1d105e, #wrap-s-77084591-fd8e-47e9-9be1-aee8ff1d105e { display:none !important; }}
#s-77084591-fd8e-47e9-9be1-aee8ff1d105e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fce3d349-166f-4301-b0af-e28703ef760e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fce3d349-166f-4301-b0af-e28703ef760e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fce3d349-166f-4301-b0af-e28703ef760e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 3, 5, 1);
}

#s-fce3d349-166f-4301-b0af-e28703ef760e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fce3d349-166f-4301-b0af-e28703ef760e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 3, 5, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 12px;
}

#s-fce3d349-166f-4301-b0af-e28703ef760e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-95aefee5-3e82-4f7b-a859-106041745514 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95aefee5-3e82-4f7b-a859-106041745514"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-51284a03-7e01-47ba-a59c-6a4a00745512 {
  display: none;
}
#s-8fe85616-1016-4814-8fe9-53f82a32616d {
  text-align: left;
}


.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d {
  max-width: 100%;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom,
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d {
  max-width: 100%;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom,
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d {
  max-width: 100%;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom,
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d {
  max-width: 100%;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom,
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d {
  max-width: 100%;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom,
.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8fe85616-1016-4814-8fe9-53f82a32616d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-61ff0a8f-772b-4fb8-8372-80df0c0f9fa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61ff0a8f-772b-4fb8-8372-80df0c0f9fa7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d9f9e2a6-6eed-4edd-a354-c9044c9fe81b {
  margin-top: 13px;
text-align: center;
}

#s-d9f9e2a6-6eed-4edd-a354-c9044c9fe81b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d9f9e2a6-6eed-4edd-a354-c9044c9fe81b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-d9f9e2a6-6eed-4edd-a354-c9044c9fe81b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6e6d4491-2ddd-46fd-903b-4e7ed69e1938 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}

#s-6e6d4491-2ddd-46fd-903b-4e7ed69e1938 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6e6d4491-2ddd-46fd-903b-4e7ed69e1938 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6e6d4491-2ddd-46fd-903b-4e7ed69e1938 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6e6d4491-2ddd-46fd-903b-4e7ed69e1938 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6e6d4491-2ddd-46fd-903b-4e7ed69e1938 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e0ff4106-5133-4c32-9b76-c5664652ecdc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e0ff4106-5133-4c32-9b76-c5664652ecdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0ff4106-5133-4c32-9b76-c5664652ecdc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0ff4106-5133-4c32-9b76-c5664652ecdc {
  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-e0ff4106-5133-4c32-9b76-c5664652ecdc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0ff4106-5133-4c32-9b76-c5664652ecdc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-e0ff4106-5133-4c32-9b76-c5664652ecdc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-22260c98-9ea7-4fff-b577-1b1b78bf2ab6 {
  display: none;
}
#s-5d447ba8-8841-4916-8603-4d28cdede789 {
  text-align: left;
}


.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 {
  max-width: 100%;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom,
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 {
  max-width: 100%;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom,
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 {
  max-width: 100%;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom,
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 {
  max-width: 100%;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom,
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 {
  max-width: 100%;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom,
.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d447ba8-8841-4916-8603-4d28cdede789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-099c51e7-9799-44b8-82df-6182a3d6ea97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-099c51e7-9799-44b8-82df-6182a3d6ea97 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-debeb1f8-7fc3-4dde-816d-38e942d3fcce {
  text-align: center;
}

#s-debeb1f8-7fc3-4dde-816d-38e942d3fcce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-debeb1f8-7fc3-4dde-816d-38e942d3fcce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-debeb1f8-7fc3-4dde-816d-38e942d3fcce .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c1f1ff0b-d7a8-494e-81ed-09c98c2a7da4 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-c1f1ff0b-d7a8-494e-81ed-09c98c2a7da4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c1f1ff0b-d7a8-494e-81ed-09c98c2a7da4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c1f1ff0b-d7a8-494e-81ed-09c98c2a7da4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c1f1ff0b-d7a8-494e-81ed-09c98c2a7da4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c1f1ff0b-d7a8-494e-81ed-09c98c2a7da4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c33e9e12-2a47-4e74-9259-24e993b650d5 {
  padding-top: 11px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c33e9e12-2a47-4e74-9259-24e993b650d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c33e9e12-2a47-4e74-9259-24e993b650d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c33e9e12-2a47-4e74-9259-24e993b650d5 {
  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-c33e9e12-2a47-4e74-9259-24e993b650d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c33e9e12-2a47-4e74-9259-24e993b650d5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-c33e9e12-2a47-4e74-9259-24e993b650d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c33e9e12-2a47-4e74-9259-24e993b650d5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5c37b8cf-d569-4bdd-a4a0-1f3fec0bdf0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5c37b8cf-d569-4bdd-a4a0-1f3fec0bdf0c {
  display: none;
}
#s-5c37b8cf-d569-4bdd-a4a0-1f3fec0bdf0c, #wrap-s-5c37b8cf-d569-4bdd-a4a0-1f3fec0bdf0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c37b8cf-d569-4bdd-a4a0-1f3fec0bdf0c {
  display: none;
}
#s-5c37b8cf-d569-4bdd-a4a0-1f3fec0bdf0c, #wrap-s-5c37b8cf-d569-4bdd-a4a0-1f3fec0bdf0c { display:none !important; }}
#s-5c37b8cf-d569-4bdd-a4a0-1f3fec0bdf0c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-463bd6d1-0ca1-48af-9e77-12cab410c941 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-463bd6d1-0ca1-48af-9e77-12cab410c941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-463bd6d1-0ca1-48af-9e77-12cab410c941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 3, 5, 1);
}

#s-463bd6d1-0ca1-48af-9e77-12cab410c941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-463bd6d1-0ca1-48af-9e77-12cab410c941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 3, 5, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 12px;
}

#s-463bd6d1-0ca1-48af-9e77-12cab410c941 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-e2fd2eaa-33a2-48a2-a144-768262d41fef {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e2fd2eaa-33a2-48a2-a144-768262d41fef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-cb6b8f01-d6e7-47ca-9f59-be3409a81a84 {
  display: none;
}
#s-18514a83-985c-4cfd-9987-69853a97b9ff {
  text-align: left;
}


.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff {
  max-width: 100%;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom,
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff {
  max-width: 100%;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom,
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff {
  max-width: 100%;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom,
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff {
  max-width: 100%;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom,
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff {
  max-width: 100%;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom,
.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18514a83-985c-4cfd-9987-69853a97b9ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c4cb3a02-0884-4230-a711-d00453119bcc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4cb3a02-0884-4230-a711-d00453119bcc .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-34e0af9f-9436-4f16-a453-9e2fd56fe578 {
  margin-top: 13px;
text-align: center;
}

#s-34e0af9f-9436-4f16-a453-9e2fd56fe578 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-34e0af9f-9436-4f16-a453-9e2fd56fe578 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-34e0af9f-9436-4f16-a453-9e2fd56fe578 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bad05e3e-5d98-43b0-a9dc-da9b689f22d1 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}

#s-bad05e3e-5d98-43b0-a9dc-da9b689f22d1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-bad05e3e-5d98-43b0-a9dc-da9b689f22d1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-bad05e3e-5d98-43b0-a9dc-da9b689f22d1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-bad05e3e-5d98-43b0-a9dc-da9b689f22d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-bad05e3e-5d98-43b0-a9dc-da9b689f22d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-255c4c09-8715-4c57-b4b0-0ea234ac9a45 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-255c4c09-8715-4c57-b4b0-0ea234ac9a45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-255c4c09-8715-4c57-b4b0-0ea234ac9a45:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-255c4c09-8715-4c57-b4b0-0ea234ac9a45 {
  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-255c4c09-8715-4c57-b4b0-0ea234ac9a45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-255c4c09-8715-4c57-b4b0-0ea234ac9a45.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-255c4c09-8715-4c57-b4b0-0ea234ac9a45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d1f6326d-f818-4874-9ea4-33e1e452913e {
  display: none;
}
#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f {
  text-align: left;
}


.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f {
  max-width: 100%;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom,
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f {
  max-width: 100%;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom,
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f {
  max-width: 100%;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom,
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f {
  max-width: 100%;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom,
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f {
  max-width: 100%;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom,
.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a41b9ebb-84c4-4e13-a3f1-a8711f74993f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-768e83bc-3c13-4cbd-99e6-3a1d31c29d77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-768e83bc-3c13-4cbd-99e6-3a1d31c29d77 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8f2a3e32-c4e8-49f1-90e8-31e6080ac065 {
  text-align: center;
}

#s-8f2a3e32-c4e8-49f1-90e8-31e6080ac065 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8f2a3e32-c4e8-49f1-90e8-31e6080ac065 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-8f2a3e32-c4e8-49f1-90e8-31e6080ac065 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35c74cd9-a0b0-4f41-b7c9-40d35d939d0f {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-35c74cd9-a0b0-4f41-b7c9-40d35d939d0f .shg-product-quantity-wrapper {
  display: flex;
}

#s-35c74cd9-a0b0-4f41-b7c9-40d35d939d0f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-35c74cd9-a0b0-4f41-b7c9-40d35d939d0f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-35c74cd9-a0b0-4f41-b7c9-40d35d939d0f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-35c74cd9-a0b0-4f41-b7c9-40d35d939d0f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2b36faa1-ae85-4f86-a8f9-24f65d503368 {
  padding-top: 11px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2b36faa1-ae85-4f86-a8f9-24f65d503368:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b36faa1-ae85-4f86-a8f9-24f65d503368:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b36faa1-ae85-4f86-a8f9-24f65d503368 {
  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-2b36faa1-ae85-4f86-a8f9-24f65d503368.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b36faa1-ae85-4f86-a8f9-24f65d503368.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-2b36faa1-ae85-4f86-a8f9-24f65d503368.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2b36faa1-ae85-4f86-a8f9-24f65d503368.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-666e987d-250c-4820-8a45-92d49b0a9d1a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

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

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

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

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

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

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

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

#s-67a8f2c9-9b0f-4dee-bbde-4ae16803c7c9 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-67a8f2c9-9b0f-4dee-bbde-4ae16803c7c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67a8f2c9-9b0f-4dee-bbde-4ae16803c7c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-67a8f2c9-9b0f-4dee-bbde-4ae16803c7c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

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