.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-c6f7fde9-82cc-4e30-b909-690c6b1d7f3e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c6f7fde9-82cc-4e30-b909-690c6b1d7f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6f7fde9-82cc-4e30-b909-690c6b1d7f3e.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-3f374a2e-34a5-4d7a-9bad-db7f98875f46 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-3f374a2e-34a5-4d7a-9bad-db7f98875f46 {
  display: none;
}
#s-3f374a2e-34a5-4d7a-9bad-db7f98875f46, #wrap-s-3f374a2e-34a5-4d7a-9bad-db7f98875f46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f374a2e-34a5-4d7a-9bad-db7f98875f46 {
  display: none;
}
#s-3f374a2e-34a5-4d7a-9bad-db7f98875f46, #wrap-s-3f374a2e-34a5-4d7a-9bad-db7f98875f46 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f374a2e-34a5-4d7a-9bad-db7f98875f46 {
  display: none;
}
#s-3f374a2e-34a5-4d7a-9bad-db7f98875f46, #wrap-s-3f374a2e-34a5-4d7a-9bad-db7f98875f46 { display:none !important; }}



  #s-3f374a2e-34a5-4d7a-9bad-db7f98875f46 img.shogun-image {
    
    width: px;
  }


#s-3f374a2e-34a5-4d7a-9bad-db7f98875f46 .shogun-image-content {
  
    align-items: center;
  
}

#s-5388a79f-4e31-4764-8c96-afcabe71dbc1 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-5388a79f-4e31-4764-8c96-afcabe71dbc1 {
  display: none;
}
#s-5388a79f-4e31-4764-8c96-afcabe71dbc1, #wrap-s-5388a79f-4e31-4764-8c96-afcabe71dbc1 { display:none !important; }}



  #s-5388a79f-4e31-4764-8c96-afcabe71dbc1 img.shogun-image {
    
    width: px;
  }


#s-5388a79f-4e31-4764-8c96-afcabe71dbc1 .shogun-image-content {
  
    align-items: center;
  
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b38bf741-4e9e-4347-a91e-882ab5ac47c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b38bf741-4e9e-4347-a91e-882ab5ac47c0 {
  display: none;
}
#s-b38bf741-4e9e-4347-a91e-882ab5ac47c0, #wrap-s-b38bf741-4e9e-4347-a91e-882ab5ac47c0 { display:none !important; }}
#s-b38bf741-4e9e-4347-a91e-882ab5ac47c0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81b46a1c-aace-40fa-ae86-8c927a705aec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-81b46a1c-aace-40fa-ae86-8c927a705aec {
  display: none;
}
#s-81b46a1c-aace-40fa-ae86-8c927a705aec, #wrap-s-81b46a1c-aace-40fa-ae86-8c927a705aec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81b46a1c-aace-40fa-ae86-8c927a705aec {
  display: none;
}
#s-81b46a1c-aace-40fa-ae86-8c927a705aec, #wrap-s-81b46a1c-aace-40fa-ae86-8c927a705aec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81b46a1c-aace-40fa-ae86-8c927a705aec {
  display: none;
}
#s-81b46a1c-aace-40fa-ae86-8c927a705aec, #wrap-s-81b46a1c-aace-40fa-ae86-8c927a705aec { display:none !important; }}
#s-81b46a1c-aace-40fa-ae86-8c927a705aec .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){#s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e {
  display: none;
}
#s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e, #wrap-s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e {
  display: none;
}
#s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e, #wrap-s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e {
  display: none;
}
#s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e, #wrap-s-ac055470-5f6d-4bbe-a9d0-ca612bcac72e { display:none !important; }}
@media (max-width: 767px){#s-17bae8dd-eb9b-4994-8efb-ccc981b4f1f3 {
  display: none;
}
#s-17bae8dd-eb9b-4994-8efb-ccc981b4f1f3, #wrap-s-17bae8dd-eb9b-4994-8efb-ccc981b4f1f3 { display:none !important; }}
#s-f05e2559-0eb9-4361-aaa3-ced35015f2f3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f05e2559-0eb9-4361-aaa3-ced35015f2f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f05e2559-0eb9-4361-aaa3-ced35015f2f3.shg-box.shg-c {
  justify-content: center;
}

#s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc {
  display: none;
}
#s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc, #wrap-s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc {
  display: none;
}
#s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc, #wrap-s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc {
  display: none;
}
#s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc, #wrap-s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc { display:none !important; }}



  #s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc img.shogun-image {
    
    width: px;
  }


#s-8857d53e-ef94-4f78-a2b3-b11a01cabbbc .shogun-image-content {
  
    align-items: center;
  
}

#s-bda6926e-fc42-4daf-90f2-c8fcb416ab38 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-bda6926e-fc42-4daf-90f2-c8fcb416ab38 {
  display: none;
}
#s-bda6926e-fc42-4daf-90f2-c8fcb416ab38, #wrap-s-bda6926e-fc42-4daf-90f2-c8fcb416ab38 { display:none !important; }}



  #s-bda6926e-fc42-4daf-90f2-c8fcb416ab38 img.shogun-image {
    
    width: px;
  }


#s-bda6926e-fc42-4daf-90f2-c8fcb416ab38 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9 {
  display: none;
}
#s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9, #wrap-s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9 {
  display: none;
}
#s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9, #wrap-s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9 {
  display: none;
}
#s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9, #wrap-s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9 { display:none !important; }}
#s-ef837b2a-e27e-4dbf-a866-2996ef8ae4d9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f54cf9f-5505-4f5f-bf86-9a3ca6676f80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4f54cf9f-5505-4f5f-bf86-9a3ca6676f80 {
  display: none;
}
#s-4f54cf9f-5505-4f5f-bf86-9a3ca6676f80, #wrap-s-4f54cf9f-5505-4f5f-bf86-9a3ca6676f80 { display:none !important; }}
#s-4f54cf9f-5505-4f5f-bf86-9a3ca6676f80 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-828b80f3-346d-41b3-888f-72db7186596c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-828b80f3-346d-41b3-888f-72db7186596c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-828b80f3-346d-41b3-888f-72db7186596c.shg-box.shg-c {
  justify-content: center;
}

#s-8f789106-e916-4aab-ad3c-bcc1a8124f6b {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-8f789106-e916-4aab-ad3c-bcc1a8124f6b {
  display: none;
}
#s-8f789106-e916-4aab-ad3c-bcc1a8124f6b, #wrap-s-8f789106-e916-4aab-ad3c-bcc1a8124f6b { display:none !important; }}



  #s-8f789106-e916-4aab-ad3c-bcc1a8124f6b img.shogun-image {
    
    width: px;
  }


#s-8f789106-e916-4aab-ad3c-bcc1a8124f6b .shogun-image-content {
  
    align-items: center;
  
}

#s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 {
  display: none;
}
#s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080, #wrap-s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 {
  display: none;
}
#s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080, #wrap-s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 {
  display: none;
}
#s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080, #wrap-s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 { display:none !important; }}



  #s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 img.shogun-image {
    
    width: px;
  }


#s-6fac61b1-6cc3-48aa-af3c-4cbb43c6a080 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0 {
  display: none;
}
#s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0, #wrap-s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0 {
  display: none;
}
#s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0, #wrap-s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0 {
  display: none;
}
#s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0, #wrap-s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0 { display:none !important; }}
#s-6c593c20-bceb-4ee5-9bd5-4bfbfe5315f0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a753ee75-aa6d-497b-b82a-fedddc07b458 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a753ee75-aa6d-497b-b82a-fedddc07b458 {
  display: none;
}
#s-a753ee75-aa6d-497b-b82a-fedddc07b458, #wrap-s-a753ee75-aa6d-497b-b82a-fedddc07b458 { display:none !important; }}
#s-a753ee75-aa6d-497b-b82a-fedddc07b458 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed {
  display: none;
}
#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed, #wrap-s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed {
  display: none;
}
#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed, #wrap-s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed {
  display: none;
}
#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed, #wrap-s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed { display:none !important; }}







#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b56ca50-fdda-4fff-8dd9-d45b33c118ed.shg-box.shg-c {
  justify-content: center;
}

#s-0643c69f-44ac-4274-aedc-2dc6c1eb0d63 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-0643c69f-44ac-4274-aedc-2dc6c1eb0d63 {
  display: none;
}
#s-0643c69f-44ac-4274-aedc-2dc6c1eb0d63, #wrap-s-0643c69f-44ac-4274-aedc-2dc6c1eb0d63 { display:none !important; }}



  #s-0643c69f-44ac-4274-aedc-2dc6c1eb0d63 img.shogun-image {
    
    width: px;
  }


#s-0643c69f-44ac-4274-aedc-2dc6c1eb0d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-15a45919-ebec-459d-a227-c1566eb7a13d {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-15a45919-ebec-459d-a227-c1566eb7a13d {
  display: none;
}
#s-15a45919-ebec-459d-a227-c1566eb7a13d, #wrap-s-15a45919-ebec-459d-a227-c1566eb7a13d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15a45919-ebec-459d-a227-c1566eb7a13d {
  display: none;
}
#s-15a45919-ebec-459d-a227-c1566eb7a13d, #wrap-s-15a45919-ebec-459d-a227-c1566eb7a13d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15a45919-ebec-459d-a227-c1566eb7a13d {
  display: none;
}
#s-15a45919-ebec-459d-a227-c1566eb7a13d, #wrap-s-15a45919-ebec-459d-a227-c1566eb7a13d { display:none !important; }}



  #s-15a45919-ebec-459d-a227-c1566eb7a13d img.shogun-image {
    
    width: px;
  }


#s-15a45919-ebec-459d-a227-c1566eb7a13d .shogun-image-content {
  
    align-items: center;
  
}

#s-b4cf81b4-c2cb-40af-bc4c-399ff995f106 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b4cf81b4-c2cb-40af-bc4c-399ff995f106 {
  display: none;
}
#s-b4cf81b4-c2cb-40af-bc4c-399ff995f106, #wrap-s-b4cf81b4-c2cb-40af-bc4c-399ff995f106 { display:none !important; }}
#s-b4cf81b4-c2cb-40af-bc4c-399ff995f106 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f05f99c-8607-4b88-8958-a6da5590e2bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8f05f99c-8607-4b88-8958-a6da5590e2bc {
  display: none;
}
#s-8f05f99c-8607-4b88-8958-a6da5590e2bc, #wrap-s-8f05f99c-8607-4b88-8958-a6da5590e2bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f05f99c-8607-4b88-8958-a6da5590e2bc {
  display: none;
}
#s-8f05f99c-8607-4b88-8958-a6da5590e2bc, #wrap-s-8f05f99c-8607-4b88-8958-a6da5590e2bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f05f99c-8607-4b88-8958-a6da5590e2bc {
  display: none;
}
#s-8f05f99c-8607-4b88-8958-a6da5590e2bc, #wrap-s-8f05f99c-8607-4b88-8958-a6da5590e2bc { display:none !important; }}
#s-8f05f99c-8607-4b88-8958-a6da5590e2bc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-929b67d2-1422-4386-a197-d070433e8b44 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-929b67d2-1422-4386-a197-d070433e8b44 {
  display: none;
}
#s-929b67d2-1422-4386-a197-d070433e8b44, #wrap-s-929b67d2-1422-4386-a197-d070433e8b44 { display:none !important; }}







#s-929b67d2-1422-4386-a197-d070433e8b44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-929b67d2-1422-4386-a197-d070433e8b44.shg-box.shg-c {
  justify-content: center;
}

#s-dae01c07-d64e-4487-9e07-b42b7602a42d {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-dae01c07-d64e-4487-9e07-b42b7602a42d {
  display: none;
}
#s-dae01c07-d64e-4487-9e07-b42b7602a42d, #wrap-s-dae01c07-d64e-4487-9e07-b42b7602a42d { display:none !important; }}



  #s-dae01c07-d64e-4487-9e07-b42b7602a42d img.shogun-image {
    
    width: px;
  }


#s-dae01c07-d64e-4487-9e07-b42b7602a42d .shogun-image-content {
  
    align-items: center;
  
}

#s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a {
  display: none;
}
#s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a, #wrap-s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a {
  display: none;
}
#s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a, #wrap-s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a {
  display: none;
}
#s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a, #wrap-s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a { display:none !important; }}



  #s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a img.shogun-image {
    
    width: px;
  }


#s-9422224e-a6a7-444d-b2aa-3dee5e78ce9a .shogun-image-content {
  
    align-items: center;
  
}

#s-e3e2bf55-f1db-4f54-a063-e39f0c1492ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3e2bf55-f1db-4f54-a063-e39f0c1492ec .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6258f403-97ac-433f-a3bc-de914ca55e80 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-6258f403-97ac-433f-a3bc-de914ca55e80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6258f403-97ac-433f-a3bc-de914ca55e80.shg-box.shg-c {
  justify-content: center;
}

#s-d60ebd6b-fb16-47b8-b768-426bc86ee372 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-d60ebd6b-fb16-47b8-b768-426bc86ee372 {
  display: none;
}
#s-d60ebd6b-fb16-47b8-b768-426bc86ee372, #wrap-s-d60ebd6b-fb16-47b8-b768-426bc86ee372 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d60ebd6b-fb16-47b8-b768-426bc86ee372 {
  display: none;
}
#s-d60ebd6b-fb16-47b8-b768-426bc86ee372, #wrap-s-d60ebd6b-fb16-47b8-b768-426bc86ee372 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d60ebd6b-fb16-47b8-b768-426bc86ee372 {
  display: none;
}
#s-d60ebd6b-fb16-47b8-b768-426bc86ee372, #wrap-s-d60ebd6b-fb16-47b8-b768-426bc86ee372 { display:none !important; }}



  #s-d60ebd6b-fb16-47b8-b768-426bc86ee372 img.shogun-image {
    
    width: px;
  }


#s-d60ebd6b-fb16-47b8-b768-426bc86ee372 .shogun-image-content {
  
    align-items: center;
  
}

#s-d499b49e-cc24-4141-8326-9fe2972dc457 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-d499b49e-cc24-4141-8326-9fe2972dc457 {
  display: none;
}
#s-d499b49e-cc24-4141-8326-9fe2972dc457, #wrap-s-d499b49e-cc24-4141-8326-9fe2972dc457 { display:none !important; }}



  #s-d499b49e-cc24-4141-8326-9fe2972dc457 img.shogun-image {
    
    width: px;
  }


#s-d499b49e-cc24-4141-8326-9fe2972dc457 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d0dc339-8cc9-4c6b-9841-7d3f8e9eb526 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5d0dc339-8cc9-4c6b-9841-7d3f8e9eb526 {
  display: none;
}
#s-5d0dc339-8cc9-4c6b-9841-7d3f8e9eb526, #wrap-s-5d0dc339-8cc9-4c6b-9841-7d3f8e9eb526 { display:none !important; }}
#s-5d0dc339-8cc9-4c6b-9841-7d3f8e9eb526 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0473fc3-1ae6-4b9e-9095-52e846d448af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f0473fc3-1ae6-4b9e-9095-52e846d448af {
  display: none;
}
#s-f0473fc3-1ae6-4b9e-9095-52e846d448af, #wrap-s-f0473fc3-1ae6-4b9e-9095-52e846d448af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0473fc3-1ae6-4b9e-9095-52e846d448af {
  display: none;
}
#s-f0473fc3-1ae6-4b9e-9095-52e846d448af, #wrap-s-f0473fc3-1ae6-4b9e-9095-52e846d448af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0473fc3-1ae6-4b9e-9095-52e846d448af {
  display: none;
}
#s-f0473fc3-1ae6-4b9e-9095-52e846d448af, #wrap-s-f0473fc3-1ae6-4b9e-9095-52e846d448af { display:none !important; }}
#s-f0473fc3-1ae6-4b9e-9095-52e846d448af .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-f1bdcee4-6d41-4761-ad3f-193b3968c8f6 {
  display: none;
}
#s-f1bdcee4-6d41-4761-ad3f-193b3968c8f6, #wrap-s-f1bdcee4-6d41-4761-ad3f-193b3968c8f6 { display:none !important; }}
@media (min-width: 1200px){#s-9c0f4d84-76d1-441d-ae77-138ffff7063f {
  display: none;
}
#s-9c0f4d84-76d1-441d-ae77-138ffff7063f, #wrap-s-9c0f4d84-76d1-441d-ae77-138ffff7063f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c0f4d84-76d1-441d-ae77-138ffff7063f {
  display: none;
}
#s-9c0f4d84-76d1-441d-ae77-138ffff7063f, #wrap-s-9c0f4d84-76d1-441d-ae77-138ffff7063f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c0f4d84-76d1-441d-ae77-138ffff7063f {
  display: none;
}
#s-9c0f4d84-76d1-441d-ae77-138ffff7063f, #wrap-s-9c0f4d84-76d1-441d-ae77-138ffff7063f { display:none !important; }}
#s-a00cbab1-cc43-4c87-acb8-9533a8fb7397 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a00cbab1-cc43-4c87-acb8-9533a8fb7397 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aeb81a27-d517-4007-bb63-592b0dc9f513 {
  margin-left: 450px;
margin-bottom: 30px;
margin-right: 450px;
}
@media (max-width: 767px){#s-aeb81a27-d517-4007-bb63-592b0dc9f513 {
  display: none;
}
#s-aeb81a27-d517-4007-bb63-592b0dc9f513, #wrap-s-aeb81a27-d517-4007-bb63-592b0dc9f513 { display:none !important; }}
#s-aeb81a27-d517-4007-bb63-592b0dc9f513 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc {
  margin-left: 120px;
margin-right: 120px;
}
@media (min-width: 1200px){#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc {
  display: none;
}
#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc, #wrap-s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc {
  display: none;
}
#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc, #wrap-s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc {
  display: none;
}
#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc, #wrap-s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc { display:none !important; }}@media (max-width: 767px){#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc {
  
}
}
#s-5f6d8402-eedf-4eea-aa8e-fbb346f0a4fc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

@media (max-width: 767px){#s-fdaddc00-c2a5-41ba-922d-029475df7c2c {
  display: none;
}
#s-fdaddc00-c2a5-41ba-922d-029475df7c2c, #wrap-s-fdaddc00-c2a5-41ba-922d-029475df7c2c { display:none !important; }}
#s-53d73ea2-c3db-4283-bb36-3e4f6978a0e3 {
  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-792ef38e-81be-4294-bba8-d2649fdf6438 {
  text-align: left;
}


.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 {
  max-width: 100%;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom,
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 {
  max-width: 100%;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom,
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 {
  max-width: 100%;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom,
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 {
  max-width: 100%;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom,
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 {
  max-width: 100%;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .shg-image-zoom,
.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-792ef38e-81be-4294-bba8-d2649fdf6438 .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-bdda65e3-6035-43ed-adb8-92cf66f08e65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdda65e3-6035-43ed-adb8-92cf66f08e65 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-28b4d2d4-45cc-466c-b220-db1ea01bfeba {
  text-align: left;
}

#s-28b4d2d4-45cc-466c-b220-db1ea01bfeba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-28b4d2d4-45cc-466c-b220-db1ea01bfeba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-28b4d2d4-45cc-466c-b220-db1ea01bfeba .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-42a07daf-89a2-4110-85e8-07b90433c4c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-42a07daf-89a2-4110-85e8-07b90433c4c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42a07daf-89a2-4110-85e8-07b90433c4c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42a07daf-89a2-4110-85e8-07b90433c4c0 {
  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-42a07daf-89a2-4110-85e8-07b90433c4c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42a07daf-89a2-4110-85e8-07b90433c4c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-42a07daf-89a2-4110-85e8-07b90433c4c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea08fc9b-7f10-407f-ae4c-0103a299711b {
  display: none;
}
#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 {
  text-align: left;
}


.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 {
  max-width: 100%;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom,
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 {
  max-width: 100%;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom,
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 {
  max-width: 100%;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom,
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 {
  max-width: 100%;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom,
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 {
  max-width: 100%;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom,
.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-670b3fe5-7ae8-41ea-b77b-8aeefbf95974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ad360f4-4a6f-4635-b48f-a51e34fa20fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ad360f4-4a6f-4635-b48f-a51e34fa20fd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-546373eb-c622-47e2-83c1-91c18b38550e {
  text-align: left;
}

#s-546373eb-c622-47e2-83c1-91c18b38550e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-546373eb-c622-47e2-83c1-91c18b38550e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-546373eb-c622-47e2-83c1-91c18b38550e .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-bec0d985-165d-4184-8512-5b66cd29085b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bec0d985-165d-4184-8512-5b66cd29085b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bec0d985-165d-4184-8512-5b66cd29085b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bec0d985-165d-4184-8512-5b66cd29085b {
  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-bec0d985-165d-4184-8512-5b66cd29085b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bec0d985-165d-4184-8512-5b66cd29085b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bec0d985-165d-4184-8512-5b66cd29085b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41fba18e-2b9f-4c0f-8f71-7ce567723564 {
  display: none;
}
#s-5cc8c22c-915b-4d32-8344-eabc95449d1b {
  text-align: left;
}


.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b {
  max-width: 100%;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom,
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b {
  max-width: 100%;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom,
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b {
  max-width: 100%;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom,
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b {
  max-width: 100%;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom,
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b {
  max-width: 100%;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom,
.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cc8c22c-915b-4d32-8344-eabc95449d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4d2901d9-b772-4f0c-8cd6-beba482b59c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d2901d9-b772-4f0c-8cd6-beba482b59c9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f20cd7c1-da05-419f-96fe-695fe6ed7ea5 {
  text-align: left;
}

#s-f20cd7c1-da05-419f-96fe-695fe6ed7ea5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f20cd7c1-da05-419f-96fe-695fe6ed7ea5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f20cd7c1-da05-419f-96fe-695fe6ed7ea5 .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-9184f65d-3053-4130-9cb2-f42af4e5c5e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9184f65d-3053-4130-9cb2-f42af4e5c5e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9184f65d-3053-4130-9cb2-f42af4e5c5e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9184f65d-3053-4130-9cb2-f42af4e5c5e2 {
  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-9184f65d-3053-4130-9cb2-f42af4e5c5e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9184f65d-3053-4130-9cb2-f42af4e5c5e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9184f65d-3053-4130-9cb2-f42af4e5c5e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-651daa29-8897-4122-bb02-08f1e43a6a21 {
  display: none;
}
#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 {
  text-align: left;
}


.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 {
  max-width: 100%;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom,
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 {
  max-width: 100%;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom,
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 {
  max-width: 100%;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom,
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 {
  max-width: 100%;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom,
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 {
  max-width: 100%;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom,
.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7221a31f-9b0c-4c43-93ca-be3cfc02d663 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-44eb9364-35d3-4f4e-949b-e117def38da8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44eb9364-35d3-4f4e-949b-e117def38da8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-74598feb-7ae1-4f5c-897c-72091883c3e5 {
  text-align: left;
}

#s-74598feb-7ae1-4f5c-897c-72091883c3e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-74598feb-7ae1-4f5c-897c-72091883c3e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-74598feb-7ae1-4f5c-897c-72091883c3e5 .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-565e24ce-7bc2-425d-a0f5-2dafa4d97d47 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-565e24ce-7bc2-425d-a0f5-2dafa4d97d47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-565e24ce-7bc2-425d-a0f5-2dafa4d97d47:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-565e24ce-7bc2-425d-a0f5-2dafa4d97d47 {
  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-565e24ce-7bc2-425d-a0f5-2dafa4d97d47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-565e24ce-7bc2-425d-a0f5-2dafa4d97d47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-565e24ce-7bc2-425d-a0f5-2dafa4d97d47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9249e525-dadd-4860-9b7a-2cf31cb77349 {
  display: none;
}
#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 {
  text-align: left;
}


.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 {
  max-width: 100%;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom,
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 {
  max-width: 100%;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom,
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 {
  max-width: 100%;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom,
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 {
  max-width: 100%;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom,
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 {
  max-width: 100%;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom,
.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a82cdfc0-a089-42c9-895f-4e17b38e6784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9c0d5af2-44cb-4896-ac1f-a592fe52bd34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c0d5af2-44cb-4896-ac1f-a592fe52bd34 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-007d175a-add4-4da2-8add-7dc269003a2e {
  text-align: left;
}

#s-007d175a-add4-4da2-8add-7dc269003a2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-007d175a-add4-4da2-8add-7dc269003a2e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-007d175a-add4-4da2-8add-7dc269003a2e .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-0b70348d-401c-4e58-b005-5360e8fe5fc4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0b70348d-401c-4e58-b005-5360e8fe5fc4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b70348d-401c-4e58-b005-5360e8fe5fc4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0b70348d-401c-4e58-b005-5360e8fe5fc4 {
  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-0b70348d-401c-4e58-b005-5360e8fe5fc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b70348d-401c-4e58-b005-5360e8fe5fc4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0b70348d-401c-4e58-b005-5360e8fe5fc4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6f131d8a-078e-4ba8-9925-badb463b8fb3 {
  display: none;
}
#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 {
  text-align: left;
}


.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 {
  max-width: 100%;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom,
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 {
  max-width: 100%;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom,
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 {
  max-width: 100%;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom,
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 {
  max-width: 100%;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom,
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 {
  max-width: 100%;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom,
.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcd5dd5b-4bb2-49d3-802e-ea2191bb0a19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-94cdadf8-4b33-4ccb-925a-10e58dc5ddd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94cdadf8-4b33-4ccb-925a-10e58dc5ddd7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c57b38e4-cf14-41f3-ad0e-e1e6c7fd78a2 {
  text-align: left;
}

#s-c57b38e4-cf14-41f3-ad0e-e1e6c7fd78a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c57b38e4-cf14-41f3-ad0e-e1e6c7fd78a2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c57b38e4-cf14-41f3-ad0e-e1e6c7fd78a2 .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-a1852e7b-662c-42f9-a247-e5a7a64ce395 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a1852e7b-662c-42f9-a247-e5a7a64ce395:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1852e7b-662c-42f9-a247-e5a7a64ce395:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1852e7b-662c-42f9-a247-e5a7a64ce395 {
  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-a1852e7b-662c-42f9-a247-e5a7a64ce395.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1852e7b-662c-42f9-a247-e5a7a64ce395.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a1852e7b-662c-42f9-a247-e5a7a64ce395.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bf8af8e4-38e5-4acb-9832-228defb098d2 {
  display: none;
}
#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 {
  text-align: left;
}


.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 {
  max-width: 100%;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom,
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 {
  max-width: 100%;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom,
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 {
  max-width: 100%;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom,
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 {
  max-width: 100%;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom,
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 {
  max-width: 100%;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom,
.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f49e75e9-ae04-4163-87e6-66d5dd7fe756 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ffa65c69-15cb-444c-99d2-d8d1357004df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffa65c69-15cb-444c-99d2-d8d1357004df .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-12b697bf-57cc-4007-bd73-99ae84534079 {
  text-align: left;
}

#s-12b697bf-57cc-4007-bd73-99ae84534079 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-12b697bf-57cc-4007-bd73-99ae84534079 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-12b697bf-57cc-4007-bd73-99ae84534079 .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-e87d5475-46e6-4380-9f87-108aabdaa4ec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e87d5475-46e6-4380-9f87-108aabdaa4ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e87d5475-46e6-4380-9f87-108aabdaa4ec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e87d5475-46e6-4380-9f87-108aabdaa4ec {
  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-e87d5475-46e6-4380-9f87-108aabdaa4ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e87d5475-46e6-4380-9f87-108aabdaa4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e87d5475-46e6-4380-9f87-108aabdaa4ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-69aadab9-03bd-4cbb-b955-4d61503c19fc {
  display: none;
}
#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d {
  text-align: left;
}


.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d {
  max-width: 100%;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom,
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d {
  max-width: 100%;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom,
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d {
  max-width: 100%;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom,
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d {
  max-width: 100%;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom,
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d {
  max-width: 100%;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom,
.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8a6865-11f0-48ad-adf7-ac63c41a780d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-de3e607c-5bbb-4139-85d8-5ed02b103364 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de3e607c-5bbb-4139-85d8-5ed02b103364 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-452e78ce-ac6e-4f83-8672-dc21a43de4e2 {
  text-align: left;
}

#s-452e78ce-ac6e-4f83-8672-dc21a43de4e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-452e78ce-ac6e-4f83-8672-dc21a43de4e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-452e78ce-ac6e-4f83-8672-dc21a43de4e2 .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-6e75aab4-fedb-4907-82dc-b92406e5f48d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6e75aab4-fedb-4907-82dc-b92406e5f48d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e75aab4-fedb-4907-82dc-b92406e5f48d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e75aab4-fedb-4907-82dc-b92406e5f48d {
  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-6e75aab4-fedb-4907-82dc-b92406e5f48d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e75aab4-fedb-4907-82dc-b92406e5f48d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6e75aab4-fedb-4907-82dc-b92406e5f48d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d49afe0d-772e-4a36-b487-df37934ba75b {
  display: none;
}
#s-e745e619-ab00-4e81-bdeb-261d801e74db {
  text-align: left;
}


.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db {
  max-width: 100%;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom,
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db {
  max-width: 100%;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom,
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db {
  max-width: 100%;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom,
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db {
  max-width: 100%;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom,
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db {
  max-width: 100%;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom,
.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e745e619-ab00-4e81-bdeb-261d801e74db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a4526775-8257-449d-9085-83f7bc29ff89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4526775-8257-449d-9085-83f7bc29ff89 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b3787cf5-a214-4015-a4e8-7172a9c69210 {
  text-align: left;
}

#s-b3787cf5-a214-4015-a4e8-7172a9c69210 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b3787cf5-a214-4015-a4e8-7172a9c69210 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b3787cf5-a214-4015-a4e8-7172a9c69210 .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-ca53891c-3bd4-41e4-8264-2f95ee11f101 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ca53891c-3bd4-41e4-8264-2f95ee11f101:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca53891c-3bd4-41e4-8264-2f95ee11f101:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca53891c-3bd4-41e4-8264-2f95ee11f101 {
  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-ca53891c-3bd4-41e4-8264-2f95ee11f101.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca53891c-3bd4-41e4-8264-2f95ee11f101.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca53891c-3bd4-41e4-8264-2f95ee11f101.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cdab3985-8e94-4779-8de4-fb4130789e4e {
  display: none;
}
#s-bb61ad38-3916-45f7-bce0-472d89151118 {
  text-align: left;
}


.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 {
  max-width: 100%;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom,
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 {
  max-width: 100%;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom,
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 {
  max-width: 100%;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom,
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 {
  max-width: 100%;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom,
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 {
  max-width: 100%;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom,
.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb61ad38-3916-45f7-bce0-472d89151118 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4c6588b6-085e-4ebe-8b4c-79f9386a2ced {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c6588b6-085e-4ebe-8b4c-79f9386a2ced .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b0342a76-557e-4af5-8757-494df2d5aec3 {
  text-align: left;
}

#s-b0342a76-557e-4af5-8757-494df2d5aec3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b0342a76-557e-4af5-8757-494df2d5aec3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b0342a76-557e-4af5-8757-494df2d5aec3 .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-5a13605d-081f-4fe2-b4ac-40a53bea3dc3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a13605d-081f-4fe2-b4ac-40a53bea3dc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a13605d-081f-4fe2-b4ac-40a53bea3dc3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a13605d-081f-4fe2-b4ac-40a53bea3dc3 {
  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-5a13605d-081f-4fe2-b4ac-40a53bea3dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a13605d-081f-4fe2-b4ac-40a53bea3dc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a13605d-081f-4fe2-b4ac-40a53bea3dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-abfbfb73-c8c8-4ba2-8809-6c70cf7d1b78 {
  display: none;
}
#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 {
  text-align: left;
}


.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 {
  max-width: 100%;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom,
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 {
  max-width: 100%;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom,
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 {
  max-width: 100%;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom,
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 {
  max-width: 100%;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom,
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 {
  max-width: 100%;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom,
.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cecd5fb5-21c2-4089-a5f7-119361e44eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d284e618-a9d7-4de7-a412-b08cb15c9a93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d284e618-a9d7-4de7-a412-b08cb15c9a93 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c03c421a-4f1d-4c44-8495-8d8354ea1b7c {
  text-align: left;
}

#s-c03c421a-4f1d-4c44-8495-8d8354ea1b7c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c03c421a-4f1d-4c44-8495-8d8354ea1b7c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c03c421a-4f1d-4c44-8495-8d8354ea1b7c .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-da970f04-243b-4282-af65-2f22d3b10c0e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-da970f04-243b-4282-af65-2f22d3b10c0e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da970f04-243b-4282-af65-2f22d3b10c0e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da970f04-243b-4282-af65-2f22d3b10c0e {
  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-da970f04-243b-4282-af65-2f22d3b10c0e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da970f04-243b-4282-af65-2f22d3b10c0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-da970f04-243b-4282-af65-2f22d3b10c0e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6e96fcbe-4837-4098-a243-880c0528ef0b {
  display: none;
}
#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 {
  text-align: left;
}


.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 {
  max-width: 100%;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom,
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 {
  max-width: 100%;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom,
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 {
  max-width: 100%;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom,
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 {
  max-width: 100%;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom,
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 {
  max-width: 100%;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom,
.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c5a29a-14fe-4daa-92c5-8bfd771e5015 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2eb9dc33-0b1e-49d6-bb2d-0f42816f4797 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2eb9dc33-0b1e-49d6-bb2d-0f42816f4797 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fc532519-64f2-4fad-bdc8-907ddf029108 {
  text-align: left;
}

#s-fc532519-64f2-4fad-bdc8-907ddf029108 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fc532519-64f2-4fad-bdc8-907ddf029108 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc532519-64f2-4fad-bdc8-907ddf029108 .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-71ca9a92-cc97-4d9d-b00f-9ed491803798 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-71ca9a92-cc97-4d9d-b00f-9ed491803798:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71ca9a92-cc97-4d9d-b00f-9ed491803798:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71ca9a92-cc97-4d9d-b00f-9ed491803798 {
  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-71ca9a92-cc97-4d9d-b00f-9ed491803798.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71ca9a92-cc97-4d9d-b00f-9ed491803798.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71ca9a92-cc97-4d9d-b00f-9ed491803798.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-861884e1-f9b5-420d-b770-9cf3bc597631 {
  display: none;
}
#s-861884e1-f9b5-420d-b770-9cf3bc597631, #wrap-s-861884e1-f9b5-420d-b770-9cf3bc597631 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-861884e1-f9b5-420d-b770-9cf3bc597631 {
  display: none;
}
#s-861884e1-f9b5-420d-b770-9cf3bc597631, #wrap-s-861884e1-f9b5-420d-b770-9cf3bc597631 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-861884e1-f9b5-420d-b770-9cf3bc597631 {
  display: none;
}
#s-861884e1-f9b5-420d-b770-9cf3bc597631, #wrap-s-861884e1-f9b5-420d-b770-9cf3bc597631 { display:none !important; }}
#s-d76d6617-2df4-4239-bb9d-ae21772092e1 {
  display: none;
}
#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f {
  text-align: left;
}


.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f {
  max-width: 100%;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom,
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f {
  max-width: 100%;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom,
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f {
  max-width: 100%;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom,
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f {
  max-width: 100%;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom,
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f {
  max-width: 100%;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom,
.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df0d596d-9ff2-41b6-a4f3-4cf3bcd1342f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50fae6fe-988c-4aff-8463-c48dd4f6ff56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50fae6fe-988c-4aff-8463-c48dd4f6ff56 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-04c342d9-2d41-4219-ad58-58bf4b73a13e {
  text-align: left;
}

#s-04c342d9-2d41-4219-ad58-58bf4b73a13e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-04c342d9-2d41-4219-ad58-58bf4b73a13e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-04c342d9-2d41-4219-ad58-58bf4b73a13e .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-f2a615e4-c7e9-4e4e-a22f-c5fed8f015c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f2a615e4-c7e9-4e4e-a22f-c5fed8f015c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2a615e4-c7e9-4e4e-a22f-c5fed8f015c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2a615e4-c7e9-4e4e-a22f-c5fed8f015c1 {
  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-f2a615e4-c7e9-4e4e-a22f-c5fed8f015c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2a615e4-c7e9-4e4e-a22f-c5fed8f015c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2a615e4-c7e9-4e4e-a22f-c5fed8f015c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e99439e-ba5d-4fcb-baa9-17d092ac7c57 {
  display: none;
}
#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 {
  text-align: left;
}


.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 {
  max-width: 100%;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom,
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 {
  max-width: 100%;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom,
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 {
  max-width: 100%;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom,
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 {
  max-width: 100%;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom,
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 {
  max-width: 100%;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom,
.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d776e41-70c6-4cdc-bd77-d3c2bc41b807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7c77f27f-1c02-4aef-ba4f-ea3c9690b7a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c77f27f-1c02-4aef-ba4f-ea3c9690b7a9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0a5bfa03-2b33-4e83-b22b-d723233f956c {
  text-align: left;
}

#s-0a5bfa03-2b33-4e83-b22b-d723233f956c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0a5bfa03-2b33-4e83-b22b-d723233f956c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0a5bfa03-2b33-4e83-b22b-d723233f956c .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-ce2c973d-e2b8-4090-9f94-eb44122caa6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ce2c973d-e2b8-4090-9f94-eb44122caa6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce2c973d-e2b8-4090-9f94-eb44122caa6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce2c973d-e2b8-4090-9f94-eb44122caa6a {
  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-ce2c973d-e2b8-4090-9f94-eb44122caa6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce2c973d-e2b8-4090-9f94-eb44122caa6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce2c973d-e2b8-4090-9f94-eb44122caa6a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b5bfcc5c-65b8-4b41-85b1-52f83a00fec0 {
  display: none;
}
#s-5c3f029c-7c4b-4958-8034-aee832f02e08 {
  text-align: left;
}


.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 {
  max-width: 100%;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom,
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 {
  max-width: 100%;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom,
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 {
  max-width: 100%;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom,
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 {
  max-width: 100%;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom,
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 {
  max-width: 100%;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom,
.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c3f029c-7c4b-4958-8034-aee832f02e08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0c2634ef-cbd1-493a-9255-2768f70671d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c2634ef-cbd1-493a-9255-2768f70671d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1584ef14-9d86-4808-8816-22dee1d04734 {
  text-align: left;
}

#s-1584ef14-9d86-4808-8816-22dee1d04734 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1584ef14-9d86-4808-8816-22dee1d04734 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1584ef14-9d86-4808-8816-22dee1d04734 .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-aac937f4-6a97-48b5-b2e9-2400030354e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aac937f4-6a97-48b5-b2e9-2400030354e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aac937f4-6a97-48b5-b2e9-2400030354e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aac937f4-6a97-48b5-b2e9-2400030354e9 {
  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-aac937f4-6a97-48b5-b2e9-2400030354e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aac937f4-6a97-48b5-b2e9-2400030354e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aac937f4-6a97-48b5-b2e9-2400030354e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ef7f2efd-653f-4cb3-9e15-d521b9a8bce8 {
  display: none;
}
#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 {
  text-align: left;
}


.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 {
  max-width: 100%;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom,
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 {
  max-width: 100%;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom,
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 {
  max-width: 100%;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom,
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 {
  max-width: 100%;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom,
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 {
  max-width: 100%;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom,
.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a7ac1d3-02ba-43ef-a040-2b8dd1a53e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bed56065-b735-430a-964b-f4b5958e24e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bed56065-b735-430a-964b-f4b5958e24e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2c6aeab4-590d-4bd8-b3a1-b813864efba7 {
  text-align: left;
}

#s-2c6aeab4-590d-4bd8-b3a1-b813864efba7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2c6aeab4-590d-4bd8-b3a1-b813864efba7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2c6aeab4-590d-4bd8-b3a1-b813864efba7 .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-c4231bb0-6a90-430e-995d-35ca0f6b14be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c4231bb0-6a90-430e-995d-35ca0f6b14be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4231bb0-6a90-430e-995d-35ca0f6b14be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4231bb0-6a90-430e-995d-35ca0f6b14be {
  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-c4231bb0-6a90-430e-995d-35ca0f6b14be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4231bb0-6a90-430e-995d-35ca0f6b14be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4231bb0-6a90-430e-995d-35ca0f6b14be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-50a7da67-fedb-4185-8c0d-4c7ec52d047c {
  display: none;
}
#s-e44c121e-96a7-41c9-8a99-5474ba296a12 {
  text-align: left;
}


.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 {
  max-width: 100%;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom,
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 {
  max-width: 100%;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom,
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 {
  max-width: 100%;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom,
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 {
  max-width: 100%;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom,
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 {
  max-width: 100%;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom,
.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e44c121e-96a7-41c9-8a99-5474ba296a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf5eb878-959c-431e-b0ed-a6b711b2e98b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf5eb878-959c-431e-b0ed-a6b711b2e98b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ae5e8b51-c521-4010-afb6-c958f05edf86 {
  text-align: left;
}

#s-ae5e8b51-c521-4010-afb6-c958f05edf86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ae5e8b51-c521-4010-afb6-c958f05edf86 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ae5e8b51-c521-4010-afb6-c958f05edf86 .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-966db26d-345a-4c37-8eee-2e5048b79c8a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-966db26d-345a-4c37-8eee-2e5048b79c8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-966db26d-345a-4c37-8eee-2e5048b79c8a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-966db26d-345a-4c37-8eee-2e5048b79c8a {
  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-966db26d-345a-4c37-8eee-2e5048b79c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-966db26d-345a-4c37-8eee-2e5048b79c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-966db26d-345a-4c37-8eee-2e5048b79c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-371c30b3-4d95-4878-8ea3-aef848eaf7bc {
  display: none;
}
#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad {
  text-align: left;
}


.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad {
  max-width: 100%;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom,
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad {
  max-width: 100%;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom,
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad {
  max-width: 100%;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom,
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad {
  max-width: 100%;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom,
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad {
  max-width: 100%;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom,
.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-232600a7-4c15-404a-ac1b-1d891d8cc4ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3be42557-1a3f-48b2-9691-dfef09b2f269 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3be42557-1a3f-48b2-9691-dfef09b2f269 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4fd283bb-ff8d-41c8-8407-b7d5e739e6a7 {
  text-align: left;
}

#s-4fd283bb-ff8d-41c8-8407-b7d5e739e6a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4fd283bb-ff8d-41c8-8407-b7d5e739e6a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4fd283bb-ff8d-41c8-8407-b7d5e739e6a7 .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-268dad09-922c-4f28-8911-ada48422bd09 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-268dad09-922c-4f28-8911-ada48422bd09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-268dad09-922c-4f28-8911-ada48422bd09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-268dad09-922c-4f28-8911-ada48422bd09 {
  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-268dad09-922c-4f28-8911-ada48422bd09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-268dad09-922c-4f28-8911-ada48422bd09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-268dad09-922c-4f28-8911-ada48422bd09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24136650-4417-453e-a309-a1199be4041b {
  display: none;
}
#s-454f5180-747a-49c6-8009-bddf2dc745b2 {
  text-align: left;
}


.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 {
  max-width: 100%;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom,
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 {
  max-width: 100%;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom,
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 {
  max-width: 100%;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom,
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 {
  max-width: 100%;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom,
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 {
  max-width: 100%;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom,
.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-454f5180-747a-49c6-8009-bddf2dc745b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09ad0d7b-def9-465e-b872-12007a929c2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09ad0d7b-def9-465e-b872-12007a929c2f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3f86a69d-ce77-41c0-a06c-07dfd8f52496 {
  text-align: left;
}

#s-3f86a69d-ce77-41c0-a06c-07dfd8f52496 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3f86a69d-ce77-41c0-a06c-07dfd8f52496 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3f86a69d-ce77-41c0-a06c-07dfd8f52496 .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-6bf850f8-fe78-4b24-a591-04baeeb6432e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6bf850f8-fe78-4b24-a591-04baeeb6432e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6bf850f8-fe78-4b24-a591-04baeeb6432e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6bf850f8-fe78-4b24-a591-04baeeb6432e {
  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-6bf850f8-fe78-4b24-a591-04baeeb6432e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6bf850f8-fe78-4b24-a591-04baeeb6432e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6bf850f8-fe78-4b24-a591-04baeeb6432e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2e320502-720c-49c2-a34e-e4b152949ff9 {
  display: none;
}
#s-218d35a7-c973-4153-a91e-6b42a7a52c73 {
  text-align: left;
}


.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 {
  max-width: 100%;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom,
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 {
  max-width: 100%;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom,
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 {
  max-width: 100%;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom,
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 {
  max-width: 100%;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom,
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 {
  max-width: 100%;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom,
.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-218d35a7-c973-4153-a91e-6b42a7a52c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8b61b43d-0125-4a19-81dd-6beffd6e6a1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b61b43d-0125-4a19-81dd-6beffd6e6a1d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-697ff3c8-1794-44c2-94e9-fce094307e4b {
  text-align: left;
}

#s-697ff3c8-1794-44c2-94e9-fce094307e4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-697ff3c8-1794-44c2-94e9-fce094307e4b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-697ff3c8-1794-44c2-94e9-fce094307e4b .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-1d36d186-3918-4569-b9a6-3ff6e2e7b0e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1d36d186-3918-4569-b9a6-3ff6e2e7b0e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d36d186-3918-4569-b9a6-3ff6e2e7b0e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d36d186-3918-4569-b9a6-3ff6e2e7b0e8 {
  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-1d36d186-3918-4569-b9a6-3ff6e2e7b0e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d36d186-3918-4569-b9a6-3ff6e2e7b0e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d36d186-3918-4569-b9a6-3ff6e2e7b0e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-86fd022b-3a16-4c71-86a4-c9c90884bc2a {
  display: none;
}
#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b {
  text-align: left;
}


.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b {
  max-width: 100%;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom,
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b {
  max-width: 100%;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom,
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b {
  max-width: 100%;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom,
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b {
  max-width: 100%;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom,
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b {
  max-width: 100%;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom,
.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f86a0609-e06f-42ac-ad8e-d7155ce5879b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-063d4cf0-bd3c-42a0-be70-20bc9010a9bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-063d4cf0-bd3c-42a0-be70-20bc9010a9bc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fbcdf090-042a-423d-9638-82b282557213 {
  text-align: left;
}

#s-fbcdf090-042a-423d-9638-82b282557213 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fbcdf090-042a-423d-9638-82b282557213 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fbcdf090-042a-423d-9638-82b282557213 .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-41416527-4009-408b-8b92-8187666646f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-41416527-4009-408b-8b92-8187666646f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41416527-4009-408b-8b92-8187666646f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41416527-4009-408b-8b92-8187666646f7 {
  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-41416527-4009-408b-8b92-8187666646f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41416527-4009-408b-8b92-8187666646f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41416527-4009-408b-8b92-8187666646f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-71b06185-0b93-4abd-9f34-2aaccb500e87 {
  display: none;
}
#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 {
  text-align: left;
}


.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 {
  max-width: 100%;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom,
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 {
  max-width: 100%;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom,
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 {
  max-width: 100%;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom,
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 {
  max-width: 100%;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom,
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 {
  max-width: 100%;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom,
.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa44e2d2-ea5c-4ddd-9df5-30234239bd14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-77ea2c47-05cb-43bd-bcf2-71654ebd65c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77ea2c47-05cb-43bd-bcf2-71654ebd65c0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cfc26a3a-6382-4de2-a31b-365304af3121 {
  text-align: left;
}

#s-cfc26a3a-6382-4de2-a31b-365304af3121 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cfc26a3a-6382-4de2-a31b-365304af3121 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cfc26a3a-6382-4de2-a31b-365304af3121 .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-aa0cc2c4-3cf9-4958-8a33-b0e15dd922f4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aa0cc2c4-3cf9-4958-8a33-b0e15dd922f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa0cc2c4-3cf9-4958-8a33-b0e15dd922f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa0cc2c4-3cf9-4958-8a33-b0e15dd922f4 {
  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-aa0cc2c4-3cf9-4958-8a33-b0e15dd922f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa0cc2c4-3cf9-4958-8a33-b0e15dd922f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa0cc2c4-3cf9-4958-8a33-b0e15dd922f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-72b052a1-bde3-4037-8294-fcaf914919f7 {
  display: none;
}
#s-0bd23b54-12f0-40da-945e-c57c52c60c3e {
  text-align: left;
}


.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e {
  max-width: 100%;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom,
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e {
  max-width: 100%;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom,
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e {
  max-width: 100%;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom,
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e {
  max-width: 100%;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom,
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e {
  max-width: 100%;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom,
.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd23b54-12f0-40da-945e-c57c52c60c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6e661c16-a8ca-4eef-912f-64f23b3d21fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e661c16-a8ca-4eef-912f-64f23b3d21fb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-025ee9bb-9df1-48cb-a905-4b8f894d81bb {
  text-align: left;
}

#s-025ee9bb-9df1-48cb-a905-4b8f894d81bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-025ee9bb-9df1-48cb-a905-4b8f894d81bb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-025ee9bb-9df1-48cb-a905-4b8f894d81bb .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-8453f092-3197-4abb-b36a-0153f88b4d63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8453f092-3197-4abb-b36a-0153f88b4d63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8453f092-3197-4abb-b36a-0153f88b4d63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8453f092-3197-4abb-b36a-0153f88b4d63 {
  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-8453f092-3197-4abb-b36a-0153f88b4d63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8453f092-3197-4abb-b36a-0153f88b4d63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8453f092-3197-4abb-b36a-0153f88b4d63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b2adf898-836a-439a-bbed-9d7df8b9f323 {
  display: none;
}
#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 {
  text-align: left;
}


.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 {
  max-width: 100%;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom,
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 {
  max-width: 100%;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom,
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 {
  max-width: 100%;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom,
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 {
  max-width: 100%;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom,
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 {
  max-width: 100%;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom,
.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f498538-e8a1-4f4a-880b-c8048ae11af6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-df87c702-a58b-486b-96d9-e514869128e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df87c702-a58b-486b-96d9-e514869128e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-147a6e71-7092-4a35-a300-999e4450ef15 {
  text-align: left;
}

#s-147a6e71-7092-4a35-a300-999e4450ef15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-147a6e71-7092-4a35-a300-999e4450ef15 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-147a6e71-7092-4a35-a300-999e4450ef15 .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-bc260f12-40c8-42b4-a389-7d618061b0bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bc260f12-40c8-42b4-a389-7d618061b0bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc260f12-40c8-42b4-a389-7d618061b0bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc260f12-40c8-42b4-a389-7d618061b0bc {
  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-bc260f12-40c8-42b4-a389-7d618061b0bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc260f12-40c8-42b4-a389-7d618061b0bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bc260f12-40c8-42b4-a389-7d618061b0bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

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

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

#s-76a7fe65-fc92-4e3c-9885-27d906d99820 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-76a7fe65-fc92-4e3c-9885-27d906d99820:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76a7fe65-fc92-4e3c-9885-27d906d99820:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-76a7fe65-fc92-4e3c-9885-27d906d99820.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-abf9228a-7f5b-478b-b091-ab8011ea3e29 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-abf9228a-7f5b-478b-b091-ab8011ea3e29 {
  display: none;
}
#s-abf9228a-7f5b-478b-b091-ab8011ea3e29, #wrap-s-abf9228a-7f5b-478b-b091-ab8011ea3e29 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abf9228a-7f5b-478b-b091-ab8011ea3e29 {
  display: none;
}
#s-abf9228a-7f5b-478b-b091-ab8011ea3e29, #wrap-s-abf9228a-7f5b-478b-b091-ab8011ea3e29 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abf9228a-7f5b-478b-b091-ab8011ea3e29 {
  display: none;
}
#s-abf9228a-7f5b-478b-b091-ab8011ea3e29, #wrap-s-abf9228a-7f5b-478b-b091-ab8011ea3e29 { display:none !important; }}



  #s-abf9228a-7f5b-478b-b091-ab8011ea3e29 img.shogun-image {
    
    width: px;
  }


#s-abf9228a-7f5b-478b-b091-ab8011ea3e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 {
  display: none;
}
#s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3, #wrap-s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 {
  display: none;
}
#s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3, #wrap-s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 {
  display: none;
}
#s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3, #wrap-s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 { display:none !important; }}



  #s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 img.shogun-image {
    
    width: px;
  }


#s-9bd95d4b-8f0e-4bb4-a926-ec7d4dffc8d3 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (max-width: 767px){#s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e {
  display: none;
}
#s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e, #wrap-s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e { display:none !important; }}
@media (min-width: 0px) {
[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8eb4d136-fe2a-4fd6-9625-a8c722ac487e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d52f34ce-d70c-42ef-a19f-522a94774094 {
  text-align: center;
}




  #s-d52f34ce-d70c-42ef-a19f-522a94774094 img.shogun-image {
    
    width: px;
  }


#s-d52f34ce-d70c-42ef-a19f-522a94774094 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b8430fb-9fb6-4260-8b02-b8406f543f31 {
  text-align: center;
}




  #s-4b8430fb-9fb6-4260-8b02-b8406f543f31 img.shogun-image {
    
    width: px;
  }


#s-4b8430fb-9fb6-4260-8b02-b8406f543f31 .shogun-image-content {
  
    align-items: 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;
}
