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

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

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96 {
  display: none;
}
#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96, #wrap-s-98b1958a-d39f-4e37-97bd-8d4fe40faa96 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96 {
  display: none;
}
#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96, #wrap-s-98b1958a-d39f-4e37-97bd-8d4fe40faa96 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96 {
  display: none;
}
#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96, #wrap-s-98b1958a-d39f-4e37-97bd-8d4fe40faa96 { display:none !important; }}







#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98b1958a-d39f-4e37-97bd-8d4fe40faa96.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-10e5f055-a4e6-4c10-879d-36167d11be57 {
  text-align: center;
}
@media (min-width: 1200px){#s-10e5f055-a4e6-4c10-879d-36167d11be57 {
  display: none;
}
#s-10e5f055-a4e6-4c10-879d-36167d11be57, #wrap-s-10e5f055-a4e6-4c10-879d-36167d11be57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10e5f055-a4e6-4c10-879d-36167d11be57 {
  display: none;
}
#s-10e5f055-a4e6-4c10-879d-36167d11be57, #wrap-s-10e5f055-a4e6-4c10-879d-36167d11be57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10e5f055-a4e6-4c10-879d-36167d11be57 {
  display: none;
}
#s-10e5f055-a4e6-4c10-879d-36167d11be57, #wrap-s-10e5f055-a4e6-4c10-879d-36167d11be57 { display:none !important; }}



  #s-10e5f055-a4e6-4c10-879d-36167d11be57 img.shogun-image {
    
    width: px;
  }


#s-10e5f055-a4e6-4c10-879d-36167d11be57 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6ae6787-9808-4020-971b-43d80b3dc322 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d6ae6787-9808-4020-971b-43d80b3dc322 {
  display: none;
}
#s-d6ae6787-9808-4020-971b-43d80b3dc322, #wrap-s-d6ae6787-9808-4020-971b-43d80b3dc322 { display:none !important; }}







#s-d6ae6787-9808-4020-971b-43d80b3dc322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ae6787-9808-4020-971b-43d80b3dc322.shg-box.shg-c {
  justify-content: center;
}

#s-51e297db-74cf-4d62-8f7c-f6b5304826e7 {
  margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-51e297db-74cf-4d62-8f7c-f6b5304826e7 {
  display: none;
}
#s-51e297db-74cf-4d62-8f7c-f6b5304826e7, #wrap-s-51e297db-74cf-4d62-8f7c-f6b5304826e7 { display:none !important; }}




#s-51e297db-74cf-4d62-8f7c-f6b5304826e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-af2a4571-0ceb-48c8-830c-d6302eec62c0 {
  min-height: 50px;
background-color: rgba(17, 1, 1, 1);
}








#s-af2a4571-0ceb-48c8-830c-d6302eec62c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af2a4571-0ceb-48c8-830c-d6302eec62c0.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a {
  display: none;
}
#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a, #wrap-s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a {
  display: none;
}
#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a, #wrap-s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a { display:none !important; }}@media (max-width: 767px){#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a {
  display: none;
}
#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a, #wrap-s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a { display:none !important; }}







#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb6f29c-9adb-4a3e-83a7-3ccd2d5abf6a.shg-box.shg-c {
  justify-content: center;
}

#s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 {
  margin-top: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 {
  display: none;
}
#s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3, #wrap-s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 {
  display: none;
}
#s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3, #wrap-s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 { display:none !important; }}@media (max-width: 767px){#s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 {
  display: none;
}
#s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3, #wrap-s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 { display:none !important; }}



  #s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 img.shogun-image {
    
    width: px;
  }


#s-b13e8f4a-43ad-474c-9c9a-9fdf3ea8b6a3 .shogun-image-content {
  
    align-items: flex-end;
  
}

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

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

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

@media (min-width: 1200px){#s-29d43bba-57e3-4c31-8d58-633f72fee515 {
  display: none;
}
#s-29d43bba-57e3-4c31-8d58-633f72fee515, #wrap-s-29d43bba-57e3-4c31-8d58-633f72fee515 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29d43bba-57e3-4c31-8d58-633f72fee515 {
  display: none;
}
#s-29d43bba-57e3-4c31-8d58-633f72fee515, #wrap-s-29d43bba-57e3-4c31-8d58-633f72fee515 { display:none !important; }}@media (max-width: 767px){#s-29d43bba-57e3-4c31-8d58-633f72fee515 {
  display: none;
}
#s-29d43bba-57e3-4c31-8d58-633f72fee515, #wrap-s-29d43bba-57e3-4c31-8d58-633f72fee515 { display:none !important; }}
@media (min-width: 0px) {
[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29d43bba-57e3-4c31-8d58-633f72fee515"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-144503ff-1826-4431-9b71-1c72ce93d754 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-1165e5a6-028b-446f-af98-9a4a2da96be0 {
  text-align: left;
}


.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 {
  max-width: 100%;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom,
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 {
  max-width: 100%;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom,
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 {
  max-width: 100%;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom,
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 {
  max-width: 100%;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom,
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 {
  max-width: 100%;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom,
.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1165e5a6-028b-446f-af98-9a4a2da96be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-2a1863c1-72a5-4682-8ca7-f465b8a488a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a1863c1-72a5-4682-8ca7-f465b8a488a1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-43826c5d-c529-4785-968a-7e8c40fe2ff3 {
  margin-bottom: 5px;
text-align: center;
}

#s-43826c5d-c529-4785-968a-7e8c40fe2ff3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-43826c5d-c529-4785-968a-7e8c40fe2ff3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-43826c5d-c529-4785-968a-7e8c40fe2ff3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.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-bdb89592-5b63-449f-a6e4-749f3bdc7ed3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bdb89592-5b63-449f-a6e4-749f3bdc7ed3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdb89592-5b63-449f-a6e4-749f3bdc7ed3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bdb89592-5b63-449f-a6e4-749f3bdc7ed3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bdb89592-5b63-449f-a6e4-749f3bdc7ed3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bdb89592-5b63-449f-a6e4-749f3bdc7ed3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bdb89592-5b63-449f-a6e4-749f3bdc7ed3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2a602876-415d-4a9f-a885-4ea0cf8b80e0 {
  display: none;
}
#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 {
  text-align: left;
}


.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 {
  max-width: 100%;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom,
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 {
  max-width: 100%;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom,
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 {
  max-width: 100%;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom,
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 {
  max-width: 100%;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom,
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 {
  max-width: 100%;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom,
.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af3259ea-70c8-4d2e-b9bc-55ea3894b793 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0436a76b-755a-4ef6-a568-ff30a9b6f177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0436a76b-755a-4ef6-a568-ff30a9b6f177 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a0aec1ed-b780-4781-9b85-dd1446526001 {
  margin-bottom: 5px;
text-align: center;
}

#s-a0aec1ed-b780-4781-9b85-dd1446526001 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a0aec1ed-b780-4781-9b85-dd1446526001 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0aec1ed-b780-4781-9b85-dd1446526001 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a7c6f164-55c4-446a-afe9-bff2af296e14 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a7c6f164-55c4-446a-afe9-bff2af296e14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7c6f164-55c4-446a-afe9-bff2af296e14:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7c6f164-55c4-446a-afe9-bff2af296e14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7c6f164-55c4-446a-afe9-bff2af296e14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7c6f164-55c4-446a-afe9-bff2af296e14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7c6f164-55c4-446a-afe9-bff2af296e14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a48ed460-ebb4-4dd8-a45b-7218370fd553 {
  display: none;
}
#s-1bc19279-daae-454d-8645-17fb2bafc7dd {
  text-align: left;
}


.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd {
  max-width: 100%;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom,
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd {
  max-width: 100%;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom,
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd {
  max-width: 100%;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom,
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd {
  max-width: 100%;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom,
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd {
  max-width: 100%;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom,
.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc19279-daae-454d-8645-17fb2bafc7dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-479b27e1-6d5e-4d7e-92f3-f0b501076dca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-479b27e1-6d5e-4d7e-92f3-f0b501076dca .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-1bcd0068-d5b3-43db-98d8-f39a7525310a {
  margin-bottom: 5px;
text-align: center;
}

#s-1bcd0068-d5b3-43db-98d8-f39a7525310a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1bcd0068-d5b3-43db-98d8-f39a7525310a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1bcd0068-d5b3-43db-98d8-f39a7525310a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3feb652a-6e41-4b7c-9902-cf2a1ba6bf74 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3feb652a-6e41-4b7c-9902-cf2a1ba6bf74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3feb652a-6e41-4b7c-9902-cf2a1ba6bf74:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3feb652a-6e41-4b7c-9902-cf2a1ba6bf74 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3feb652a-6e41-4b7c-9902-cf2a1ba6bf74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3feb652a-6e41-4b7c-9902-cf2a1ba6bf74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3feb652a-6e41-4b7c-9902-cf2a1ba6bf74.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9875e901-bf18-415d-93f6-4455c510d10a {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9875e901-bf18-415d-93f6-4455c510d10a {
  display: none;
}
#s-9875e901-bf18-415d-93f6-4455c510d10a, #wrap-s-9875e901-bf18-415d-93f6-4455c510d10a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9875e901-bf18-415d-93f6-4455c510d10a {
  display: none;
}
#s-9875e901-bf18-415d-93f6-4455c510d10a, #wrap-s-9875e901-bf18-415d-93f6-4455c510d10a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9875e901-bf18-415d-93f6-4455c510d10a {
  display: none;
}
#s-9875e901-bf18-415d-93f6-4455c510d10a, #wrap-s-9875e901-bf18-415d-93f6-4455c510d10a { display:none !important; }}







#s-9875e901-bf18-415d-93f6-4455c510d10a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9875e901-bf18-415d-93f6-4455c510d10a.shg-box.shg-c {
  justify-content: center;
}

#s-bd281648-c1bc-4bf1-a9ad-97917c0f67dd {
  min-height: 50px;
}








#s-bd281648-c1bc-4bf1-a9ad-97917c0f67dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd281648-c1bc-4bf1-a9ad-97917c0f67dd.shg-box.shg-c {
  justify-content: center;
}

#s-2d9b162c-0bdc-4153-bea9-c666e183c075 {
  min-height: 50px;
}








#s-2d9b162c-0bdc-4153-bea9-c666e183c075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d9b162c-0bdc-4153-bea9-c666e183c075.shg-box.shg-c {
  justify-content: center;
}

#s-15102971-2d5c-4079-8005-d80027c5390a {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-15102971-2d5c-4079-8005-d80027c5390a {
  display: none;
}
#s-15102971-2d5c-4079-8005-d80027c5390a, #wrap-s-15102971-2d5c-4079-8005-d80027c5390a { display:none !important; }}
@media (min-width: 0px) {
[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15102971-2d5c-4079-8005-d80027c5390a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f6b27941-09d9-4a6a-a803-59cd5684f4af {
  margin-top: 40px;
text-align: center;
}




  #s-f6b27941-09d9-4a6a-a803-59cd5684f4af img.shogun-image {
    
    width: px;
  }


#s-f6b27941-09d9-4a6a-a803-59cd5684f4af .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 0px) {
[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ec5c60a-36d6-4151-8f2b-98511f2de38b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-95fc5a3c-8cac-4122-bd73-e4f5a8d9cbb6 {
  display: none;
}
#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 {
  text-align: left;
}


.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 {
  max-width: 100%;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom,
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 {
  max-width: 100%;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom,
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 {
  max-width: 100%;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom,
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 {
  max-width: 100%;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom,
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 {
  max-width: 100%;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom,
.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3cfc946-7b2a-4643-8d53-b1885f6acbe7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-87b47bf7-e033-45af-974a-4661c45115ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87b47bf7-e033-45af-974a-4661c45115ab .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-61cb01af-c3c2-4d5b-a26d-292fb12e8073 {
  margin-bottom: 5px;
text-align: center;
}

#s-61cb01af-c3c2-4d5b-a26d-292fb12e8073 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-61cb01af-c3c2-4d5b-a26d-292fb12e8073 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-61cb01af-c3c2-4d5b-a26d-292fb12e8073 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c0790ab1-23e9-4151-b6bf-34da7c3bf405 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c0790ab1-23e9-4151-b6bf-34da7c3bf405:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0790ab1-23e9-4151-b6bf-34da7c3bf405:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0790ab1-23e9-4151-b6bf-34da7c3bf405 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0790ab1-23e9-4151-b6bf-34da7c3bf405.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0790ab1-23e9-4151-b6bf-34da7c3bf405.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0790ab1-23e9-4151-b6bf-34da7c3bf405.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-366021f5-b6fd-463e-9272-fa39fa138333 {
  display: none;
}
#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 {
  text-align: left;
}


.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 {
  max-width: 100%;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom,
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 {
  max-width: 100%;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom,
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 {
  max-width: 100%;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom,
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 {
  max-width: 100%;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom,
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 {
  max-width: 100%;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom,
.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21bc8513-b58e-439e-aa5f-c7535b3f4fa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5553881f-0315-41c1-aa17-4363e82bb8a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5553881f-0315-41c1-aa17-4363e82bb8a7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-5a77afdb-661b-44f9-b0f8-be3c8dc326ed {
  margin-bottom: 5px;
text-align: center;
}

#s-5a77afdb-661b-44f9-b0f8-be3c8dc326ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5a77afdb-661b-44f9-b0f8-be3c8dc326ed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5a77afdb-661b-44f9-b0f8-be3c8dc326ed .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6397b984-2427-48b6-927d-a34a52b7f010 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6397b984-2427-48b6-927d-a34a52b7f010:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6397b984-2427-48b6-927d-a34a52b7f010:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6397b984-2427-48b6-927d-a34a52b7f010 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6397b984-2427-48b6-927d-a34a52b7f010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6397b984-2427-48b6-927d-a34a52b7f010.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6397b984-2427-48b6-927d-a34a52b7f010.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-96bb809e-8cd0-4a4b-82e1-7ce0b57a3953 {
  display: none;
}
#s-19098247-b17c-4a38-a9b4-7103b81b5abe {
  text-align: left;
}


.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe {
  max-width: 100%;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom,
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe {
  max-width: 100%;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom,
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe {
  max-width: 100%;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom,
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe {
  max-width: 100%;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom,
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe {
  max-width: 100%;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom,
.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19098247-b17c-4a38-a9b4-7103b81b5abe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-659513aa-43de-47a9-9d92-e02b081bd1bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-659513aa-43de-47a9-9d92-e02b081bd1bd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-af27fc2b-25bc-4818-ab72-09f30ca7a773 {
  margin-top: 15px;
margin-bottom: 5px;
text-align: center;
}

#s-af27fc2b-25bc-4818-ab72-09f30ca7a773 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-af27fc2b-25bc-4818-ab72-09f30ca7a773 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-af27fc2b-25bc-4818-ab72-09f30ca7a773 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6609b1e0-ba41-48ec-94f5-fd52a068e48b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6609b1e0-ba41-48ec-94f5-fd52a068e48b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6609b1e0-ba41-48ec-94f5-fd52a068e48b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6609b1e0-ba41-48ec-94f5-fd52a068e48b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6609b1e0-ba41-48ec-94f5-fd52a068e48b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6609b1e0-ba41-48ec-94f5-fd52a068e48b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6609b1e0-ba41-48ec-94f5-fd52a068e48b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-40a5024b-ec27-4af6-8915-c78c14be3614 {
  min-height: 50px;
}








#s-40a5024b-ec27-4af6-8915-c78c14be3614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40a5024b-ec27-4af6-8915-c78c14be3614.shg-box.shg-c {
  justify-content: center;
}

#s-9420bb37-c8df-4802-b883-ff4543715687 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9420bb37-c8df-4802-b883-ff4543715687 {
  display: none;
}
#s-9420bb37-c8df-4802-b883-ff4543715687, #wrap-s-9420bb37-c8df-4802-b883-ff4543715687 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9420bb37-c8df-4802-b883-ff4543715687"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a94e1b1-a738-42bc-9d13-3800f3b71313"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-032792a9-3d12-47a0-82e0-a41d5f07a6f5 {
  display: none;
}
#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 {
  text-align: left;
}


.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 {
  max-width: 100%;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom,
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 {
  max-width: 100%;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom,
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 {
  max-width: 100%;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom,
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 {
  max-width: 100%;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom,
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 {
  max-width: 100%;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom,
.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e34d9a81-4fb8-4f74-8a22-3f396dc73907 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-02708716-455c-46d8-abbe-b3992f1ee043 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02708716-455c-46d8-abbe-b3992f1ee043 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-0d96a1b1-5c2f-485e-8f80-1d2980aeb9ae {
  margin-bottom: 5px;
text-align: center;
}

#s-0d96a1b1-5c2f-485e-8f80-1d2980aeb9ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0d96a1b1-5c2f-485e-8f80-1d2980aeb9ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d96a1b1-5c2f-485e-8f80-1d2980aeb9ae .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-52043275-89f2-429a-9327-85581897a906 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-52043275-89f2-429a-9327-85581897a906:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52043275-89f2-429a-9327-85581897a906:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52043275-89f2-429a-9327-85581897a906 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52043275-89f2-429a-9327-85581897a906.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52043275-89f2-429a-9327-85581897a906.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-52043275-89f2-429a-9327-85581897a906.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9fa57e6d-6ced-44c2-b773-dd532eb94f7c {
  display: none;
}
#s-53a03023-f6d4-4783-962c-07ca13c9715f {
  text-align: left;
}


.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f {
  max-width: 100%;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom,
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f {
  max-width: 100%;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom,
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f {
  max-width: 100%;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom,
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f {
  max-width: 100%;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom,
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f {
  max-width: 100%;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom,
.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53a03023-f6d4-4783-962c-07ca13c9715f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f140c2e3-4c2d-4d3a-bf4b-8540aad4e0ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f140c2e3-4c2d-4d3a-bf4b-8540aad4e0ae .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-32d089ca-d424-4fc8-b605-c11ecb327bd5 {
  margin-top: 15px;
margin-bottom: 5px;
text-align: center;
}

#s-32d089ca-d424-4fc8-b605-c11ecb327bd5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-32d089ca-d424-4fc8-b605-c11ecb327bd5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-32d089ca-d424-4fc8-b605-c11ecb327bd5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c40037e5-d435-4cf9-abfe-9ed6a2c7205b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c40037e5-d435-4cf9-abfe-9ed6a2c7205b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c40037e5-d435-4cf9-abfe-9ed6a2c7205b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c40037e5-d435-4cf9-abfe-9ed6a2c7205b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c40037e5-d435-4cf9-abfe-9ed6a2c7205b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c40037e5-d435-4cf9-abfe-9ed6a2c7205b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c40037e5-d435-4cf9-abfe-9ed6a2c7205b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a9e259b3-a861-472b-b95a-79c057d19f28 {
  display: none;
}
#s-cd444d8e-e624-48de-badf-cf52a31a78c1 {
  text-align: left;
}


.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 {
  max-width: 100%;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom,
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 {
  max-width: 100%;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom,
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 {
  max-width: 100%;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom,
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 {
  max-width: 100%;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom,
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 {
  max-width: 100%;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom,
.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd444d8e-e624-48de-badf-cf52a31a78c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ff893da7-c768-4fca-9dc1-7009f0e61b52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff893da7-c768-4fca-9dc1-7009f0e61b52 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-934a8762-ca5a-4f7b-b01c-0d4bb302dce8 {
  margin-bottom: 5px;
text-align: center;
}

#s-934a8762-ca5a-4f7b-b01c-0d4bb302dce8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-934a8762-ca5a-4f7b-b01c-0d4bb302dce8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-934a8762-ca5a-4f7b-b01c-0d4bb302dce8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2f893747-8ab6-4843-a8f6-8a91aa492833 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f893747-8ab6-4843-a8f6-8a91aa492833:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f893747-8ab6-4843-a8f6-8a91aa492833:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f893747-8ab6-4843-a8f6-8a91aa492833 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f893747-8ab6-4843-a8f6-8a91aa492833.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f893747-8ab6-4843-a8f6-8a91aa492833.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f893747-8ab6-4843-a8f6-8a91aa492833.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-645f26c2-dff6-4012-a2fd-7c7d5f5690d3 {
  text-align: center;
}




  #s-645f26c2-dff6-4012-a2fd-7c7d5f5690d3 img.shogun-image {
    
    width: px;
  }


#s-645f26c2-dff6-4012-a2fd-7c7d5f5690d3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-04d7e180-ac67-4023-ae8b-2483a51af3bf {
  margin-top: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-04d7e180-ac67-4023-ae8b-2483a51af3bf {
  display: none;
}
#s-04d7e180-ac67-4023-ae8b-2483a51af3bf, #wrap-s-04d7e180-ac67-4023-ae8b-2483a51af3bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d7e180-ac67-4023-ae8b-2483a51af3bf {
  display: none;
}
#s-04d7e180-ac67-4023-ae8b-2483a51af3bf, #wrap-s-04d7e180-ac67-4023-ae8b-2483a51af3bf { display:none !important; }}@media (max-width: 767px){#s-04d7e180-ac67-4023-ae8b-2483a51af3bf {
  display: none;
}
#s-04d7e180-ac67-4023-ae8b-2483a51af3bf, #wrap-s-04d7e180-ac67-4023-ae8b-2483a51af3bf { display:none !important; }}



  #s-04d7e180-ac67-4023-ae8b-2483a51af3bf img.shogun-image {
    
    width: px;
  }


#s-04d7e180-ac67-4023-ae8b-2483a51af3bf .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 1200px){#s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3 {
  display: none;
}
#s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3, #wrap-s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3 {
  display: none;
}
#s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3, #wrap-s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3 { display:none !important; }}@media (max-width: 767px){#s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3 {
  display: none;
}
#s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3, #wrap-s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c2038c0-9c28-43b4-b38b-20b4b535a8a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d3e2bfc8-40af-49a9-8779-c100343505ed {
  display: none;
}
#s-cf0843f0-bec9-48a1-a904-e9182529c947 {
  text-align: left;
}


.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 {
  max-width: 100%;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom,
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 {
  max-width: 100%;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom,
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 {
  max-width: 100%;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom,
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 {
  max-width: 100%;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom,
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 {
  max-width: 100%;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom,
.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf0843f0-bec9-48a1-a904-e9182529c947 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-19f600aa-385b-4419-8b4d-ac1734be49ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19f600aa-385b-4419-8b4d-ac1734be49ed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-0dc4301e-8feb-45eb-9271-f598eb89f064 {
  margin-bottom: 5px;
text-align: center;
}

#s-0dc4301e-8feb-45eb-9271-f598eb89f064 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0dc4301e-8feb-45eb-9271-f598eb89f064 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0dc4301e-8feb-45eb-9271-f598eb89f064 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fd9720ce-20ff-4655-adb9-a243ef32e460 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fd9720ce-20ff-4655-adb9-a243ef32e460:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd9720ce-20ff-4655-adb9-a243ef32e460:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd9720ce-20ff-4655-adb9-a243ef32e460 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd9720ce-20ff-4655-adb9-a243ef32e460.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd9720ce-20ff-4655-adb9-a243ef32e460.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd9720ce-20ff-4655-adb9-a243ef32e460.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-62762198-d96e-4787-846b-1df8f64bbe06 {
  display: none;
}
#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 {
  text-align: left;
}


.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 {
  max-width: 100%;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom,
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 {
  max-width: 100%;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom,
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 {
  max-width: 100%;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom,
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 {
  max-width: 100%;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom,
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 {
  max-width: 100%;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom,
.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc77b93e-8e09-423f-bbdc-a0277c0e1821 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ddf9cbe0-c793-47e1-a155-50a6ed1e57b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddf9cbe0-c793-47e1-a155-50a6ed1e57b4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a3ffef58-ee9a-4f4d-8cb8-a3879e16f9b2 {
  margin-bottom: 5px;
text-align: center;
}

#s-a3ffef58-ee9a-4f4d-8cb8-a3879e16f9b2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a3ffef58-ee9a-4f4d-8cb8-a3879e16f9b2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a3ffef58-ee9a-4f4d-8cb8-a3879e16f9b2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-49f904e6-6029-4958-9671-64699b5e62de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-49f904e6-6029-4958-9671-64699b5e62de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49f904e6-6029-4958-9671-64699b5e62de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-49f904e6-6029-4958-9671-64699b5e62de {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49f904e6-6029-4958-9671-64699b5e62de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49f904e6-6029-4958-9671-64699b5e62de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49f904e6-6029-4958-9671-64699b5e62de.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-79f7ff48-3092-419e-9f2c-171b55b00e9a {
  display: none;
}
#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a {
  text-align: left;
}


.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a {
  max-width: 100%;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom,
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a {
  max-width: 100%;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom,
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a {
  max-width: 100%;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom,
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a {
  max-width: 100%;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom,
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a {
  max-width: 100%;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom,
.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1702652e-3484-4f9e-8c6a-aa03b3c0899a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b04408a9-d933-4c20-8b62-41312007f90b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b04408a9-d933-4c20-8b62-41312007f90b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-072cd32e-cc08-410f-849c-37ef422b9c0f {
  margin-bottom: 5px;
text-align: center;
}

#s-072cd32e-cc08-410f-849c-37ef422b9c0f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-072cd32e-cc08-410f-849c-37ef422b9c0f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-072cd32e-cc08-410f-849c-37ef422b9c0f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6ad998b0-1073-4433-9eaa-58d291e79a21 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6ad998b0-1073-4433-9eaa-58d291e79a21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ad998b0-1073-4433-9eaa-58d291e79a21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ad998b0-1073-4433-9eaa-58d291e79a21 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ad998b0-1073-4433-9eaa-58d291e79a21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ad998b0-1073-4433-9eaa-58d291e79a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ad998b0-1073-4433-9eaa-58d291e79a21.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-91b531ed-4131-4420-a535-1360745fd2c0 {
  margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91b531ed-4131-4420-a535-1360745fd2c0 {
  display: none;
}
#s-91b531ed-4131-4420-a535-1360745fd2c0, #wrap-s-91b531ed-4131-4420-a535-1360745fd2c0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91b531ed-4131-4420-a535-1360745fd2c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f223292-89f4-41af-9f97-b786216862ca {
  text-align: center;
}




  #s-4f223292-89f4-41af-9f97-b786216862ca img.shogun-image {
    
    width: px;
  }


#s-4f223292-89f4-41af-9f97-b786216862ca .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 0px) {
[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a14bcc5-a84c-4194-95fd-05f8f9e87196"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-db2a5d38-26c1-43e2-ab81-ec6a8f9b5592 {
  display: none;
}
#s-d87d9021-f1c0-4990-ac06-970198b5a743 {
  text-align: left;
}


.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 {
  max-width: 100%;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom,
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 {
  max-width: 100%;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom,
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 {
  max-width: 100%;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom,
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 {
  max-width: 100%;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom,
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 {
  max-width: 100%;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom,
.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d9021-f1c0-4990-ac06-970198b5a743 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bbc5e6d6-aa25-4288-a745-3575ba673d41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbc5e6d6-aa25-4288-a745-3575ba673d41 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-fd11a453-7c4a-4901-b8f0-9ccf9a6d6009 {
  margin-bottom: 5px;
text-align: center;
}

#s-fd11a453-7c4a-4901-b8f0-9ccf9a6d6009 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fd11a453-7c4a-4901-b8f0-9ccf9a6d6009 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fd11a453-7c4a-4901-b8f0-9ccf9a6d6009 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b913c4fa-c6df-41dd-8068-312a85a7e597 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b913c4fa-c6df-41dd-8068-312a85a7e597:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b913c4fa-c6df-41dd-8068-312a85a7e597:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b913c4fa-c6df-41dd-8068-312a85a7e597 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b913c4fa-c6df-41dd-8068-312a85a7e597.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b913c4fa-c6df-41dd-8068-312a85a7e597.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b913c4fa-c6df-41dd-8068-312a85a7e597.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e65a8bb-266f-468a-af4a-2257100fe12d {
  display: none;
}
#s-9994038a-57b3-48c3-a93a-3c89743dcbff {
  text-align: left;
}


.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff {
  max-width: 100%;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom,
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff {
  max-width: 100%;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom,
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff {
  max-width: 100%;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom,
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff {
  max-width: 100%;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom,
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff {
  max-width: 100%;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom,
.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9994038a-57b3-48c3-a93a-3c89743dcbff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-53ae6b52-5c86-4512-961e-435045825687 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53ae6b52-5c86-4512-961e-435045825687 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-0ef9bdef-ab23-485a-9888-1c213f73efc3 {
  margin-bottom: 5px;
text-align: center;
}

#s-0ef9bdef-ab23-485a-9888-1c213f73efc3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0ef9bdef-ab23-485a-9888-1c213f73efc3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0ef9bdef-ab23-485a-9888-1c213f73efc3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-68c58178-77b1-4d79-9265-21322afb9f62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-68c58178-77b1-4d79-9265-21322afb9f62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68c58178-77b1-4d79-9265-21322afb9f62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68c58178-77b1-4d79-9265-21322afb9f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68c58178-77b1-4d79-9265-21322afb9f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68c58178-77b1-4d79-9265-21322afb9f62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68c58178-77b1-4d79-9265-21322afb9f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-36207345-659f-404f-be4a-8199bb98533c {
  display: none;
}
#s-e411a032-f34e-47d0-97ec-a338604f54f5 {
  text-align: left;
}


.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 {
  max-width: 100%;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom,
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 {
  max-width: 100%;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom,
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 {
  max-width: 100%;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom,
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 {
  max-width: 100%;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom,
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 {
  max-width: 100%;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom,
.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e411a032-f34e-47d0-97ec-a338604f54f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-01d3d438-626d-429a-8e05-34b16d915825 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01d3d438-626d-429a-8e05-34b16d915825 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-cc180c40-4c33-4bf6-bb49-1ca9026d5916 {
  margin-top: 15px;
margin-bottom: 5px;
text-align: center;
}

#s-cc180c40-4c33-4bf6-bb49-1ca9026d5916 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cc180c40-4c33-4bf6-bb49-1ca9026d5916 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cc180c40-4c33-4bf6-bb49-1ca9026d5916 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4e6ede0a-f3ca-4417-bbd5-f948e7cf9044 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4e6ede0a-f3ca-4417-bbd5-f948e7cf9044:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e6ede0a-f3ca-4417-bbd5-f948e7cf9044:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4e6ede0a-f3ca-4417-bbd5-f948e7cf9044 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e6ede0a-f3ca-4417-bbd5-f948e7cf9044.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e6ede0a-f3ca-4417-bbd5-f948e7cf9044.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e6ede0a-f3ca-4417-bbd5-f948e7cf9044.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-452b279d-133b-4282-97ea-ecc4dbb119f5 {
  margin-top: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-452b279d-133b-4282-97ea-ecc4dbb119f5 {
  display: none;
}
#s-452b279d-133b-4282-97ea-ecc4dbb119f5, #wrap-s-452b279d-133b-4282-97ea-ecc4dbb119f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-452b279d-133b-4282-97ea-ecc4dbb119f5 {
  display: none;
}
#s-452b279d-133b-4282-97ea-ecc4dbb119f5, #wrap-s-452b279d-133b-4282-97ea-ecc4dbb119f5 { display:none !important; }}@media (max-width: 767px){#s-452b279d-133b-4282-97ea-ecc4dbb119f5 {
  display: none;
}
#s-452b279d-133b-4282-97ea-ecc4dbb119f5, #wrap-s-452b279d-133b-4282-97ea-ecc4dbb119f5 { display:none !important; }}



  #s-452b279d-133b-4282-97ea-ecc4dbb119f5 img.shogun-image {
    
    width: px;
  }


#s-452b279d-133b-4282-97ea-ecc4dbb119f5 .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 1200px){#s-1c1288b0-bc9a-4a85-823e-938e7318573f {
  display: none;
}
#s-1c1288b0-bc9a-4a85-823e-938e7318573f, #wrap-s-1c1288b0-bc9a-4a85-823e-938e7318573f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c1288b0-bc9a-4a85-823e-938e7318573f {
  display: none;
}
#s-1c1288b0-bc9a-4a85-823e-938e7318573f, #wrap-s-1c1288b0-bc9a-4a85-823e-938e7318573f { display:none !important; }}@media (max-width: 767px){#s-1c1288b0-bc9a-4a85-823e-938e7318573f {
  display: none;
}
#s-1c1288b0-bc9a-4a85-823e-938e7318573f, #wrap-s-1c1288b0-bc9a-4a85-823e-938e7318573f { display:none !important; }}
@media (min-width: 0px) {
[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c1288b0-bc9a-4a85-823e-938e7318573f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-71f4f3b9-8c09-468d-87b2-332b18ad61aa {
  display: none;
}
#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e {
  text-align: left;
}


.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e {
  max-width: 100%;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom,
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e {
  max-width: 100%;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom,
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e {
  max-width: 100%;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom,
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e {
  max-width: 100%;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom,
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e {
  max-width: 100%;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom,
.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e4ade24-7e7d-48f1-a62e-1d77ed9f336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3b881655-4b90-4d42-8ffc-8d474e117fc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b881655-4b90-4d42-8ffc-8d474e117fc1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-052cc718-9c81-4d81-9905-8830fa5c606c {
  margin-bottom: 5px;
text-align: center;
}

#s-052cc718-9c81-4d81-9905-8830fa5c606c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-052cc718-9c81-4d81-9905-8830fa5c606c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-052cc718-9c81-4d81-9905-8830fa5c606c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-264a89b2-04d6-4773-a9df-ed6ce953e843 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-264a89b2-04d6-4773-a9df-ed6ce953e843:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-264a89b2-04d6-4773-a9df-ed6ce953e843:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-264a89b2-04d6-4773-a9df-ed6ce953e843 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-264a89b2-04d6-4773-a9df-ed6ce953e843.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-264a89b2-04d6-4773-a9df-ed6ce953e843.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-264a89b2-04d6-4773-a9df-ed6ce953e843.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4d6161a3-c314-4de8-a8b5-bd14e8355914 {
  display: none;
}
#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e {
  text-align: left;
}


.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e {
  max-width: 100%;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom,
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e {
  max-width: 100%;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom,
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e {
  max-width: 100%;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom,
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e {
  max-width: 100%;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom,
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e {
  max-width: 100%;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom,
.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41c741fd-5d8d-4c56-99ca-94f00e8d533e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-208a88d1-985f-4b72-a8db-06dda7670ae5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-208a88d1-985f-4b72-a8db-06dda7670ae5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-45ba2e85-950d-4c56-9dfb-2539047d5f60 {
  margin-bottom: 5px;
text-align: center;
}

#s-45ba2e85-950d-4c56-9dfb-2539047d5f60 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-45ba2e85-950d-4c56-9dfb-2539047d5f60 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-45ba2e85-950d-4c56-9dfb-2539047d5f60 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c2396688-8320-406f-8d99-9bedf2c8ad37 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c2396688-8320-406f-8d99-9bedf2c8ad37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2396688-8320-406f-8d99-9bedf2c8ad37:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2396688-8320-406f-8d99-9bedf2c8ad37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2396688-8320-406f-8d99-9bedf2c8ad37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2396688-8320-406f-8d99-9bedf2c8ad37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2396688-8320-406f-8d99-9bedf2c8ad37.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41ef3469-5599-4876-b99f-767d82eb0d2d {
  display: none;
}
#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 {
  text-align: left;
}


.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 {
  max-width: 100%;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom,
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 {
  max-width: 100%;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom,
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 {
  max-width: 100%;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom,
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 {
  max-width: 100%;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom,
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 {
  max-width: 100%;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom,
.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e33e940a-ea44-4854-a9b2-8d67d35619b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7585c221-06d3-4066-a392-dce115fcc720 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7585c221-06d3-4066-a392-dce115fcc720 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-f9430f5f-3d1a-4c7b-88ab-35f6d491d5a7 {
  margin-bottom: 5px;
text-align: center;
}

#s-f9430f5f-3d1a-4c7b-88ab-35f6d491d5a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f9430f5f-3d1a-4c7b-88ab-35f6d491d5a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f9430f5f-3d1a-4c7b-88ab-35f6d491d5a7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bb7bf828-5297-445e-8556-1b22e3759289 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bb7bf828-5297-445e-8556-1b22e3759289:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb7bf828-5297-445e-8556-1b22e3759289:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb7bf828-5297-445e-8556-1b22e3759289 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb7bf828-5297-445e-8556-1b22e3759289.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb7bf828-5297-445e-8556-1b22e3759289.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb7bf828-5297-445e-8556-1b22e3759289.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8dd67185-1e2c-4242-b24e-d29f6e755a5e {
  margin-top: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-8dd67185-1e2c-4242-b24e-d29f6e755a5e {
  display: none;
}
#s-8dd67185-1e2c-4242-b24e-d29f6e755a5e, #wrap-s-8dd67185-1e2c-4242-b24e-d29f6e755a5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dd67185-1e2c-4242-b24e-d29f6e755a5e {
  display: none;
}
#s-8dd67185-1e2c-4242-b24e-d29f6e755a5e, #wrap-s-8dd67185-1e2c-4242-b24e-d29f6e755a5e { display:none !important; }}@media (max-width: 767px){#s-8dd67185-1e2c-4242-b24e-d29f6e755a5e {
  display: none;
}
#s-8dd67185-1e2c-4242-b24e-d29f6e755a5e, #wrap-s-8dd67185-1e2c-4242-b24e-d29f6e755a5e { display:none !important; }}



  #s-8dd67185-1e2c-4242-b24e-d29f6e755a5e img.shogun-image {
    
    width: px;
  }


#s-8dd67185-1e2c-4242-b24e-d29f6e755a5e .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 1200px){#s-dc947f50-7da6-49b2-9e2b-89f6889789f9 {
  display: none;
}
#s-dc947f50-7da6-49b2-9e2b-89f6889789f9, #wrap-s-dc947f50-7da6-49b2-9e2b-89f6889789f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc947f50-7da6-49b2-9e2b-89f6889789f9 {
  display: none;
}
#s-dc947f50-7da6-49b2-9e2b-89f6889789f9, #wrap-s-dc947f50-7da6-49b2-9e2b-89f6889789f9 { display:none !important; }}@media (max-width: 767px){#s-dc947f50-7da6-49b2-9e2b-89f6889789f9 {
  display: none;
}
#s-dc947f50-7da6-49b2-9e2b-89f6889789f9, #wrap-s-dc947f50-7da6-49b2-9e2b-89f6889789f9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc947f50-7da6-49b2-9e2b-89f6889789f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b9513383-8cf4-457d-8a6d-1e6095cfe899 {
  display: none;
}
#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 {
  text-align: left;
}


.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 {
  max-width: 100%;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom,
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 {
  max-width: 100%;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom,
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 {
  max-width: 100%;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom,
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 {
  max-width: 100%;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom,
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 {
  max-width: 100%;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom,
.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b287f2-6b18-4cb1-8d50-bbf3a4149cb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-885e3dd3-36e5-4ddd-8d56-52e7782860c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-885e3dd3-36e5-4ddd-8d56-52e7782860c2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-542b98e5-9b46-452c-8520-103a109f1ea1 {
  margin-bottom: 5px;
text-align: center;
}

#s-542b98e5-9b46-452c-8520-103a109f1ea1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-542b98e5-9b46-452c-8520-103a109f1ea1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-542b98e5-9b46-452c-8520-103a109f1ea1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0c28751d-0793-4558-98ef-8d0540aedf9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0c28751d-0793-4558-98ef-8d0540aedf9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c28751d-0793-4558-98ef-8d0540aedf9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c28751d-0793-4558-98ef-8d0540aedf9b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c28751d-0793-4558-98ef-8d0540aedf9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c28751d-0793-4558-98ef-8d0540aedf9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c28751d-0793-4558-98ef-8d0540aedf9b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-007bc37a-4604-44f4-a330-8632d9789e05 {
  display: none;
}
#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db {
  text-align: left;
}


.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db {
  max-width: 100%;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom,
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db {
  max-width: 100%;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom,
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db {
  max-width: 100%;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom,
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db {
  max-width: 100%;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom,
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db {
  max-width: 100%;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom,
.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9dbe577-f339-496c-bb9a-b35a24b0e1db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b028af19-661f-4fd7-b7ae-f52879723f25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b028af19-661f-4fd7-b7ae-f52879723f25 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-eb10fd22-c123-4629-b103-3dab153151f7 {
  margin-bottom: 5px;
text-align: center;
}

#s-eb10fd22-c123-4629-b103-3dab153151f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-eb10fd22-c123-4629-b103-3dab153151f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eb10fd22-c123-4629-b103-3dab153151f7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1317d06f-8e96-4f9f-bb51-d127654cbddd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1317d06f-8e96-4f9f-bb51-d127654cbddd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1317d06f-8e96-4f9f-bb51-d127654cbddd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1317d06f-8e96-4f9f-bb51-d127654cbddd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1317d06f-8e96-4f9f-bb51-d127654cbddd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1317d06f-8e96-4f9f-bb51-d127654cbddd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1317d06f-8e96-4f9f-bb51-d127654cbddd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5eb2e81b-f42f-4d42-8c97-efe25edcf114 {
  display: none;
}
#s-7edc0569-b40d-481d-b6eb-ab6327f209ef {
  text-align: left;
}


.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef {
  max-width: 100%;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom,
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef {
  max-width: 100%;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom,
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef {
  max-width: 100%;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom,
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef {
  max-width: 100%;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom,
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef {
  max-width: 100%;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom,
.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7edc0569-b40d-481d-b6eb-ab6327f209ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2de3eabd-0a11-43e8-8910-736bb80b12b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2de3eabd-0a11-43e8-8910-736bb80b12b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-3a5d33fc-c76d-4d0b-bd7f-ea0c1fd3ef79 {
  margin-bottom: 5px;
text-align: center;
}

#s-3a5d33fc-c76d-4d0b-bd7f-ea0c1fd3ef79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3a5d33fc-c76d-4d0b-bd7f-ea0c1fd3ef79 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3a5d33fc-c76d-4d0b-bd7f-ea0c1fd3ef79 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9fa17626-53f2-4865-9135-a9c27f35b10e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9fa17626-53f2-4865-9135-a9c27f35b10e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fa17626-53f2-4865-9135-a9c27f35b10e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fa17626-53f2-4865-9135-a9c27f35b10e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fa17626-53f2-4865-9135-a9c27f35b10e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fa17626-53f2-4865-9135-a9c27f35b10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9fa17626-53f2-4865-9135-a9c27f35b10e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2850ea06-bee7-46fd-bac5-90c955f46d2e {
  min-height: 50px;
}








#s-2850ea06-bee7-46fd-bac5-90c955f46d2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2850ea06-bee7-46fd-bac5-90c955f46d2e.shg-box.shg-c {
  justify-content: center;
}

#s-a0238c98-8f5a-4ab6-a084-613e46ef25b1 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0238c98-8f5a-4ab6-a084-613e46ef25b1 {
  display: none;
}
#s-a0238c98-8f5a-4ab6-a084-613e46ef25b1, #wrap-s-a0238c98-8f5a-4ab6-a084-613e46ef25b1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a0238c98-8f5a-4ab6-a084-613e46ef25b1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68b25b29-96ba-430f-91d9-38bd9ee8fd9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5061a0ec-ad4a-452c-8090-2cb9a04cf7ab {
  display: none;
}
#s-6619508b-c4a3-4563-ba9f-f038932654df {
  text-align: left;
}


.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df {
  max-width: 100%;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom,
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df {
  max-width: 100%;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom,
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df {
  max-width: 100%;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom,
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df {
  max-width: 100%;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom,
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df {
  max-width: 100%;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom,
.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6619508b-c4a3-4563-ba9f-f038932654df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-21852fb5-e851-433d-bceb-f90d50e14251 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21852fb5-e851-433d-bceb-f90d50e14251 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a001b579-6967-4e6a-9f86-7faaba76c573 {
  margin-bottom: 5px;
text-align: center;
}

#s-a001b579-6967-4e6a-9f86-7faaba76c573 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a001b579-6967-4e6a-9f86-7faaba76c573 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a001b579-6967-4e6a-9f86-7faaba76c573 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ff4cf08b-62ae-4d90-a7b6-bb96427adbf4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ff4cf08b-62ae-4d90-a7b6-bb96427adbf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff4cf08b-62ae-4d90-a7b6-bb96427adbf4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff4cf08b-62ae-4d90-a7b6-bb96427adbf4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff4cf08b-62ae-4d90-a7b6-bb96427adbf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff4cf08b-62ae-4d90-a7b6-bb96427adbf4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff4cf08b-62ae-4d90-a7b6-bb96427adbf4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9db354e0-a4f8-4e03-98ca-e3cb9b8290e5 {
  display: none;
}
#s-a49669a9-2ad9-4660-8369-013507e6be4f {
  text-align: left;
}


.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f {
  max-width: 100%;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom,
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f {
  max-width: 100%;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom,
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f {
  max-width: 100%;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom,
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f {
  max-width: 100%;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom,
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f {
  max-width: 100%;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom,
.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a49669a9-2ad9-4660-8369-013507e6be4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43541569-3a2c-4dc7-ab4c-779047632d28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43541569-3a2c-4dc7-ab4c-779047632d28 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-63de74fd-664a-4a5f-a16d-0331c9be262d {
  margin-bottom: 5px;
text-align: center;
}

#s-63de74fd-664a-4a5f-a16d-0331c9be262d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-63de74fd-664a-4a5f-a16d-0331c9be262d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-63de74fd-664a-4a5f-a16d-0331c9be262d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1c0123dc-3f0f-48c0-884f-ceb5f314af85 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1c0123dc-3f0f-48c0-884f-ceb5f314af85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c0123dc-3f0f-48c0-884f-ceb5f314af85:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c0123dc-3f0f-48c0-884f-ceb5f314af85 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c0123dc-3f0f-48c0-884f-ceb5f314af85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c0123dc-3f0f-48c0-884f-ceb5f314af85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1c0123dc-3f0f-48c0-884f-ceb5f314af85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a8d26e02-0156-4107-bbd7-10d5e7801f43 {
  display: none;
}
#s-6a1feae6-fd81-4826-87ba-d25754388480 {
  text-align: left;
}


.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 {
  max-width: 100%;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom,
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 {
  max-width: 100%;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom,
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 {
  max-width: 100%;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom,
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 {
  max-width: 100%;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom,
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 {
  max-width: 100%;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom,
.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a1feae6-fd81-4826-87ba-d25754388480 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c3026687-a881-4e7a-aab5-45364ebb19f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3026687-a881-4e7a-aab5-45364ebb19f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-2fdc03dc-5458-4166-83b4-66a7a8e4cc60 {
  margin-top: 15px;
margin-bottom: 5px;
text-align: center;
}

#s-2fdc03dc-5458-4166-83b4-66a7a8e4cc60 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2fdc03dc-5458-4166-83b4-66a7a8e4cc60 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2fdc03dc-5458-4166-83b4-66a7a8e4cc60 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8d1ae779-b26e-41ae-8460-db6c3e245858 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8d1ae779-b26e-41ae-8460-db6c3e245858:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d1ae779-b26e-41ae-8460-db6c3e245858:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d1ae779-b26e-41ae-8460-db6c3e245858 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d1ae779-b26e-41ae-8460-db6c3e245858.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d1ae779-b26e-41ae-8460-db6c3e245858.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d1ae779-b26e-41ae-8460-db6c3e245858.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a6db601d-c04f-44c8-93ed-f7669905b27d {
  text-align: center;
}




  #s-a6db601d-c04f-44c8-93ed-f7669905b27d img.shogun-image {
    
    width: px;
  }


#s-a6db601d-c04f-44c8-93ed-f7669905b27d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c {
  display: none;
}
#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c, #wrap-s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c {
  display: none;
}
#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c, #wrap-s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c { display:none !important; }}@media (max-width: 767px){#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c {
  display: none;
}
#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c, #wrap-s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c { display:none !important; }}







#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e458ff46-3f99-4c4c-bb7b-7c904ab4f52c.shg-box.shg-c {
  justify-content: center;
}

#s-f9d069f0-451a-436f-8b8b-7a50df349711 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9d069f0-451a-436f-8b8b-7a50df349711 {
  display: none;
}
#s-f9d069f0-451a-436f-8b8b-7a50df349711, #wrap-s-f9d069f0-451a-436f-8b8b-7a50df349711 { display:none !important; }}







#s-f9d069f0-451a-436f-8b8b-7a50df349711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9d069f0-451a-436f-8b8b-7a50df349711.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
