.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/97533808-d600-4c41-9cce-6e16d21a7eef/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-8f6a6c4a-cc16-4861-a586-acab8ae8e35c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 1319px;
}

@media (min-width: 0px) {
[id="s-8f6a6c4a-cc16-4861-a586-acab8ae8e35c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f6a6c4a-cc16-4861-a586-acab8ae8e35c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f6a6c4a-cc16-4861-a586-acab8ae8e35c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f6a6c4a-cc16-4861-a586-acab8ae8e35c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f6a6c4a-cc16-4861-a586-acab8ae8e35c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f6a6c4a-cc16-4861-a586-acab8ae8e35c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f6a6c4a-cc16-4861-a586-acab8ae8e35c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (max-width: 767px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}
#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-ed4279e2-e989-4489-a99b-6f5a28d9ad1d {
  min-height: 50px;
}








#s-ed4279e2-e989-4489-a99b-6f5a28d9ad1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed4279e2-e989-4489-a99b-6f5a28d9ad1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcff5e5f-af68-4ba5-a98d-1715e24be694 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 1269px;
}








#s-fcff5e5f-af68-4ba5-a98d-1715e24be694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcff5e5f-af68-4ba5-a98d-1715e24be694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f1c347c4-9c6c-40e2-ae0c-41027e889854"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f1c347c4-9c6c-40e2-ae0c-41027e889854"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f1c347c4-9c6c-40e2-ae0c-41027e889854"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f1c347c4-9c6c-40e2-ae0c-41027e889854"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f1c347c4-9c6c-40e2-ae0c-41027e889854"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1c347c4-9c6c-40e2-ae0c-41027e889854"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f1c347c4-9c6c-40e2-ae0c-41027e889854"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-226824d1-a88b-49e3-bea5-75d5a4d8bde0 .shogun-icon-wrapper {
  text-align: center;
}


#s-226824d1-a88b-49e3-bea5-75d5a4d8bde0 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-19985b76-1dfc-4d8a-940d-528cd930e136 .shogun-icon-wrapper {
  text-align: center;
}


#s-19985b76-1dfc-4d8a-940d-528cd930e136 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-4af2947d-9a01-45ff-ac79-c11d77dae126 .shogun-icon-wrapper {
  text-align: center;
}


#s-4af2947d-9a01-45ff-ac79-c11d77dae126 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-a3a629fd-8a69-4f86-9db8-3516d918fb1b .shogun-icon-wrapper {
  text-align: center;
}


#s-a3a629fd-8a69-4f86-9db8-3516d918fb1b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-0a2947a5-14c4-4586-9ac5-69b6f29b7038 .shogun-icon-wrapper {
  text-align: center;
}


#s-0a2947a5-14c4-4586-9ac5-69b6f29b7038 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-b685c489-019c-490c-8942-74945a55ec6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-b685c489-019c-490c-8942-74945a55ec6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-97f1741d-bdad-4537-9aaa-fb1dbe89dd12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
max-width: 1600px;
}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-7f513667-175d-4218-98b9-f3a56108bbac {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 30px;
max-width: 500px;
background-color: rgba(43, 49, 95, 1);
text-decoration: none;
text-align: center;
line-height: 2em;
}
#s-7f513667-175d-4218-98b9-f3a56108bbac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f513667-175d-4218-98b9-f3a56108bbac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f513667-175d-4218-98b9-f3a56108bbac-root {
    text-align: center;
  }


#s-7f513667-175d-4218-98b9-f3a56108bbac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f513667-175d-4218-98b9-f3a56108bbac-root {
    text-align: center;
  }


#s-7f513667-175d-4218-98b9-f3a56108bbac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f513667-175d-4218-98b9-f3a56108bbac-root {
    text-align: center;
  }


#s-7f513667-175d-4218-98b9-f3a56108bbac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f513667-175d-4218-98b9-f3a56108bbac-root {
    text-align: center;
  }


#s-7f513667-175d-4218-98b9-f3a56108bbac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f513667-175d-4218-98b9-f3a56108bbac-root {
    text-align: center;
  }


#s-7f513667-175d-4218-98b9-f3a56108bbac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-27b71630-0787-494a-9fa1-f90c6e5157ff hr {
  border-top: 2px solid #ddd;
}

#s-b83b8169-8ff7-4df9-96df-ec3a0aa86b61 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b83b8169-8ff7-4df9-96df-ec3a0aa86b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b83b8169-8ff7-4df9-96df-ec3a0aa86b61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1735a65-8c54-4d82-a28b-192b99dfd992 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.15);
}








#s-d1735a65-8c54-4d82-a28b-192b99dfd992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1735a65-8c54-4d82-a28b-192b99dfd992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f97d22f1-7077-431d-8468-0b6a73cc8ed0 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-f97d22f1-7077-431d-8468-0b6a73cc8ed0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f97d22f1-7077-431d-8468-0b6a73cc8ed0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f97d22f1-7077-431d-8468-0b6a73cc8ed0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f97d22f1-7077-431d-8468-0b6a73cc8ed0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05163ae2-7f19-4918-ad1d-601db6366f0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05163ae2-7f19-4918-ad1d-601db6366f0a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-adab404f-3469-4e67-8a69-cb326b5a8efc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: right;
text-decoration: none;
}
#s-adab404f-3469-4e67-8a69-cb326b5a8efc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adab404f-3469-4e67-8a69-cb326b5a8efc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-adab404f-3469-4e67-8a69-cb326b5a8efc-root {
    text-align: right;
  }


#s-adab404f-3469-4e67-8a69-cb326b5a8efc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-adab404f-3469-4e67-8a69-cb326b5a8efc-root {
    text-align: right;
  }


#s-adab404f-3469-4e67-8a69-cb326b5a8efc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-adab404f-3469-4e67-8a69-cb326b5a8efc-root {
    text-align: right;
  }


#s-adab404f-3469-4e67-8a69-cb326b5a8efc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-adab404f-3469-4e67-8a69-cb326b5a8efc-root {
    text-align: right;
  }


#s-adab404f-3469-4e67-8a69-cb326b5a8efc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-adab404f-3469-4e67-8a69-cb326b5a8efc-root {
    text-align: right;
  }


#s-adab404f-3469-4e67-8a69-cb326b5a8efc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-325d25f8-c204-4aaf-a408-85f38e0ef999 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-325d25f8-c204-4aaf-a408-85f38e0ef999"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-325d25f8-c204-4aaf-a408-85f38e0ef999"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-325d25f8-c204-4aaf-a408-85f38e0ef999"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-325d25f8-c204-4aaf-a408-85f38e0ef999"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca {
  text-align: center;
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca {
  max-width:  100%;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom,
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca {
  max-width:  100%;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom,
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca {
  max-width:  100%;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom,
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca {
  max-width:  100%;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom,
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca {
  max-width:  100%;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom,
.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd4029d4-0be8-40c9-aae3-a5c3f902a2ca img.shogun-image {
  width: 100%;
}



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

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

#s-88984c75-e79a-4209-a528-dc29563e44ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88984c75-e79a-4209-a528-dc29563e44ca .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bb91491a-282a-47ba-a5de-b9d1b884c319 {
  text-align: center;
}

#s-bb91491a-282a-47ba-a5de-b9d1b884c319 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bb91491a-282a-47ba-a5de-b9d1b884c319 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bb91491a-282a-47ba-a5de-b9d1b884c319 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-87893a38-b387-4149-832f-ed055110afa0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-87893a38-b387-4149-832f-ed055110afa0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87893a38-b387-4149-832f-ed055110afa0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87893a38-b387-4149-832f-ed055110afa0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87893a38-b387-4149-832f-ed055110afa0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87893a38-b387-4149-832f-ed055110afa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-87893a38-b387-4149-832f-ed055110afa0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 {
  text-align: center;
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 {
  max-width:  100%;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom,
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 {
  max-width:  100%;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom,
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 {
  max-width:  100%;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom,
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 {
  max-width:  100%;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom,
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 {
  max-width:  100%;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom,
.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd91c460-09f9-4b4c-80a5-de9fa66d55c9 img.shogun-image {
  width: 100%;
}



}
#s-3255d08a-7698-464f-8124-6360dec6d558 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3255d08a-7698-464f-8124-6360dec6d558 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5b5d512f-1783-453c-9638-7870ffa0a7e6 {
  text-align: center;
}

#s-5b5d512f-1783-453c-9638-7870ffa0a7e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5b5d512f-1783-453c-9638-7870ffa0a7e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5b5d512f-1783-453c-9638-7870ffa0a7e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bd4c1c11-1882-4cfa-9929-a3a57a21a17a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-bd4c1c11-1882-4cfa-9929-a3a57a21a17a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd4c1c11-1882-4cfa-9929-a3a57a21a17a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bd4c1c11-1882-4cfa-9929-a3a57a21a17a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd4c1c11-1882-4cfa-9929-a3a57a21a17a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd4c1c11-1882-4cfa-9929-a3a57a21a17a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-bd4c1c11-1882-4cfa-9929-a3a57a21a17a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-25863161-e323-45c4-8f31-ce796cec2fbf {
  text-align: center;
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf {
  max-width:  100%;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom,
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf {
  max-width:  100%;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom,
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf {
  max-width:  100%;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom,
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf {
  max-width:  100%;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom,
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf {
  max-width:  100%;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom,
.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25863161-e323-45c4-8f31-ce796cec2fbf img.shogun-image {
  width: 100%;
}



}
#s-7ce56a17-8faf-4579-93fd-0a51323f40a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ce56a17-8faf-4579-93fd-0a51323f40a9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0536f5bb-5600-46ba-a9aa-4398c72e07d0 {
  text-align: center;
}

#s-0536f5bb-5600-46ba-a9aa-4398c72e07d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0536f5bb-5600-46ba-a9aa-4398c72e07d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0536f5bb-5600-46ba-a9aa-4398c72e07d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e5e9b200-4104-42f5-b27b-2a0ceda99a56 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-e5e9b200-4104-42f5-b27b-2a0ceda99a56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5e9b200-4104-42f5-b27b-2a0ceda99a56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5e9b200-4104-42f5-b27b-2a0ceda99a56 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5e9b200-4104-42f5-b27b-2a0ceda99a56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5e9b200-4104-42f5-b27b-2a0ceda99a56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-e5e9b200-4104-42f5-b27b-2a0ceda99a56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 {
  text-align: center;
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 {
  max-width:  100%;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom,
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 {
  max-width:  100%;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom,
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 {
  max-width:  100%;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom,
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 {
  max-width:  100%;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom,
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 {
  max-width:  100%;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom,
.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffbf418-ec7a-437f-b0a4-e0307a89b8e3 img.shogun-image {
  width: 100%;
}



}
#s-722f7110-f18a-477e-9284-034698c6ccf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-722f7110-f18a-477e-9284-034698c6ccf9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d116be04-da7b-4b9d-9118-3a977aab9798 {
  text-align: center;
}

#s-d116be04-da7b-4b9d-9118-3a977aab9798 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d116be04-da7b-4b9d-9118-3a977aab9798 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d116be04-da7b-4b9d-9118-3a977aab9798 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c77db17-f6a0-4c3c-aae5-7747c23cf57d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-6c77db17-f6a0-4c3c-aae5-7747c23cf57d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c77db17-f6a0-4c3c-aae5-7747c23cf57d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c77db17-f6a0-4c3c-aae5-7747c23cf57d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c77db17-f6a0-4c3c-aae5-7747c23cf57d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c77db17-f6a0-4c3c-aae5-7747c23cf57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-6c77db17-f6a0-4c3c-aae5-7747c23cf57d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b0d4af2-cfde-45a3-ae97-b995f189a0e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-5b0d4af2-cfde-45a3-ae97-b995f189a0e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b0d4af2-cfde-45a3-ae97-b995f189a0e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5b0d4af2-cfde-45a3-ae97-b995f189a0e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5b0d4af2-cfde-45a3-ae97-b995f189a0e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 {
  text-align: center;
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 {
  max-width:  100%;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom,
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 {
  max-width:  100%;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom,
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 {
  max-width:  100%;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom,
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 {
  max-width:  100%;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom,
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 {
  max-width:  100%;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom,
.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136dbdd7-3573-47e8-8d6e-4c1728f94bc8 img.shogun-image {
  width: 100%;
}



}
#s-d16b7ea5-d596-4df1-acc0-7b1cbe4ad2ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d16b7ea5-d596-4df1-acc0-7b1cbe4ad2ca .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-40e3e786-ef6f-43b7-b80c-2ef405d65e20 {
  text-align: center;
}

#s-40e3e786-ef6f-43b7-b80c-2ef405d65e20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-40e3e786-ef6f-43b7-b80c-2ef405d65e20 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-40e3e786-ef6f-43b7-b80c-2ef405d65e20 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6680e40b-291f-45a6-be35-2a3b73fa76db {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-6680e40b-291f-45a6-be35-2a3b73fa76db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6680e40b-291f-45a6-be35-2a3b73fa76db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6680e40b-291f-45a6-be35-2a3b73fa76db {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6680e40b-291f-45a6-be35-2a3b73fa76db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6680e40b-291f-45a6-be35-2a3b73fa76db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-6680e40b-291f-45a6-be35-2a3b73fa76db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a {
  text-align: center;
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a {
  max-width:  100%;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom,
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a {
  max-width:  100%;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom,
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a {
  max-width:  100%;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom,
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a {
  max-width:  100%;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom,
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a {
  max-width:  100%;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom,
.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81923f4f-4f6b-43f4-8f3c-539d6bf4063a img.shogun-image {
  width: 100%;
}



}
#s-ebc56056-cbfa-4458-ab5a-991db2ecf737 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebc56056-cbfa-4458-ab5a-991db2ecf737 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4e039085-9f04-4bb9-957a-3f0d2e19b8d7 {
  text-align: center;
}

#s-4e039085-9f04-4bb9-957a-3f0d2e19b8d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4e039085-9f04-4bb9-957a-3f0d2e19b8d7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4e039085-9f04-4bb9-957a-3f0d2e19b8d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2b9861d-2df0-4248-9fa0-ff50afc2861c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-d2b9861d-2df0-4248-9fa0-ff50afc2861c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2b9861d-2df0-4248-9fa0-ff50afc2861c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2b9861d-2df0-4248-9fa0-ff50afc2861c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2b9861d-2df0-4248-9fa0-ff50afc2861c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2b9861d-2df0-4248-9fa0-ff50afc2861c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-d2b9861d-2df0-4248-9fa0-ff50afc2861c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-13e04411-d33c-4175-a9b1-b3ff50228818 {
  text-align: center;
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 {
  max-width:  100%;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom,
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 {
  max-width:  100%;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom,
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 {
  max-width:  100%;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom,
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 {
  max-width:  100%;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom,
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 {
  max-width:  100%;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom,
.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13e04411-d33c-4175-a9b1-b3ff50228818 img.shogun-image {
  width: 100%;
}



}
#s-abb76bb2-e65b-4fb0-a8f5-274bc662e049 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abb76bb2-e65b-4fb0-a8f5-274bc662e049 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b0a66494-85c1-4303-9fd2-50e733271d1c {
  text-align: center;
}

#s-b0a66494-85c1-4303-9fd2-50e733271d1c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b0a66494-85c1-4303-9fd2-50e733271d1c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b0a66494-85c1-4303-9fd2-50e733271d1c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ec6246b-0419-4f18-b2c8-0013fbe35239 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-5ec6246b-0419-4f18-b2c8-0013fbe35239:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ec6246b-0419-4f18-b2c8-0013fbe35239:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ec6246b-0419-4f18-b2c8-0013fbe35239 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ec6246b-0419-4f18-b2c8-0013fbe35239.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ec6246b-0419-4f18-b2c8-0013fbe35239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-5ec6246b-0419-4f18-b2c8-0013fbe35239.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 {
  text-align: center;
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 {
  max-width:  100%;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom,
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 {
  max-width:  100%;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom,
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 {
  max-width:  100%;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom,
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 {
  max-width:  100%;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom,
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 {
  max-width:  100%;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom,
.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e8f93b-386d-4e4d-a86a-c886b63198a1 img.shogun-image {
  width: 100%;
}



}
#s-55bd334d-2af1-4a28-8d84-25ff91671c6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55bd334d-2af1-4a28-8d84-25ff91671c6b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-82a3a5a7-049d-4f83-8785-dc0ca246660f {
  text-align: center;
}

#s-82a3a5a7-049d-4f83-8785-dc0ca246660f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82a3a5a7-049d-4f83-8785-dc0ca246660f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-82a3a5a7-049d-4f83-8785-dc0ca246660f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1c917fa5-465f-40be-99e3-2a3ac5346393 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-1c917fa5-465f-40be-99e3-2a3ac5346393:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c917fa5-465f-40be-99e3-2a3ac5346393:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c917fa5-465f-40be-99e3-2a3ac5346393 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c917fa5-465f-40be-99e3-2a3ac5346393.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c917fa5-465f-40be-99e3-2a3ac5346393.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-1c917fa5-465f-40be-99e3-2a3ac5346393.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b3e6bfb7-19c4-4216-b740-f60f7ed1ee3c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-b3e6bfb7-19c4-4216-b740-f60f7ed1ee3c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b3e6bfb7-19c4-4216-b740-f60f7ed1ee3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b3e6bfb7-19c4-4216-b740-f60f7ed1ee3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b3e6bfb7-19c4-4216-b740-f60f7ed1ee3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d088e875-9ee3-4d58-abf2-0eb894518825 {
  text-align: center;
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 {
  max-width:  100%;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom,
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 {
  max-width:  100%;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom,
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 {
  max-width:  100%;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom,
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 {
  max-width:  100%;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom,
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 {
  max-width:  100%;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom,
.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d088e875-9ee3-4d58-abf2-0eb894518825 img.shogun-image {
  width: 100%;
}



}
#s-b052edc0-339c-430d-b24e-d6b937145c2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b052edc0-339c-430d-b24e-d6b937145c2c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6a20a9b8-fc23-45f7-8cdb-5d72d9696fde {
  text-align: center;
}

#s-6a20a9b8-fc23-45f7-8cdb-5d72d9696fde .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6a20a9b8-fc23-45f7-8cdb-5d72d9696fde .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6a20a9b8-fc23-45f7-8cdb-5d72d9696fde .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4dcfd682-1760-4214-ab45-340fce78538c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-4dcfd682-1760-4214-ab45-340fce78538c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dcfd682-1760-4214-ab45-340fce78538c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4dcfd682-1760-4214-ab45-340fce78538c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4dcfd682-1760-4214-ab45-340fce78538c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4dcfd682-1760-4214-ab45-340fce78538c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-4dcfd682-1760-4214-ab45-340fce78538c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 {
  text-align: center;
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 {
  max-width:  100%;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom,
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 {
  max-width:  100%;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom,
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 {
  max-width:  100%;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom,
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 {
  max-width:  100%;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom,
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 {
  max-width:  100%;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom,
.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf7d674-cff9-4568-84d6-69a2da5dd622 img.shogun-image {
  width: 100%;
}



}
#s-fba3de99-dea2-49ee-8025-f8038409fbe6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fba3de99-dea2-49ee-8025-f8038409fbe6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-84642b10-5ab9-4592-983c-9d7c614711d2 {
  text-align: center;
}

#s-84642b10-5ab9-4592-983c-9d7c614711d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84642b10-5ab9-4592-983c-9d7c614711d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-84642b10-5ab9-4592-983c-9d7c614711d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-294e0c2f-f98a-40b8-8d36-dd2ceeb7d822 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-294e0c2f-f98a-40b8-8d36-dd2ceeb7d822:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-294e0c2f-f98a-40b8-8d36-dd2ceeb7d822:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-294e0c2f-f98a-40b8-8d36-dd2ceeb7d822 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-294e0c2f-f98a-40b8-8d36-dd2ceeb7d822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-294e0c2f-f98a-40b8-8d36-dd2ceeb7d822.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-294e0c2f-f98a-40b8-8d36-dd2ceeb7d822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a088600b-844f-40fe-9611-a70cf7925a38 {
  text-align: center;
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 {
  max-width:  100%;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom,
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 {
  max-width:  100%;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom,
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 {
  max-width:  100%;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom,
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 {
  max-width:  100%;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom,
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 {
  max-width:  100%;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom,
.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a088600b-844f-40fe-9611-a70cf7925a38 img.shogun-image {
  width: 100%;
}



}
#s-d6967e5c-144d-4a14-bdf2-219b2a9aa415 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6967e5c-144d-4a14-bdf2-219b2a9aa415 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-75e1a7df-7bcf-4de4-9859-f15f1d3c85f6 {
  text-align: center;
}

#s-75e1a7df-7bcf-4de4-9859-f15f1d3c85f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75e1a7df-7bcf-4de4-9859-f15f1d3c85f6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-75e1a7df-7bcf-4de4-9859-f15f1d3c85f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-527f72d9-1633-4567-b005-92c232c03332 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-527f72d9-1633-4567-b005-92c232c03332:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-527f72d9-1633-4567-b005-92c232c03332:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-527f72d9-1633-4567-b005-92c232c03332 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-527f72d9-1633-4567-b005-92c232c03332.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-527f72d9-1633-4567-b005-92c232c03332.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-527f72d9-1633-4567-b005-92c232c03332.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 {
  text-align: center;
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 {
  max-width:  100%;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom,
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 {
  max-width:  100%;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom,
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 {
  max-width:  100%;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom,
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 {
  max-width:  100%;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom,
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 {
  max-width:  100%;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom,
.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bf2dd-e128-4412-a65c-36a697ee7d76 img.shogun-image {
  width: 100%;
}



}
#s-be2ac9f9-33ca-4b88-9e17-251f59c060c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be2ac9f9-33ca-4b88-9e17-251f59c060c1 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-df5c666f-41d6-4f0b-b732-276ac54cc293 {
  text-align: center;
}

#s-df5c666f-41d6-4f0b-b732-276ac54cc293 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-df5c666f-41d6-4f0b-b732-276ac54cc293 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-df5c666f-41d6-4f0b-b732-276ac54cc293 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1a67d5f4-c20a-4d97-a78f-3269e03eff92 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-1a67d5f4-c20a-4d97-a78f-3269e03eff92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a67d5f4-c20a-4d97-a78f-3269e03eff92:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a67d5f4-c20a-4d97-a78f-3269e03eff92 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a67d5f4-c20a-4d97-a78f-3269e03eff92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a67d5f4-c20a-4d97-a78f-3269e03eff92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-1a67d5f4-c20a-4d97-a78f-3269e03eff92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ca241cb-a741-4f1d-b1ce-ff9a55848574 hr {
  border-top: 2px solid #ddd;
}

#s-d484584e-b978-484a-ba61-50238f7723ed {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d484584e-b978-484a-ba61-50238f7723ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d484584e-b978-484a-ba61-50238f7723ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27d7d3c4-adab-42a9-bcec-97b39d6203fc {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-27d7d3c4-adab-42a9-bcec-97b39d6203fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27d7d3c4-adab-42a9-bcec-97b39d6203fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27d7d3c4-adab-42a9-bcec-97b39d6203fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27d7d3c4-adab-42a9-bcec-97b39d6203fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb863a73-564d-4631-9134-41d854102315 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb863a73-564d-4631-9134-41d854102315 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8-root {
    text-align: right;
  }


#s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8-root {
    text-align: right;
  }


#s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8-root {
    text-align: right;
  }


#s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8-root {
    text-align: right;
  }


#s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8-root {
    text-align: right;
  }


#s-4c5de47f-d4ac-4800-9fa2-91c21c2742a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-fcfb342d-fa32-41db-84fd-5030b2e16d47 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 0);
border-style: solid;
max-width: 1269px;
background-color: rgba(225, 225, 225, 0);
}

@media (min-width: 0px) {
[id="s-fcfb342d-fa32-41db-84fd-5030b2e16d47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fcfb342d-fa32-41db-84fd-5030b2e16d47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fcfb342d-fa32-41db-84fd-5030b2e16d47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fcfb342d-fa32-41db-84fd-5030b2e16d47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-73355e49-e9b3-4371-a8ce-e890556f536f {
  text-align: center;
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f {
  max-width:  100%;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom,
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f {
  max-width:  100%;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom,
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f {
  max-width:  100%;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom,
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f {
  max-width:  100%;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom,
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f {
  max-width:  100%;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom,
.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73355e49-e9b3-4371-a8ce-e890556f536f img.shogun-image {
  width: 100%;
}



}
#s-dba6cdda-6cb4-4323-972a-1b5b0a99d8e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dba6cdda-6cb4-4323-972a-1b5b0a99d8e1 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b503a27c-7036-41cd-88c3-262cdf01557f {
  text-align: center;
}

#s-b503a27c-7036-41cd-88c3-262cdf01557f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b503a27c-7036-41cd-88c3-262cdf01557f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b503a27c-7036-41cd-88c3-262cdf01557f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4a58aae5-db22-4e8f-bd6a-3785b9d811a0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4a58aae5-db22-4e8f-bd6a-3785b9d811a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a58aae5-db22-4e8f-bd6a-3785b9d811a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a58aae5-db22-4e8f-bd6a-3785b9d811a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a58aae5-db22-4e8f-bd6a-3785b9d811a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a58aae5-db22-4e8f-bd6a-3785b9d811a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-4a58aae5-db22-4e8f-bd6a-3785b9d811a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d {
  text-align: center;
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d {
  max-width:  100%;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom,
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d {
  max-width:  100%;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom,
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d {
  max-width:  100%;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom,
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d {
  max-width:  100%;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom,
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d {
  max-width:  100%;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom,
.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086fe70b-a7f7-4c38-9c34-12fb23cc2e8d img.shogun-image {
  width: 100%;
}



}
#s-40a99225-8e3d-48dd-be59-5f6f5784f2c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40a99225-8e3d-48dd-be59-5f6f5784f2c8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ba1b6140-f157-41ba-afd8-9550c62be894 {
  text-align: center;
}

#s-ba1b6140-f157-41ba-afd8-9550c62be894 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba1b6140-f157-41ba-afd8-9550c62be894 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba1b6140-f157-41ba-afd8-9550c62be894 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f8d63cc9-335d-4400-9b59-b5d013c865ac {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f8d63cc9-335d-4400-9b59-b5d013c865ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8d63cc9-335d-4400-9b59-b5d013c865ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f8d63cc9-335d-4400-9b59-b5d013c865ac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8d63cc9-335d-4400-9b59-b5d013c865ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8d63cc9-335d-4400-9b59-b5d013c865ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-f8d63cc9-335d-4400-9b59-b5d013c865ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 {
  text-align: center;
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 {
  max-width:  100%;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom,
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 {
  max-width:  100%;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom,
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 {
  max-width:  100%;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom,
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 {
  max-width:  100%;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom,
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 {
  max-width:  100%;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom,
.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-815b0976-ee37-4af2-b4c8-12afbaef3c15 img.shogun-image {
  width: 100%;
}



}
#s-e032fea7-27c4-41fe-8f93-c0f7de7f6636 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e032fea7-27c4-41fe-8f93-c0f7de7f6636 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e86c6afb-d85d-4a39-93e9-9d5f9e8a7c20 {
  text-align: center;
}

#s-e86c6afb-d85d-4a39-93e9-9d5f9e8a7c20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e86c6afb-d85d-4a39-93e9-9d5f9e8a7c20 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e86c6afb-d85d-4a39-93e9-9d5f9e8a7c20 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f282c2da-f8bf-48f5-9c9e-732606052828 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f282c2da-f8bf-48f5-9c9e-732606052828:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f282c2da-f8bf-48f5-9c9e-732606052828:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f282c2da-f8bf-48f5-9c9e-732606052828 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f282c2da-f8bf-48f5-9c9e-732606052828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f282c2da-f8bf-48f5-9c9e-732606052828.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-f282c2da-f8bf-48f5-9c9e-732606052828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee {
  text-align: center;
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee {
  max-width:  100%;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom,
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee {
  max-width:  100%;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom,
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee {
  max-width:  100%;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom,
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee {
  max-width:  100%;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom,
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee {
  max-width:  100%;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom,
.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24a7f2-68dd-4d48-8da1-f35f3931baee img.shogun-image {
  width: 100%;
}



}
#s-27dc595f-2d1c-46f7-aec4-731067b9f58a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27dc595f-2d1c-46f7-aec4-731067b9f58a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5e0069f4-2bcd-4239-9a9d-9828de881918 {
  text-align: center;
}

#s-5e0069f4-2bcd-4239-9a9d-9828de881918 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5e0069f4-2bcd-4239-9a9d-9828de881918 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5e0069f4-2bcd-4239-9a9d-9828de881918 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7ee3aa3e-0ade-4526-b8b0-9e7e034d7449 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7ee3aa3e-0ade-4526-b8b0-9e7e034d7449:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ee3aa3e-0ade-4526-b8b0-9e7e034d7449:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ee3aa3e-0ade-4526-b8b0-9e7e034d7449 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ee3aa3e-0ade-4526-b8b0-9e7e034d7449.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ee3aa3e-0ade-4526-b8b0-9e7e034d7449.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-7ee3aa3e-0ade-4526-b8b0-9e7e034d7449.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0f059ece-d03a-48e7-9b28-3adf05e7581f hr {
  border-top: 2px solid #ddd;
}

#s-1553f584-de80-4b8f-99c4-3fe122fddd08 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.15);
}








#s-1553f584-de80-4b8f-99c4-3fe122fddd08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1553f584-de80-4b8f-99c4-3fe122fddd08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7655f9a3-25b5-4437-b135-a7d6566b321b {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-7655f9a3-25b5-4437-b135-a7d6566b321b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7655f9a3-25b5-4437-b135-a7d6566b321b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7655f9a3-25b5-4437-b135-a7d6566b321b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7655f9a3-25b5-4437-b135-a7d6566b321b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea783a47-0623-43f0-8596-fcff352c9c15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea783a47-0623-43f0-8596-fcff352c9c15 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: right;
text-decoration: none;
}
#s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93-root {
    text-align: right;
  }


#s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93-root {
    text-align: right;
  }


#s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93-root {
    text-align: right;
  }


#s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93-root {
    text-align: right;
  }


#s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93-root {
    text-align: right;
  }


#s-1b2ac85b-cc90-4ab7-bbbd-4a3b2cddbd93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-4dea1ecc-2f3d-4f93-a46f-168b873b5a9d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-4dea1ecc-2f3d-4f93-a46f-168b873b5a9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4dea1ecc-2f3d-4f93-a46f-168b873b5a9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4dea1ecc-2f3d-4f93-a46f-168b873b5a9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4dea1ecc-2f3d-4f93-a46f-168b873b5a9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5824234b-b592-46b6-b541-22f19f5f3f45 {
  text-align: center;
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 {
  max-width:  100%;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom,
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 {
  max-width:  100%;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom,
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 {
  max-width:  100%;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom,
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 {
  max-width:  100%;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom,
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 {
  max-width:  100%;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom,
.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5824234b-b592-46b6-b541-22f19f5f3f45 img.shogun-image {
  width: 100%;
}



}
#s-86c994cc-bc58-4ae8-a6ec-55d5020f998b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86c994cc-bc58-4ae8-a6ec-55d5020f998b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e89ab1a8-6b2b-4ee1-99d3-8503b5f9fe05 {
  text-align: center;
}

#s-e89ab1a8-6b2b-4ee1-99d3-8503b5f9fe05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e89ab1a8-6b2b-4ee1-99d3-8503b5f9fe05 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e89ab1a8-6b2b-4ee1-99d3-8503b5f9fe05 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82559f32-2003-4b75-b19f-233c96f02320 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-82559f32-2003-4b75-b19f-233c96f02320:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82559f32-2003-4b75-b19f-233c96f02320:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82559f32-2003-4b75-b19f-233c96f02320 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82559f32-2003-4b75-b19f-233c96f02320.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82559f32-2003-4b75-b19f-233c96f02320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-82559f32-2003-4b75-b19f-233c96f02320.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ec67ec91-cd49-41e0-9364-3f7e29062863 {
  text-align: center;
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 {
  max-width:  100%;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom,
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 {
  max-width:  100%;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom,
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 {
  max-width:  100%;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom,
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 {
  max-width:  100%;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom,
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 {
  max-width:  100%;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom,
.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec67ec91-cd49-41e0-9364-3f7e29062863 img.shogun-image {
  width: 100%;
}



}
#s-d35b2d01-fecc-4490-86b8-6437175702a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d35b2d01-fecc-4490-86b8-6437175702a4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-aec93d4e-358c-467d-87d7-a2bd819b5152 {
  text-align: center;
}

#s-aec93d4e-358c-467d-87d7-a2bd819b5152 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aec93d4e-358c-467d-87d7-a2bd819b5152 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aec93d4e-358c-467d-87d7-a2bd819b5152 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-90ecd5cd-509e-436f-88dd-19199f430599 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-90ecd5cd-509e-436f-88dd-19199f430599:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90ecd5cd-509e-436f-88dd-19199f430599:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90ecd5cd-509e-436f-88dd-19199f430599 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90ecd5cd-509e-436f-88dd-19199f430599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90ecd5cd-509e-436f-88dd-19199f430599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-90ecd5cd-509e-436f-88dd-19199f430599.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c09918d-8587-41bb-83cc-762654dd82cd {
  text-align: center;
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd {
  max-width:  100%;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom,
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd {
  max-width:  100%;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom,
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd {
  max-width:  100%;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom,
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd {
  max-width:  100%;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom,
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd {
  max-width:  100%;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom,
.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c09918d-8587-41bb-83cc-762654dd82cd img.shogun-image {
  width: 100%;
}



}
#s-25897022-afde-47da-bcc9-6bdb13eac69d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25897022-afde-47da-bcc9-6bdb13eac69d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-df954bc3-265e-44f0-b2dd-35f984b18c94 {
  text-align: center;
}

#s-df954bc3-265e-44f0-b2dd-35f984b18c94 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-df954bc3-265e-44f0-b2dd-35f984b18c94 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-df954bc3-265e-44f0-b2dd-35f984b18c94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d79eef71-2543-4418-abd7-47ddd01c1110 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-d79eef71-2543-4418-abd7-47ddd01c1110:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d79eef71-2543-4418-abd7-47ddd01c1110:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d79eef71-2543-4418-abd7-47ddd01c1110 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d79eef71-2543-4418-abd7-47ddd01c1110.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d79eef71-2543-4418-abd7-47ddd01c1110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-d79eef71-2543-4418-abd7-47ddd01c1110.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 {
  text-align: center;
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 {
  max-width:  100%;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom,
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 {
  max-width:  100%;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom,
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 {
  max-width:  100%;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom,
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 {
  max-width:  100%;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom,
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 {
  max-width:  100%;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom,
.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24076fb5-afe9-45e6-adfd-67444be1f0b4 img.shogun-image {
  width: 100%;
}



}
#s-e9550182-23d1-4bca-91b6-bf834dd09b20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9550182-23d1-4bca-91b6-bf834dd09b20 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-844a96a2-ab98-42b9-acf2-074a76328a5c {
  text-align: center;
}

#s-844a96a2-ab98-42b9-acf2-074a76328a5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-844a96a2-ab98-42b9-acf2-074a76328a5c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-844a96a2-ab98-42b9-acf2-074a76328a5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bb93ded1-535c-4176-8a45-6438dcfa3d57 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-bb93ded1-535c-4176-8a45-6438dcfa3d57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb93ded1-535c-4176-8a45-6438dcfa3d57:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb93ded1-535c-4176-8a45-6438dcfa3d57 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb93ded1-535c-4176-8a45-6438dcfa3d57.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb93ded1-535c-4176-8a45-6438dcfa3d57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-bb93ded1-535c-4176-8a45-6438dcfa3d57.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-844b4ab5-47de-4074-a47f-22e8e500e7ec hr {
  border-top: 2px solid #ddd;
}

#s-89c4166b-04cf-4129-ab83-068d06dfe2d4 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-89c4166b-04cf-4129-ab83-068d06dfe2d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89c4166b-04cf-4129-ab83-068d06dfe2d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5c2931e-a8b2-4d2a-a9de-1b6e2ccda13f {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-b5c2931e-a8b2-4d2a-a9de-1b6e2ccda13f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5c2931e-a8b2-4d2a-a9de-1b6e2ccda13f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5c2931e-a8b2-4d2a-a9de-1b6e2ccda13f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5c2931e-a8b2-4d2a-a9de-1b6e2ccda13f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c4f93e2-b05b-467f-b8ab-60fd871e23b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c4f93e2-b05b-467f-b8ab-60fd871e23b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-831707a4-0920-464b-b282-29511f1c1095 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: right;
text-decoration: none;
}
#s-831707a4-0920-464b-b282-29511f1c1095:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-831707a4-0920-464b-b282-29511f1c1095:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-831707a4-0920-464b-b282-29511f1c1095-root {
    text-align: right;
  }


#s-831707a4-0920-464b-b282-29511f1c1095.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-831707a4-0920-464b-b282-29511f1c1095-root {
    text-align: right;
  }


#s-831707a4-0920-464b-b282-29511f1c1095.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-831707a4-0920-464b-b282-29511f1c1095-root {
    text-align: right;
  }


#s-831707a4-0920-464b-b282-29511f1c1095.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-831707a4-0920-464b-b282-29511f1c1095-root {
    text-align: right;
  }


#s-831707a4-0920-464b-b282-29511f1c1095.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-831707a4-0920-464b-b282-29511f1c1095-root {
    text-align: right;
  }


#s-831707a4-0920-464b-b282-29511f1c1095.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-393fcba2-9992-4753-9f8a-5e376173b10a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-393fcba2-9992-4753-9f8a-5e376173b10a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-393fcba2-9992-4753-9f8a-5e376173b10a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-393fcba2-9992-4753-9f8a-5e376173b10a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-393fcba2-9992-4753-9f8a-5e376173b10a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-25abb3a9-5066-479d-a227-bf0507b4a570 {
  text-align: center;
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 {
  max-width:  100%;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom,
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 {
  max-width:  100%;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom,
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 {
  max-width:  100%;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom,
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 {
  max-width:  100%;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom,
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 {
  max-width:  100%;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom,
.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25abb3a9-5066-479d-a227-bf0507b4a570 img.shogun-image {
  width: 100%;
}



}
#s-1d299be2-674d-493a-82cd-851f0b9e9ad7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d299be2-674d-493a-82cd-851f0b9e9ad7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c360ace6-c722-4c8e-8325-b26607500319 {
  text-align: center;
}

#s-c360ace6-c722-4c8e-8325-b26607500319 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c360ace6-c722-4c8e-8325-b26607500319 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c360ace6-c722-4c8e-8325-b26607500319 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-079b1a44-af3f-411b-9f3c-53cdc9be2e09 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-079b1a44-af3f-411b-9f3c-53cdc9be2e09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-079b1a44-af3f-411b-9f3c-53cdc9be2e09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-079b1a44-af3f-411b-9f3c-53cdc9be2e09 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-079b1a44-af3f-411b-9f3c-53cdc9be2e09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-079b1a44-af3f-411b-9f3c-53cdc9be2e09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-079b1a44-af3f-411b-9f3c-53cdc9be2e09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 {
  text-align: center;
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 {
  max-width:  100%;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom,
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 {
  max-width:  100%;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom,
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 {
  max-width:  100%;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom,
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 {
  max-width:  100%;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom,
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 {
  max-width:  100%;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom,
.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ef93684-1bb3-4af3-b072-e7ce940b51c5 img.shogun-image {
  width: 100%;
}



}
#s-e5774dbc-4e3a-4755-8f92-3d402f03a525 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5774dbc-4e3a-4755-8f92-3d402f03a525 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5dad7e0a-14d1-4cb6-9605-f8814a3860e7 {
  text-align: center;
}

#s-5dad7e0a-14d1-4cb6-9605-f8814a3860e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5dad7e0a-14d1-4cb6-9605-f8814a3860e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5dad7e0a-14d1-4cb6-9605-f8814a3860e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c14fa446-4171-44ca-9e7e-582a3e495ec6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-c14fa446-4171-44ca-9e7e-582a3e495ec6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c14fa446-4171-44ca-9e7e-582a3e495ec6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c14fa446-4171-44ca-9e7e-582a3e495ec6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c14fa446-4171-44ca-9e7e-582a3e495ec6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c14fa446-4171-44ca-9e7e-582a3e495ec6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-c14fa446-4171-44ca-9e7e-582a3e495ec6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 {
  text-align: center;
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 {
  max-width:  100%;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom,
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 {
  max-width:  100%;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom,
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 {
  max-width:  100%;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom,
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 {
  max-width:  100%;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom,
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 {
  max-width:  100%;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom,
.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-207b82e4-e446-4e66-b6c7-7f990d9f65d6 img.shogun-image {
  width: 100%;
}



}
#s-f90c7200-aa7c-4cbc-958a-f93ba1643f89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f90c7200-aa7c-4cbc-958a-f93ba1643f89 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1f22fda8-0609-4a17-a736-029f97742f61 {
  text-align: center;
}

#s-1f22fda8-0609-4a17-a736-029f97742f61 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f22fda8-0609-4a17-a736-029f97742f61 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1f22fda8-0609-4a17-a736-029f97742f61 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-358987cc-2a00-4be6-b850-6dc2d78df350 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-358987cc-2a00-4be6-b850-6dc2d78df350:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-358987cc-2a00-4be6-b850-6dc2d78df350:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-358987cc-2a00-4be6-b850-6dc2d78df350 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-358987cc-2a00-4be6-b850-6dc2d78df350.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-358987cc-2a00-4be6-b850-6dc2d78df350.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-358987cc-2a00-4be6-b850-6dc2d78df350.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-056e459f-5ee4-4080-8b7e-80112704b628 {
  text-align: center;
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 {
  max-width:  100%;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom,
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  max-width: 165px !important;
  min-height: 100px !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 {
  max-width:  100%;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom,
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  max-width: 165px !important;
  min-height: 100px !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 {
  max-width:  100%;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom,
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  max-width: 165px !important;
  min-height: 100px !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 {
  max-width:  100%;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom,
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  max-width: 165px !important;
  min-height: 100px !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 {
  max-width:  100%;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom,
.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  max-width: 165px !important;
  min-height: 100px !important;
}

.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056e459f-5ee4-4080-8b7e-80112704b628 img.shogun-image {
  width: 100%;
}



}
#s-34e1087c-0b32-4da2-aff8-40cf199a2a9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34e1087c-0b32-4da2-aff8-40cf199a2a9f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-60c721bd-1fbe-487c-9acb-b64740599663 {
  text-align: center;
}

#s-60c721bd-1fbe-487c-9acb-b64740599663 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-60c721bd-1fbe-487c-9acb-b64740599663 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-60c721bd-1fbe-487c-9acb-b64740599663 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea336eec-d99a-4bcb-84a5-587480051b18 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-ea336eec-d99a-4bcb-84a5-587480051b18:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea336eec-d99a-4bcb-84a5-587480051b18:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ea336eec-d99a-4bcb-84a5-587480051b18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea336eec-d99a-4bcb-84a5-587480051b18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea336eec-d99a-4bcb-84a5-587480051b18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-ea336eec-d99a-4bcb-84a5-587480051b18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d6bddcb8-9cf7-4941-9e78-770f4bf726e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-d6bddcb8-9cf7-4941-9e78-770f4bf726e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d6bddcb8-9cf7-4941-9e78-770f4bf726e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d6bddcb8-9cf7-4941-9e78-770f4bf726e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d6bddcb8-9cf7-4941-9e78-770f4bf726e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 {
  text-align: center;
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 {
  max-width:  100%;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom,
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 {
  max-width:  100%;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom,
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 {
  max-width:  100%;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom,
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 {
  max-width:  100%;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom,
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 {
  max-width:  100%;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom,
.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd8c585-b205-4743-a5b9-41e80d8f3951 img.shogun-image {
  width: 100%;
}



}
#s-71997a86-46f7-4b9a-8643-56a4c94dd9ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71997a86-46f7-4b9a-8643-56a4c94dd9ed .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-391f3065-8559-461c-aa8f-74ba79cf9650 {
  text-align: center;
}

#s-391f3065-8559-461c-aa8f-74ba79cf9650 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-391f3065-8559-461c-aa8f-74ba79cf9650 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-391f3065-8559-461c-aa8f-74ba79cf9650 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c2b374c0-4df3-4f11-a2ca-28a01a3a7594 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-c2b374c0-4df3-4f11-a2ca-28a01a3a7594:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2b374c0-4df3-4f11-a2ca-28a01a3a7594:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2b374c0-4df3-4f11-a2ca-28a01a3a7594 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2b374c0-4df3-4f11-a2ca-28a01a3a7594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2b374c0-4df3-4f11-a2ca-28a01a3a7594.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-c2b374c0-4df3-4f11-a2ca-28a01a3a7594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-355dabde-2f70-40a9-8886-8001d3d33a8b {
  text-align: center;
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b {
  max-width:  100%;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom,
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b {
  max-width:  100%;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom,
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b {
  max-width:  100%;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom,
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b {
  max-width:  100%;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom,
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b {
  max-width:  100%;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom,
.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-355dabde-2f70-40a9-8886-8001d3d33a8b img.shogun-image {
  width: 100%;
}



}
#s-927b7c0b-ed2b-4a2e-970f-8fd3ba81ff0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-927b7c0b-ed2b-4a2e-970f-8fd3ba81ff0c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-6201c3ed-41b6-4cf0-8c04-73b89b71cdc2 {
  text-align: center;
}

#s-6201c3ed-41b6-4cf0-8c04-73b89b71cdc2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6201c3ed-41b6-4cf0-8c04-73b89b71cdc2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6201c3ed-41b6-4cf0-8c04-73b89b71cdc2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44ac7924-b054-49b8-86bc-ea40a9401673 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-44ac7924-b054-49b8-86bc-ea40a9401673:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44ac7924-b054-49b8-86bc-ea40a9401673:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44ac7924-b054-49b8-86bc-ea40a9401673 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44ac7924-b054-49b8-86bc-ea40a9401673.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44ac7924-b054-49b8-86bc-ea40a9401673.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-44ac7924-b054-49b8-86bc-ea40a9401673.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-56c2a399-41c6-4e20-9584-af9855b37050 {
  text-align: center;
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 {
  max-width:  100%;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom,
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 {
  max-width:  100%;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom,
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 {
  max-width:  100%;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom,
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 {
  max-width:  100%;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom,
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 {
  max-width:  100%;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom,
.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56c2a399-41c6-4e20-9584-af9855b37050 img.shogun-image {
  width: 100%;
}



}
#s-d3e7741a-77d8-42ab-a6e4-9512ddad0863 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3e7741a-77d8-42ab-a6e4-9512ddad0863 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-596a3245-4c44-4a85-b653-1948bc9fee95 {
  text-align: center;
}

#s-596a3245-4c44-4a85-b653-1948bc9fee95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-596a3245-4c44-4a85-b653-1948bc9fee95 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-596a3245-4c44-4a85-b653-1948bc9fee95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c6780df-9084-4f97-928e-fbcdde5c30db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2c6780df-9084-4f97-928e-fbcdde5c30db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c6780df-9084-4f97-928e-fbcdde5c30db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c6780df-9084-4f97-928e-fbcdde5c30db {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c6780df-9084-4f97-928e-fbcdde5c30db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c6780df-9084-4f97-928e-fbcdde5c30db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c6780df-9084-4f97-928e-fbcdde5c30db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d02d4f16-2067-4a0a-985c-02564ed5998f {
  text-align: center;
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f {
  max-width:  100%;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom,
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f {
  max-width:  100%;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom,
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f {
  max-width:  100%;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom,
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f {
  max-width:  100%;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom,
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f {
  max-width:  100%;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom,
.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  max-width: 200px !important;
  min-height: 100px !important;
}

.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02d4f16-2067-4a0a-985c-02564ed5998f img.shogun-image {
  width: 100%;
}



}
#s-9a2b224a-4399-4423-85d8-4b38d3eca8ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a2b224a-4399-4423-85d8-4b38d3eca8ab .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0e4deadc-6af7-43bb-9a76-eec7cf4a6a9e {
  text-align: center;
}

#s-0e4deadc-6af7-43bb-9a76-eec7cf4a6a9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e4deadc-6af7-43bb-9a76-eec7cf4a6a9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e4deadc-6af7-43bb-9a76-eec7cf4a6a9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8e0a6033-b2fb-4f3d-9911-aef08cf002ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8e0a6033-b2fb-4f3d-9911-aef08cf002ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e0a6033-b2fb-4f3d-9911-aef08cf002ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e0a6033-b2fb-4f3d-9911-aef08cf002ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e0a6033-b2fb-4f3d-9911-aef08cf002ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e0a6033-b2fb-4f3d-9911-aef08cf002ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e0a6033-b2fb-4f3d-9911-aef08cf002ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-85a0d953-27d6-4937-afff-902b5329c58f hr {
  border-top: 2px solid #ddd;
}

#s-16e16b67-ee02-4e54-ba40-74988f90068d {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-16e16b67-ee02-4e54-ba40-74988f90068d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16e16b67-ee02-4e54-ba40-74988f90068d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16e16b67-ee02-4e54-ba40-74988f90068d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16e16b67-ee02-4e54-ba40-74988f90068d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5af4677c-b220-46e9-94ad-87998345a04b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5af4677c-b220-46e9-94ad-87998345a04b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-57f1117c-7c21-4be9-8157-c780571e03ec {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: right;
text-decoration: none;
}
#s-57f1117c-7c21-4be9-8157-c780571e03ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57f1117c-7c21-4be9-8157-c780571e03ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57f1117c-7c21-4be9-8157-c780571e03ec-root {
    text-align: right;
  }


#s-57f1117c-7c21-4be9-8157-c780571e03ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57f1117c-7c21-4be9-8157-c780571e03ec-root {
    text-align: right;
  }


#s-57f1117c-7c21-4be9-8157-c780571e03ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57f1117c-7c21-4be9-8157-c780571e03ec-root {
    text-align: right;
  }


#s-57f1117c-7c21-4be9-8157-c780571e03ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57f1117c-7c21-4be9-8157-c780571e03ec-root {
    text-align: right;
  }


#s-57f1117c-7c21-4be9-8157-c780571e03ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57f1117c-7c21-4be9-8157-c780571e03ec-root {
    text-align: right;
  }


#s-57f1117c-7c21-4be9-8157-c780571e03ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-e8513ff1-6b6d-4b9e-9183-adc76d043f78 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-e8513ff1-6b6d-4b9e-9183-adc76d043f78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e8513ff1-6b6d-4b9e-9183-adc76d043f78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e8513ff1-6b6d-4b9e-9183-adc76d043f78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e8513ff1-6b6d-4b9e-9183-adc76d043f78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-649dc891-eba7-4ac9-86b7-983355c332c8 {
  text-align: center;
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 {
  max-width:  100%;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom,
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 {
  max-width:  100%;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom,
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 {
  max-width:  100%;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom,
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 {
  max-width:  100%;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom,
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 {
  max-width:  100%;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom,
.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649dc891-eba7-4ac9-86b7-983355c332c8 img.shogun-image {
  width: 100%;
}



}
#s-ab3437c1-3510-4723-a2da-65c539db587c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab3437c1-3510-4723-a2da-65c539db587c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e912d179-11a3-4707-8642-647d5a4514d9 {
  text-align: center;
}

#s-e912d179-11a3-4707-8642-647d5a4514d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e912d179-11a3-4707-8642-647d5a4514d9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e912d179-11a3-4707-8642-647d5a4514d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a0aae73e-a08a-447b-b585-125ab7880d68 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-a0aae73e-a08a-447b-b585-125ab7880d68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0aae73e-a08a-447b-b585-125ab7880d68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0aae73e-a08a-447b-b585-125ab7880d68 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0aae73e-a08a-447b-b585-125ab7880d68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0aae73e-a08a-447b-b585-125ab7880d68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-a0aae73e-a08a-447b-b585-125ab7880d68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 {
  text-align: center;
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 {
  max-width:  100%;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom,
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 {
  max-width:  100%;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom,
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 {
  max-width:  100%;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom,
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 {
  max-width:  100%;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom,
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 {
  max-width:  100%;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom,
.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c5b4b90-a9c7-4282-873a-7e59d71453e8 img.shogun-image {
  width: 100%;
}



}
#s-560c1e98-1bd1-4f1d-9104-3987ae797cdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-560c1e98-1bd1-4f1d-9104-3987ae797cdd .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7045fa86-97a1-4493-951c-bf3c1035b5d1 {
  text-align: center;
}

#s-7045fa86-97a1-4493-951c-bf3c1035b5d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7045fa86-97a1-4493-951c-bf3c1035b5d1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7045fa86-97a1-4493-951c-bf3c1035b5d1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-798ab8ab-1d64-4954-9133-359a53720394 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-798ab8ab-1d64-4954-9133-359a53720394:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-798ab8ab-1d64-4954-9133-359a53720394:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-798ab8ab-1d64-4954-9133-359a53720394 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-798ab8ab-1d64-4954-9133-359a53720394.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-798ab8ab-1d64-4954-9133-359a53720394.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-798ab8ab-1d64-4954-9133-359a53720394.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 {
  text-align: center;
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 {
  max-width:  100%;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom,
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 {
  max-width:  100%;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom,
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 {
  max-width:  100%;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom,
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 {
  max-width:  100%;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom,
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 {
  max-width:  100%;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom,
.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18425e19-9a41-49f5-8e1f-7ea9264b0ae3 img.shogun-image {
  width: 100%;
}



}
#s-9d06d377-b548-4235-a573-6b5eb9a4be06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d06d377-b548-4235-a573-6b5eb9a4be06 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d844bc06-f2e4-42c0-9c96-834adfe8f5e0 {
  text-align: center;
}

#s-d844bc06-f2e4-42c0-9c96-834adfe8f5e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d844bc06-f2e4-42c0-9c96-834adfe8f5e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d844bc06-f2e4-42c0-9c96-834adfe8f5e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97fd5c0a-2af1-4039-a43b-00eb3c924db7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-97fd5c0a-2af1-4039-a43b-00eb3c924db7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97fd5c0a-2af1-4039-a43b-00eb3c924db7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97fd5c0a-2af1-4039-a43b-00eb3c924db7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97fd5c0a-2af1-4039-a43b-00eb3c924db7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97fd5c0a-2af1-4039-a43b-00eb3c924db7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-97fd5c0a-2af1-4039-a43b-00eb3c924db7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eb718c79-9174-4109-bd71-6866e9385597 {
  text-align: center;
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 {
  max-width:  100%;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom,
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 {
  max-width:  100%;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom,
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 {
  max-width:  100%;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom,
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 {
  max-width:  100%;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom,
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 {
  max-width:  100%;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom,
.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb718c79-9174-4109-bd71-6866e9385597 img.shogun-image {
  width: 100%;
}



}
#s-b2805a32-299a-4910-b535-462f6e72ddda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2805a32-299a-4910-b535-462f6e72ddda .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-802ed449-bb3c-4c95-b6c0-999654e57709 {
  text-align: center;
}

#s-802ed449-bb3c-4c95-b6c0-999654e57709 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-802ed449-bb3c-4c95-b6c0-999654e57709 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-802ed449-bb3c-4c95-b6c0-999654e57709 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fddb9f95-3cbb-4d42-9bb7-da8fea3c1695 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-fddb9f95-3cbb-4d42-9bb7-da8fea3c1695:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fddb9f95-3cbb-4d42-9bb7-da8fea3c1695:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fddb9f95-3cbb-4d42-9bb7-da8fea3c1695 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fddb9f95-3cbb-4d42-9bb7-da8fea3c1695.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fddb9f95-3cbb-4d42-9bb7-da8fea3c1695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-fddb9f95-3cbb-4d42-9bb7-da8fea3c1695.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dbc7d36c-4603-4552-891d-db144cfdb823 hr {
  border-top: 2px solid #ddd;
}

#s-7255ed18-f93e-4c5d-92ed-c5246873fb9f {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7255ed18-f93e-4c5d-92ed-c5246873fb9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7255ed18-f93e-4c5d-92ed-c5246873fb9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a82d3aeb-bba7-4dc3-b9a1-0206a2334ce0 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-a82d3aeb-bba7-4dc3-b9a1-0206a2334ce0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a82d3aeb-bba7-4dc3-b9a1-0206a2334ce0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a82d3aeb-bba7-4dc3-b9a1-0206a2334ce0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a82d3aeb-bba7-4dc3-b9a1-0206a2334ce0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c4eaa375-2e5c-4ad7-bc0a-adf193821f3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c4eaa375-2e5c-4ad7-bc0a-adf193821f3b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-506f4d20-f72e-44a2-99fb-80e814a08250 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 49, 95, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: right;
text-decoration: none;
}
#s-506f4d20-f72e-44a2-99fb-80e814a08250:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-506f4d20-f72e-44a2-99fb-80e814a08250:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-506f4d20-f72e-44a2-99fb-80e814a08250-root {
    text-align: right;
  }


#s-506f4d20-f72e-44a2-99fb-80e814a08250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-506f4d20-f72e-44a2-99fb-80e814a08250-root {
    text-align: right;
  }


#s-506f4d20-f72e-44a2-99fb-80e814a08250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-506f4d20-f72e-44a2-99fb-80e814a08250-root {
    text-align: right;
  }


#s-506f4d20-f72e-44a2-99fb-80e814a08250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-506f4d20-f72e-44a2-99fb-80e814a08250-root {
    text-align: right;
  }


#s-506f4d20-f72e-44a2-99fb-80e814a08250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-506f4d20-f72e-44a2-99fb-80e814a08250-root {
    text-align: right;
  }


#s-506f4d20-f72e-44a2-99fb-80e814a08250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-aaa057b5-fd63-4e9f-a4a8-b98cac94fe22 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-aaa057b5-fd63-4e9f-a4a8-b98cac94fe22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aaa057b5-fd63-4e9f-a4a8-b98cac94fe22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-aaa057b5-fd63-4e9f-a4a8-b98cac94fe22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-aaa057b5-fd63-4e9f-a4a8-b98cac94fe22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f {
  text-align: left;
}



.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863339c2-b12f-4b89-8c48-5da3c3e53e7f img.shogun-image {
  width: 100%;
}



}
#s-6b6b0954-a99a-4475-9946-bc2855edba9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b6b0954-a99a-4475-9946-bc2855edba9b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-49b4db22-2aee-42db-b177-a29a13412fb3 {
  text-align: center;
}

#s-49b4db22-2aee-42db-b177-a29a13412fb3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-49b4db22-2aee-42db-b177-a29a13412fb3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-49b4db22-2aee-42db-b177-a29a13412fb3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-64b65877-4ddf-4f5d-89eb-99243308e62f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-64b65877-4ddf-4f5d-89eb-99243308e62f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64b65877-4ddf-4f5d-89eb-99243308e62f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64b65877-4ddf-4f5d-89eb-99243308e62f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-64b65877-4ddf-4f5d-89eb-99243308e62f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-64b65877-4ddf-4f5d-89eb-99243308e62f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-64b65877-4ddf-4f5d-89eb-99243308e62f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 {
  text-align: center;
}



.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbc4d6d-afd7-4c86-8383-026f9e3ab121 img.shogun-image {
  width: 100%;
}



}
#s-b4ff3d40-3006-49cb-bc94-13d55934fe7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4ff3d40-3006-49cb-bc94-13d55934fe7e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e10e4d0b-c42d-4b83-865d-686a25a85b9d {
  text-align: center;
}

#s-e10e4d0b-c42d-4b83-865d-686a25a85b9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e10e4d0b-c42d-4b83-865d-686a25a85b9d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e10e4d0b-c42d-4b83-865d-686a25a85b9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-873971bc-b5ff-4f2b-801c-ce01324a3621 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-873971bc-b5ff-4f2b-801c-ce01324a3621:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-873971bc-b5ff-4f2b-801c-ce01324a3621:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-873971bc-b5ff-4f2b-801c-ce01324a3621 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-873971bc-b5ff-4f2b-801c-ce01324a3621.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-873971bc-b5ff-4f2b-801c-ce01324a3621.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-873971bc-b5ff-4f2b-801c-ce01324a3621.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8d33fc00-4080-4729-af6d-f07253c48452 {
  text-align: left;
}



.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d33fc00-4080-4729-af6d-f07253c48452 img.shogun-image {
  width: 100%;
}



}
#s-09767697-7ff6-4be8-8a62-2621c8e040f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09767697-7ff6-4be8-8a62-2621c8e040f8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-22d85a67-343a-4c14-9a6a-608c54e1f2e2 {
  text-align: center;
}

#s-22d85a67-343a-4c14-9a6a-608c54e1f2e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-22d85a67-343a-4c14-9a6a-608c54e1f2e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-22d85a67-343a-4c14-9a6a-608c54e1f2e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70e9da96-87ef-4e70-87a8-d755cae2e993 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-70e9da96-87ef-4e70-87a8-d755cae2e993:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70e9da96-87ef-4e70-87a8-d755cae2e993:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70e9da96-87ef-4e70-87a8-d755cae2e993 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-70e9da96-87ef-4e70-87a8-d755cae2e993.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-70e9da96-87ef-4e70-87a8-d755cae2e993.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-70e9da96-87ef-4e70-87a8-d755cae2e993.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 {
  text-align: center;
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 {
  max-width:  100%;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom,
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 {
  max-width:  100%;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom,
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 {
  max-width:  100%;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom,
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 {
  max-width:  100%;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom,
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 {
  max-width:  100%;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom,
.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe6a3f7b-eb3a-44ea-84dd-3d365343d8c3 img.shogun-image {
  width: 100%;
}



}
#s-ced4490c-f55b-4054-a611-d68c1719722a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ced4490c-f55b-4054-a611-d68c1719722a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fb148c49-f1e3-4639-8b53-9482611e3d76 {
  text-align: center;
}

#s-fb148c49-f1e3-4639-8b53-9482611e3d76 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb148c49-f1e3-4639-8b53-9482611e3d76 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fb148c49-f1e3-4639-8b53-9482611e3d76 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-15c5568f-bfea-4ace-ac51-9e2e2792e577 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
}
#s-15c5568f-bfea-4ace-ac51-9e2e2792e577:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15c5568f-bfea-4ace-ac51-9e2e2792e577:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15c5568f-bfea-4ace-ac51-9e2e2792e577 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15c5568f-bfea-4ace-ac51-9e2e2792e577.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15c5568f-bfea-4ace-ac51-9e2e2792e577.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-15c5568f-bfea-4ace-ac51-9e2e2792e577.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f3b48ff1-b8ed-4b32-bf93-31202d7c82fa {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-f3b48ff1-b8ed-4b32-bf93-31202d7c82fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f3b48ff1-b8ed-4b32-bf93-31202d7c82fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f3b48ff1-b8ed-4b32-bf93-31202d7c82fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f3b48ff1-b8ed-4b32-bf93-31202d7c82fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0698b2d4-f293-43a5-906b-e3400f4d339c {
  text-align: left;
}



.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0698b2d4-f293-43a5-906b-e3400f4d339c img.shogun-image {
  width: 100%;
}



}
#s-721f56f3-c732-4ac1-b85b-72b8f56d5df0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-721f56f3-c732-4ac1-b85b-72b8f56d5df0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2cd10ec2-b01d-4b0c-8212-f4546683d773 {
  text-align: center;
}

#s-2cd10ec2-b01d-4b0c-8212-f4546683d773 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2cd10ec2-b01d-4b0c-8212-f4546683d773 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2cd10ec2-b01d-4b0c-8212-f4546683d773 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f78c9f54-263a-466f-98af-2dcb5e7c539c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f78c9f54-263a-466f-98af-2dcb5e7c539c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f78c9f54-263a-466f-98af-2dcb5e7c539c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f78c9f54-263a-466f-98af-2dcb5e7c539c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f78c9f54-263a-466f-98af-2dcb5e7c539c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f78c9f54-263a-466f-98af-2dcb5e7c539c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-f78c9f54-263a-466f-98af-2dcb5e7c539c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8f926764-1a2a-4924-8f4f-d5b07d175348 {
  text-align: left;
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 {
  max-width:  100%;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom,
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 {
  max-width:  100%;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom,
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 {
  max-width:  100%;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom,
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 {
  max-width:  100%;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom,
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 {
  max-width:  100%;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom,
.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f926764-1a2a-4924-8f4f-d5b07d175348 img.shogun-image {
  width: 100%;
}



}
#s-fdf4c235-8af6-4521-8992-7515f58460fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdf4c235-8af6-4521-8992-7515f58460fe .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fd6dda4c-89e1-42df-8e06-d6b98f1c2284 {
  text-align: center;
}

#s-fd6dda4c-89e1-42df-8e06-d6b98f1c2284 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fd6dda4c-89e1-42df-8e06-d6b98f1c2284 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fd6dda4c-89e1-42df-8e06-d6b98f1c2284 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db2968ea-f1ff-4e66-85b0-7210d3364f0a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-db2968ea-f1ff-4e66-85b0-7210d3364f0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db2968ea-f1ff-4e66-85b0-7210d3364f0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db2968ea-f1ff-4e66-85b0-7210d3364f0a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db2968ea-f1ff-4e66-85b0-7210d3364f0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db2968ea-f1ff-4e66-85b0-7210d3364f0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-db2968ea-f1ff-4e66-85b0-7210d3364f0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e8d660c3-3773-4799-b967-2a4861256840 {
  text-align: left;
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 {
  max-width:  100%;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom,
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 {
  max-width:  100%;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom,
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 {
  max-width:  100%;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom,
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 {
  max-width:  100%;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom,
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 {
  max-width:  100%;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom,
.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8d660c3-3773-4799-b967-2a4861256840 img.shogun-image {
  width: 100%;
}



}
#s-976af50e-0b16-49c4-9833-2c60084577e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-976af50e-0b16-49c4-9833-2c60084577e9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0850f4a3-542b-4f96-bcf7-cf8be7a8c62d {
  text-align: center;
}

#s-0850f4a3-542b-4f96-bcf7-cf8be7a8c62d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0850f4a3-542b-4f96-bcf7-cf8be7a8c62d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0850f4a3-542b-4f96-bcf7-cf8be7a8c62d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cfc1795c-d1f0-4793-a32b-90a0f85f93bf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cfc1795c-d1f0-4793-a32b-90a0f85f93bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfc1795c-d1f0-4793-a32b-90a0f85f93bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfc1795c-d1f0-4793-a32b-90a0f85f93bf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfc1795c-d1f0-4793-a32b-90a0f85f93bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfc1795c-d1f0-4793-a32b-90a0f85f93bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-cfc1795c-d1f0-4793-a32b-90a0f85f93bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9d748f09-195d-4fc2-bd13-46accc00e33d {
  text-align: left;
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d {
  max-width:  100%;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom,
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d {
  max-width:  100%;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom,
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d {
  max-width:  100%;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom,
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d {
  max-width:  100%;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom,
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d {
  max-width:  100%;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom,
.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d748f09-195d-4fc2-bd13-46accc00e33d img.shogun-image {
  width: 100%;
}



}
#s-27f9aacb-20e0-452f-8795-c484e7d62e80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27f9aacb-20e0-452f-8795-c484e7d62e80 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9f06ad93-361b-4f33-8c11-98a2ebd8ebb3 {
  text-align: center;
}

#s-9f06ad93-361b-4f33-8c11-98a2ebd8ebb3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f06ad93-361b-4f33-8c11-98a2ebd8ebb3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f06ad93-361b-4f33-8c11-98a2ebd8ebb3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8d5e681a-86bf-484f-88d6-f213b8d77514 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8d5e681a-86bf-484f-88d6-f213b8d77514:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d5e681a-86bf-484f-88d6-f213b8d77514:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d5e681a-86bf-484f-88d6-f213b8d77514 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d5e681a-86bf-484f-88d6-f213b8d77514.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d5e681a-86bf-484f-88d6-f213b8d77514.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-8d5e681a-86bf-484f-88d6-f213b8d77514.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d6b7d5d-ef26-42f4-8d1b-0462be2010c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
max-width: 1269px;
}

@media (min-width: 0px) {
[id="s-5d6b7d5d-ef26-42f4-8d1b-0462be2010c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5d6b7d5d-ef26-42f4-8d1b-0462be2010c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5d6b7d5d-ef26-42f4-8d1b-0462be2010c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5d6b7d5d-ef26-42f4-8d1b-0462be2010c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4876183b-78fe-436c-b5e2-e877180729e9 {
  text-align: left;
}



.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4876183b-78fe-436c-b5e2-e877180729e9 img.shogun-image {
  width: 100%;
}



}
#s-846d76f0-e9b9-4ffb-8784-225ab8e2ac3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-846d76f0-e9b9-4ffb-8784-225ab8e2ac3a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fe5c2f39-0395-4526-aedd-d2eb7255cf3c {
  text-align: center;
}

#s-fe5c2f39-0395-4526-aedd-d2eb7255cf3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fe5c2f39-0395-4526-aedd-d2eb7255cf3c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fe5c2f39-0395-4526-aedd-d2eb7255cf3c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca8b938a-f2b9-4341-a47d-480ae47b159c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ca8b938a-f2b9-4341-a47d-480ae47b159c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca8b938a-f2b9-4341-a47d-480ae47b159c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca8b938a-f2b9-4341-a47d-480ae47b159c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca8b938a-f2b9-4341-a47d-480ae47b159c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca8b938a-f2b9-4341-a47d-480ae47b159c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-ca8b938a-f2b9-4341-a47d-480ae47b159c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf {
  text-align: left;
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf {
  max-width:  100%;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom,
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  max-width: 200px !important;
  min-height: 150px !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf {
  max-width:  100%;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom,
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  max-width: 200px !important;
  min-height: 150px !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf {
  max-width:  100%;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom,
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  max-width: 200px !important;
  min-height: 150px !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf {
  max-width:  100%;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom,
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  max-width: 200px !important;
  min-height: 150px !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf {
  max-width:  100%;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom,
.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  max-width: 200px !important;
  min-height: 150px !important;
}

.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1559d7b0-3e80-4cc2-8c49-f2b3b2cddeaf img.shogun-image {
  width: 100%;
}



}
#s-809e4e6d-ac8e-4b5a-bfca-2f4170fe878e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-809e4e6d-ac8e-4b5a-bfca-2f4170fe878e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d683e799-bfc1-4c23-95ff-28d916b18441 {
  text-align: center;
}

#s-d683e799-bfc1-4c23-95ff-28d916b18441 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d683e799-bfc1-4c23-95ff-28d916b18441 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d683e799-bfc1-4c23-95ff-28d916b18441 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0ea41c1a-7629-49b0-9b7a-2dec4a30da09 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0ea41c1a-7629-49b0-9b7a-2dec4a30da09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ea41c1a-7629-49b0-9b7a-2dec4a30da09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0ea41c1a-7629-49b0-9b7a-2dec4a30da09 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ea41c1a-7629-49b0-9b7a-2dec4a30da09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ea41c1a-7629-49b0-9b7a-2dec4a30da09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: molot;
  display:  inline-block ;
}

#s-0ea41c1a-7629-49b0-9b7a-2dec4a30da09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-02f64821-6356-48b8-b492-a5d142a46910 hr {
  border-top: 2px solid #ddd;
}

#s-f19fc067-5d82-41d7-8794-6dba326a8a88 {
  min-height: 50px;
}








#s-f19fc067-5d82-41d7-8794-6dba326a8a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f19fc067-5d82-41d7-8794-6dba326a8a88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59b45e17-ccd7-414a-abc3-207c052d49a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1269px;
background-color: rgba(255, 255, 255, 1);
}








#s-59b45e17-ccd7-414a-abc3-207c052d49a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59b45e17-ccd7-414a-abc3-207c052d49a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47ba62e2-d3cf-4b06-9882-d763f7d82a50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 30px;
max-width: 400px;
background-color: rgba(43, 49, 95, 1);
text-decoration: none;
text-align: center;
line-height: 2em;
}
#s-47ba62e2-d3cf-4b06-9882-d763f7d82a50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47ba62e2-d3cf-4b06-9882-d763f7d82a50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47ba62e2-d3cf-4b06-9882-d763f7d82a50-root {
    text-align: center;
  }


#s-47ba62e2-d3cf-4b06-9882-d763f7d82a50.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47ba62e2-d3cf-4b06-9882-d763f7d82a50-root {
    text-align: center;
  }


#s-47ba62e2-d3cf-4b06-9882-d763f7d82a50.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47ba62e2-d3cf-4b06-9882-d763f7d82a50-root {
    text-align: center;
  }


#s-47ba62e2-d3cf-4b06-9882-d763f7d82a50.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47ba62e2-d3cf-4b06-9882-d763f7d82a50-root {
    text-align: center;
  }


#s-47ba62e2-d3cf-4b06-9882-d763f7d82a50.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47ba62e2-d3cf-4b06-9882-d763f7d82a50-root {
    text-align: center;
  }


#s-47ba62e2-d3cf-4b06-9882-d763f7d82a50.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: molot;
  display:  block ;
}
}
#s-77f1eeca-c176-4de5-b95f-8c49a5b8a5bc hr {
  border-top: 2px solid #ddd;
}

#s-4de7e6cf-9959-4ed0-89ea-34df90a4a4d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1600px;
}








#s-4de7e6cf-9959-4ed0-89ea-34df90a4a4d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4de7e6cf-9959-4ed0-89ea-34df90a4a4d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.blogposts--footer-button {
    color: #fff !important;
    background-color: rgba(43, 49, 95, 1);
}

.home-section--title {
    color: white;
}

.article--excerpt-image img {
    visibility: visible;
    position: relative;
    z-index: 100;
}
.blogposts--inner {
    display: flex;  
    flex-wrap: wrap;
}
#s-304b1343-9ca4-4b0a-b5d6-7369aa2211ed hr {
  border-top: 2px solid #ddd;
}

#s-ddbbddd5-5629-4c32-a1e7-5f899876985b {
  min-height: 50px;
}








#s-ddbbddd5-5629-4c32-a1e7-5f899876985b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddbbddd5-5629-4c32-a1e7-5f899876985b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-092069fe-167b-490f-b747-01aff29194f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 1269px;
text-align: center;
}

#s-092069fe-167b-490f-b747-01aff29194f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-1499d7b5-8425-43ca-99bb-d32cf6e92635"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1499d7b5-8425-43ca-99bb-d32cf6e92635"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1499d7b5-8425-43ca-99bb-d32cf6e92635"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1499d7b5-8425-43ca-99bb-d32cf6e92635"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 29px;
padding-left: 20px;
padding-bottom: 29px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
text-decoration: none;
}
#s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4-root {
    text-align: center;
  }


#s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4-root {
    text-align: center;
  }


#s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4-root {
    text-align: center;
  }


#s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4-root {
    text-align: center;
  }


#s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4-root {
    text-align: center;
  }


#s-dc53f8c1-7fdd-4b61-b22f-ffda513be0b4.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-721fab16-1136-4f5c-ae6b-071ad393f4a8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 29px;
padding-left: 20px;
padding-bottom: 29px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
text-decoration: none;
}
#s-721fab16-1136-4f5c-ae6b-071ad393f4a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-721fab16-1136-4f5c-ae6b-071ad393f4a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-721fab16-1136-4f5c-ae6b-071ad393f4a8-root {
    text-align: center;
  }


#s-721fab16-1136-4f5c-ae6b-071ad393f4a8.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-721fab16-1136-4f5c-ae6b-071ad393f4a8-root {
    text-align: center;
  }


#s-721fab16-1136-4f5c-ae6b-071ad393f4a8.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-721fab16-1136-4f5c-ae6b-071ad393f4a8-root {
    text-align: center;
  }


#s-721fab16-1136-4f5c-ae6b-071ad393f4a8.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-721fab16-1136-4f5c-ae6b-071ad393f4a8-root {
    text-align: center;
  }


#s-721fab16-1136-4f5c-ae6b-071ad393f4a8.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-721fab16-1136-4f5c-ae6b-071ad393f4a8-root {
    text-align: center;
  }


#s-721fab16-1136-4f5c-ae6b-071ad393f4a8.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-5943ec97-7c6f-485b-9471-b767d62cdd82 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 29px;
padding-left: 20px;
padding-bottom: 29px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(43, 49, 95, 1);
text-align: center;
text-decoration: none;
}
#s-5943ec97-7c6f-485b-9471-b767d62cdd82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5943ec97-7c6f-485b-9471-b767d62cdd82:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5943ec97-7c6f-485b-9471-b767d62cdd82-root {
    text-align: center;
  }


#s-5943ec97-7c6f-485b-9471-b767d62cdd82.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5943ec97-7c6f-485b-9471-b767d62cdd82-root {
    text-align: center;
  }


#s-5943ec97-7c6f-485b-9471-b767d62cdd82.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5943ec97-7c6f-485b-9471-b767d62cdd82-root {
    text-align: center;
  }


#s-5943ec97-7c6f-485b-9471-b767d62cdd82.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5943ec97-7c6f-485b-9471-b767d62cdd82-root {
    text-align: center;
  }


#s-5943ec97-7c6f-485b-9471-b767d62cdd82.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5943ec97-7c6f-485b-9471-b767d62cdd82-root {
    text-align: center;
  }


#s-5943ec97-7c6f-485b-9471-b767d62cdd82.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: molot;
  display:  inline-block ;
}
}
#s-2b4e0b67-7e2e-44e3-9626-be85c540c967 hr {
  border-top: 2px solid #ddd;
}

#s-9d9e00e1-1f9f-4c2e-a70f-5cb513a56628 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d9e00e1-1f9f-4c2e-a70f-5cb513a56628 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-dbe5726e-bb64-4ed9-99de-f154e99f6d59 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0px;
margin-right: 0px;
padding-left: 50px;
padding-right: 50px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
