.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-f7890d71-b85c-4cc1-a54b-6db7f75d740e {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-f7890d71-b85c-4cc1-a54b-6db7f75d740e img.shogun-image {
    
    width: px;
  }


#s-f7890d71-b85c-4cc1-a54b-6db7f75d740e .shogun-image-content {
  
    align-items: center;
  
}

#s-408d9a13-023c-4734-b12d-d7ec13299a2e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-408d9a13-023c-4734-b12d-d7ec13299a2e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5849da34-9a46-4bb9-a914-395c75aa5cc6 {
  margin-left: 10px;
margin-right: 10px;
}

#s-954783ea-7ea4-4a3e-9f26-333a1a397fda {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-954783ea-7ea4-4a3e-9f26-333a1a397fda hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.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-ec805f0b-7879-46b5-8cf3-7174f9199290 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ec805f0b-7879-46b5-8cf3-7174f9199290:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec805f0b-7879-46b5-8cf3-7174f9199290:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec805f0b-7879-46b5-8cf3-7174f9199290.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-20fbfb11-1972-4c27-834e-23b74463e389 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-20fbfb11-1972-4c27-834e-23b74463e389 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b212abd6-7d5b-47fc-84b3-e20c102a2b91 {
  margin-left: 10px;
margin-right: 10px;
}

#s-bd4d927b-b5c7-4d3c-8d41-befe4bf70125 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bd4d927b-b5c7-4d3c-8d41-befe4bf70125 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-14222451-e2f1-4e0c-8f47-4760904c6d99 {
  margin-left: 10%;
margin-right: 10%;
}

#s-24e64b7b-9c46-416c-b708-bb144cb5d9d7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-24e64b7b-9c46-416c-b708-bb144cb5d9d7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-850e042c-2136-4984-afe9-7c9288e922f6 {
  margin-left: 10px;
margin-right: 10px;
}

#s-13cbe0aa-db1a-4dd0-adf1-c1b37ab7564c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-13cbe0aa-db1a-4dd0-adf1-c1b37ab7564c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5254f7fb-757c-476d-b621-78edbbb807bb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-b1bc3732-4481-4e05-b5ea-9c93504668b7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b1bc3732-4481-4e05-b5ea-9c93504668b7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-00529237-4172-4af0-ac61-bda2577073c2 {
  margin-left: 10px;
margin-right: 10px;
}

#s-41b931c3-d642-49d2-afd3-dd0ba6ef8d79 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-41b931c3-d642-49d2-afd3-dd0ba6ef8d79 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c6686cf9-2e75-41da-b996-805a2bc50967 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}

#s-338c0bb7-1d6c-404f-91d6-9429a29f6628 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-338c0bb7-1d6c-404f-91d6-9429a29f6628 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5f7d97ae-dc14-4ff4-b302-9c2da001f2cc {
  margin-left: 10px;
margin-right: 10px;
}

#s-1530ee72-46c5-4491-b751-75dbc3752529 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1530ee72-46c5-4491-b751-75dbc3752529 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0f13319d-f2c8-4ff4-ba11-d4ed3f31fda5 {
  margin-left: 10px;
margin-right: 10px;
}

#s-34084b19-3ab9-4bc5-8a57-7ec90038c187 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-34084b19-3ab9-4bc5-8a57-7ec90038c187 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-80356710-3a4c-4ee5-9472-22ef0d6eb6f3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}

#s-cd74baa0-771a-41d6-b58c-c822f5f3c58d {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-cd74baa0-771a-41d6-b58c-c822f5f3c58d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1061b095-d5a8-4b85-acd3-f15b91fb20b1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-921d27a2-43fd-4f9f-a95c-78030a37a63d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-921d27a2-43fd-4f9f-a95c-78030a37a63d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-85b02484-c568-47d3-83d2-fad0c7d8cf80 {
  margin-left: 10px;
margin-right: 10px;
}

#s-55487461-5fd7-4d7c-85a2-d36f92d30b2e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-55487461-5fd7-4d7c-85a2-d36f92d30b2e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9a3b0bf5-a6f4-4ede-9a3b-cea213c02393 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a3b0bf5-a6f4-4ede-9a3b-cea213c02393 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-76b2a5a6-eb6e-4c01-afb2-e0f362a6fbb3 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8efa4ed0-a1e9-4a5a-a0e4-acffb06d0011 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8efa4ed0-a1e9-4a5a-a0e4-acffb06d0011 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-16b7c1cb-fb17-45ac-971e-4500c360a197 {
  margin-left: 10px;
margin-right: 10px;
}

#s-221b4059-8fc9-43b9-aaad-1eb617740683 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-221b4059-8fc9-43b9-aaad-1eb617740683 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 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;
  }
}

#s-efd0894d-a746-48f7-8ee8-ea0f3ae9562b {
  margin-left: 10px;
margin-right: 10px;
}

#s-db6aa856-8f12-4bfe-bca4-1862fb899e91 {
  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-2531772b-4210-4f60-87d3-e99483d94439 {
  text-align: left;
}


.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 {
  max-width: 100%;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom,
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 {
  max-width: 100%;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom,
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 {
  max-width: 100%;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom,
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 {
  max-width: 100%;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom,
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 {
  max-width: 100%;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom,
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 {
  max-width: 100%;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .shg-image-zoom,
.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2531772b-4210-4f60-87d3-e99483d94439 .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-c79394b2-ec4d-4202-a640-ac9b64039cdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c79394b2-ec4d-4202-a640-ac9b64039cdc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e29fe2f7-9b54-45b3-bb41-8147383b2c9a {
  text-align: center;
}

#s-e29fe2f7-9b54-45b3-bb41-8147383b2c9a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e29fe2f7-9b54-45b3-bb41-8147383b2c9a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e29fe2f7-9b54-45b3-bb41-8147383b2c9a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-db034c27-f8ce-4265-9deb-dda77de20113 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-db034c27-f8ce-4265-9deb-dda77de20113:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db034c27-f8ce-4265-9deb-dda77de20113:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db034c27-f8ce-4265-9deb-dda77de20113 {
  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-db034c27-f8ce-4265-9deb-dda77de20113.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db034c27-f8ce-4265-9deb-dda77de20113.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-db034c27-f8ce-4265-9deb-dda77de20113.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-57b6c9b0-483a-4136-938a-6f0ece88606a {
  display: none;
}
#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea {
  text-align: left;
}


.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea {
  max-width: 100%;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom,
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea {
  max-width: 100%;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom,
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea {
  max-width: 100%;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom,
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea {
  max-width: 100%;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom,
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea {
  max-width: 100%;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom,
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea {
  max-width: 100%;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom,
.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38ab1ae8-ae3e-4b43-908d-53c252e17fea .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-023d079b-8ebc-4f0b-ae50-f215b1f2e852 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-023d079b-8ebc-4f0b-ae50-f215b1f2e852 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a1181e2e-d085-4559-add9-b5005ae9ec73 {
  text-align: center;
}

#s-a1181e2e-d085-4559-add9-b5005ae9ec73 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1181e2e-d085-4559-add9-b5005ae9ec73 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a1181e2e-d085-4559-add9-b5005ae9ec73 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-929c03a4-0379-4530-ac6f-4e61f434c723 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-929c03a4-0379-4530-ac6f-4e61f434c723:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-929c03a4-0379-4530-ac6f-4e61f434c723:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-929c03a4-0379-4530-ac6f-4e61f434c723 {
  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-929c03a4-0379-4530-ac6f-4e61f434c723.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-929c03a4-0379-4530-ac6f-4e61f434c723.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-929c03a4-0379-4530-ac6f-4e61f434c723.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bcc0d646-6cf8-4bda-a1eb-2c2047c41418 {
  display: none;
}
#s-752600f2-6354-4943-91ab-9c64033b2267 {
  text-align: left;
}


.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 {
  max-width: 100%;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom,
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 {
  max-width: 100%;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom,
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 {
  max-width: 100%;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom,
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 {
  max-width: 100%;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom,
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 {
  max-width: 100%;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom,
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 {
  max-width: 100%;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom,
.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-752600f2-6354-4943-91ab-9c64033b2267 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c4891b7e-de21-4045-9469-9d30692daa50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4891b7e-de21-4045-9469-9d30692daa50 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e718f91b-bd3c-4d35-954b-fafde0561819 {
  text-align: center;
}

#s-e718f91b-bd3c-4d35-954b-fafde0561819 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e718f91b-bd3c-4d35-954b-fafde0561819 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e718f91b-bd3c-4d35-954b-fafde0561819 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8e95a885-55e2-4bbb-b70b-d45649f61e76 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8e95a885-55e2-4bbb-b70b-d45649f61e76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e95a885-55e2-4bbb-b70b-d45649f61e76:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e95a885-55e2-4bbb-b70b-d45649f61e76 {
  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-8e95a885-55e2-4bbb-b70b-d45649f61e76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e95a885-55e2-4bbb-b70b-d45649f61e76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e95a885-55e2-4bbb-b70b-d45649f61e76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1cc53f95-d85b-4372-9825-a159634cfd76 {
  display: none;
}
#s-3288d681-08ba-487b-b533-f63309b3d666 {
  text-align: left;
}


.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 {
  max-width: 100%;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom,
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 {
  max-width: 100%;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom,
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 {
  max-width: 100%;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom,
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 {
  max-width: 100%;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom,
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 {
  max-width: 100%;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom,
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 {
  max-width: 100%;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom,
.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288d681-08ba-487b-b533-f63309b3d666 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-9588be6b-a22e-4114-bd11-f268dc6e2a43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9588be6b-a22e-4114-bd11-f268dc6e2a43 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6aa97503-e912-4d14-926f-0982de8eff12 {
  text-align: center;
}

#s-6aa97503-e912-4d14-926f-0982de8eff12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6aa97503-e912-4d14-926f-0982de8eff12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6aa97503-e912-4d14-926f-0982de8eff12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7a0eba3-1d2e-4fe3-8725-651e368ac415 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c7a0eba3-1d2e-4fe3-8725-651e368ac415:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7a0eba3-1d2e-4fe3-8725-651e368ac415:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7a0eba3-1d2e-4fe3-8725-651e368ac415 {
  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-c7a0eba3-1d2e-4fe3-8725-651e368ac415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7a0eba3-1d2e-4fe3-8725-651e368ac415.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7a0eba3-1d2e-4fe3-8725-651e368ac415.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-47633561-120e-43c0-b9b2-8cabb53c5e5f {
  display: none;
}
#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae {
  text-align: left;
}


.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae {
  max-width: 100%;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom,
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae {
  max-width: 100%;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom,
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae {
  max-width: 100%;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom,
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae {
  max-width: 100%;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom,
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae {
  max-width: 100%;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom,
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae {
  max-width: 100%;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom,
.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2ebfc1c-6a9c-469b-a718-7c6a6b3214ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-2efb1ada-616a-4ea6-a746-2faeec17c84a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2efb1ada-616a-4ea6-a746-2faeec17c84a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c1e568b1-5097-4c95-bf70-503aef25fc0d {
  text-align: center;
}

#s-c1e568b1-5097-4c95-bf70-503aef25fc0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c1e568b1-5097-4c95-bf70-503aef25fc0d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c1e568b1-5097-4c95-bf70-503aef25fc0d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1416dba-d3ec-4f89-b4a8-d76847d974f1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a1416dba-d3ec-4f89-b4a8-d76847d974f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1416dba-d3ec-4f89-b4a8-d76847d974f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1416dba-d3ec-4f89-b4a8-d76847d974f1 {
  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-a1416dba-d3ec-4f89-b4a8-d76847d974f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1416dba-d3ec-4f89-b4a8-d76847d974f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a1416dba-d3ec-4f89-b4a8-d76847d974f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7b054f9f-d996-4b99-9fce-cd6bb8e08820 {
  display: none;
}
#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 {
  text-align: left;
}


.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 {
  max-width: 100%;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom,
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 {
  max-width: 100%;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom,
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 {
  max-width: 100%;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom,
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 {
  max-width: 100%;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom,
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 {
  max-width: 100%;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom,
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 {
  max-width: 100%;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom,
.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ae85a0c-11ab-4587-988b-56f7ed39fc57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c549adfd-f568-43e7-b632-ff67c3dc8464 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c549adfd-f568-43e7-b632-ff67c3dc8464 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-269fc4e9-b0e3-46bd-9589-1976cecf3ce3 {
  text-align: center;
}

#s-269fc4e9-b0e3-46bd-9589-1976cecf3ce3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-269fc4e9-b0e3-46bd-9589-1976cecf3ce3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-269fc4e9-b0e3-46bd-9589-1976cecf3ce3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d5707521-5a67-4594-9dee-d3f81308450f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d5707521-5a67-4594-9dee-d3f81308450f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5707521-5a67-4594-9dee-d3f81308450f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5707521-5a67-4594-9dee-d3f81308450f {
  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-d5707521-5a67-4594-9dee-d3f81308450f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5707521-5a67-4594-9dee-d3f81308450f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d5707521-5a67-4594-9dee-d3f81308450f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e3662c9e-68d6-41fb-adaa-4269cb867f5e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e3662c9e-68d6-41fb-adaa-4269cb867f5e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-284f7698-885d-4c5f-a37d-1c1d02128110 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-284f7698-885d-4c5f-a37d-1c1d02128110:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-284f7698-885d-4c5f-a37d-1c1d02128110:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-284f7698-885d-4c5f-a37d-1c1d02128110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5d689fe-1859-4893-bce9-0be24eca553f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b5d689fe-1859-4893-bce9-0be24eca553f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4e10b613-48ef-4ef4-90ce-20fdbf2dedc2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e7ea20d4-9158-493c-8fbd-aced4311b6d9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e7ea20d4-9158-493c-8fbd-aced4311b6d9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f271c521-ef72-45dc-bbd1-f7c03c53bfc2 {
  margin-left: 10px;
margin-right: 10px;
}

#s-99431fb2-64f1-41dd-9495-a09e61adb2e4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-99431fb2-64f1-41dd-9495-a09e61adb2e4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a5d490a9-9af8-4037-b2a3-c51b3791866b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-b214160c-57a2-4362-8a25-3a97c84054e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b214160c-57a2-4362-8a25-3a97c84054e5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-11acd678-b373-4123-a11c-1c5026446eba {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-11acd678-b373-4123-a11c-1c5026446eba:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11acd678-b373-4123-a11c-1c5026446eba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11acd678-b373-4123-a11c-1c5026446eba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc90014d-335d-4dee-b0e1-977fa9fec918 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-dc90014d-335d-4dee-b0e1-977fa9fec918 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7829ad3b-2a4a-4dd8-af9b-988d218e8312 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e155cf73-797d-4b83-a20f-8ef241ed3d88 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e155cf73-797d-4b83-a20f-8ef241ed3d88 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8812350c-3e5d-4c8f-89fb-0752497f5e24 {
  margin-left: 10px;
margin-right: 10px;
}

#s-a4f74537-7132-4976-abb8-deaa22eadd5d {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-a4f74537-7132-4976-abb8-deaa22eadd5d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-024c42e9-323c-4c0a-8452-38e02d8b49e2 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-521a0ee3-06bd-4680-b7c5-c3cdeecfca5a {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-521a0ee3-06bd-4680-b7c5-c3cdeecfca5a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-78069973-6acb-4c63-84c1-d8fd67ace82f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-78069973-6acb-4c63-84c1-d8fd67ace82f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-78069973-6acb-4c63-84c1-d8fd67ace82f .shg-sld-nav-button.shg-sld-left,
#s-78069973-6acb-4c63-84c1-d8fd67ace82f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

@media (min-width: 0px) {
[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ec6335f-5adc-4ca5-990c-a0bd9e3eec40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9c8828e3-d3ed-47bd-9ee7-870d9bc23b45 {
  text-align: center;
}




  #s-9c8828e3-d3ed-47bd-9ee7-870d9bc23b45 img.shogun-image {
    
    width: px;
  }


#s-9c8828e3-d3ed-47bd-9ee7-870d9bc23b45 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f8ca1cb-ab69-4cc0-bae5-db0e3ed59018 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-63f9afc1-4bf2-412e-9a3b-30741f6d670b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ada8065b-2716-4e40-85fc-3f5660e4297f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ada8065b-2716-4e40-85fc-3f5660e4297f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ada8065b-2716-4e40-85fc-3f5660e4297f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ada8065b-2716-4e40-85fc-3f5660e4297f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d508e23-bf4d-4c4f-9e68-b1431c79506e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-187afb07-f4d4-4111-81ac-58b509eaec79 {
  text-align: center;
}




  #s-187afb07-f4d4-4111-81ac-58b509eaec79 img.shogun-image {
    
    width: px;
  }


#s-187afb07-f4d4-4111-81ac-58b509eaec79 .shogun-image-content {
  
    align-items: center;
  
}

#s-02227739-9a0b-429f-be20-559469b424f8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4a5c990c-b411-446e-b418-6fdf68d74482 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6c7c5df8-fe00-40f1-9e42-5600d8f6cd42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6c7c5df8-fe00-40f1-9e42-5600d8f6cd42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c7c5df8-fe00-40f1-9e42-5600d8f6cd42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c7c5df8-fe00-40f1-9e42-5600d8f6cd42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7e2bba0e-9ce5-450b-9445-11069456ce07 {
  text-align: center;
}




  #s-7e2bba0e-9ce5-450b-9445-11069456ce07 img.shogun-image {
    
    width: px;
  }


#s-7e2bba0e-9ce5-450b-9445-11069456ce07 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb660b57-6aaa-4694-a7c9-709934e67bfd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2197c9ee-a1cf-4b7f-bb45-8b9d3bc31769 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5f998e3d-85df-4dd6-9dbe-c042ca567ac3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5f998e3d-85df-4dd6-9dbe-c042ca567ac3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f998e3d-85df-4dd6-9dbe-c042ca567ac3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f998e3d-85df-4dd6-9dbe-c042ca567ac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b27b79f5-2b47-4a7e-88a9-ebf7ac995447"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-de7f420a-a07a-4ed3-b29a-b2279e833652 {
  text-align: center;
}




  #s-de7f420a-a07a-4ed3-b29a-b2279e833652 img.shogun-image {
    
    width: px;
  }


#s-de7f420a-a07a-4ed3-b29a-b2279e833652 .shogun-image-content {
  
    align-items: center;
  
}

#s-051771e3-149e-407d-b2d7-74999d5a351f {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-051771e3-149e-407d-b2d7-74999d5a351f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8b6f69a7-3ae5-4b34-901c-d5a8c152b72f {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-9c8b649c-de4d-485e-a84e-c237c2a25764 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9c8b649c-de4d-485e-a84e-c237c2a25764 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9a796df9-2abf-490f-a081-a4d88fa8f3eb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9a796df9-2abf-490f-a081-a4d88fa8f3eb:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a796df9-2abf-490f-a081-a4d88fa8f3eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a796df9-2abf-490f-a081-a4d88fa8f3eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9e1fb5af-8e67-436d-8a78-2bd11145b81e {
  text-align: center;
}




  #s-9e1fb5af-8e67-436d-8a78-2bd11145b81e img.shogun-image {
    
    width: px;
  }


#s-9e1fb5af-8e67-436d-8a78-2bd11145b81e .shogun-image-content {
  
    align-items: center;
  
}

#s-d499d7a2-a11f-42a6-9778-dc32f6f917a9 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d499d7a2-a11f-42a6-9778-dc32f6f917a9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4db62c92-8568-43de-9b7b-f614ccea064d {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-f860caea-67cc-46dc-9ef7-d5883d2947e4 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-f860caea-67cc-46dc-9ef7-d5883d2947e4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-78780d48-1630-441d-899e-86738d1750dd {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-78780d48-1630-441d-899e-86738d1750dd:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-78780d48-1630-441d-899e-86738d1750dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78780d48-1630-441d-899e-86738d1750dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-14c14641-ac17-453f-b294-48e6974db565 {
  text-align: center;
}




  #s-14c14641-ac17-453f-b294-48e6974db565 img.shogun-image {
    
    width: px;
  }


#s-14c14641-ac17-453f-b294-48e6974db565 .shogun-image-content {
  
    align-items: center;
  
}

#s-85fed70b-0895-4bfa-ba85-c166c15d6fb3 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-85fed70b-0895-4bfa-ba85-c166c15d6fb3 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-078d65b1-64f1-4ecd-b266-7f83ed8c6795 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-e4608c21-8509-4c38-af1c-4df17cacdc0d {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-e4608c21-8509-4c38-af1c-4df17cacdc0d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-263056fe-deec-40d0-93b5-66d7c9656bec {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-263056fe-deec-40d0-93b5-66d7c9656bec:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-263056fe-deec-40d0-93b5-66d7c9656bec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-263056fe-deec-40d0-93b5-66d7c9656bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6bb8f167-e213-48a3-b79a-f352aa2df31b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-6bb8f167-e213-48a3-b79a-f352aa2df31b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
