.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-6285cf3a-0ae0-4787-b048-fc06c65efd80 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(42, 5, 90, 1);
}

.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-747dd3a6-0eee-484f-a09e-c7a3ab538cf3 {
  text-align: center;
}




  #s-747dd3a6-0eee-484f-a09e-c7a3ab538cf3 img.shogun-image {
    
    width: px;
  }


#s-747dd3a6-0eee-484f-a09e-c7a3ab538cf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ea75492-40a7-4cf2-a10c-958bd03a7ebd hr {
  border: 0;
  width: 100%;
  border-top: 2px 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;
  }
}

@media (max-width: 767px){#s-0db8a02a-43d7-4d68-a3ef-d09062d8d5c2 {
  display: none;
}
#s-0db8a02a-43d7-4d68-a3ef-d09062d8d5c2, #wrap-s-0db8a02a-43d7-4d68-a3ef-d09062d8d5c2 { display:none !important; }}
#s-50510225-a838-4c46-810b-0002384329a7 {
  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-b8fce685-c561-4e23-b200-7fbc3939cc08 {
  text-align: left;
}


.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 {
  max-width: 100%;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom,
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 {
  max-width: 100%;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom,
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 {
  max-width: 100%;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom,
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 {
  max-width: 100%;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom,
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 {
  max-width: 100%;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom,
.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8fce685-c561-4e23-b200-7fbc3939cc08 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5ce28386-9721-4556-b41f-7b3dc296d2e8 {
  display: none;
}
#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 {
  text-align: left;
}


.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 {
  max-width: 100%;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom,
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 {
  max-width: 100%;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom,
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 {
  max-width: 100%;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom,
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 {
  max-width: 100%;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom,
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 {
  max-width: 100%;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom,
.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faa7982c-865f-4a7b-ac9e-c4416ae09a07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a00fba10-6e85-4e99-b2dc-aa9d17842dcf {
  display: none;
}
#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f {
  text-align: left;
}


.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f {
  max-width: 100%;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom,
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f {
  max-width: 100%;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom,
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f {
  max-width: 100%;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom,
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f {
  max-width: 100%;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom,
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f {
  max-width: 100%;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom,
.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc9b58f3-d652-4fc6-941d-3d9d83ee369f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9caa492b-a121-4265-8aec-caab4cd6bd00 {
  display: none;
}
#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 {
  text-align: left;
}


.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 {
  max-width: 100%;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom,
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 {
  max-width: 100%;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom,
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 {
  max-width: 100%;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom,
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 {
  max-width: 100%;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom,
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 {
  max-width: 100%;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom,
.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89f8834b-9734-4f2c-87a3-72c4f3a92538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7d36085f-65f4-471e-879c-b0f99a1ca90f {
  display: none;
}
#s-52083275-3e89-4021-aef6-9d3f63abd6e0 {
  text-align: left;
}


.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 {
  max-width: 100%;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom,
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 {
  max-width: 100%;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom,
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 {
  max-width: 100%;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom,
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 {
  max-width: 100%;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom,
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 {
  max-width: 100%;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom,
.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52083275-3e89-4021-aef6-9d3f63abd6e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-116517e7-d971-4e81-b32a-a2d81beefb8f {
  display: none;
}
#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 {
  text-align: left;
}


.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 {
  max-width: 100%;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom,
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 {
  max-width: 100%;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom,
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 {
  max-width: 100%;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom,
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 {
  max-width: 100%;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom,
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 {
  max-width: 100%;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom,
.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1de0606c-2116-4fe9-a1df-8e9610f6be92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3daa6d93-cc64-49a9-9fde-a34b11d0171a {
  display: none;
}
#s-5cab71ac-9561-4b35-9904-02c8082db526 {
  text-align: left;
}


.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 {
  max-width: 100%;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom,
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 {
  max-width: 100%;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom,
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 {
  max-width: 100%;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom,
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 {
  max-width: 100%;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom,
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 {
  max-width: 100%;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom,
.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cab71ac-9561-4b35-9904-02c8082db526 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-13c4b068-afae-47ba-9f64-2185785a003b {
  display: none;
}
#s-368a60dc-ef0f-4800-8783-e9374208934c {
  text-align: left;
}


.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c {
  max-width: 100%;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom,
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c {
  max-width: 100%;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom,
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c {
  max-width: 100%;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom,
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c {
  max-width: 100%;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom,
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c {
  max-width: 100%;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom,
.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-368a60dc-ef0f-4800-8783-e9374208934c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-80f96a71-1bf8-4f62-ace6-fe9def57dcb2 {
  display: none;
}
#s-c7edd9d1-e9fb-4f28-af2e-552f658322da {
  text-align: left;
}


.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da {
  max-width: 100%;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom,
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da {
  max-width: 100%;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom,
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da {
  max-width: 100%;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom,
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da {
  max-width: 100%;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom,
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da {
  max-width: 100%;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom,
.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7edd9d1-e9fb-4f28-af2e-552f658322da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6a8f4dae-292d-41ae-b5bd-1321f2bb5db8 {
  display: none;
}
#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 {
  text-align: left;
}


.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 {
  max-width: 100%;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom,
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 {
  max-width: 100%;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom,
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 {
  max-width: 100%;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom,
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 {
  max-width: 100%;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom,
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 {
  max-width: 100%;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom,
.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df3e0ae-c01a-4461-ab4b-3e6517865661 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b23d0090-0781-4379-97a8-c00ae1a8d95a {
  display: none;
}
#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b {
  text-align: left;
}


.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b {
  max-width: 100%;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom,
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b {
  max-width: 100%;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom,
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b {
  max-width: 100%;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom,
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b {
  max-width: 100%;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom,
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b {
  max-width: 100%;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom,
.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1cd5fd8-9528-49ef-9df8-0fc9b997923b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e2f2a123-cb90-4381-af53-3fb512381e14 {
  display: none;
}
#s-c80faebf-592f-419c-8cd1-75dc0545bd64 {
  text-align: left;
}


.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 {
  max-width: 100%;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom,
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 {
  max-width: 100%;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom,
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 {
  max-width: 100%;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom,
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 {
  max-width: 100%;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom,
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 {
  max-width: 100%;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom,
.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c80faebf-592f-419c-8cd1-75dc0545bd64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 1200px){#s-956f5d7d-a723-4246-a109-e175b08f4ec9 {
  display: none;
}
#s-956f5d7d-a723-4246-a109-e175b08f4ec9, #wrap-s-956f5d7d-a723-4246-a109-e175b08f4ec9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-956f5d7d-a723-4246-a109-e175b08f4ec9 {
  display: none;
}
#s-956f5d7d-a723-4246-a109-e175b08f4ec9, #wrap-s-956f5d7d-a723-4246-a109-e175b08f4ec9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-956f5d7d-a723-4246-a109-e175b08f4ec9 {
  display: none;
}
#s-956f5d7d-a723-4246-a109-e175b08f4ec9, #wrap-s-956f5d7d-a723-4246-a109-e175b08f4ec9 { display:none !important; }}
#s-9f03b28b-79ab-4013-aa4f-e7dbd917c242 {
  display: none;
}
#s-180df08c-08c1-49e3-a9bd-f8b541505485 {
  text-align: center;
}


.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 {
  max-width: 100%;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom,
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 {
  max-width: 100%;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom,
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 {
  max-width: 100%;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom,
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 {
  max-width: 100%;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom,
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 {
  max-width: 100%;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom,
.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-180df08c-08c1-49e3-a9bd-f8b541505485 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-e18a6987-891b-43b6-9830-3cb436ef4cd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e18a6987-891b-43b6-9830-3cb436ef4cd5 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-d8e29383-7fdf-41dc-84a7-2f2146e933ba {
  text-align: center;
}

#s-d8e29383-7fdf-41dc-84a7-2f2146e933ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-d8e29383-7fdf-41dc-84a7-2f2146e933ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-d8e29383-7fdf-41dc-84a7-2f2146e933ba .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-d28126aa-c012-4e03-be59-401d1818e090 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-d28126aa-c012-4e03-be59-401d1818e090 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d28126aa-c012-4e03-be59-401d1818e090 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d28126aa-c012-4e03-be59-401d1818e090 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d28126aa-c012-4e03-be59-401d1818e090 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-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-dddbcf83-ee48-4328-975f-f10302cb065f {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-dddbcf83-ee48-4328-975f-f10302cb065f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-dddbcf83-ee48-4328-975f-f10302cb065f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dddbcf83-ee48-4328-975f-f10302cb065f {
  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-dddbcf83-ee48-4328-975f-f10302cb065f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dddbcf83-ee48-4328-975f-f10302cb065f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-dddbcf83-ee48-4328-975f-f10302cb065f.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-dddbcf83-ee48-4328-975f-f10302cb065f.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-206fc5e4-e66f-451d-a7f3-3a964ae52cdc {
  display: none;
}
#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 {
  text-align: center;
}


.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 {
  max-width: 100%;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom,
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 {
  max-width: 100%;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom,
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 {
  max-width: 100%;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom,
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 {
  max-width: 100%;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom,
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 {
  max-width: 100%;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom,
.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-b96e3c9b-900b-4fd2-ae15-c2b234f23393 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-32ca2244-bc87-4f34-b1f7-5ccc84ab7746 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32ca2244-bc87-4f34-b1f7-5ccc84ab7746 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-9ef67799-dd15-4fc8-9b09-6ba66d63ba87 {
  text-align: center;
}

#s-9ef67799-dd15-4fc8-9b09-6ba66d63ba87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-9ef67799-dd15-4fc8-9b09-6ba66d63ba87 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-9ef67799-dd15-4fc8-9b09-6ba66d63ba87 .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-835ae276-97ba-46e7-9c5f-c5c122de97e0 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-835ae276-97ba-46e7-9c5f-c5c122de97e0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-835ae276-97ba-46e7-9c5f-c5c122de97e0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-835ae276-97ba-46e7-9c5f-c5c122de97e0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-835ae276-97ba-46e7-9c5f-c5c122de97e0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-89442f39-8d2a-4ebe-be8e-f0c5cba91344 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-89442f39-8d2a-4ebe-be8e-f0c5cba91344:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-89442f39-8d2a-4ebe-be8e-f0c5cba91344:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89442f39-8d2a-4ebe-be8e-f0c5cba91344 {
  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-89442f39-8d2a-4ebe-be8e-f0c5cba91344.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89442f39-8d2a-4ebe-be8e-f0c5cba91344.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-89442f39-8d2a-4ebe-be8e-f0c5cba91344.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-89442f39-8d2a-4ebe-be8e-f0c5cba91344.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-b9fdeeb8-432c-4fbf-b6c6-4f393ae8adc3 {
  display: none;
}
#s-43c26f3a-733f-44c4-bda2-5d9aae651346 {
  text-align: center;
}


.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 {
  max-width: 100%;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom,
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 {
  max-width: 100%;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom,
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 {
  max-width: 100%;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom,
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 {
  max-width: 100%;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom,
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 {
  max-width: 100%;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom,
.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-43c26f3a-733f-44c4-bda2-5d9aae651346 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-67f0a5c2-d959-49e7-a63c-754fc05ee187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67f0a5c2-d959-49e7-a63c-754fc05ee187 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-a5508bf7-32de-480c-8800-7c78c71895da {
  text-align: center;
}

#s-a5508bf7-32de-480c-8800-7c78c71895da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-a5508bf7-32de-480c-8800-7c78c71895da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a5508bf7-32de-480c-8800-7c78c71895da .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-45090469-c19c-4de7-a7b7-fbc6862d54ec {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-45090469-c19c-4de7-a7b7-fbc6862d54ec .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-45090469-c19c-4de7-a7b7-fbc6862d54ec .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-45090469-c19c-4de7-a7b7-fbc6862d54ec .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-45090469-c19c-4de7-a7b7-fbc6862d54ec .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-af9d255e-8ae8-4b17-9ffc-a477033496cf {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-af9d255e-8ae8-4b17-9ffc-a477033496cf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-af9d255e-8ae8-4b17-9ffc-a477033496cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af9d255e-8ae8-4b17-9ffc-a477033496cf {
  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-af9d255e-8ae8-4b17-9ffc-a477033496cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af9d255e-8ae8-4b17-9ffc-a477033496cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-af9d255e-8ae8-4b17-9ffc-a477033496cf.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-af9d255e-8ae8-4b17-9ffc-a477033496cf.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-7e717124-25aa-4050-8039-10f47b303f19 {
  display: none;
}
#s-6b475b05-3509-4cb3-b149-27472fc83101 {
  text-align: center;
}


.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 {
  max-width: 100%;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom,
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 {
  max-width: 100%;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom,
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 {
  max-width: 100%;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom,
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 {
  max-width: 100%;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom,
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 {
  max-width: 100%;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom,
.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-6b475b05-3509-4cb3-b149-27472fc83101 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-054493b2-5e73-49c3-b94c-dffef65fe65b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-054493b2-5e73-49c3-b94c-dffef65fe65b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-639e2e97-3530-4417-bf13-50780e192320 {
  text-align: center;
}

#s-639e2e97-3530-4417-bf13-50780e192320 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-639e2e97-3530-4417-bf13-50780e192320 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-639e2e97-3530-4417-bf13-50780e192320 .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-d6e7a27a-4aa4-4f2d-a2b9-fcebdfce78c5 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-d6e7a27a-4aa4-4f2d-a2b9-fcebdfce78c5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d6e7a27a-4aa4-4f2d-a2b9-fcebdfce78c5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d6e7a27a-4aa4-4f2d-a2b9-fcebdfce78c5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d6e7a27a-4aa4-4f2d-a2b9-fcebdfce78c5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-6d17e8dc-ad5e-4efd-91a2-0f3d9ede2ee1 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-6d17e8dc-ad5e-4efd-91a2-0f3d9ede2ee1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6d17e8dc-ad5e-4efd-91a2-0f3d9ede2ee1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d17e8dc-ad5e-4efd-91a2-0f3d9ede2ee1 {
  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-6d17e8dc-ad5e-4efd-91a2-0f3d9ede2ee1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d17e8dc-ad5e-4efd-91a2-0f3d9ede2ee1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-6d17e8dc-ad5e-4efd-91a2-0f3d9ede2ee1.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-6d17e8dc-ad5e-4efd-91a2-0f3d9ede2ee1.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-0e765ed1-e859-4b21-8e28-498b8b0ad8ad {
  display: none;
}
#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 {
  text-align: center;
}


.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 {
  max-width: 100%;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom,
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 {
  max-width: 100%;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom,
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 {
  max-width: 100%;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom,
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 {
  max-width: 100%;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom,
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 {
  max-width: 100%;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom,
.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-4f8f0f07-9dde-45b3-8422-0bfffd5643c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f04b6fa4-9c71-4de4-91b5-2d6da61cf6dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f04b6fa4-9c71-4de4-91b5-2d6da61cf6dd .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-dc17c2de-337d-4b03-b320-1e2d5175c37e {
  text-align: center;
}

#s-dc17c2de-337d-4b03-b320-1e2d5175c37e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-dc17c2de-337d-4b03-b320-1e2d5175c37e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-dc17c2de-337d-4b03-b320-1e2d5175c37e .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-0fe35223-0810-4be0-8071-1f8996e54893 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-0fe35223-0810-4be0-8071-1f8996e54893 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0fe35223-0810-4be0-8071-1f8996e54893 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0fe35223-0810-4be0-8071-1f8996e54893 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0fe35223-0810-4be0-8071-1f8996e54893 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a49ea4c3-b261-4140-acb2-3f7054c8d481 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-a49ea4c3-b261-4140-acb2-3f7054c8d481:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a49ea4c3-b261-4140-acb2-3f7054c8d481:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a49ea4c3-b261-4140-acb2-3f7054c8d481 {
  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-a49ea4c3-b261-4140-acb2-3f7054c8d481.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a49ea4c3-b261-4140-acb2-3f7054c8d481.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-a49ea4c3-b261-4140-acb2-3f7054c8d481.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-a49ea4c3-b261-4140-acb2-3f7054c8d481.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-fb85b804-b961-44d1-afdd-72cf026e2681 {
  display: none;
}
#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 {
  text-align: center;
}


.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 {
  max-width: 100%;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom,
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 {
  max-width: 100%;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom,
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 {
  max-width: 100%;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom,
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 {
  max-width: 100%;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom,
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 {
  max-width: 100%;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom,
.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ebf6d75b-e6d6-4bb5-a5ab-9f327a6eb906 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-10b51aec-f8a3-4ff3-b72f-2e54907f3c50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10b51aec-f8a3-4ff3-b72f-2e54907f3c50 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-e0635ca5-529b-46c9-81ae-9b7297e78c10 {
  text-align: center;
}

#s-e0635ca5-529b-46c9-81ae-9b7297e78c10 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-e0635ca5-529b-46c9-81ae-9b7297e78c10 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e0635ca5-529b-46c9-81ae-9b7297e78c10 .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-b2829303-f2fb-466a-bd93-271c52380120 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-b2829303-f2fb-466a-bd93-271c52380120 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b2829303-f2fb-466a-bd93-271c52380120 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b2829303-f2fb-466a-bd93-271c52380120 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b2829303-f2fb-466a-bd93-271c52380120 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-8e75e198-c05e-4cdf-ab87-3cadc0e32c81 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-8e75e198-c05e-4cdf-ab87-3cadc0e32c81:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8e75e198-c05e-4cdf-ab87-3cadc0e32c81:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e75e198-c05e-4cdf-ab87-3cadc0e32c81 {
  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-8e75e198-c05e-4cdf-ab87-3cadc0e32c81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e75e198-c05e-4cdf-ab87-3cadc0e32c81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e75e198-c05e-4cdf-ab87-3cadc0e32c81.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-8e75e198-c05e-4cdf-ab87-3cadc0e32c81.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-47d653fb-4e5f-4c22-888e-0d8c82d4aadd {
  display: none;
}
#s-f21f5fa9-60cf-4b54-a814-c93f35854adb {
  text-align: center;
}


.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb {
  max-width: 100%;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom,
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb {
  max-width: 100%;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom,
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb {
  max-width: 100%;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom,
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb {
  max-width: 100%;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom,
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb {
  max-width: 100%;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom,
.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-f21f5fa9-60cf-4b54-a814-c93f35854adb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-575ccea2-804a-44d4-bfcb-aa565aedc6e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-575ccea2-804a-44d4-bfcb-aa565aedc6e4 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-1b4401e7-c686-4015-9d6b-c2d0d4fe2b16 {
  text-align: center;
}

#s-1b4401e7-c686-4015-9d6b-c2d0d4fe2b16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-1b4401e7-c686-4015-9d6b-c2d0d4fe2b16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-1b4401e7-c686-4015-9d6b-c2d0d4fe2b16 .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-c4b114ee-7009-4db4-bb6a-e3ae71fc411e {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-c4b114ee-7009-4db4-bb6a-e3ae71fc411e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c4b114ee-7009-4db4-bb6a-e3ae71fc411e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c4b114ee-7009-4db4-bb6a-e3ae71fc411e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c4b114ee-7009-4db4-bb6a-e3ae71fc411e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-e9673ada-51a5-45e5-b14b-4ff11bb46116 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-e9673ada-51a5-45e5-b14b-4ff11bb46116:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e9673ada-51a5-45e5-b14b-4ff11bb46116:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9673ada-51a5-45e5-b14b-4ff11bb46116 {
  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-e9673ada-51a5-45e5-b14b-4ff11bb46116.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9673ada-51a5-45e5-b14b-4ff11bb46116.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-e9673ada-51a5-45e5-b14b-4ff11bb46116.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-e9673ada-51a5-45e5-b14b-4ff11bb46116.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-4bc14077-265b-448f-8ca3-75fb5feaecb8 {
  display: none;
}
#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b {
  text-align: center;
}


.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b {
  max-width: 100%;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom,
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b {
  max-width: 100%;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom,
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b {
  max-width: 100%;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom,
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b {
  max-width: 100%;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom,
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b {
  max-width: 100%;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom,
.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-ed23ef7c-663f-4fa7-961d-de1ca94a844b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2e847e9c-3b23-4a11-8c33-9f737901e5f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e847e9c-3b23-4a11-8c33-9f737901e5f0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-0fdc6684-79bf-4df2-a81d-67f5621d2aba {
  text-align: center;
}

#s-0fdc6684-79bf-4df2-a81d-67f5621d2aba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-0fdc6684-79bf-4df2-a81d-67f5621d2aba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-0fdc6684-79bf-4df2-a81d-67f5621d2aba .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-cf7e5c23-8318-4465-a078-1098cd631a3b {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-cf7e5c23-8318-4465-a078-1098cd631a3b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cf7e5c23-8318-4465-a078-1098cd631a3b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cf7e5c23-8318-4465-a078-1098cd631a3b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cf7e5c23-8318-4465-a078-1098cd631a3b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3241e908-9244-41df-80da-abac9f63ca3a {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3241e908-9244-41df-80da-abac9f63ca3a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3241e908-9244-41df-80da-abac9f63ca3a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3241e908-9244-41df-80da-abac9f63ca3a {
  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-3241e908-9244-41df-80da-abac9f63ca3a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3241e908-9244-41df-80da-abac9f63ca3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-3241e908-9244-41df-80da-abac9f63ca3a.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-3241e908-9244-41df-80da-abac9f63ca3a.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-523e7722-d14a-426d-852c-4332c3db2eae {
  display: none;
}
#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 {
  text-align: center;
}


.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 {
  max-width: 100%;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom,
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 {
  max-width: 100%;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom,
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 {
  max-width: 100%;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom,
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 {
  max-width: 100%;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom,
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 {
  max-width: 100%;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom,
.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-eb320112-9634-4d1c-b9b0-0cd94ea51380 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a4a1a0f8-2fc1-4601-a59c-06a64a794100 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4a1a0f8-2fc1-4601-a59c-06a64a794100 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-8e6c6f04-9eb6-4009-b3e2-1894ce414322 {
  text-align: center;
}

#s-8e6c6f04-9eb6-4009-b3e2-1894ce414322 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-8e6c6f04-9eb6-4009-b3e2-1894ce414322 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8e6c6f04-9eb6-4009-b3e2-1894ce414322 .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-0cc2ea31-86d3-4b05-b2d2-3da07dd6fcdc {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-0cc2ea31-86d3-4b05-b2d2-3da07dd6fcdc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0cc2ea31-86d3-4b05-b2d2-3da07dd6fcdc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0cc2ea31-86d3-4b05-b2d2-3da07dd6fcdc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0cc2ea31-86d3-4b05-b2d2-3da07dd6fcdc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3128daec-5a2b-4e41-8035-124f4573eee3 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3128daec-5a2b-4e41-8035-124f4573eee3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3128daec-5a2b-4e41-8035-124f4573eee3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3128daec-5a2b-4e41-8035-124f4573eee3 {
  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-3128daec-5a2b-4e41-8035-124f4573eee3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3128daec-5a2b-4e41-8035-124f4573eee3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-3128daec-5a2b-4e41-8035-124f4573eee3.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-3128daec-5a2b-4e41-8035-124f4573eee3.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-c52fc9f2-ec50-412e-a88f-4892cc4ff8bd {
  display: none;
}
#s-9ffe0851-7f72-4445-a928-70bad77a1c21 {
  text-align: center;
}


.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 {
  max-width: 100%;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom,
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 {
  max-width: 100%;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom,
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 {
  max-width: 100%;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom,
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 {
  max-width: 100%;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom,
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 {
  max-width: 100%;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom,
.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 img.shogun-image {
  max-width: 50% !important;
  min-height:  !important;
}

.shg-c#s-9ffe0851-7f72-4445-a928-70bad77a1c21 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-45852307-8b7b-4bc8-9c4e-743ba4af6192 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45852307-8b7b-4bc8-9c4e-743ba4af6192 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
}

#s-973b6fbd-3f02-4976-93a1-bba3e1c95059 {
  text-align: center;
}

#s-973b6fbd-3f02-4976-93a1-bba3e1c95059 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-973b6fbd-3f02-4976-93a1-bba3e1c95059 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-973b6fbd-3f02-4976-93a1-bba3e1c95059 .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-74941c56-4073-40a8-be15-91e67ce74a38 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-74941c56-4073-40a8-be15-91e67ce74a38 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-74941c56-4073-40a8-be15-91e67ce74a38 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-74941c56-4073-40a8-be15-91e67ce74a38 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-74941c56-4073-40a8-be15-91e67ce74a38 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-dc6512ab-d7d6-45f5-97cd-c121a3312ef2 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 108, 169, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-dc6512ab-d7d6-45f5-97cd-c121a3312ef2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(54, 29, 116, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-dc6512ab-d7d6-45f5-97cd-c121a3312ef2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc6512ab-d7d6-45f5-97cd-c121a3312ef2 {
  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-dc6512ab-d7d6-45f5-97cd-c121a3312ef2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc6512ab-d7d6-45f5-97cd-c121a3312ef2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-dc6512ab-d7d6-45f5-97cd-c121a3312ef2.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-dc6512ab-d7d6-45f5-97cd-c121a3312ef2.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-9ddc0f16-4df8-475f-b9ab-8038fbe6c93b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 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-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3af95099-ccf3-44f8-9a01-723a454510df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cc32fff5-4088-44ec-86d2-95368593d5ce {
  margin-left: 7%;
margin-right: 7%;
}

.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-ea3f04d1-6194-4c7a-8a9a-8c4e353d88d6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e92a3f4d-4626-4316-a0c5-48303513af14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b9dc7132-5625-404e-b6d5-2a7bed4461b6 {
  text-align: center;
}




  #s-b9dc7132-5625-404e-b6d5-2a7bed4461b6 img.shogun-image {
    
    width: px;
  }


#s-b9dc7132-5625-404e-b6d5-2a7bed4461b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-adaa3761-a67a-4f8d-b15c-716c4e3ef5fa {
  margin-left: 7%;
margin-right: 7%;
}

#s-f510773c-c01e-429c-85db-cb490bdc3588 hr {
  border: 0;
  width: 100%;
  border-top: 2px 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;
  }
}

#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;
}
