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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

.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-07dd6e5e-6549-4475-93f7-3184b6a11810 {
  text-align: center;
}




  #s-07dd6e5e-6549-4475-93f7-3184b6a11810 img.shogun-image {
    
    width: px;
  }


#s-07dd6e5e-6549-4475-93f7-3184b6a11810 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d4e05ec-3ab6-441e-ae3d-aec3512fcf22 {
  text-align: center;
}




  #s-5d4e05ec-3ab6-441e-ae3d-aec3512fcf22 img.shogun-image {
    
    width: px;
  }


#s-5d4e05ec-3ab6-441e-ae3d-aec3512fcf22 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7219b1e-1c5e-425f-b6c7-690558c91215 {
  text-align: center;
}




  #s-e7219b1e-1c5e-425f-b6c7-690558c91215 img.shogun-image {
    
    width: px;
  }


#s-e7219b1e-1c5e-425f-b6c7-690558c91215 .shogun-image-content {
  
    align-items: center;
  
}

#s-82c98220-d803-490b-8626-306610762d61 {
  text-align: center;
}




  #s-82c98220-d803-490b-8626-306610762d61 img.shogun-image {
    
    width: px;
  }


#s-82c98220-d803-490b-8626-306610762d61 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dcf7ae7-c488-4cc3-9488-554e9a72349c {
  text-align: center;
}




  #s-4dcf7ae7-c488-4cc3-9488-554e9a72349c img.shogun-image {
    
    width: px;
  }


#s-4dcf7ae7-c488-4cc3-9488-554e9a72349c .shogun-image-content {
  
    align-items: center;
  
}

#s-42a29d62-6751-4bf4-884a-567e9b20e3f2 {
  text-align: center;
}




  #s-42a29d62-6751-4bf4-884a-567e9b20e3f2 img.shogun-image {
    
    width: px;
  }


#s-42a29d62-6751-4bf4-884a-567e9b20e3f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-22b59da6-a19b-46ea-93ff-bff92e223c32 {
  text-align: center;
}




  #s-22b59da6-a19b-46ea-93ff-bff92e223c32 img.shogun-image {
    
    width: px;
  }


#s-22b59da6-a19b-46ea-93ff-bff92e223c32 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa9fd13b-1499-4632-be52-563f1f1723d2 {
  text-align: center;
}




  #s-aa9fd13b-1499-4632-be52-563f1f1723d2 img.shogun-image {
    
    width: px;
  }


#s-aa9fd13b-1499-4632-be52-563f1f1723d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-60bd3993-f537-4e09-b0a3-6a58870c871b {
  text-align: center;
}




  #s-60bd3993-f537-4e09-b0a3-6a58870c871b img.shogun-image {
    
    width: px;
  }


#s-60bd3993-f537-4e09-b0a3-6a58870c871b .shogun-image-content {
  
    align-items: center;
  
}

#s-ed939281-d2b3-4201-8720-ce8fe121b0ba {
  text-align: center;
}




  #s-ed939281-d2b3-4201-8720-ce8fe121b0ba img.shogun-image {
    
    width: px;
  }


#s-ed939281-d2b3-4201-8720-ce8fe121b0ba .shogun-image-content {
  
    align-items: center;
  
}

#s-2bf28f66-ec6c-4cac-8e83-181bf359e62b {
  text-align: center;
}




  #s-2bf28f66-ec6c-4cac-8e83-181bf359e62b img.shogun-image {
    
    width: px;
  }


#s-2bf28f66-ec6c-4cac-8e83-181bf359e62b .shogun-image-content {
  
    align-items: center;
  
}

#s-d626456f-889e-4ff2-82a3-cae5cc646998 {
  text-align: center;
}




  #s-d626456f-889e-4ff2-82a3-cae5cc646998 img.shogun-image {
    
    width: px;
  }


#s-d626456f-889e-4ff2-82a3-cae5cc646998 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d5be00a-4e5c-4301-8293-5fc048c9aec1 {
  text-align: center;
}




  #s-6d5be00a-4e5c-4301-8293-5fc048c9aec1 img.shogun-image {
    
    width: px;
  }


#s-6d5be00a-4e5c-4301-8293-5fc048c9aec1 .shogun-image-content {
  
    align-items: center;
  
}

#s-45e87987-b326-4c99-8593-10c952c6d49f {
  text-align: center;
}




  #s-45e87987-b326-4c99-8593-10c952c6d49f img.shogun-image {
    
    width: px;
  }


#s-45e87987-b326-4c99-8593-10c952c6d49f .shogun-image-content {
  
    align-items: center;
  
}

#s-a7a19c38-609c-44d7-8b05-04f80f40f2aa {
  text-align: center;
}




  #s-a7a19c38-609c-44d7-8b05-04f80f40f2aa img.shogun-image {
    
    width: px;
  }


#s-a7a19c38-609c-44d7-8b05-04f80f40f2aa .shogun-image-content {
  
    align-items: center;
  
}

#s-c724d2f2-1a39-4da9-984e-a2029f6f76c8 {
  text-align: center;
}




  #s-c724d2f2-1a39-4da9-984e-a2029f6f76c8 img.shogun-image {
    
    width: px;
  }


#s-c724d2f2-1a39-4da9-984e-a2029f6f76c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f2666a6-f4c7-467c-8fcf-921ce120f33a {
  text-align: center;
}




  #s-7f2666a6-f4c7-467c-8fcf-921ce120f33a img.shogun-image {
    
    width: px;
  }


#s-7f2666a6-f4c7-467c-8fcf-921ce120f33a .shogun-image-content {
  
    align-items: center;
  
}

#s-47952a0e-adcc-47d7-b90f-6bd6f819121f {
  text-align: center;
}




  #s-47952a0e-adcc-47d7-b90f-6bd6f819121f img.shogun-image {
    
    width: px;
  }


#s-47952a0e-adcc-47d7-b90f-6bd6f819121f .shogun-image-content {
  
    align-items: center;
  
}

#s-e4f8969a-7f3e-47ee-a697-786cb6bafdbd {
  text-align: center;
}




  #s-e4f8969a-7f3e-47ee-a697-786cb6bafdbd img.shogun-image {
    
    width: px;
  }


#s-e4f8969a-7f3e-47ee-a697-786cb6bafdbd .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-a720f846-8452-4b2d-af9b-4df4115c4833 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a720f846-8452-4b2d-af9b-4df4115c4833 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a720f846-8452-4b2d-af9b-4df4115c4833 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a720f846-8452-4b2d-af9b-4df4115c4833 {
  
}
}@media (max-width: 767px){#s-a720f846-8452-4b2d-af9b-4df4115c4833 {
  
}
}







#s-a720f846-8452-4b2d-af9b-4df4115c4833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a720f846-8452-4b2d-af9b-4df4115c4833.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

#s-47fc8c79-75da-485c-8e9b-8a59fa6777a7 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47fc8c79-75da-485c-8e9b-8a59fa6777a7 .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3cb26f95-2ebd-4d5a-9e1a-1b18920c12f5 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-3cb26f95-2ebd-4d5a-9e1a-1b18920c12f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cb26f95-2ebd-4d5a-9e1a-1b18920c12f5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-661636eb-9221-4fc2-8179-4ffbf3d3ae6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-235f2554-9bc4-4236-bf70-0c2ea39a0580 {
  text-align: center;
}




  #s-235f2554-9bc4-4236-bf70-0c2ea39a0580 img.shogun-image {
    
    width: px;
  }


#s-235f2554-9bc4-4236-bf70-0c2ea39a0580 .shogun-image-content {
  
    align-items: center;
  
}

#s-681fc89e-201e-4aa7-95a2-3f2217da6941 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9872814e-1250-4cd4-af0a-5bbe6841fb5a {
  text-align: center;
}




  #s-9872814e-1250-4cd4-af0a-5bbe6841fb5a img.shogun-image {
    
    width: px;
  }


#s-9872814e-1250-4cd4-af0a-5bbe6841fb5a .shogun-image-content {
  
    align-items: center;
  
}

#s-c6b635e7-f751-4e1c-a0f2-e8c9f301f4dc {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-73338598-f3a3-4ead-9f58-9f0ab5c06429 {
  text-align: center;
}




  #s-73338598-f3a3-4ead-9f58-9f0ab5c06429 img.shogun-image {
    
    width: px;
  }


#s-73338598-f3a3-4ead-9f58-9f0ab5c06429 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf154d2a-d330-46c5-96be-aa981743d672 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-75f55e5a-b234-4f8a-9b50-d6100d7269c1 {
  text-align: center;
}




  #s-75f55e5a-b234-4f8a-9b50-d6100d7269c1 img.shogun-image {
    
    width: px;
  }


#s-75f55e5a-b234-4f8a-9b50-d6100d7269c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff9ff88d-41cd-42ee-aa90-e217009de3ff {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-1cdaa4ca-55c0-4122-a615-15b233fd907c {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cdaa4ca-55c0-4122-a615-15b233fd907c .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-f418fe8b-0486-4e4c-be53-af7f87a3f413 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}

#s-f418fe8b-0486-4e4c-be53-af7f87a3f413 .shogun-tabs {
  justify-content: center;
}


  #s-f418fe8b-0486-4e4c-be53-af7f87a3f413 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-f418fe8b-0486-4e4c-be53-af7f87a3f413 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(23, 63, 53, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-f418fe8b-0486-4e4c-be53-af7f87a3f413 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(102, 102, 102, 1);
  font-family: Archivo;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-f418fe8b-0486-4e4c-be53-af7f87a3f413 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-f418fe8b-0486-4e4c-be53-af7f87a3f413 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(23, 63, 53, 1);
}

#s-f418fe8b-0486-4e4c-be53-af7f87a3f413 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4d68faa0-f578-45da-ab09-bc8b1bba09ba {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d68faa0-f578-45da-ab09-bc8b1bba09ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-89ffc2e2-a086-4b0e-a593-47a9548de22e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-89ffc2e2-a086-4b0e-a593-47a9548de22e {
  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-73507fe9-eb52-4191-92a8-4e054e1bdacb {
  text-align: left;
}


.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb {
  max-width: 100%;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom,
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb {
  max-width: 100%;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom,
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb {
  max-width: 100%;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom,
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb {
  max-width: 100%;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom,
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb {
  max-width: 100%;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom,
.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73507fe9-eb52-4191-92a8-4e054e1bdacb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-80c35af1-0114-4150-9e4c-8009183a83ce {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-80c35af1-0114-4150-9e4c-8009183a83ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80c35af1-0114-4150-9e4c-8009183a83ce.shg-box.shg-c {
  justify-content: flex-start;
}

.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-a6adf941-e33b-4bca-bafd-6e93c02ba3ee {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-a6adf941-e33b-4bca-bafd-6e93c02ba3ee .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-57c07b8b-0806-431f-93fe-a84d0cc80a1c {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-57c07b8b-0806-431f-93fe-a84d0cc80a1c .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-57c07b8b-0806-431f-93fe-a84d0cc80a1c .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-57c07b8b-0806-431f-93fe-a84d0cc80a1c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b849e33f-c9fc-41b4-9de9-c5f2936beb15 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-b849e33f-c9fc-41b4-9de9-c5f2936beb15 {
  display: none;
}
#s-f670914f-278c-4d90-b1b6-ff14beaf6170 {
  text-align: left;
}


.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 {
  max-width: 100%;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom,
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 {
  max-width: 100%;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom,
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 {
  max-width: 100%;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom,
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 {
  max-width: 100%;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom,
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 {
  max-width: 100%;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom,
.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f670914f-278c-4d90-b1b6-ff14beaf6170 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dbce4a7e-fd96-4a96-911c-b7b638b27316 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-dbce4a7e-fd96-4a96-911c-b7b638b27316 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-115f1945-715c-434e-a7fd-d8bd4d26ec13 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-115f1945-715c-434e-a7fd-d8bd4d26ec13 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-115f1945-715c-434e-a7fd-d8bd4d26ec13 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-115f1945-715c-434e-a7fd-d8bd4d26ec13 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-dac1e774-40c0-4f97-b503-b2cf94b8af14 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-dac1e774-40c0-4f97-b503-b2cf94b8af14 {
  display: none;
}
#s-14353027-78a5-4085-ae08-4f8a60289ca3 {
  text-align: left;
}


.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 {
  max-width: 100%;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom,
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 {
  max-width: 100%;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom,
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 {
  max-width: 100%;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom,
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 {
  max-width: 100%;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom,
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 {
  max-width: 100%;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom,
.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14353027-78a5-4085-ae08-4f8a60289ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c299d309-a1a4-4a42-bf2f-cacdb18f40b1 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-c299d309-a1a4-4a42-bf2f-cacdb18f40b1 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-e1e775f5-31e4-4bdb-a76b-5ebaa69afcce {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-e1e775f5-31e4-4bdb-a76b-5ebaa69afcce .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-e1e775f5-31e4-4bdb-a76b-5ebaa69afcce .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-e1e775f5-31e4-4bdb-a76b-5ebaa69afcce .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-809986ed-31ed-46a8-8b71-0f38427a280e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-809986ed-31ed-46a8-8b71-0f38427a280e {
  display: none;
}
#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 {
  text-align: left;
}


.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 {
  max-width: 100%;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom,
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 {
  max-width: 100%;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom,
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 {
  max-width: 100%;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom,
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 {
  max-width: 100%;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom,
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 {
  max-width: 100%;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom,
.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71b8a065-206d-4051-b3a4-bbd3e01855b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ac401a3-52bb-4c24-8a17-6169c3147933 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-7ac401a3-52bb-4c24-8a17-6169c3147933 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-97c273f8-1fd7-42e8-ad65-9227b1f6327f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-97c273f8-1fd7-42e8-ad65-9227b1f6327f .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-97c273f8-1fd7-42e8-ad65-9227b1f6327f .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-97c273f8-1fd7-42e8-ad65-9227b1f6327f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5141a19d-0282-414e-92d3-f250a7832bb9 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5141a19d-0282-414e-92d3-f250a7832bb9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2ea6c71-f898-48af-a682-37b27c141b4e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-f2ea6c71-f898-48af-a682-37b27c141b4e {
  display: none;
}
#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 {
  text-align: left;
}


.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 {
  max-width: 100%;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom,
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 {
  max-width: 100%;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom,
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 {
  max-width: 100%;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom,
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 {
  max-width: 100%;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom,
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 {
  max-width: 100%;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom,
.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd8eb8c8-8fb1-4e42-9cd4-b4943f6122f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-92e7f5dd-c27c-47a4-8a91-79e6e3a7b7b7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-92e7f5dd-c27c-47a4-8a91-79e6e3a7b7b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92e7f5dd-c27c-47a4-8a91-79e6e3a7b7b7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4ba1a0a4-4986-4420-bd24-bda14400ff33 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-4ba1a0a4-4986-4420-bd24-bda14400ff33 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-962f925c-6998-44ae-b0be-9fc2af517b1d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-962f925c-6998-44ae-b0be-9fc2af517b1d .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-962f925c-6998-44ae-b0be-9fc2af517b1d .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-962f925c-6998-44ae-b0be-9fc2af517b1d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-05f83a34-d39f-4a86-8305-7751ba96ec04 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-05f83a34-d39f-4a86-8305-7751ba96ec04 {
  display: none;
}
#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 {
  text-align: left;
}


.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 {
  max-width: 100%;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom,
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 {
  max-width: 100%;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom,
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 {
  max-width: 100%;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom,
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 {
  max-width: 100%;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom,
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 {
  max-width: 100%;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom,
.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-837cd3d2-7fb2-421c-828c-a45f25a2e974 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3865503f-9037-469f-beab-51ff53bb098d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-3865503f-9037-469f-beab-51ff53bb098d .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-1e6dc88d-089d-4540-92c2-b337db97520a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-1e6dc88d-089d-4540-92c2-b337db97520a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-1e6dc88d-089d-4540-92c2-b337db97520a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-1e6dc88d-089d-4540-92c2-b337db97520a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-74071839-b916-4e64-ab60-a6b540db9668 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-74071839-b916-4e64-ab60-a6b540db9668 {
  display: none;
}
#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 {
  text-align: left;
}


.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 {
  max-width: 100%;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom,
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 {
  max-width: 100%;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom,
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 {
  max-width: 100%;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom,
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 {
  max-width: 100%;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom,
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 {
  max-width: 100%;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom,
.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-153de66c-f212-46a0-94d7-9dc3b3ef86e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cdd8381f-641b-4483-a471-9731028a6ce8 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-cdd8381f-641b-4483-a471-9731028a6ce8 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-d63a60b1-7c5f-4be7-b9fe-f2148833682c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-d63a60b1-7c5f-4be7-b9fe-f2148833682c .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-d63a60b1-7c5f-4be7-b9fe-f2148833682c .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-d63a60b1-7c5f-4be7-b9fe-f2148833682c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-49dfb53a-91de-4110-8c73-3d32e75d61d1 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-49dfb53a-91de-4110-8c73-3d32e75d61d1 {
  display: none;
}
#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b {
  text-align: left;
}


.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b {
  max-width: 100%;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom,
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b {
  max-width: 100%;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom,
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b {
  max-width: 100%;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom,
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b {
  max-width: 100%;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom,
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b {
  max-width: 100%;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom,
.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33a1e284-7a1b-4d92-b34e-4ecc855a4f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b0d3e21-4762-4065-b0e0-fed2a4e4eb60 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-1b0d3e21-4762-4065-b0e0-fed2a4e4eb60 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-df1b3751-0c28-453c-8d7c-47f8ee855909 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-df1b3751-0c28-453c-8d7c-47f8ee855909 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-df1b3751-0c28-453c-8d7c-47f8ee855909 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-df1b3751-0c28-453c-8d7c-47f8ee855909 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b238fd41-e59a-42c1-a853-4303e875862e {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b238fd41-e59a-42c1-a853-4303e875862e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-44fa22a8-edcc-4ee9-a281-d171084afeae {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-44fa22a8-edcc-4ee9-a281-d171084afeae {
  display: none;
}
#s-4c345908-661d-432e-879b-57d4c5166df9 {
  text-align: left;
}


.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 {
  max-width: 100%;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom,
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 {
  max-width: 100%;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom,
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 {
  max-width: 100%;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom,
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 {
  max-width: 100%;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom,
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 {
  max-width: 100%;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom,
.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c345908-661d-432e-879b-57d4c5166df9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-661d6dd5-0a5b-4edc-85d8-5b993d634124 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-661d6dd5-0a5b-4edc-85d8-5b993d634124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-661d6dd5-0a5b-4edc-85d8-5b993d634124.shg-box.shg-c {
  justify-content: flex-start;
}

#s-06b39808-f8d2-4c81-a1e1-0981dad7f99e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-06b39808-f8d2-4c81-a1e1-0981dad7f99e .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-64240128-7354-4f40-b4af-21b9f1a0ff9e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-64240128-7354-4f40-b4af-21b9f1a0ff9e .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-64240128-7354-4f40-b4af-21b9f1a0ff9e .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-64240128-7354-4f40-b4af-21b9f1a0ff9e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-37dd4f12-773f-42dd-ac14-916a26fc3f54 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-37dd4f12-773f-42dd-ac14-916a26fc3f54 {
  display: none;
}
#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 {
  text-align: left;
}


.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 {
  max-width: 100%;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom,
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 {
  max-width: 100%;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom,
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 {
  max-width: 100%;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom,
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 {
  max-width: 100%;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom,
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 {
  max-width: 100%;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom,
.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece54277-110b-4f5f-814c-10f2ef0a5ab0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2f10f816-0ef9-446b-82c9-e83a845a2425 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-2f10f816-0ef9-446b-82c9-e83a845a2425 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-99f8c7d0-9c20-429e-a630-08c8afd7ab9f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-99f8c7d0-9c20-429e-a630-08c8afd7ab9f .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-99f8c7d0-9c20-429e-a630-08c8afd7ab9f .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-99f8c7d0-9c20-429e-a630-08c8afd7ab9f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 6, 6, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-214777e0-9cb4-4511-854e-257e62cd437d {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-214777e0-9cb4-4511-854e-257e62cd437d {
  display: none;
}
#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 {
  text-align: left;
}


.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 {
  max-width: 100%;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom,
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 {
  max-width: 100%;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom,
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 {
  max-width: 100%;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom,
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 {
  max-width: 100%;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom,
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 {
  max-width: 100%;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom,
.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e62b4cc3-ad43-49ff-a0e2-44d65b85a4e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6bceac0c-854c-40df-8c74-1cd522885ee2 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-6bceac0c-854c-40df-8c74-1cd522885ee2 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-c9a9f411-3868-4d5e-918b-d02559c7cb45 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c9a9f411-3868-4d5e-918b-d02559c7cb45 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-c9a9f411-3868-4d5e-918b-d02559c7cb45 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-c9a9f411-3868-4d5e-918b-d02559c7cb45 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0ebb9106-e5e5-48bc-8c25-77d3ddb1b7cf {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-0ebb9106-e5e5-48bc-8c25-77d3ddb1b7cf {
  display: none;
}
#s-f0b767c5-79a1-42d2-ac45-862409f14c3b {
  text-align: left;
}


.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b {
  max-width: 100%;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom,
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b {
  max-width: 100%;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom,
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b {
  max-width: 100%;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom,
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b {
  max-width: 100%;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom,
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b {
  max-width: 100%;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom,
.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0b767c5-79a1-42d2-ac45-862409f14c3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-031114f3-894a-4c95-9b3a-ebee3118dc0a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-031114f3-894a-4c95-9b3a-ebee3118dc0a .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-35dadbef-4233-4396-8cd0-ad4392496067 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-35dadbef-4233-4396-8cd0-ad4392496067 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-35dadbef-4233-4396-8cd0-ad4392496067 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-35dadbef-4233-4396-8cd0-ad4392496067 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-99e9abef-e325-468a-901d-78456975f69b {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99e9abef-e325-468a-901d-78456975f69b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fbc0a4d3-05ac-4cf6-bd67-30a910b72ed4 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-fbc0a4d3-05ac-4cf6-bd67-30a910b72ed4 {
  display: none;
}
#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 {
  text-align: left;
}


.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 {
  max-width: 100%;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom,
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 {
  max-width: 100%;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom,
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 {
  max-width: 100%;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom,
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 {
  max-width: 100%;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom,
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 {
  max-width: 100%;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom,
.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc09bbd-335e-47b5-9ca5-e06349c4eaf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e4769f70-9cb2-4806-843b-8916d7c9ca29 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e4769f70-9cb2-4806-843b-8916d7c9ca29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4769f70-9cb2-4806-843b-8916d7c9ca29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8624e3c6-7a87-4c82-8bfc-fad861d9dacd {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-8624e3c6-7a87-4c82-8bfc-fad861d9dacd .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-68374a05-cda2-450d-b728-5973e76cdad8 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-68374a05-cda2-450d-b728-5973e76cdad8 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-68374a05-cda2-450d-b728-5973e76cdad8 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-68374a05-cda2-450d-b728-5973e76cdad8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a06f6fe9-4fdd-4730-b205-590aaa711619 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-a06f6fe9-4fdd-4730-b205-590aaa711619 {
  display: none;
}
#s-fe008be0-c99b-4abb-9208-984ff09cb82a {
  text-align: left;
}


.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a {
  max-width: 100%;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom,
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a {
  max-width: 100%;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom,
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a {
  max-width: 100%;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom,
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a {
  max-width: 100%;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom,
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a {
  max-width: 100%;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom,
.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe008be0-c99b-4abb-9208-984ff09cb82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-626f6316-80b6-440d-9c44-15d18e1a060e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-626f6316-80b6-440d-9c44-15d18e1a060e .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-9bc1aa02-7fe9-414f-a8cb-d0b25906ef8c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-9bc1aa02-7fe9-414f-a8cb-d0b25906ef8c .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-9bc1aa02-7fe9-414f-a8cb-d0b25906ef8c .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-9bc1aa02-7fe9-414f-a8cb-d0b25906ef8c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-dc8c78f5-b25c-43c3-94c7-7e722c9fb1e0 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-dc8c78f5-b25c-43c3-94c7-7e722c9fb1e0 {
  display: none;
}
#s-3a758aff-6bfc-4813-928d-9fb808e597ed {
  text-align: left;
}


.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed {
  max-width: 100%;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom,
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed {
  max-width: 100%;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom,
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed {
  max-width: 100%;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom,
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed {
  max-width: 100%;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom,
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed {
  max-width: 100%;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom,
.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a758aff-6bfc-4813-928d-9fb808e597ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7b341036-a1da-4fdf-a8d4-b520b5603bf5 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b341036-a1da-4fdf-a8d4-b520b5603bf5 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-c57fd89b-31e9-4b79-9bb3-ab918f1b9183 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c57fd89b-31e9-4b79-9bb3-ab918f1b9183 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-c57fd89b-31e9-4b79-9bb3-ab918f1b9183 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-c57fd89b-31e9-4b79-9bb3-ab918f1b9183 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f85d6ae7-de34-404e-9cf7-61b2f126b5f6 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-f85d6ae7-de34-404e-9cf7-61b2f126b5f6 {
  display: none;
}
#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f {
  text-align: left;
}


.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f {
  max-width: 100%;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom,
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f {
  max-width: 100%;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom,
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f {
  max-width: 100%;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom,
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f {
  max-width: 100%;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom,
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f {
  max-width: 100%;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom,
.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c25fd27e-164f-46cb-b5c4-6afb2dc9660f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b266d41d-47df-439d-872b-ba97ed65e54d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b266d41d-47df-439d-872b-ba97ed65e54d .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-0c5b59e7-f972-4524-b72e-4a3aac0835a8 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-0c5b59e7-f972-4524-b72e-4a3aac0835a8 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-0c5b59e7-f972-4524-b72e-4a3aac0835a8 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-0c5b59e7-f972-4524-b72e-4a3aac0835a8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fa0fe99-8b6c-43c1-a7b4-ae8dccdbdec6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b7b1d8d1-5ea0-4a1c-a1d7-e6d8e6368f48 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-b7b1d8d1-5ea0-4a1c-a1d7-e6d8e6368f48 {
  display: none;
}
#s-72e38287-23f9-4933-9e39-7d10ba375635 {
  text-align: left;
}


.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 {
  max-width: 100%;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom,
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 {
  max-width: 100%;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom,
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 {
  max-width: 100%;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom,
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 {
  max-width: 100%;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom,
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 {
  max-width: 100%;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom,
.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e38287-23f9-4933-9e39-7d10ba375635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-030eb3c1-0548-4ea5-8b2b-5f3aff47f44e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-030eb3c1-0548-4ea5-8b2b-5f3aff47f44e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-030eb3c1-0548-4ea5-8b2b-5f3aff47f44e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-16c68823-c422-4e16-aa6f-9a4328855648 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-16c68823-c422-4e16-aa6f-9a4328855648 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-85748f68-607f-4089-a8f9-3f92f40ebcc7 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-85748f68-607f-4089-a8f9-3f92f40ebcc7 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-85748f68-607f-4089-a8f9-3f92f40ebcc7 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-85748f68-607f-4089-a8f9-3f92f40ebcc7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-223d46bd-df63-4824-ab3e-428f82e4bf0e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-223d46bd-df63-4824-ab3e-428f82e4bf0e {
  display: none;
}
#s-9526856d-5ca9-4394-8429-16ced628169c {
  text-align: left;
}


.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c {
  max-width: 100%;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom,
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c {
  max-width: 100%;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom,
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c {
  max-width: 100%;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom,
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c {
  max-width: 100%;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom,
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c {
  max-width: 100%;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom,
.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9526856d-5ca9-4394-8429-16ced628169c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0a94fb00-c3eb-424e-9ae8-bdf75b1456d3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-0a94fb00-c3eb-424e-9ae8-bdf75b1456d3 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-d3f4f316-677e-457b-a3f4-1fce92d9e0fb {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-d3f4f316-677e-457b-a3f4-1fce92d9e0fb .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-d3f4f316-677e-457b-a3f4-1fce92d9e0fb .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-d3f4f316-677e-457b-a3f4-1fce92d9e0fb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2593d6a7-60e0-45f6-8c84-8c2d3170939d {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-2593d6a7-60e0-45f6-8c84-8c2d3170939d {
  display: none;
}
#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 {
  text-align: left;
}


.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 {
  max-width: 100%;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom,
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 {
  max-width: 100%;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom,
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 {
  max-width: 100%;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom,
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 {
  max-width: 100%;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom,
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 {
  max-width: 100%;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom,
.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-133a1a0a-1650-4c9d-b2a4-7aedf5c1cf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-edd30fbf-4d16-44d1-b111-ab07adff16e6 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-edd30fbf-4d16-44d1-b111-ab07adff16e6 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-fab93348-e916-4717-a230-dc32cdd5e6b5 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-fab93348-e916-4717-a230-dc32cdd5e6b5 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-fab93348-e916-4717-a230-dc32cdd5e6b5 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-fab93348-e916-4717-a230-dc32cdd5e6b5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6956f038-7643-4b45-bbdd-52b85d6c597d {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-6956f038-7643-4b45-bbdd-52b85d6c597d {
  display: none;
}
#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f {
  text-align: left;
}


.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f {
  max-width: 100%;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom,
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f {
  max-width: 100%;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom,
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f {
  max-width: 100%;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom,
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f {
  max-width: 100%;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom,
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f {
  max-width: 100%;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom,
.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b59b310a-9ad9-4457-bfd5-d27913b0e22f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2f21fe57-1a86-42e8-9933-7929aaca0b70 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-2f21fe57-1a86-42e8-9933-7929aaca0b70 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-ec107db7-d88a-48ea-bb27-2b43d053af1c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}

#s-ec107db7-d88a-48ea-bb27-2b43d053af1c .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ec107db7-d88a-48ea-bb27-2b43d053af1c .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-ec107db7-d88a-48ea-bb27-2b43d053af1c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d73ea4a-bdda-4b2a-bf1c-bc5dbf7fc91d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2a519a38-f498-41cc-95d7-6d9187f4ab7e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-2a519a38-f498-41cc-95d7-6d9187f4ab7e {
  display: none;
}
#s-d7849878-24cf-4c34-aa17-f19d73d1572a {
  text-align: left;
}


.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a {
  max-width: 100%;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom,
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a {
  max-width: 100%;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom,
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a {
  max-width: 100%;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom,
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a {
  max-width: 100%;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom,
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a {
  max-width: 100%;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom,
.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7849878-24cf-4c34-aa17-f19d73d1572a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7e3ba5dd-82e4-400e-a7b9-cf223233947f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7e3ba5dd-82e4-400e-a7b9-cf223233947f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e3ba5dd-82e4-400e-a7b9-cf223233947f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8ff9d6f2-79f6-41b3-9272-e3d68d80b5d7 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-8ff9d6f2-79f6-41b3-9272-e3d68d80b5d7 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-8a890d5d-e9ab-437a-a461-7de3dd2b1401 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-8a890d5d-e9ab-437a-a461-7de3dd2b1401 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-8a890d5d-e9ab-437a-a461-7de3dd2b1401 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-8a890d5d-e9ab-437a-a461-7de3dd2b1401 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-87a649b6-8242-4d82-8c3b-f2e598c1fd4a {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-87a649b6-8242-4d82-8c3b-f2e598c1fd4a {
  display: none;
}
#s-a800643a-34c9-4250-9892-cb7585d8b8ed {
  text-align: left;
}


.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed {
  max-width: 100%;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom,
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed {
  max-width: 100%;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom,
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed {
  max-width: 100%;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom,
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed {
  max-width: 100%;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom,
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed {
  max-width: 100%;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom,
.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a800643a-34c9-4250-9892-cb7585d8b8ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c9b0c6d2-2d55-4169-811b-2c017f1ad462 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c9b0c6d2-2d55-4169-811b-2c017f1ad462 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-6077215e-d2a3-40bf-9389-929812dfa9a6 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-6077215e-d2a3-40bf-9389-929812dfa9a6 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-6077215e-d2a3-40bf-9389-929812dfa9a6 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-6077215e-d2a3-40bf-9389-929812dfa9a6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ef5bca47-3256-4127-b4f5-b10deb6bb04e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-ef5bca47-3256-4127-b4f5-b10deb6bb04e {
  display: none;
}
#s-71090db4-abf0-4be2-bd19-62d835a47432 {
  text-align: left;
}


.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 {
  max-width: 100%;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom,
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 {
  max-width: 100%;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom,
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 {
  max-width: 100%;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom,
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 {
  max-width: 100%;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom,
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 {
  max-width: 100%;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom,
.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71090db4-abf0-4be2-bd19-62d835a47432 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-409024fa-1ff0-45db-b1fc-042ae10f8298 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-409024fa-1ff0-45db-b1fc-042ae10f8298 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-c557c64d-175d-4001-abd1-b006512d697b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c557c64d-175d-4001-abd1-b006512d697b .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-c557c64d-175d-4001-abd1-b006512d697b .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-c557c64d-175d-4001-abd1-b006512d697b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-be37af5c-cd11-4d3f-90ad-e73ce9d5530f {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-be37af5c-cd11-4d3f-90ad-e73ce9d5530f {
  display: none;
}
#s-be2739dd-6806-4bbe-8bda-80d1724a3770 {
  text-align: left;
}


.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 {
  max-width: 100%;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom,
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 {
  max-width: 100%;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom,
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 {
  max-width: 100%;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom,
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 {
  max-width: 100%;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom,
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 {
  max-width: 100%;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom,
.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be2739dd-6806-4bbe-8bda-80d1724a3770 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-67672de9-1278-425a-b875-1bd689a372d0 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-67672de9-1278-425a-b875-1bd689a372d0 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-ae4c08f0-c2d7-4b36-b5fc-a251106b3c5b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-ae4c08f0-c2d7-4b36-b5fc-a251106b3c5b .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ae4c08f0-c2d7-4b36-b5fc-a251106b3c5b .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-ae4c08f0-c2d7-4b36-b5fc-a251106b3c5b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2449b510-c043-4d69-bb97-c91209e2169c {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2449b510-c043-4d69-bb97-c91209e2169c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e390ce3b-d9f5-4753-8c9e-0ecb322c8afa {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-e390ce3b-d9f5-4753-8c9e-0ecb322c8afa {
  display: none;
}
#s-4658d2b5-2b99-4c70-b5f4-644302243b6b {
  text-align: left;
}


.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b {
  max-width: 100%;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom,
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b {
  max-width: 100%;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom,
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b {
  max-width: 100%;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom,
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b {
  max-width: 100%;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom,
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b {
  max-width: 100%;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom,
.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4658d2b5-2b99-4c70-b5f4-644302243b6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ec3bd7d0-dbc1-4518-b9db-f87dc96a254b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ec3bd7d0-dbc1-4518-b9db-f87dc96a254b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec3bd7d0-dbc1-4518-b9db-f87dc96a254b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2edca8b8-97fe-452c-84dd-00a266d23c30 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-2edca8b8-97fe-452c-84dd-00a266d23c30 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-5f8d3146-6ed3-4432-940d-622f8caf60cd {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-5f8d3146-6ed3-4432-940d-622f8caf60cd .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-5f8d3146-6ed3-4432-940d-622f8caf60cd .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-5f8d3146-6ed3-4432-940d-622f8caf60cd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 4, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ac7c7e2d-a48d-4fb4-896b-5c8e4ac3c4f4 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-ac7c7e2d-a48d-4fb4-896b-5c8e4ac3c4f4 {
  display: none;
}
#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 {
  text-align: left;
}


.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 {
  max-width: 100%;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom,
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 {
  max-width: 100%;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom,
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 {
  max-width: 100%;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom,
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 {
  max-width: 100%;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom,
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 {
  max-width: 100%;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom,
.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa8960d8-f8fa-4e6d-9922-a69ff945fc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-24c2e68a-16e8-4db7-a8b0-72b920b076eb {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-24c2e68a-16e8-4db7-a8b0-72b920b076eb .shg-product-title-component h5 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-e284364f-4d32-4105-8782-2a00c5c8f748 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-e284364f-4d32-4105-8782-2a00c5c8f748 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-e284364f-4d32-4105-8782-2a00c5c8f748 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-e284364f-4d32-4105-8782-2a00c5c8f748 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-266871c9-a757-4dad-87c3-bd94d786becd {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-266871c9-a757-4dad-87c3-bd94d786becd {
  display: none;
}
#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e {
  text-align: left;
}


.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e {
  max-width: 100%;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom,
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e {
  max-width: 100%;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom,
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e {
  max-width: 100%;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom,
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e {
  max-width: 100%;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom,
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e {
  max-width: 100%;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom,
.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6094e6cd-39d2-4e9e-983a-312b7413ff7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0685c924-36d8-44a8-a7fd-71b3155e91de {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0685c924-36d8-44a8-a7fd-71b3155e91de .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-3085f78a-3fa8-468d-9a37-c210f65f82ce {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-3085f78a-3fa8-468d-9a37-c210f65f82ce .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-3085f78a-3fa8-468d-9a37-c210f65f82ce .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-3085f78a-3fa8-468d-9a37-c210f65f82ce .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 6, 6, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-eab4f2fd-7239-42b6-84ff-996f3a4e777e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-eab4f2fd-7239-42b6-84ff-996f3a4e777e {
  display: none;
}
#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 {
  text-align: left;
}


.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 {
  max-width: 100%;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom,
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 {
  max-width: 100%;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom,
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 {
  max-width: 100%;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom,
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 {
  max-width: 100%;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom,
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 {
  max-width: 100%;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom,
.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53811f6-38c8-421a-9371-3d4b1b386fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bcace177-df61-4b06-ae60-a534f245a6c1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bcace177-df61-4b06-ae60-a534f245a6c1 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-b31cb157-d06c-4cc3-9b17-b8cf92b95887 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b31cb157-d06c-4cc3-9b17-b8cf92b95887 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-b31cb157-d06c-4cc3-9b17-b8cf92b95887 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-b31cb157-d06c-4cc3-9b17-b8cf92b95887 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fdb3f713-a86e-409f-b64b-4dd87fd9df1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a8f8ff52-702c-49f9-a385-413bc9c4c912 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-a8f8ff52-702c-49f9-a385-413bc9c4c912 {
  display: none;
}
#s-d032da3f-be01-4d46-b677-7090daf54f75 {
  text-align: left;
}


.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 {
  max-width: 100%;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom,
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 {
  max-width: 100%;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom,
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 {
  max-width: 100%;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom,
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 {
  max-width: 100%;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom,
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 {
  max-width: 100%;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom,
.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d032da3f-be01-4d46-b677-7090daf54f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-98d17f9b-d493-41f6-9c97-80beecead59c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-98d17f9b-d493-41f6-9c97-80beecead59c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98d17f9b-d493-41f6-9c97-80beecead59c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e94d24e-cffe-4367-8c98-c0a1b6893d03 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-8e94d24e-cffe-4367-8c98-c0a1b6893d03 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-edadde4d-cb6b-494a-8eaf-346425624150 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-edadde4d-cb6b-494a-8eaf-346425624150 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-edadde4d-cb6b-494a-8eaf-346425624150 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-edadde4d-cb6b-494a-8eaf-346425624150 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-476e9fa5-30d4-4ad2-b60e-eadd90cf7908 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-476e9fa5-30d4-4ad2-b60e-eadd90cf7908 {
  display: none;
}
#s-09052fa8-5eab-4604-bcc4-daba4018fe91 {
  text-align: left;
}


.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 {
  max-width: 100%;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom,
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 {
  max-width: 100%;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom,
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 {
  max-width: 100%;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom,
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 {
  max-width: 100%;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom,
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 {
  max-width: 100%;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom,
.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09052fa8-5eab-4604-bcc4-daba4018fe91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0da9d9cc-a855-4012-b6ee-d7ca9d1d2fe1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-0da9d9cc-a855-4012-b6ee-d7ca9d1d2fe1 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-feaf0f9a-984a-4fab-b8ae-3eaa2b8ad9ae {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-feaf0f9a-984a-4fab-b8ae-3eaa2b8ad9ae .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-feaf0f9a-984a-4fab-b8ae-3eaa2b8ad9ae .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-feaf0f9a-984a-4fab-b8ae-3eaa2b8ad9ae .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-53200bd6-8d1e-4f05-9120-9edf624bb9c8 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-53200bd6-8d1e-4f05-9120-9edf624bb9c8 {
  display: none;
}
#s-29aad4e0-670f-4a18-b49e-c7d34432acca {
  text-align: left;
}


.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca {
  max-width: 100%;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom,
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca {
  max-width: 100%;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom,
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca {
  max-width: 100%;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom,
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca {
  max-width: 100%;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom,
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca {
  max-width: 100%;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom,
.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29aad4e0-670f-4a18-b49e-c7d34432acca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-70512ba4-8f30-465b-a703-f8eb381ab816 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-70512ba4-8f30-465b-a703-f8eb381ab816 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-0bf755ab-13e3-44df-949a-518e3fde334f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-0bf755ab-13e3-44df-949a-518e3fde334f .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-0bf755ab-13e3-44df-949a-518e3fde334f .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-0bf755ab-13e3-44df-949a-518e3fde334f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-59f3140c-5d82-4a43-a241-9d37ec302493 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-59f3140c-5d82-4a43-a241-9d37ec302493 {
  display: none;
}
#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 {
  text-align: left;
}


.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 {
  max-width: 100%;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom,
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 {
  max-width: 100%;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom,
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 {
  max-width: 100%;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom,
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 {
  max-width: 100%;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom,
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 {
  max-width: 100%;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom,
.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a48c905f-4f83-4db9-a5a6-f25b1e2a3d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0b88fb7d-b705-4a0b-8b51-51e173fbc12d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-0b88fb7d-b705-4a0b-8b51-51e173fbc12d .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-178f944e-e571-4dc4-945d-5df5c80c7872 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-178f944e-e571-4dc4-945d-5df5c80c7872 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-178f944e-e571-4dc4-945d-5df5c80c7872 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-178f944e-e571-4dc4-945d-5df5c80c7872 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-82f3d740-5ef2-4930-9d5e-060641c30b2b {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-82f3d740-5ef2-4930-9d5e-060641c30b2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82f3d740-5ef2-4930-9d5e-060641c30b2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82f3d740-5ef2-4930-9d5e-060641c30b2b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-d9b600d7-4092-41d8-afcb-0eb36bf12853 {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-d9b600d7-4092-41d8-afcb-0eb36bf12853:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9b600d7-4092-41d8-afcb-0eb36bf12853:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9b600d7-4092-41d8-afcb-0eb36bf12853.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-cfe0d8f6-e508-4f82-bcb2-05298bd5a76f {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-cfe0d8f6-e508-4f82-bcb2-05298bd5a76f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfe0d8f6-e508-4f82-bcb2-05298bd5a76f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfe0d8f6-e508-4f82-bcb2-05298bd5a76f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-226ab94a-3be5-4d3e-b958-3e966f67aa2a {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-226ab94a-3be5-4d3e-b958-3e966f67aa2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-226ab94a-3be5-4d3e-b958-3e966f67aa2a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-226ab94a-3be5-4d3e-b958-3e966f67aa2a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-60d28a76-16a0-4dcd-88ff-5223b914ba43 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60d28a76-16a0-4dcd-88ff-5223b914ba43 .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-16bd07f3-a3a0-4df3-9935-ec7644141003 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}

#s-16bd07f3-a3a0-4df3-9935-ec7644141003 .shogun-tabs {
  justify-content: center;
}


  #s-16bd07f3-a3a0-4df3-9935-ec7644141003 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-16bd07f3-a3a0-4df3-9935-ec7644141003 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(23, 63, 53, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-16bd07f3-a3a0-4df3-9935-ec7644141003 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(102, 102, 102, 1);
  font-family: Archivo;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-16bd07f3-a3a0-4df3-9935-ec7644141003 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-16bd07f3-a3a0-4df3-9935-ec7644141003 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(23, 63, 53, 1);
}

#s-16bd07f3-a3a0-4df3-9935-ec7644141003 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d844c718-9714-4e57-90b5-1c190b2031c5 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d844c718-9714-4e57-90b5-1c190b2031c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-095e18a5-183d-413c-b0fa-d9d99e6fac50 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-095e18a5-183d-413c-b0fa-d9d99e6fac50 {
  display: none;
}
#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 {
  text-align: left;
}


.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 {
  max-width: 100%;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom,
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 {
  max-width: 100%;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom,
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 {
  max-width: 100%;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom,
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 {
  max-width: 100%;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom,
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 {
  max-width: 100%;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom,
.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33bea5b8-4dbc-40b3-b22c-f393b70db084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c065d5fb-e4ff-47d8-9194-c48525dad5a1 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c065d5fb-e4ff-47d8-9194-c48525dad5a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c065d5fb-e4ff-47d8-9194-c48525dad5a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-80c124fc-f6a4-4549-8b2c-386e54483299 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-80c124fc-f6a4-4549-8b2c-386e54483299 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-ed9c29a3-40ea-4307-8f03-71ccb733ba6a {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ed9c29a3-40ea-4307-8f03-71ccb733ba6a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ed9c29a3-40ea-4307-8f03-71ccb733ba6a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-ed9c29a3-40ea-4307-8f03-71ccb733ba6a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-be1ac259-a0e6-4a31-a37d-03e0e51d4b58 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-be1ac259-a0e6-4a31-a37d-03e0e51d4b58 {
  display: none;
}
#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 {
  text-align: left;
}


.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 {
  max-width: 100%;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom,
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 {
  max-width: 100%;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom,
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 {
  max-width: 100%;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom,
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 {
  max-width: 100%;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom,
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 {
  max-width: 100%;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom,
.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd83f6fd-fdb3-40dc-8cae-24500b78fce3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b084ba2-80e0-4bf7-8d54-876d857bb0aa {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-1b084ba2-80e0-4bf7-8d54-876d857bb0aa .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-88af1ce0-7e62-47d0-8b5c-f709859036c7 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-88af1ce0-7e62-47d0-8b5c-f709859036c7 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-88af1ce0-7e62-47d0-8b5c-f709859036c7 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-88af1ce0-7e62-47d0-8b5c-f709859036c7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2d3665e9-326d-4f45-b534-f3119d0ffc37 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-2d3665e9-326d-4f45-b534-f3119d0ffc37 {
  display: none;
}
#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 {
  text-align: left;
}


.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 {
  max-width: 100%;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom,
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 {
  max-width: 100%;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom,
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 {
  max-width: 100%;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom,
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 {
  max-width: 100%;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom,
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 {
  max-width: 100%;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom,
.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd13d5aa-0b55-428a-99f5-59e56b5fa327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-da7afcad-0b18-46a3-bd78-eb96937003a8 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-da7afcad-0b18-46a3-bd78-eb96937003a8 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-91aa8082-807f-468c-8c6d-11d11ef6cc89 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-91aa8082-807f-468c-8c6d-11d11ef6cc89 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-91aa8082-807f-468c-8c6d-11d11ef6cc89 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-91aa8082-807f-468c-8c6d-11d11ef6cc89 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3e2a15a5-fc5d-4b9e-9c8b-02e89e2df728 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-3e2a15a5-fc5d-4b9e-9c8b-02e89e2df728 {
  display: none;
}
#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 {
  text-align: left;
}


.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 {
  max-width: 100%;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom,
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 {
  max-width: 100%;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom,
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 {
  max-width: 100%;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom,
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 {
  max-width: 100%;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom,
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 {
  max-width: 100%;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom,
.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c0b1235-8e99-4b24-be34-5ec4c62dcb33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d4a63b0-fdcf-46e2-bc31-6ea32aab7e88 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-5d4a63b0-fdcf-46e2-bc31-6ea32aab7e88 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-7b097e51-83fa-4a5a-bfce-5d58f4663be1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-7b097e51-83fa-4a5a-bfce-5d58f4663be1 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-7b097e51-83fa-4a5a-bfce-5d58f4663be1 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-7b097e51-83fa-4a5a-bfce-5d58f4663be1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f3fb07e7-0b9f-4454-832a-41177b1c82de {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3fb07e7-0b9f-4454-832a-41177b1c82de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca721aa8-e740-4353-833a-7a21a03f9767 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-ca721aa8-e740-4353-833a-7a21a03f9767 {
  display: none;
}
#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 {
  text-align: left;
}


.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 {
  max-width: 100%;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom,
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 {
  max-width: 100%;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom,
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 {
  max-width: 100%;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom,
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 {
  max-width: 100%;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom,
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 {
  max-width: 100%;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom,
.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22024e2a-02f6-4f31-bc5f-ca49e6e2cd36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e687ad4f-297d-413d-896c-524bab17f4ae {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e687ad4f-297d-413d-896c-524bab17f4ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e687ad4f-297d-413d-896c-524bab17f4ae.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd8a68ef-b3ff-4236-b351-fee616c610ca {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-fd8a68ef-b3ff-4236-b351-fee616c610ca .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-ab9f7def-a00a-4cc6-b2ee-3ee0bd6b9362 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-ab9f7def-a00a-4cc6-b2ee-3ee0bd6b9362 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ab9f7def-a00a-4cc6-b2ee-3ee0bd6b9362 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-ab9f7def-a00a-4cc6-b2ee-3ee0bd6b9362 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-aef2c901-f34c-494f-acf6-ff81e7aa27bd {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-aef2c901-f34c-494f-acf6-ff81e7aa27bd {
  display: none;
}
#s-c54a983c-38ab-4373-aa46-05e9ee060c1f {
  text-align: left;
}


.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f {
  max-width: 100%;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom,
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f {
  max-width: 100%;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom,
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f {
  max-width: 100%;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom,
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f {
  max-width: 100%;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom,
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f {
  max-width: 100%;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom,
.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c54a983c-38ab-4373-aa46-05e9ee060c1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf0dd5d1-33cf-4129-b80c-1525957ba23f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-cf0dd5d1-33cf-4129-b80c-1525957ba23f .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-e1237514-af51-4119-9c69-7ac5016098f6 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-e1237514-af51-4119-9c69-7ac5016098f6 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-e1237514-af51-4119-9c69-7ac5016098f6 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-e1237514-af51-4119-9c69-7ac5016098f6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-163dec4e-9c7d-4ab4-9b6d-570abc8fe1ef {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-163dec4e-9c7d-4ab4-9b6d-570abc8fe1ef {
  display: none;
}
#s-6772eccb-5ddd-4d40-a96d-df31f123bedc {
  text-align: left;
}


.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc {
  max-width: 100%;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom,
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc {
  max-width: 100%;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom,
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc {
  max-width: 100%;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom,
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc {
  max-width: 100%;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom,
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc {
  max-width: 100%;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom,
.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6772eccb-5ddd-4d40-a96d-df31f123bedc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0b30f93c-2d3c-4e82-bc86-fc1b3a08c036 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-0b30f93c-2d3c-4e82-bc86-fc1b3a08c036 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-d973f3e1-8b68-4e62-9a7e-abf854dc0c2c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-d973f3e1-8b68-4e62-9a7e-abf854dc0c2c .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-d973f3e1-8b68-4e62-9a7e-abf854dc0c2c .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-d973f3e1-8b68-4e62-9a7e-abf854dc0c2c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0fdb7cd4-ff82-41b1-a23a-9342588a1fd8 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-0fdb7cd4-ff82-41b1-a23a-9342588a1fd8 {
  display: none;
}
#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 {
  text-align: left;
}


.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 {
  max-width: 100%;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom,
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 {
  max-width: 100%;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom,
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 {
  max-width: 100%;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom,
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 {
  max-width: 100%;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom,
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 {
  max-width: 100%;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom,
.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66fd77dd-a05c-4d10-8992-33d81bdb0569 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d4563896-6d8f-4fdf-a4dd-e5e81d21c20b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-d4563896-6d8f-4fdf-a4dd-e5e81d21c20b .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-74d86066-1e26-4da6-9350-8d398cddbad0 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-74d86066-1e26-4da6-9350-8d398cddbad0 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-74d86066-1e26-4da6-9350-8d398cddbad0 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-74d86066-1e26-4da6-9350-8d398cddbad0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7324e0e4-6700-4982-b5ba-16b2904c9808 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7324e0e4-6700-4982-b5ba-16b2904c9808"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-deaaf822-12f1-42fd-9fc0-5606b7c9ddb3 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-deaaf822-12f1-42fd-9fc0-5606b7c9ddb3 {
  display: none;
}
#s-45d6c61b-5593-4681-829e-509d585432f9 {
  text-align: left;
}


.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 {
  max-width: 100%;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom,
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 {
  max-width: 100%;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom,
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 {
  max-width: 100%;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom,
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 {
  max-width: 100%;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom,
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 {
  max-width: 100%;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom,
.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45d6c61b-5593-4681-829e-509d585432f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fff6fb00-547f-4bad-bf0b-6d85f56d829f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fff6fb00-547f-4bad-bf0b-6d85f56d829f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff6fb00-547f-4bad-bf0b-6d85f56d829f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d7fa301e-059f-47cc-b613-43bf0342f893 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-d7fa301e-059f-47cc-b613-43bf0342f893 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-295665b6-8ed8-4d82-ae76-d034d5319a2a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-295665b6-8ed8-4d82-ae76-d034d5319a2a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-295665b6-8ed8-4d82-ae76-d034d5319a2a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-295665b6-8ed8-4d82-ae76-d034d5319a2a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a9084ca7-e7ba-4a44-8a9c-e0b782bac384 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-a9084ca7-e7ba-4a44-8a9c-e0b782bac384 {
  display: none;
}
#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 {
  text-align: left;
}


.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 {
  max-width: 100%;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom,
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 {
  max-width: 100%;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom,
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 {
  max-width: 100%;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom,
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 {
  max-width: 100%;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom,
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 {
  max-width: 100%;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom,
.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc28dcaa-0e1c-4a44-90f5-1b7061eec546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eb9a4c29-7b67-4036-8d68-d3dfde53507e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-eb9a4c29-7b67-4036-8d68-d3dfde53507e .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-139e8180-fa31-4a6e-b0e5-048ca6c50120 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-139e8180-fa31-4a6e-b0e5-048ca6c50120 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-139e8180-fa31-4a6e-b0e5-048ca6c50120 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-139e8180-fa31-4a6e-b0e5-048ca6c50120 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 6, 6, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ca3b4c75-82d6-4385-a9ab-bece79067ebe {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-ca3b4c75-82d6-4385-a9ab-bece79067ebe {
  display: none;
}
#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 {
  text-align: left;
}


.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 {
  max-width: 100%;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom,
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 {
  max-width: 100%;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom,
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 {
  max-width: 100%;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom,
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 {
  max-width: 100%;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom,
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 {
  max-width: 100%;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom,
.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc1126c-3aa1-40a8-950b-0ef37f28e903 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-70b5ed5b-8ceb-4f26-8e16-1569bfd6bf83 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-70b5ed5b-8ceb-4f26-8e16-1569bfd6bf83 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-9c1e0b22-0f47-472b-836e-99fc82764ffa {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-9c1e0b22-0f47-472b-836e-99fc82764ffa .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-9c1e0b22-0f47-472b-836e-99fc82764ffa .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-9c1e0b22-0f47-472b-836e-99fc82764ffa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6ac687fa-f902-4c6c-a357-c62fb4ba365a {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-6ac687fa-f902-4c6c-a357-c62fb4ba365a {
  display: none;
}
#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 {
  text-align: left;
}


.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 {
  max-width: 100%;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom,
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 {
  max-width: 100%;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom,
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 {
  max-width: 100%;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom,
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 {
  max-width: 100%;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom,
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 {
  max-width: 100%;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom,
.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfac5c3e-80eb-4998-82ac-26e6c138a430 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c5411429-84c7-4b24-9a1e-b0f30482b774 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c5411429-84c7-4b24-9a1e-b0f30482b774 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-b5126221-3de1-463b-ab3f-f382250b169e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b5126221-3de1-463b-ab3f-f382250b169e .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-b5126221-3de1-463b-ab3f-f382250b169e .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-b5126221-3de1-463b-ab3f-f382250b169e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08785ee3-3cd3-496e-9a4a-0dca8cc162fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-94fbd9b0-728c-4a7a-907e-08d27da1a7db {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-94fbd9b0-728c-4a7a-907e-08d27da1a7db {
  display: none;
}
#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb {
  text-align: left;
}


.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb {
  max-width: 100%;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom,
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb {
  max-width: 100%;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom,
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb {
  max-width: 100%;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom,
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb {
  max-width: 100%;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom,
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb {
  max-width: 100%;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom,
.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b36eec7-d4d5-49a2-9bbb-7fdd73aa04bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ee2097d7-20a2-437c-81e5-ab3dc5b696c6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ee2097d7-20a2-437c-81e5-ab3dc5b696c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2097d7-20a2-437c-81e5-ab3dc5b696c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-234e3cb5-503e-4079-92f8-0800842bb1b0 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-234e3cb5-503e-4079-92f8-0800842bb1b0 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-e7a5d29d-8c66-4a0c-8aaf-4ab3e87f3ac1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-e7a5d29d-8c66-4a0c-8aaf-4ab3e87f3ac1 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-e7a5d29d-8c66-4a0c-8aaf-4ab3e87f3ac1 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-e7a5d29d-8c66-4a0c-8aaf-4ab3e87f3ac1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-12ecb4de-8c28-4287-ac7c-d5a7766aa48d {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-12ecb4de-8c28-4287-ac7c-d5a7766aa48d {
  display: none;
}
#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 {
  text-align: left;
}


.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 {
  max-width: 100%;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom,
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 {
  max-width: 100%;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom,
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 {
  max-width: 100%;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom,
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 {
  max-width: 100%;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom,
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 {
  max-width: 100%;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom,
.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dde9e6e-574d-4010-8e7d-9acdb4ff1eb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-59d91dd0-7373-463b-ae1e-7382131d9509 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-59d91dd0-7373-463b-ae1e-7382131d9509 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-8734cce2-ba67-419c-a97b-4ccb73e9a494 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-8734cce2-ba67-419c-a97b-4ccb73e9a494 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-8734cce2-ba67-419c-a97b-4ccb73e9a494 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-8734cce2-ba67-419c-a97b-4ccb73e9a494 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0a800883-f0d9-457c-ae16-d75e7f640222 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-0a800883-f0d9-457c-ae16-d75e7f640222 {
  display: none;
}
#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b {
  text-align: left;
}


.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b {
  max-width: 100%;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom,
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b {
  max-width: 100%;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom,
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b {
  max-width: 100%;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom,
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b {
  max-width: 100%;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom,
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b {
  max-width: 100%;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom,
.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd6765ac-8c9b-46d6-87d7-a2f98650f72b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b3ecbe15-2557-4630-a656-49fc603107b3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b3ecbe15-2557-4630-a656-49fc603107b3 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-ce5adcd4-d9b1-4cd4-b207-6338ba292145 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-ce5adcd4-d9b1-4cd4-b207-6338ba292145 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ce5adcd4-d9b1-4cd4-b207-6338ba292145 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-ce5adcd4-d9b1-4cd4-b207-6338ba292145 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-634ff355-63a6-4dfb-9cde-e5a53048b294 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-634ff355-63a6-4dfb-9cde-e5a53048b294 {
  display: none;
}
#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 {
  text-align: left;
}


.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 {
  max-width: 100%;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom,
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 {
  max-width: 100%;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom,
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 {
  max-width: 100%;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom,
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 {
  max-width: 100%;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom,
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 {
  max-width: 100%;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom,
.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eebb229-0683-4027-b83e-c63d3a18e4d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bb5f7a40-4032-4143-aa6c-0e993c5b23d4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-bb5f7a40-4032-4143-aa6c-0e993c5b23d4 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-fefa36c3-ec09-48c7-a93e-ce1ad4b169e4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-fefa36c3-ec09-48c7-a93e-ce1ad4b169e4 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-fefa36c3-ec09-48c7-a93e-ce1ad4b169e4 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-fefa36c3-ec09-48c7-a93e-ce1ad4b169e4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca3593fd-8713-47f6-b4f7-2599d4ce2fc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b57a5514-b479-4c49-8b19-fe378e2f5fba {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-b57a5514-b479-4c49-8b19-fe378e2f5fba {
  display: none;
}
#s-a00e8817-5702-43bf-a312-5aaa5d41a400 {
  text-align: left;
}


.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 {
  max-width: 100%;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom,
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 {
  max-width: 100%;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom,
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 {
  max-width: 100%;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom,
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 {
  max-width: 100%;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom,
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 {
  max-width: 100%;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom,
.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00e8817-5702-43bf-a312-5aaa5d41a400 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cc7e7c48-5269-44e7-9119-845c778c4a2c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cc7e7c48-5269-44e7-9119-845c778c4a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc7e7c48-5269-44e7-9119-845c778c4a2c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ee94b146-770c-4045-801e-5def8b12d6c4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-ee94b146-770c-4045-801e-5def8b12d6c4 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-3d865560-1d96-4410-97e5-d04c4d7a02f3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-3d865560-1d96-4410-97e5-d04c4d7a02f3 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-3d865560-1d96-4410-97e5-d04c4d7a02f3 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-3d865560-1d96-4410-97e5-d04c4d7a02f3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ffcf1818-a781-4be7-a73b-34b057e1af75 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-ffcf1818-a781-4be7-a73b-34b057e1af75 {
  display: none;
}
#s-00499a7b-cb06-4682-a6ed-776ec02df4ff {
  text-align: left;
}


.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff {
  max-width: 100%;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom,
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff {
  max-width: 100%;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom,
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff {
  max-width: 100%;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom,
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff {
  max-width: 100%;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom,
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff {
  max-width: 100%;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom,
.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00499a7b-cb06-4682-a6ed-776ec02df4ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-69c9cfa0-a99a-486c-a172-22e36ba261cd {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-69c9cfa0-a99a-486c-a172-22e36ba261cd .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-fc48500e-c6a3-4d03-944b-109f95995a95 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-fc48500e-c6a3-4d03-944b-109f95995a95 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-fc48500e-c6a3-4d03-944b-109f95995a95 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-fc48500e-c6a3-4d03-944b-109f95995a95 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e90c03a5-f586-4929-8722-5669344381c2 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-e90c03a5-f586-4929-8722-5669344381c2 {
  display: none;
}
#s-52526105-3832-4668-a105-ad63f1dde7ba {
  text-align: left;
}


.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba {
  max-width: 100%;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom,
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba {
  max-width: 100%;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom,
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba {
  max-width: 100%;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom,
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba {
  max-width: 100%;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom,
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba {
  max-width: 100%;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom,
.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52526105-3832-4668-a105-ad63f1dde7ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ec1b9f5-1a75-4afb-8dbb-11263b265d5b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-2ec1b9f5-1a75-4afb-8dbb-11263b265d5b .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-b9006bd8-5091-47d8-8a96-6af064d2431e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b9006bd8-5091-47d8-8a96-6af064d2431e .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-b9006bd8-5091-47d8-8a96-6af064d2431e .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-b9006bd8-5091-47d8-8a96-6af064d2431e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7ef23617-c75f-48b6-8267-f4c42b07f7d0 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-7ef23617-c75f-48b6-8267-f4c42b07f7d0 {
  display: none;
}
#s-edb1d346-350d-4307-b35c-87ebf871b1a8 {
  text-align: left;
}


.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 {
  max-width: 100%;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom,
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 {
  max-width: 100%;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom,
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 {
  max-width: 100%;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom,
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 {
  max-width: 100%;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom,
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 {
  max-width: 100%;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom,
.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-edb1d346-350d-4307-b35c-87ebf871b1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0c40a006-0ff6-42c5-b4a4-5ef4534ae43b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-0c40a006-0ff6-42c5-b4a4-5ef4534ae43b .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-5754e30b-3858-4eed-96f5-4d95d432d0e5 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}

#s-5754e30b-3858-4eed-96f5-4d95d432d0e5 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-5754e30b-3858-4eed-96f5-4d95d432d0e5 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-5754e30b-3858-4eed-96f5-4d95d432d0e5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-be969e89-78eb-4775-8a30-5dfbdf6a52b0 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be969e89-78eb-4775-8a30-5dfbdf6a52b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-963a97a1-f70f-4fc1-a35e-32dfede03cb8 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-963a97a1-f70f-4fc1-a35e-32dfede03cb8 {
  display: none;
}
#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a {
  text-align: left;
}


.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a {
  max-width: 100%;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom,
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a {
  max-width: 100%;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom,
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a {
  max-width: 100%;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom,
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a {
  max-width: 100%;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom,
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a {
  max-width: 100%;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom,
.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d65becb-53e2-4ccb-baf9-c7eb748df79a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0a6a6b9b-bf64-4369-93d9-017a8fec7cc3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a6a6b9b-bf64-4369-93d9-017a8fec7cc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a6a6b9b-bf64-4369-93d9-017a8fec7cc3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-53085c0c-a7df-4da1-bb4e-0a9afa4bb757 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-53085c0c-a7df-4da1-bb4e-0a9afa4bb757 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-362f75a0-206e-478c-9464-139403deaaf3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-362f75a0-206e-478c-9464-139403deaaf3 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-362f75a0-206e-478c-9464-139403deaaf3 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-362f75a0-206e-478c-9464-139403deaaf3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a267e409-c4fd-4286-b71e-ce4afca3c4d1 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-a267e409-c4fd-4286-b71e-ce4afca3c4d1 {
  display: none;
}
#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 {
  text-align: left;
}


.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 {
  max-width: 100%;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom,
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 {
  max-width: 100%;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom,
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 {
  max-width: 100%;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom,
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 {
  max-width: 100%;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom,
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 {
  max-width: 100%;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom,
.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8b0e214-d1ca-44e2-829a-6d3115752c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-32a49925-2e3c-4221-91bc-9b7d41877801 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-32a49925-2e3c-4221-91bc-9b7d41877801 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-8ca79d57-4480-4fbf-8458-189d73a9125a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-8ca79d57-4480-4fbf-8458-189d73a9125a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-8ca79d57-4480-4fbf-8458-189d73a9125a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-8ca79d57-4480-4fbf-8458-189d73a9125a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6b3eaf02-03eb-482a-b01b-55867cf4c821 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-6b3eaf02-03eb-482a-b01b-55867cf4c821 {
  display: none;
}
#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 {
  text-align: left;
}


.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 {
  max-width: 100%;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom,
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 {
  max-width: 100%;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom,
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 {
  max-width: 100%;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom,
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 {
  max-width: 100%;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom,
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 {
  max-width: 100%;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom,
.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce8eaa20-60e7-4a6b-b64e-1e07bdbf9f04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7a9aef97-a606-4fe9-a9a1-b809bafa3bc5 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-7a9aef97-a606-4fe9-a9a1-b809bafa3bc5 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-cc0d8803-aff6-4428-ae25-a54ea6fe27f8 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-cc0d8803-aff6-4428-ae25-a54ea6fe27f8 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-cc0d8803-aff6-4428-ae25-a54ea6fe27f8 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-cc0d8803-aff6-4428-ae25-a54ea6fe27f8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4f51086f-10ae-450d-adc4-a5bd541ddd5c {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-4f51086f-10ae-450d-adc4-a5bd541ddd5c {
  display: none;
}
#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a {
  text-align: left;
}


.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a {
  max-width: 100%;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom,
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a {
  max-width: 100%;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom,
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a {
  max-width: 100%;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom,
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a {
  max-width: 100%;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom,
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a {
  max-width: 100%;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom,
.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cb56d5a-2209-4517-9a86-ff44fb2d8f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e45248ba-09e9-441a-862c-a75115d00338 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-e45248ba-09e9-441a-862c-a75115d00338 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-71689f48-9b33-4480-ba70-1e68e346e90e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-71689f48-9b33-4480-ba70-1e68e346e90e .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-71689f48-9b33-4480-ba70-1e68e346e90e .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-71689f48-9b33-4480-ba70-1e68e346e90e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de83b098-4a72-47b8-8ff7-cada7a8ebf8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8051d21a-5fa6-493f-a0b4-816e186af675 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-8051d21a-5fa6-493f-a0b4-816e186af675 {
  display: none;
}
#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f {
  text-align: left;
}


.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f {
  max-width: 100%;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom,
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f {
  max-width: 100%;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom,
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f {
  max-width: 100%;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom,
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f {
  max-width: 100%;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom,
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f {
  max-width: 100%;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom,
.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e40f860-ff7e-4ffa-b076-1fea898bb73f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-93e94d71-21b3-47e0-9c18-fb749f94a3af {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-93e94d71-21b3-47e0-9c18-fb749f94a3af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e94d71-21b3-47e0-9c18-fb749f94a3af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-23fa5e3b-12a4-4051-9d06-f2eed6d568f3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-23fa5e3b-12a4-4051-9d06-f2eed6d568f3 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-fa4df25f-ddec-4d5f-ad60-afa297b8deca {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-fa4df25f-ddec-4d5f-ad60-afa297b8deca .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-fa4df25f-ddec-4d5f-ad60-afa297b8deca .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-fa4df25f-ddec-4d5f-ad60-afa297b8deca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 4, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c08b6c95-6762-402a-a58e-2c9ea5293a31 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-c08b6c95-6762-402a-a58e-2c9ea5293a31 {
  display: none;
}
#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 {
  text-align: left;
}


.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 {
  max-width: 100%;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom,
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 {
  max-width: 100%;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom,
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 {
  max-width: 100%;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom,
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 {
  max-width: 100%;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom,
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 {
  max-width: 100%;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom,
.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b1634d9-5a37-4ac5-aaee-3a31bf8c9357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ce24266-2bc1-47bc-9edd-77d5b5d14f35 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2ce24266-2bc1-47bc-9edd-77d5b5d14f35 .shg-product-title-component h5 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-2c3b7906-73ae-497f-bf9d-19a47cc51477 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-2c3b7906-73ae-497f-bf9d-19a47cc51477 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-2c3b7906-73ae-497f-bf9d-19a47cc51477 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-2c3b7906-73ae-497f-bf9d-19a47cc51477 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-37da3f3f-2f09-4197-9cef-38d6221e963d {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-37da3f3f-2f09-4197-9cef-38d6221e963d {
  display: none;
}
#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 {
  text-align: left;
}


.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 {
  max-width: 100%;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom,
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 {
  max-width: 100%;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom,
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 {
  max-width: 100%;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom,
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 {
  max-width: 100%;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom,
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 {
  max-width: 100%;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom,
.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00ae1aed-b23f-417c-aa0d-9158b0940ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e1ae2558-43d7-4323-821f-4241a4f9a48f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e1ae2558-43d7-4323-821f-4241a4f9a48f .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-b4a89705-7264-474a-8c0a-2fd636a89e30 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b4a89705-7264-474a-8c0a-2fd636a89e30 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-b4a89705-7264-474a-8c0a-2fd636a89e30 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-b4a89705-7264-474a-8c0a-2fd636a89e30 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 6, 6, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5d20871e-93c6-4c3e-96a8-ef6be8772368 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-5d20871e-93c6-4c3e-96a8-ef6be8772368 {
  display: none;
}
#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b {
  text-align: left;
}


.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b {
  max-width: 100%;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom,
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b {
  max-width: 100%;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom,
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b {
  max-width: 100%;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom,
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b {
  max-width: 100%;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom,
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b {
  max-width: 100%;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom,
.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e432ee-1f9d-4f7b-b864-ef0e3440ca1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f5f23416-7b4f-446a-89ef-0a2139082918 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f5f23416-7b4f-446a-89ef-0a2139082918 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-4c69acce-1322-4f14-95a1-7c2787796ea0 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-4c69acce-1322-4f14-95a1-7c2787796ea0 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-4c69acce-1322-4f14-95a1-7c2787796ea0 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-4c69acce-1322-4f14-95a1-7c2787796ea0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7981e0f8-7cfa-4577-a2bf-b88359c8a6fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8a3135ac-d45b-471a-980c-bcb442d36c9a {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-8a3135ac-d45b-471a-980c-bcb442d36c9a {
  display: none;
}
#s-c51ac3f9-731f-4212-8faf-80f91f124f42 {
  text-align: left;
}


.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 {
  max-width: 100%;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom,
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 {
  max-width: 100%;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom,
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 {
  max-width: 100%;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom,
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 {
  max-width: 100%;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom,
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 {
  max-width: 100%;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom,
.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c51ac3f9-731f-4212-8faf-80f91f124f42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7bfe7815-cfad-4b8d-a9f7-6d6bfc756fbd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7bfe7815-cfad-4b8d-a9f7-6d6bfc756fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bfe7815-cfad-4b8d-a9f7-6d6bfc756fbd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4c624b1-1559-46ef-b15c-763697230668 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b4c624b1-1559-46ef-b15c-763697230668 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-35a2e954-309a-41ac-9fb4-d8537b2b7e7f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-35a2e954-309a-41ac-9fb4-d8537b2b7e7f .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-35a2e954-309a-41ac-9fb4-d8537b2b7e7f .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-35a2e954-309a-41ac-9fb4-d8537b2b7e7f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4007cadd-bdcc-4d1a-a38f-677f0ed748ea {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-4007cadd-bdcc-4d1a-a38f-677f0ed748ea {
  display: none;
}
#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab {
  text-align: left;
}


.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab {
  max-width: 100%;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom,
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab {
  max-width: 100%;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom,
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab {
  max-width: 100%;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom,
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab {
  max-width: 100%;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom,
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab {
  max-width: 100%;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom,
.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-716be98e-b63e-4b6f-9e3d-dbbaf4cae4ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d4471382-1115-48ff-9faa-f75bc1e4b7c1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-d4471382-1115-48ff-9faa-f75bc1e4b7c1 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-2d86be0f-f4b8-4e7b-bbcf-4c53b06122fd {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-2d86be0f-f4b8-4e7b-bbcf-4c53b06122fd .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-2d86be0f-f4b8-4e7b-bbcf-4c53b06122fd .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-2d86be0f-f4b8-4e7b-bbcf-4c53b06122fd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-368cf664-4014-4eb1-9707-b88dc6ab4cf2 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-368cf664-4014-4eb1-9707-b88dc6ab4cf2 {
  display: none;
}
#s-4541a944-fedf-40dd-bb25-91db02745105 {
  text-align: left;
}


.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 {
  max-width: 100%;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom,
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 {
  max-width: 100%;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom,
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 {
  max-width: 100%;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom,
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 {
  max-width: 100%;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom,
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 {
  max-width: 100%;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom,
.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4541a944-fedf-40dd-bb25-91db02745105 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f13c11e3-8edd-48d9-b2bc-e5ff8c54ea11 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-f13c11e3-8edd-48d9-b2bc-e5ff8c54ea11 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-98863909-0ecf-45ce-9377-43ec968602b4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-98863909-0ecf-45ce-9377-43ec968602b4 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-98863909-0ecf-45ce-9377-43ec968602b4 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-98863909-0ecf-45ce-9377-43ec968602b4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d96d2252-d1ee-4d6b-99e9-1f289e58a25e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-d96d2252-d1ee-4d6b-99e9-1f289e58a25e {
  display: none;
}
#s-6a68e666-0ea0-43b2-967e-69f893f3c488 {
  text-align: left;
}


.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 {
  max-width: 100%;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom,
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 {
  max-width: 100%;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom,
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 {
  max-width: 100%;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom,
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 {
  max-width: 100%;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom,
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 {
  max-width: 100%;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom,
.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a68e666-0ea0-43b2-967e-69f893f3c488 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8777ba8f-1316-415f-b3b1-237771065639 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-8777ba8f-1316-415f-b3b1-237771065639 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-76b6f6da-b373-496f-8b62-0c5e26c5dc95 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-76b6f6da-b373-496f-8b62-0c5e26c5dc95 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-76b6f6da-b373-496f-8b62-0c5e26c5dc95 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-76b6f6da-b373-496f-8b62-0c5e26c5dc95 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c9293e4f-c32d-41b0-ad08-354af1b9d4e7 {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-c9293e4f-c32d-41b0-ad08-354af1b9d4e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9293e4f-c32d-41b0-ad08-354af1b9d4e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9293e4f-c32d-41b0-ad08-354af1b9d4e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-381697ce-b073-424c-be57-1ddd534a16d6 {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-381697ce-b073-424c-be57-1ddd534a16d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-381697ce-b073-424c-be57-1ddd534a16d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-381697ce-b073-424c-be57-1ddd534a16d6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-6e328e82-ce94-4d05-8128-c2a6f4a224a0 {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-6e328e82-ce94-4d05-8128-c2a6f4a224a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e328e82-ce94-4d05-8128-c2a6f4a224a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e328e82-ce94-4d05-8128-c2a6f4a224a0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-78439a36-b0b6-4ec9-bf87-0533c35b1edf {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-78439a36-b0b6-4ec9-bf87-0533c35b1edf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78439a36-b0b6-4ec9-bf87-0533c35b1edf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78439a36-b0b6-4ec9-bf87-0533c35b1edf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-7efcc845-8371-4451-bb23-df75f47a84a9 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7efcc845-8371-4451-bb23-df75f47a84a9 .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-80a35886-3ab2-4e52-bf05-9c50d670c342 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}

#s-80a35886-3ab2-4e52-bf05-9c50d670c342 .shogun-tabs {
  justify-content: center;
}


  #s-80a35886-3ab2-4e52-bf05-9c50d670c342 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-80a35886-3ab2-4e52-bf05-9c50d670c342 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(23, 63, 53, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-80a35886-3ab2-4e52-bf05-9c50d670c342 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(102, 102, 102, 1);
  font-family: Archivo;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-80a35886-3ab2-4e52-bf05-9c50d670c342 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-80a35886-3ab2-4e52-bf05-9c50d670c342 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(23, 63, 53, 1);
}

#s-80a35886-3ab2-4e52-bf05-9c50d670c342 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fc08649-7075-415a-93c4-3c8aeaa6b8ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e8cef402-3222-4266-988d-fed9b7c47cf2 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-e8cef402-3222-4266-988d-fed9b7c47cf2 {
  display: none;
}
#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d {
  text-align: left;
}


.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d {
  max-width: 100%;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom,
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d {
  max-width: 100%;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom,
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d {
  max-width: 100%;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom,
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d {
  max-width: 100%;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom,
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d {
  max-width: 100%;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom,
.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb17451e-59f6-4cc7-a1c2-0ca32d74d52d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6e4ecc0e-1fdd-4e89-8fef-4147b714ab45 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6e4ecc0e-1fdd-4e89-8fef-4147b714ab45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e4ecc0e-1fdd-4e89-8fef-4147b714ab45.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5194122-8d1f-49a1-b951-9922a7b14e02 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-c5194122-8d1f-49a1-b951-9922a7b14e02 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-37de3759-3000-47a5-8648-60affdb1bcd1 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-37de3759-3000-47a5-8648-60affdb1bcd1 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-37de3759-3000-47a5-8648-60affdb1bcd1 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-37de3759-3000-47a5-8648-60affdb1bcd1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-38c7fa76-a5d8-4d29-8182-803e2af2151c {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-38c7fa76-a5d8-4d29-8182-803e2af2151c {
  display: none;
}
#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 {
  text-align: left;
}


.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 {
  max-width: 100%;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom,
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 {
  max-width: 100%;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom,
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 {
  max-width: 100%;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom,
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 {
  max-width: 100%;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom,
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 {
  max-width: 100%;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom,
.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cd4bee5-c877-4121-b4cf-16fc462adec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c5aab781-233a-4a71-aee7-a60de338709d {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-c5aab781-233a-4a71-aee7-a60de338709d .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-a7717e99-9d5c-4067-b0e9-cef5e52868d8 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-a7717e99-9d5c-4067-b0e9-cef5e52868d8 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-a7717e99-9d5c-4067-b0e9-cef5e52868d8 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-a7717e99-9d5c-4067-b0e9-cef5e52868d8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b709de1a-b2da-4275-bce0-396aad953b44 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-b709de1a-b2da-4275-bce0-396aad953b44 {
  display: none;
}
#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 {
  text-align: left;
}


.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 {
  max-width: 100%;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom,
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 {
  max-width: 100%;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom,
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 {
  max-width: 100%;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom,
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 {
  max-width: 100%;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom,
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 {
  max-width: 100%;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom,
.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac772573-e222-4e32-b91f-d6cd59ab4bf7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-00229c9c-1602-45db-9702-01735c047f0a {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-00229c9c-1602-45db-9702-01735c047f0a .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-718435ec-96de-459e-bea7-e1ac7801207a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-718435ec-96de-459e-bea7-e1ac7801207a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-718435ec-96de-459e-bea7-e1ac7801207a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-718435ec-96de-459e-bea7-e1ac7801207a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a439e57e-b527-42d6-b2ea-9d1316c5687a {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-a439e57e-b527-42d6-b2ea-9d1316c5687a {
  display: none;
}
#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 {
  text-align: left;
}


.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 {
  max-width: 100%;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom,
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 {
  max-width: 100%;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom,
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 {
  max-width: 100%;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom,
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 {
  max-width: 100%;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom,
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 {
  max-width: 100%;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom,
.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30dd8714-0461-4c69-af0b-a4d7f8eb7454 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8ddc4a0c-62d4-48d5-b06b-e8a7cbb7f79f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-8ddc4a0c-62d4-48d5-b06b-e8a7cbb7f79f .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-4159c46c-d0ba-44dc-851b-f07da1731e9d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-4159c46c-d0ba-44dc-851b-f07da1731e9d .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-4159c46c-d0ba-44dc-851b-f07da1731e9d .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-4159c46c-d0ba-44dc-851b-f07da1731e9d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d03ee3cf-eb0e-4d38-b545-4022f8e98955 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d03ee3cf-eb0e-4d38-b545-4022f8e98955"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3c0267e6-c1ed-42d6-b5df-65726c821cad {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-3c0267e6-c1ed-42d6-b5df-65726c821cad {
  display: none;
}
#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a {
  text-align: left;
}


.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a {
  max-width: 100%;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom,
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a {
  max-width: 100%;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom,
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a {
  max-width: 100%;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom,
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a {
  max-width: 100%;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom,
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a {
  max-width: 100%;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom,
.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30b0f9e5-251d-4c72-b72a-7c5595e85a3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-90cd5b39-2492-470d-a5e9-9ff7e1300452 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-90cd5b39-2492-470d-a5e9-9ff7e1300452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90cd5b39-2492-470d-a5e9-9ff7e1300452.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0733faf6-974d-487a-8d43-d2210d14bf84 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-0733faf6-974d-487a-8d43-d2210d14bf84 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-511f0184-4df2-4956-8f84-a8afe4b06171 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-511f0184-4df2-4956-8f84-a8afe4b06171 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-511f0184-4df2-4956-8f84-a8afe4b06171 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-511f0184-4df2-4956-8f84-a8afe4b06171 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4229191e-9d4b-4e85-8a3b-2e58eb4e351d {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-4229191e-9d4b-4e85-8a3b-2e58eb4e351d {
  display: none;
}
#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c {
  text-align: left;
}


.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c {
  max-width: 100%;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom,
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c {
  max-width: 100%;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom,
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c {
  max-width: 100%;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom,
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c {
  max-width: 100%;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom,
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c {
  max-width: 100%;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom,
.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a4ef7f-b15b-48ab-a27f-3f7bf6e0033c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-145a5048-6d75-497f-83d1-461456066490 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-145a5048-6d75-497f-83d1-461456066490 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-d243a229-b31a-4ae3-9d40-07da54275f08 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-d243a229-b31a-4ae3-9d40-07da54275f08 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-d243a229-b31a-4ae3-9d40-07da54275f08 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-d243a229-b31a-4ae3-9d40-07da54275f08 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3461d76e-0ac1-4fee-bbe3-88ed399b60d3 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-3461d76e-0ac1-4fee-bbe3-88ed399b60d3 {
  display: none;
}
#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e {
  text-align: left;
}


.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e {
  max-width: 100%;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom,
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e {
  max-width: 100%;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom,
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e {
  max-width: 100%;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom,
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e {
  max-width: 100%;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom,
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e {
  max-width: 100%;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom,
.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfeac067-f871-48e0-bc17-986f7d1f5a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2a1c30ea-2f5a-4fff-8da9-196c97cf971b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-2a1c30ea-2f5a-4fff-8da9-196c97cf971b .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-4116c673-b7ee-4d12-bd5b-8e3a98a18a01 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-4116c673-b7ee-4d12-bd5b-8e3a98a18a01 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-4116c673-b7ee-4d12-bd5b-8e3a98a18a01 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-4116c673-b7ee-4d12-bd5b-8e3a98a18a01 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4988a377-0cdf-4f99-bec8-7ef9d51b4099 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-4988a377-0cdf-4f99-bec8-7ef9d51b4099 {
  display: none;
}
#s-65bb5c78-aa77-46f9-8504-30d35da2212e {
  text-align: left;
}


.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e {
  max-width: 100%;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom,
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e {
  max-width: 100%;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom,
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e {
  max-width: 100%;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom,
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e {
  max-width: 100%;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom,
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e {
  max-width: 100%;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom,
.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65bb5c78-aa77-46f9-8504-30d35da2212e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b7c61f48-f7d8-4c15-b3bd-a90ea00e31ef {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b7c61f48-f7d8-4c15-b3bd-a90ea00e31ef .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-adbab8d1-9f06-40d5-aff9-2a3f64b11a0e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-adbab8d1-9f06-40d5-aff9-2a3f64b11a0e .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-adbab8d1-9f06-40d5-aff9-2a3f64b11a0e .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-adbab8d1-9f06-40d5-aff9-2a3f64b11a0e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61c99dec-fd38-452c-97ab-4f3fdfa4dbdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e0099c85-3e4b-46bb-a0a1-96bf3ea116d2 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-e0099c85-3e4b-46bb-a0a1-96bf3ea116d2 {
  display: none;
}
#s-01d06498-659a-4fe1-bb67-34924b5faaf9 {
  text-align: left;
}


.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 {
  max-width: 100%;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom,
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 {
  max-width: 100%;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom,
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 {
  max-width: 100%;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom,
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 {
  max-width: 100%;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom,
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 {
  max-width: 100%;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom,
.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01d06498-659a-4fe1-bb67-34924b5faaf9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d2dd46e-5e76-41d8-a4af-d8fee12f2574 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5d2dd46e-5e76-41d8-a4af-d8fee12f2574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d2dd46e-5e76-41d8-a4af-d8fee12f2574.shg-box.shg-c {
  justify-content: flex-start;
}

#s-377f6429-edd9-4817-9066-47eff5165272 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-377f6429-edd9-4817-9066-47eff5165272 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-ed03a922-1bcb-403b-8a68-f1026c533bea {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-ed03a922-1bcb-403b-8a68-f1026c533bea .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ed03a922-1bcb-403b-8a68-f1026c533bea .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-ed03a922-1bcb-403b-8a68-f1026c533bea .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4f655dc7-fa96-4b07-92e2-b9139c9e8966 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-4f655dc7-fa96-4b07-92e2-b9139c9e8966 {
  display: none;
}
#s-f13447db-a352-484c-9f17-3e7d3c46b7bc {
  text-align: left;
}


.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc {
  max-width: 100%;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom,
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc {
  max-width: 100%;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom,
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc {
  max-width: 100%;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom,
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc {
  max-width: 100%;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom,
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc {
  max-width: 100%;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom,
.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f13447db-a352-484c-9f17-3e7d3c46b7bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9c67a38f-0352-43ec-9d73-e7fefe1800b3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-9c67a38f-0352-43ec-9d73-e7fefe1800b3 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-3ad41194-3914-40f9-92cd-19c62e79f24a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-3ad41194-3914-40f9-92cd-19c62e79f24a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-3ad41194-3914-40f9-92cd-19c62e79f24a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-3ad41194-3914-40f9-92cd-19c62e79f24a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 6, 6, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1cbd808a-2c6f-4089-80d5-a4d81af65b13 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-1cbd808a-2c6f-4089-80d5-a4d81af65b13 {
  display: none;
}
#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e {
  text-align: left;
}


.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e {
  max-width: 100%;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom,
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e {
  max-width: 100%;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom,
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e {
  max-width: 100%;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom,
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e {
  max-width: 100%;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom,
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e {
  max-width: 100%;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom,
.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-528b7b1e-91be-4451-9bf1-8d2f48b0609e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c7c96120-03c7-4a54-9ba5-9144338f6047 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c7c96120-03c7-4a54-9ba5-9144338f6047 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-121be6c6-cea4-42eb-8ee3-5786d0b385d6 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-121be6c6-cea4-42eb-8ee3-5786d0b385d6 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-121be6c6-cea4-42eb-8ee3-5786d0b385d6 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-121be6c6-cea4-42eb-8ee3-5786d0b385d6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e6312593-f36f-480e-8a72-39a7c566d405 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-e6312593-f36f-480e-8a72-39a7c566d405 {
  display: none;
}
#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 {
  text-align: left;
}


.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 {
  max-width: 100%;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom,
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 {
  max-width: 100%;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom,
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 {
  max-width: 100%;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom,
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 {
  max-width: 100%;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom,
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 {
  max-width: 100%;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom,
.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2cc957-b34c-4d5a-b2fa-e3fa53b31870 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aba7a20a-a27e-4ed0-a106-af8047b59dc1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-aba7a20a-a27e-4ed0-a106-af8047b59dc1 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-b3bb2a61-75a0-46dd-a315-d638ba5e4f1b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b3bb2a61-75a0-46dd-a315-d638ba5e4f1b .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-b3bb2a61-75a0-46dd-a315-d638ba5e4f1b .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-b3bb2a61-75a0-46dd-a315-d638ba5e4f1b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1e036ede-a782-4810-ab93-501b3d52025a {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e036ede-a782-4810-ab93-501b3d52025a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dde24bcc-b1ee-49c5-b682-21391ba0a910 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-dde24bcc-b1ee-49c5-b682-21391ba0a910 {
  display: none;
}
#s-75c1df2e-5bf2-490b-b730-ed772482b1fe {
  text-align: left;
}


.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe {
  max-width: 100%;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom,
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe {
  max-width: 100%;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom,
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe {
  max-width: 100%;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom,
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe {
  max-width: 100%;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom,
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe {
  max-width: 100%;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom,
.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c1df2e-5bf2-490b-b730-ed772482b1fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-347851e2-163d-452a-b4e9-7251a79f20a3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-347851e2-163d-452a-b4e9-7251a79f20a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347851e2-163d-452a-b4e9-7251a79f20a3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b5e01457-ecd6-4e48-88ab-f624f6487257 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b5e01457-ecd6-4e48-88ab-f624f6487257 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-dcf447c2-5f38-4552-a744-925a35a291d9 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-dcf447c2-5f38-4552-a744-925a35a291d9 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-dcf447c2-5f38-4552-a744-925a35a291d9 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-dcf447c2-5f38-4552-a744-925a35a291d9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6877199b-591a-46db-926f-781ab571321f {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-6877199b-591a-46db-926f-781ab571321f {
  display: none;
}
#s-4052be37-6124-474f-94cb-6515a56dc1c0 {
  text-align: left;
}


.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 {
  max-width: 100%;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom,
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 {
  max-width: 100%;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom,
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 {
  max-width: 100%;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom,
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 {
  max-width: 100%;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom,
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 {
  max-width: 100%;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom,
.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4052be37-6124-474f-94cb-6515a56dc1c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5533c61c-e972-4314-be9d-8073249ab75a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-5533c61c-e972-4314-be9d-8073249ab75a .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-b7b66497-6ee1-4acd-abc0-c16e3f988646 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b7b66497-6ee1-4acd-abc0-c16e3f988646 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-b7b66497-6ee1-4acd-abc0-c16e3f988646 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-b7b66497-6ee1-4acd-abc0-c16e3f988646 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-72d124e4-016a-4786-b40e-b764d5c170ad {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-72d124e4-016a-4786-b40e-b764d5c170ad {
  display: none;
}
#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 {
  text-align: left;
}


.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 {
  max-width: 100%;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom,
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 {
  max-width: 100%;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom,
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 {
  max-width: 100%;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom,
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 {
  max-width: 100%;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom,
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 {
  max-width: 100%;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom,
.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f91c9464-8bb8-448d-b420-9a7cdf81f3d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ec855274-ba33-4157-8631-bb60a5d6670d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ec855274-ba33-4157-8631-bb60a5d6670d .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-b0163206-41ed-4c07-982d-24cc269432b3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b0163206-41ed-4c07-982d-24cc269432b3 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-b0163206-41ed-4c07-982d-24cc269432b3 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-b0163206-41ed-4c07-982d-24cc269432b3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ba58e0c7-7e73-474b-9eff-a7434a583fa1 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-ba58e0c7-7e73-474b-9eff-a7434a583fa1 {
  display: none;
}
#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 {
  text-align: left;
}


.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 {
  max-width: 100%;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom,
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 {
  max-width: 100%;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom,
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 {
  max-width: 100%;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom,
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 {
  max-width: 100%;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom,
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 {
  max-width: 100%;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom,
.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d15d9fd0-4975-4b0a-bb87-1ad1867d9102 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e884b484-9d0d-4e01-b167-42c40480f357 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-e884b484-9d0d-4e01-b167-42c40480f357 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-6644bb4b-7019-4706-83c6-caa32b915f92 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-6644bb4b-7019-4706-83c6-caa32b915f92 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-6644bb4b-7019-4706-83c6-caa32b915f92 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-6644bb4b-7019-4706-83c6-caa32b915f92 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a5a9198c-2cd2-4c7b-95a1-1be422410707 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5a9198c-2cd2-4c7b-95a1-1be422410707"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-034eb9dd-5203-4c5a-adb2-4dea8a64f41f {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-034eb9dd-5203-4c5a-adb2-4dea8a64f41f {
  display: none;
}
#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d {
  text-align: left;
}


.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d {
  max-width: 100%;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom,
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d {
  max-width: 100%;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom,
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d {
  max-width: 100%;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom,
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d {
  max-width: 100%;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom,
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d {
  max-width: 100%;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom,
.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2a96689-9bc8-4d8e-b93d-ef22e880465d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b576be9e-7676-4a5e-bccf-fc3d602d4709 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b576be9e-7676-4a5e-bccf-fc3d602d4709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b576be9e-7676-4a5e-bccf-fc3d602d4709.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e69a1a43-6853-4f48-a9e4-a56e678f5630 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-e69a1a43-6853-4f48-a9e4-a56e678f5630 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-bef26c9c-a963-4e53-8c51-239c87525bca {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-bef26c9c-a963-4e53-8c51-239c87525bca .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-bef26c9c-a963-4e53-8c51-239c87525bca .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-bef26c9c-a963-4e53-8c51-239c87525bca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-69a67229-e86b-4d12-b69c-dca254bf5e22 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-69a67229-e86b-4d12-b69c-dca254bf5e22 {
  display: none;
}
#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 {
  text-align: left;
}


.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 {
  max-width: 100%;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom,
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 {
  max-width: 100%;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom,
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 {
  max-width: 100%;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom,
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 {
  max-width: 100%;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom,
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 {
  max-width: 100%;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom,
.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b68de24-05a6-4ed6-bc07-9f1ace057ba5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c510232a-8916-4ea6-b9ad-62cfd5b7bfc5 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c510232a-8916-4ea6-b9ad-62cfd5b7bfc5 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-a72985e3-c666-4814-9845-25fcb2e55e57 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-a72985e3-c666-4814-9845-25fcb2e55e57 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-a72985e3-c666-4814-9845-25fcb2e55e57 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-a72985e3-c666-4814-9845-25fcb2e55e57 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-44f65455-bd2a-43ad-9801-8e199d1fe1fc {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-44f65455-bd2a-43ad-9801-8e199d1fe1fc {
  display: none;
}
#s-5160934a-e000-4e2e-b946-9b8e33676939 {
  text-align: left;
}


.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 {
  max-width: 100%;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom,
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 {
  max-width: 100%;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom,
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 {
  max-width: 100%;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom,
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 {
  max-width: 100%;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom,
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 {
  max-width: 100%;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom,
.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5160934a-e000-4e2e-b946-9b8e33676939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-78290034-ea87-44e0-836e-e96a60b45d51 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-78290034-ea87-44e0-836e-e96a60b45d51 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-1c82f687-2b72-4d8b-b5aa-faec9ddc855e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-1c82f687-2b72-4d8b-b5aa-faec9ddc855e .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-1c82f687-2b72-4d8b-b5aa-faec9ddc855e .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-1c82f687-2b72-4d8b-b5aa-faec9ddc855e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6ecaef41-a5ae-4dfa-955a-6a68982506bf {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-6ecaef41-a5ae-4dfa-955a-6a68982506bf {
  display: none;
}
#s-617faaaa-1200-4169-9e29-fe4b55741a62 {
  text-align: left;
}


.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 {
  max-width: 100%;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom,
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 {
  max-width: 100%;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom,
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 {
  max-width: 100%;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom,
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 {
  max-width: 100%;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom,
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 {
  max-width: 100%;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom,
.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-617faaaa-1200-4169-9e29-fe4b55741a62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b08d6e6b-e8e9-4b75-a814-d373bb589f2f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-b08d6e6b-e8e9-4b75-a814-d373bb589f2f .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-05849b90-fdd9-4c02-a238-78f7b28fdfdc {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}

#s-05849b90-fdd9-4c02-a238-78f7b28fdfdc .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-05849b90-fdd9-4c02-a238-78f7b28fdfdc .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-05849b90-fdd9-4c02-a238-78f7b28fdfdc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6d7d51df-36fe-4438-b581-9cbaa02a84f6 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d7d51df-36fe-4438-b581-9cbaa02a84f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dbfe356e-b6f9-470d-87d2-5dc26dc8e9c7 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-dbfe356e-b6f9-470d-87d2-5dc26dc8e9c7 {
  display: none;
}
#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 {
  text-align: left;
}


.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 {
  max-width: 100%;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom,
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 {
  max-width: 100%;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom,
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 {
  max-width: 100%;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom,
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 {
  max-width: 100%;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom,
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 {
  max-width: 100%;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom,
.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b4b1c5-f9c7-4f10-a7dd-63d025af2f01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e3572eda-40f1-441e-ab55-4b69d3808095 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e3572eda-40f1-441e-ab55-4b69d3808095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3572eda-40f1-441e-ab55-4b69d3808095.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7d2bf8d8-dbf3-49a4-836e-55e079ebf2fa {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-7d2bf8d8-dbf3-49a4-836e-55e079ebf2fa .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-c050cc9a-8356-466e-84bb-c474b6d6c15e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c050cc9a-8356-466e-84bb-c474b6d6c15e .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-c050cc9a-8356-466e-84bb-c474b6d6c15e .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-c050cc9a-8356-466e-84bb-c474b6d6c15e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bc777f41-a4f5-498f-8617-cf5792a919d3 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-bc777f41-a4f5-498f-8617-cf5792a919d3 {
  display: none;
}
#s-9a6749c3-db1b-40b6-afbe-06603384701e {
  text-align: left;
}


.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e {
  max-width: 100%;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom,
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e {
  max-width: 100%;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom,
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e {
  max-width: 100%;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom,
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e {
  max-width: 100%;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom,
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e {
  max-width: 100%;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom,
.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a6749c3-db1b-40b6-afbe-06603384701e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ff75c92-bc76-4678-807c-76c779586aef {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-1ff75c92-bc76-4678-807c-76c779586aef .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-71fc0dea-23b1-4d3c-8796-7519aaecd3eb {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-71fc0dea-23b1-4d3c-8796-7519aaecd3eb .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-71fc0dea-23b1-4d3c-8796-7519aaecd3eb .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-71fc0dea-23b1-4d3c-8796-7519aaecd3eb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c19093f4-768d-4e4e-8c8b-c7fa325d65cd {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-c19093f4-768d-4e4e-8c8b-c7fa325d65cd {
  display: none;
}
#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 {
  text-align: left;
}


.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 {
  max-width: 100%;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom,
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 {
  max-width: 100%;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom,
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 {
  max-width: 100%;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom,
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 {
  max-width: 100%;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom,
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 {
  max-width: 100%;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom,
.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b453f2-36e0-4f28-bd6f-5416489dcef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-37f2c91c-71e4-408e-bc08-9523137321d8 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-37f2c91c-71e4-408e-bc08-9523137321d8 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-638b4f5f-3f34-4350-b398-50829b4e1b5a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-638b4f5f-3f34-4350-b398-50829b4e1b5a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-638b4f5f-3f34-4350-b398-50829b4e1b5a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-638b4f5f-3f34-4350-b398-50829b4e1b5a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bc6045e1-7efe-4580-89bd-819fb6208c7c {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-bc6045e1-7efe-4580-89bd-819fb6208c7c {
  display: none;
}
#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 {
  text-align: left;
}


.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 {
  max-width: 100%;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom,
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 {
  max-width: 100%;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom,
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 {
  max-width: 100%;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom,
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 {
  max-width: 100%;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom,
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 {
  max-width: 100%;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom,
.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5c78a21-0632-40b3-a7b6-3fc02c0f66a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-34c43166-63e5-4621-bc26-f1508e5f0e75 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-34c43166-63e5-4621-bc26-f1508e5f0e75 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-f51f204d-8fd2-4e07-85a7-43023c637a8c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-f51f204d-8fd2-4e07-85a7-43023c637a8c .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-f51f204d-8fd2-4e07-85a7-43023c637a8c .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-f51f204d-8fd2-4e07-85a7-43023c637a8c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7c9dd608-9fd4-4312-81e3-a428b80f8285 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9dd608-9fd4-4312-81e3-a428b80f8285"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-247fa330-875c-4f41-a871-41011efcc832 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-247fa330-875c-4f41-a871-41011efcc832 {
  display: none;
}
#s-58f27c81-6127-41b6-baa6-45e99893e828 {
  text-align: left;
}


.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 {
  max-width: 100%;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom,
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 {
  max-width: 100%;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom,
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 {
  max-width: 100%;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom,
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 {
  max-width: 100%;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom,
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 {
  max-width: 100%;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom,
.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58f27c81-6127-41b6-baa6-45e99893e828 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8cbce21b-19cd-4ba2-9ca9-d4c3fa0ea45d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8cbce21b-19cd-4ba2-9ca9-d4c3fa0ea45d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cbce21b-19cd-4ba2-9ca9-d4c3fa0ea45d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-acbbbdc9-6c45-4d6d-a24c-6950be764a1f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-acbbbdc9-6c45-4d6d-a24c-6950be764a1f .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-7e94f66a-b076-459f-8966-a3533523fa23 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-7e94f66a-b076-459f-8966-a3533523fa23 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-7e94f66a-b076-459f-8966-a3533523fa23 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-7e94f66a-b076-459f-8966-a3533523fa23 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 4, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-909a2ed3-9f3b-4488-abaa-dcae2a127185 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-909a2ed3-9f3b-4488-abaa-dcae2a127185 {
  display: none;
}
#s-1024e975-bc16-438e-925d-915b42f2b8b3 {
  text-align: left;
}


.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 {
  max-width: 100%;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom,
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 {
  max-width: 100%;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom,
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 {
  max-width: 100%;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom,
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 {
  max-width: 100%;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom,
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 {
  max-width: 100%;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom,
.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1024e975-bc16-438e-925d-915b42f2b8b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-88176ba1-5d7a-4d69-b517-26b106661223 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-88176ba1-5d7a-4d69-b517-26b106661223 .shg-product-title-component h5 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-cd13df63-e52c-4a65-ac57-75bf940716b3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-cd13df63-e52c-4a65-ac57-75bf940716b3 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-cd13df63-e52c-4a65-ac57-75bf940716b3 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-cd13df63-e52c-4a65-ac57-75bf940716b3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1674decd-80e5-4364-b4ad-87268bb37def {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-1674decd-80e5-4364-b4ad-87268bb37def {
  display: none;
}
#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 {
  text-align: left;
}


.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 {
  max-width: 100%;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom,
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 {
  max-width: 100%;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom,
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 {
  max-width: 100%;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom,
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 {
  max-width: 100%;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom,
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 {
  max-width: 100%;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom,
.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84dc15ef-2e1e-4165-976b-fe1463bfae41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d129dedd-effe-426a-867b-e21651e91525 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d129dedd-effe-426a-867b-e21651e91525 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-5b1708d0-5f17-4f2b-9ed5-91ed8ab746fc {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-5b1708d0-5f17-4f2b-9ed5-91ed8ab746fc .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-5b1708d0-5f17-4f2b-9ed5-91ed8ab746fc .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-5b1708d0-5f17-4f2b-9ed5-91ed8ab746fc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 6, 6, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6e8558a6-38ad-4d7b-b7de-5c29cc1d0364 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-6e8558a6-38ad-4d7b-b7de-5c29cc1d0364 {
  display: none;
}
#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 {
  text-align: left;
}


.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 {
  max-width: 100%;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom,
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 {
  max-width: 100%;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom,
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 {
  max-width: 100%;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom,
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 {
  max-width: 100%;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom,
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 {
  max-width: 100%;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom,
.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f6b7bb1-57a3-46ed-addf-e58a6db1b8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ba60cf0d-09ce-4b85-91c5-b53283281b6e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ba60cf0d-09ce-4b85-91c5-b53283281b6e .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-c89c8ec6-168a-4db6-8eda-7dd0972bc661 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c89c8ec6-168a-4db6-8eda-7dd0972bc661 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-c89c8ec6-168a-4db6-8eda-7dd0972bc661 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-c89c8ec6-168a-4db6-8eda-7dd0972bc661 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1c2a1c41-0bce-4d81-a42c-4f07eef90909 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c2a1c41-0bce-4d81-a42c-4f07eef90909"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb380a28-06f8-48df-b67c-d476ef71e900 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-bb380a28-06f8-48df-b67c-d476ef71e900 {
  display: none;
}
#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 {
  text-align: left;
}


.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 {
  max-width: 100%;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom,
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 {
  max-width: 100%;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom,
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 {
  max-width: 100%;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom,
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 {
  max-width: 100%;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom,
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 {
  max-width: 100%;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom,
.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a02acd0-1748-4561-9b2b-c4831d7debc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2a667061-a086-4a49-95b4-b63941dc4048 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2a667061-a086-4a49-95b4-b63941dc4048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a667061-a086-4a49-95b4-b63941dc4048.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e69a68f2-321e-4f55-9bc8-3f0b9f37620e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-e69a68f2-321e-4f55-9bc8-3f0b9f37620e .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-61a0c301-1ef8-4743-97c4-59329e7f427a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-61a0c301-1ef8-4743-97c4-59329e7f427a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-61a0c301-1ef8-4743-97c4-59329e7f427a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-61a0c301-1ef8-4743-97c4-59329e7f427a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-702ddd87-26ca-4d46-adeb-6d2b7ba1c1c4 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-702ddd87-26ca-4d46-adeb-6d2b7ba1c1c4 {
  display: none;
}
#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 {
  text-align: left;
}


.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 {
  max-width: 100%;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom,
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 {
  max-width: 100%;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom,
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 {
  max-width: 100%;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom,
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 {
  max-width: 100%;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom,
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 {
  max-width: 100%;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom,
.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc049d6c-cec7-47b0-b03c-a47cfaafba64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-15fdc89d-4719-431a-ba78-246fb618cc8c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-15fdc89d-4719-431a-ba78-246fb618cc8c .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-c6cb6fb5-7ca2-4368-b231-34b75da9c851 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-c6cb6fb5-7ca2-4368-b231-34b75da9c851 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-c6cb6fb5-7ca2-4368-b231-34b75da9c851 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-c6cb6fb5-7ca2-4368-b231-34b75da9c851 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2a9e647a-44aa-4073-b1e5-c9d46e283a8e {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-2a9e647a-44aa-4073-b1e5-c9d46e283a8e {
  display: none;
}
#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca {
  text-align: left;
}


.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca {
  max-width: 100%;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom,
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca {
  max-width: 100%;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom,
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca {
  max-width: 100%;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom,
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca {
  max-width: 100%;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom,
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca {
  max-width: 100%;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom,
.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56dcab1b-d5af-4b51-bc4c-7d2d59a0b6ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f9528370-a239-408b-98ab-995d1a9299d4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-f9528370-a239-408b-98ab-995d1a9299d4 .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-ea85e8a6-f3ec-4e5e-bc6c-7d6f67c6167a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-ea85e8a6-f3ec-4e5e-bc6c-7d6f67c6167a .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ea85e8a6-f3ec-4e5e-bc6c-7d6f67c6167a .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-ea85e8a6-f3ec-4e5e-bc6c-7d6f67c6167a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b448bc4e-cb01-4494-a16d-01cd7d9e42d4 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-b448bc4e-cb01-4494-a16d-01cd7d9e42d4 {
  display: none;
}
#s-6fdc33c1-168d-4936-80f3-5a426af28872 {
  text-align: left;
}


.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 {
  max-width: 100%;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom,
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 {
  max-width: 100%;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom,
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 {
  max-width: 100%;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom,
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 {
  max-width: 100%;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom,
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 {
  max-width: 100%;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom,
.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fdc33c1-168d-4936-80f3-5a426af28872 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9a2f46b7-b778-461d-94cf-21ad765c500c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-9a2f46b7-b778-461d-94cf-21ad765c500c .shg-product-title-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#s-1a070abb-8d48-4261-be02-d674972ea5a7 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: center;
}

#s-1a070abb-8d48-4261-be02-d674972ea5a7 .shg-product-sold-out {
  display: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-1a070abb-8d48-4261-be02-d674972ea5a7 .shg-product-price {
  color: rgba(102, 102, 102, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 16px;
}

#s-1a070abb-8d48-4261-be02-d674972ea5a7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-8142fa81-625a-4a7a-8c3d-e1f3659f1ee1 {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-8142fa81-625a-4a7a-8c3d-e1f3659f1ee1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8142fa81-625a-4a7a-8c3d-e1f3659f1ee1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8142fa81-625a-4a7a-8c3d-e1f3659f1ee1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-0c4b2b24-5634-4cdc-b476-a2d23ec3bc20 {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-0c4b2b24-5634-4cdc-b476-a2d23ec3bc20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c4b2b24-5634-4cdc-b476-a2d23ec3bc20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c4b2b24-5634-4cdc-b476-a2d23ec3bc20.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-206953ae-9bbc-4a9c-8086-bf0fe0900850 {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-206953ae-9bbc-4a9c-8086-bf0fe0900850:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-206953ae-9bbc-4a9c-8086-bf0fe0900850:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-206953ae-9bbc-4a9c-8086-bf0fe0900850.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-ad36c220-5d98-448f-9797-cd55620cf4fb {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-ad36c220-5d98-448f-9797-cd55620cf4fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad36c220-5d98-448f-9797-cd55620cf4fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad36c220-5d98-448f-9797-cd55620cf4fb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-9756a4f9-a6ac-4431-9253-777edd97b2e8 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9756a4f9-a6ac-4431-9253-777edd97b2e8 .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-50c55740-cee5-43ac-860e-00c2bd0af67d {
  min-height: 50px;
}








#s-50c55740-cee5-43ac-860e-00c2bd0af67d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50c55740-cee5-43ac-860e-00c2bd0af67d.shg-box.shg-c {
  justify-content: center;
}

#s-5fe5f016-0e23-482d-bcbf-124f59d41b75 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-5fe5f016-0e23-482d-bcbf-124f59d41b75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-8f5e0f3c-0ce1-48f0-8b23-0b589caf8405 {
  box-shadow:2px 2px 5px 0px rgba(204, 204, 204, 1);
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-8f5e0f3c-0ce1-48f0-8b23-0b589caf8405 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f5e0f3c-0ce1-48f0-8b23-0b589caf8405.shg-box.shg-c {
  justify-content: center;
}

#s-b4c95dfb-e94f-4e7f-851b-c373a8d347cc {
  text-align: center;
}




  #s-b4c95dfb-e94f-4e7f-851b-c373a8d347cc img.shogun-image {
    
    width: px;
  }


#s-b4c95dfb-e94f-4e7f-851b-c373a8d347cc .shogun-image-content {
  
    align-items: center;
  
}

#s-12e27534-9b1f-4b10-956b-c00b431716c4 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-10e04dca-b726-40b7-8ffd-28015f690d10 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-10e04dca-b726-40b7-8ffd-28015f690d10:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10e04dca-b726-40b7-8ffd-28015f690d10:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10e04dca-b726-40b7-8ffd-28015f690d10-btn-wrapper {
    text-align: center;
  }


#s-10e04dca-b726-40b7-8ffd-28015f690d10.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-22ac9b41-5f35-4fad-a410-1e64a53db979 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-808ad4eb-6679-4563-a217-b70ed609a38a {
  box-shadow:2px 2px 5px 0px rgba(204, 204, 204, 1);
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-808ad4eb-6679-4563-a217-b70ed609a38a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-808ad4eb-6679-4563-a217-b70ed609a38a.shg-box.shg-c {
  justify-content: center;
}

#s-10d7d2d1-1c83-4d6d-b9f1-7273de07f3ab {
  text-align: center;
}




  #s-10d7d2d1-1c83-4d6d-b9f1-7273de07f3ab img.shogun-image {
    
    width: px;
  }


#s-10d7d2d1-1c83-4d6d-b9f1-7273de07f3ab .shogun-image-content {
  
    align-items: center;
  
}

#s-8bd5dc2e-b4a8-4d52-b618-2b1bb87d1f8e {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-95e689d4-4eb9-481b-ad0f-9b6cec279125 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-95e689d4-4eb9-481b-ad0f-9b6cec279125:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95e689d4-4eb9-481b-ad0f-9b6cec279125:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95e689d4-4eb9-481b-ad0f-9b6cec279125-btn-wrapper {
    text-align: center;
  }


#s-95e689d4-4eb9-481b-ad0f-9b6cec279125.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-dfad713f-89f5-43d0-9eb2-11bc91bf42de hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-bef5a018-c400-4a1e-8fdd-b92c981d99a6 {
  box-shadow:2px 2px 5px 0px rgba(204, 204, 204, 1);
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-bef5a018-c400-4a1e-8fdd-b92c981d99a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef5a018-c400-4a1e-8fdd-b92c981d99a6.shg-box.shg-c {
  justify-content: center;
}

#s-35132760-05c2-44e9-b529-cc9296221647 {
  text-align: center;
}




  #s-35132760-05c2-44e9-b529-cc9296221647 img.shogun-image {
    
    width: px;
  }


#s-35132760-05c2-44e9-b529-cc9296221647 .shogun-image-content {
  
    align-items: center;
  
}

#s-55ad271b-ea33-4c32-b151-d9e2a25285fa {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-f5f07570-5751-4a0f-9cf6-5e4fdab410f4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-f5f07570-5751-4a0f-9cf6-5e4fdab410f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5f07570-5751-4a0f-9cf6-5e4fdab410f4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5f07570-5751-4a0f-9cf6-5e4fdab410f4-btn-wrapper {
    text-align: center;
  }


#s-f5f07570-5751-4a0f-9cf6-5e4fdab410f4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-c6ff2feb-fe08-4a9c-a719-7b0b31f3aa61 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-bfa66f62-f063-43ce-9d38-f8b3e8844fe0 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfa66f62-f063-43ce-9d38-f8b3e8844fe0 .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-2f60ecbe-7122-4738-93d5-066456fa497c {
  min-height: 50px;
}








#s-2f60ecbe-7122-4738-93d5-066456fa497c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f60ecbe-7122-4738-93d5-066456fa497c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6bf39d82-ef00-4c51-8a73-5d10c6544f0b {
  min-height: 50px;
}








#s-6bf39d82-ef00-4c51-8a73-5d10c6544f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bf39d82-ef00-4c51-8a73-5d10c6544f0b.shg-box.shg-c {
  justify-content: center;
}

#s-afe9ea12-db32-4e22-ad22-9b8630677745 {
  min-height: 100px;
}








#s-afe9ea12-db32-4e22-ad22-9b8630677745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afe9ea12-db32-4e22-ad22-9b8630677745.shg-box.shg-c {
  justify-content: center;
}

#s-c3b9ce28-4ba3-4411-9992-b51b23e781cd {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b9ce28-4ba3-4411-9992-b51b23e781cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-28528df7-5211-47dd-9db2-77ee863640a5 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-7d4aa137-2b71-44a5-862f-098ff967df9b {
  margin-top: 30px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d4aa137-2b71-44a5-862f-098ff967df9b .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 5px;
  text-align: center;
}



#s-408ff732-c5a8-46ac-aa95-e9248b427971 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

#s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe {
  background-color: rgba(230, 231, 232, 1);
}

@media (min-width: 0px) {
[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2f8f3b4-1621-4325-a5ec-7d82a5b51cbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a80ffd78-7bec-4578-ab48-166ff79f65db {
  margin-top: 30px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a80ffd78-7bec-4578-ab48-166ff79f65db .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 5px;
  text-align: center;
}



#s-62bc3839-c14b-42d7-b71c-3b165f2d78c8 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

#s-f4684b2d-c396-4fd0-99a3-10f735b608e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-f4684b2d-c396-4fd0-99a3-10f735b608e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4684b2d-c396-4fd0-99a3-10f735b608e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4684b2d-c396-4fd0-99a3-10f735b608e4-btn-wrapper {
    text-align: center;
  }


#s-f4684b2d-c396-4fd0-99a3-10f735b608e4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-8fd8f3b8-66ea-4b9b-a7c9-89a5f27ef994 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
text-align: center;
}




  #s-8fd8f3b8-66ea-4b9b-a7c9-89a5f27ef994 img.shogun-image {
    
    width: px;
  }


#s-8fd8f3b8-66ea-4b9b-a7c9-89a5f27ef994 .shogun-image-content {
  
    align-items: center;
  
}

#s-de225e7c-91b4-4932-932f-e08bb7901daf {
  min-height: 50px;
}








#s-de225e7c-91b4-4932-932f-e08bb7901daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de225e7c-91b4-4932-932f-e08bb7901daf.shg-box.shg-c {
  justify-content: center;
}

#s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84346ab5-3dd7-4684-a9a2-db6e41c9dc38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5c6fd5dd-a1b8-4c0f-82da-5b3eb02fae06 {
  margin-left: 30px;
margin-right: 30px;
}

#s-d759d4b8-68a2-4a57-b73d-8b09bacfaa9a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-d759d4b8-68a2-4a57-b73d-8b09bacfaa9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d759d4b8-68a2-4a57-b73d-8b09bacfaa9a.shg-box.shg-c {
  justify-content: center;
}

#s-3985db1d-600d-42e1-b22f-4479272065c0 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3985db1d-600d-42e1-b22f-4479272065c0 .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-868683b4-d8af-4567-897f-01b118691136 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

#s-d2e08084-d4e5-413a-9ed4-cdaa2cb581b6 {
  margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-d2e08084-d4e5-413a-9ed4-cdaa2cb581b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2e08084-d4e5-413a-9ed4-cdaa2cb581b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2e08084-d4e5-413a-9ed4-cdaa2cb581b6-btn-wrapper {
    text-align: center;
  }


#s-d2e08084-d4e5-413a-9ed4-cdaa2cb581b6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-3c7baff3-16c7-4da2-8c68-170041408942 {
  min-height: 50px;
}








#s-3c7baff3-16c7-4da2-8c68-170041408942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c7baff3-16c7-4da2-8c68-170041408942.shg-box.shg-c {
  justify-content: center;
}

#s-dee86768-14bd-4b53-a63b-684e8ad8a942 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dee86768-14bd-4b53-a63b-684e8ad8a942 .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-ec4dab5e-a130-422d-b8fc-54bf7e48c0a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec4dab5e-a130-422d-b8fc-54bf7e48c0a7 .shogun-heading-component h1 {
  color: rgba(54, 60, 60, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-cbde102a-bff9-4886-82f0-6c6da2c0d375 {
  min-height: 50px;
}








#s-cbde102a-bff9-4886-82f0-6c6da2c0d375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbde102a-bff9-4886-82f0-6c6da2c0d375.shg-box.shg-c {
  justify-content: center;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-2c63da8a-5a58-4258-8b5d-55df443b43a3 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2c63da8a-5a58-4258-8b5d-55df443b43a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c63da8a-5a58-4258-8b5d-55df443b43a3 {
  
}
}@media (max-width: 767px){#s-2c63da8a-5a58-4258-8b5d-55df443b43a3 {
  
}
}
[id="s-2c63da8a-5a58-4258-8b5d-55df443b43a3"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 5px;
}

.shg-ig-posts-container {
  width: calc(100% + 5px) !important;
}

@media (min-width: 768px) {
  [id="s-2c63da8a-5a58-4258-8b5d-55df443b43a3"] .shg-ig-posts-container > .shg-ig-posts {
    width: 16.666666666666668%;
    padding-right: 5px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 5px) !important;
  }
}

#s-ec4c4116-96cb-4fd8-8bb4-b443ca5b1cd0 {
  min-height: 50px;
}








#s-ec4c4116-96cb-4fd8-8bb4-b443ca5b1cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec4c4116-96cb-4fd8-8bb4-b443ca5b1cd0.shg-box.shg-c {
  justify-content: center;
}

#s-f80f6bc0-1bb5-4b6e-81e8-8d373fc0955b {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f80f6bc0-1bb5-4b6e-81e8-8d373fc0955b .shogun-heading-component h1 {
  color: rgba(191, 131, 79, 1);
  font-weight:   ;
  font-family: Comfortaa;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-f5e13679-ecb5-43d1-8467-3ac3e061e613 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-f5e13679-ecb5-43d1-8467-3ac3e061e613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5e13679-ecb5-43d1-8467-3ac3e061e613.shg-box.shg-c {
  justify-content: center;
}

#s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-e6a390c2-ffce-4bfc-8b6b-937b621e5b61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

#s-614376f0-75f1-4084-8eca-26ededd0152b {
  text-align: center;
opacity: 1;
}
#s-614376f0-75f1-4084-8eca-26ededd0152b:hover {opacity: 0.5 !important;}



  #s-614376f0-75f1-4084-8eca-26ededd0152b img.shogun-image {
    
    width: px;
  }


#s-614376f0-75f1-4084-8eca-26ededd0152b .shogun-image-content {
  
    align-items: center;
  
}

#s-80224d64-07c2-4a38-8300-35a514d9a1c5 {
  text-align: center;
}
#s-80224d64-07c2-4a38-8300-35a514d9a1c5:hover {opacity: 0.5 !important;}



  #s-80224d64-07c2-4a38-8300-35a514d9a1c5 img.shogun-image {
    
    width: px;
  }


#s-80224d64-07c2-4a38-8300-35a514d9a1c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-055ef2a1-7713-4bdc-a23a-ac19b319886d {
  text-align: center;
opacity: 1;
}
#s-055ef2a1-7713-4bdc-a23a-ac19b319886d:hover {opacity: 0.5 !important;}



  #s-055ef2a1-7713-4bdc-a23a-ac19b319886d img.shogun-image {
    
    width: px;
  }


#s-055ef2a1-7713-4bdc-a23a-ac19b319886d .shogun-image-content {
  
    align-items: center;
  
}

#s-d90c22f7-91c5-4779-8dfd-20a344563e4f {
  text-align: center;
}
#s-d90c22f7-91c5-4779-8dfd-20a344563e4f:hover {opacity: 0.5 !important;}



  #s-d90c22f7-91c5-4779-8dfd-20a344563e4f img.shogun-image {
    
    width: px;
  }


#s-d90c22f7-91c5-4779-8dfd-20a344563e4f .shogun-image-content {
  
    align-items: center;
  
}

#s-6fa4e5e5-c603-45b9-88a6-cb51c445a0b8 {
  text-align: center;
}
#s-6fa4e5e5-c603-45b9-88a6-cb51c445a0b8:hover {opacity: 0.5 !important;}



  #s-6fa4e5e5-c603-45b9-88a6-cb51c445a0b8 img.shogun-image {
    
    width: px;
  }


#s-6fa4e5e5-c603-45b9-88a6-cb51c445a0b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bac47c50-fac6-4a8d-a21a-41e1513d29b1 {
  text-align: center;
}
#s-bac47c50-fac6-4a8d-a21a-41e1513d29b1:hover {opacity: 0.5 !important;}



  #s-bac47c50-fac6-4a8d-a21a-41e1513d29b1 img.shogun-image {
    
    width: px;
  }


#s-bac47c50-fac6-4a8d-a21a-41e1513d29b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a92a045-7f59-4b4f-a46f-2cf978dca728 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-9a92a045-7f59-4b4f-a46f-2cf978dca728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a92a045-7f59-4b4f-a46f-2cf978dca728.shg-box.shg-c {
  justify-content: center;
}

#s-6d8b4adf-4600-4478-b8a1-5992917d784b {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-6d8b4adf-4600-4478-b8a1-5992917d784b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

#s-62929299-e43b-481c-8e97-b31bb0785e4b {
  text-align: center;
}
#s-62929299-e43b-481c-8e97-b31bb0785e4b:hover {opacity: 0.5 !important;}



  #s-62929299-e43b-481c-8e97-b31bb0785e4b img.shogun-image {
    
    width: px;
  }


#s-62929299-e43b-481c-8e97-b31bb0785e4b .shogun-image-content {
  
    align-items: center;
  
}

#s-54128133-540c-4662-920b-34421eabc376 {
  text-align: center;
}
#s-54128133-540c-4662-920b-34421eabc376:hover {opacity: 0.5 !important;}



  #s-54128133-540c-4662-920b-34421eabc376 img.shogun-image {
    
    width: px;
  }


#s-54128133-540c-4662-920b-34421eabc376 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb3c4eb1-0fe1-4f1c-b3aa-3e24aca1c3cb {
  text-align: center;
}
#s-cb3c4eb1-0fe1-4f1c-b3aa-3e24aca1c3cb:hover {opacity: 0.5 !important;}



  #s-cb3c4eb1-0fe1-4f1c-b3aa-3e24aca1c3cb img.shogun-image {
    
    width: px;
  }


#s-cb3c4eb1-0fe1-4f1c-b3aa-3e24aca1c3cb .shogun-image-content {
  
    align-items: center;
  
}

#s-312662a8-42b5-4baa-acd4-09edfb5e85f2 {
  text-align: center;
}
#s-312662a8-42b5-4baa-acd4-09edfb5e85f2:hover {opacity: 0.5 !important;}



  #s-312662a8-42b5-4baa-acd4-09edfb5e85f2 img.shogun-image {
    
    width: px;
  }


#s-312662a8-42b5-4baa-acd4-09edfb5e85f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-064e9b55-804a-4134-80e7-f535c54a25d7 {
  text-align: center;
}
#s-064e9b55-804a-4134-80e7-f535c54a25d7:hover {opacity: 0.5 !important;}



  #s-064e9b55-804a-4134-80e7-f535c54a25d7 img.shogun-image {
    
    width: px;
  }


#s-064e9b55-804a-4134-80e7-f535c54a25d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b17754d2-a474-43fa-9bf0-b72f1922cda9 {
  text-align: center;
}
#s-b17754d2-a474-43fa-9bf0-b72f1922cda9:hover {opacity: 0.5 !important;}



  #s-b17754d2-a474-43fa-9bf0-b72f1922cda9 img.shogun-image {
    
    width: px;
  }


#s-b17754d2-a474-43fa-9bf0-b72f1922cda9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fe12a8c-c6ba-475c-b534-abd15b8db6d3 {
  margin-top: 50px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-7fe12a8c-c6ba-475c-b534-abd15b8db6d3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
}
#s-5150d466-8a0f-4b7c-b971-88b0a352761f {
  min-height: 50px;
}








#s-5150d466-8a0f-4b7c-b971-88b0a352761f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5150d466-8a0f-4b7c-b971-88b0a352761f.shg-box.shg-c {
  justify-content: center;
}

#s-9551e369-1496-4455-8c02-d6863ebeb1b4 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(191, 131, 79, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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