.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-ee7fcf60-564a-4be7-a667-e67ff3567b47 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ee7fcf60-564a-4be7-a667-e67ff3567b47 {
  display: none;
}
#s-ee7fcf60-564a-4be7-a667-e67ff3567b47, #wrap-s-ee7fcf60-564a-4be7-a667-e67ff3567b47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee7fcf60-564a-4be7-a667-e67ff3567b47 {
  display: none;
}
#s-ee7fcf60-564a-4be7-a667-e67ff3567b47, #wrap-s-ee7fcf60-564a-4be7-a667-e67ff3567b47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee7fcf60-564a-4be7-a667-e67ff3567b47 {
  display: none;
}
#s-ee7fcf60-564a-4be7-a667-e67ff3567b47, #wrap-s-ee7fcf60-564a-4be7-a667-e67ff3567b47 { display:none !important; }}@media (max-width: 767px){#s-ee7fcf60-564a-4be7-a667-e67ff3567b47 {
  
}
}







#s-ee7fcf60-564a-4be7-a667-e67ff3567b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee7fcf60-564a-4be7-a667-e67ff3567b47.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f88ec8a0-f025-442b-b145-4a0f09f3e25d {
  text-align: center;
}




  #s-f88ec8a0-f025-442b-b145-4a0f09f3e25d img.shogun-image {
    
    width: px;
  }


#s-f88ec8a0-f025-442b-b145-4a0f09f3e25d .shogun-image-content {
  
    align-items: center;
  
}

#s-1352948a-3eb2-41f4-8af3-b5e65368be74 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1352948a-3eb2-41f4-8af3-b5e65368be74 {
  display: none;
}
#s-1352948a-3eb2-41f4-8af3-b5e65368be74, #wrap-s-1352948a-3eb2-41f4-8af3-b5e65368be74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1352948a-3eb2-41f4-8af3-b5e65368be74 {
  display: none;
}
#s-1352948a-3eb2-41f4-8af3-b5e65368be74, #wrap-s-1352948a-3eb2-41f4-8af3-b5e65368be74 { display:none !important; }}@media (max-width: 767px){#s-1352948a-3eb2-41f4-8af3-b5e65368be74 {
  display: none;
}
#s-1352948a-3eb2-41f4-8af3-b5e65368be74, #wrap-s-1352948a-3eb2-41f4-8af3-b5e65368be74 { display:none !important; }}







#s-1352948a-3eb2-41f4-8af3-b5e65368be74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1352948a-3eb2-41f4-8af3-b5e65368be74.shg-box.shg-c {
  justify-content: center;
}

#s-c43c0265-b7d5-47c4-a993-4f064059e006 {
  text-align: center;
}




  #s-c43c0265-b7d5-47c4-a993-4f064059e006 img.shogun-image {
    
    width: px;
  }


#s-c43c0265-b7d5-47c4-a993-4f064059e006 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c0d15e0-1908-4589-99f9-374cb22abc45 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7c0d15e0-1908-4589-99f9-374cb22abc45 {
  display: none;
}
#s-7c0d15e0-1908-4589-99f9-374cb22abc45, #wrap-s-7c0d15e0-1908-4589-99f9-374cb22abc45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c0d15e0-1908-4589-99f9-374cb22abc45 {
  display: none;
}
#s-7c0d15e0-1908-4589-99f9-374cb22abc45, #wrap-s-7c0d15e0-1908-4589-99f9-374cb22abc45 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c0d15e0-1908-4589-99f9-374cb22abc45 {
  display: none;
}
#s-7c0d15e0-1908-4589-99f9-374cb22abc45, #wrap-s-7c0d15e0-1908-4589-99f9-374cb22abc45 { display:none !important; }}







#s-7c0d15e0-1908-4589-99f9-374cb22abc45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c0d15e0-1908-4589-99f9-374cb22abc45.shg-box.shg-c {
  justify-content: center;
}

#s-f9d4309f-8ef9-4e7f-97cb-fa851e44bc09 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-bottom: 7px;
min-height: 50px;
background-color: rgba(8, 0, 0, 1);
}








#s-f9d4309f-8ef9-4e7f-97cb-fa851e44bc09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9d4309f-8ef9-4e7f-97cb-fa851e44bc09.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-6583b9c2-cd24-4883-a96d-0cea2df1afd2 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6583b9c2-cd24-4883-a96d-0cea2df1afd2 {
  display: none;
}
#s-6583b9c2-cd24-4883-a96d-0cea2df1afd2, #wrap-s-6583b9c2-cd24-4883-a96d-0cea2df1afd2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6583b9c2-cd24-4883-a96d-0cea2df1afd2 {
  display: none;
}
#s-6583b9c2-cd24-4883-a96d-0cea2df1afd2, #wrap-s-6583b9c2-cd24-4883-a96d-0cea2df1afd2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6583b9c2-cd24-4883-a96d-0cea2df1afd2 {
  display: none;
}
#s-6583b9c2-cd24-4883-a96d-0cea2df1afd2, #wrap-s-6583b9c2-cd24-4883-a96d-0cea2df1afd2 { display:none !important; }}
#s-382481f6-23a9-4385-ae95-5db2b651baa0 {
  text-align: center;
}




  #s-382481f6-23a9-4385-ae95-5db2b651baa0 img.shogun-image {
    
    width: px;
  }


#s-382481f6-23a9-4385-ae95-5db2b651baa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-809df2b2-d588-4769-ae22-2db21f56fa6f {
  text-align: center;
}




  #s-809df2b2-d588-4769-ae22-2db21f56fa6f img.shogun-image {
    
    width: px;
  }


#s-809df2b2-d588-4769-ae22-2db21f56fa6f .shogun-image-content {
  
    align-items: center;
  
}

#s-ea86faa8-e107-4ba6-b3ee-8bf888b548aa {
  text-align: center;
}




  #s-ea86faa8-e107-4ba6-b3ee-8bf888b548aa img.shogun-image {
    
    width: px;
  }


#s-ea86faa8-e107-4ba6-b3ee-8bf888b548aa .shogun-image-content {
  
    align-items: center;
  
}

#s-04b96c20-1f61-4368-a009-be6f467c361e {
  text-align: center;
}




  #s-04b96c20-1f61-4368-a009-be6f467c361e img.shogun-image {
    
    width: px;
  }


#s-04b96c20-1f61-4368-a009-be6f467c361e .shogun-image-content {
  
    align-items: center;
  
}

#s-5f23752d-b375-48e0-9aa5-e1cad83f1157 {
  text-align: center;
}




  #s-5f23752d-b375-48e0-9aa5-e1cad83f1157 img.shogun-image {
    
    width: px;
  }


#s-5f23752d-b375-48e0-9aa5-e1cad83f1157 .shogun-image-content {
  
    align-items: center;
  
}

#s-17f391ea-e942-4059-895d-68d0a0337202 {
  text-align: center;
}




  #s-17f391ea-e942-4059-895d-68d0a0337202 img.shogun-image {
    
    width: px;
  }


#s-17f391ea-e942-4059-895d-68d0a0337202 .shogun-image-content {
  
    align-items: center;
  
}

#s-50c5efdb-720a-4973-9ea6-62a496f74b94 {
  padding-top: 1px;
padding-bottom: 1px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-50c5efdb-720a-4973-9ea6-62a496f74b94 {
  display: none;
}
#s-50c5efdb-720a-4973-9ea6-62a496f74b94, #wrap-s-50c5efdb-720a-4973-9ea6-62a496f74b94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50c5efdb-720a-4973-9ea6-62a496f74b94 {
  display: none;
}
#s-50c5efdb-720a-4973-9ea6-62a496f74b94, #wrap-s-50c5efdb-720a-4973-9ea6-62a496f74b94 { display:none !important; }}@media (max-width: 767px){#s-50c5efdb-720a-4973-9ea6-62a496f74b94 {
  display: none;
}
#s-50c5efdb-720a-4973-9ea6-62a496f74b94, #wrap-s-50c5efdb-720a-4973-9ea6-62a496f74b94 { display:none !important; }}







#s-50c5efdb-720a-4973-9ea6-62a496f74b94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50c5efdb-720a-4973-9ea6-62a496f74b94.shg-box.shg-c {
  justify-content: center;
}

#s-d1505e97-f015-4da1-917a-a62e582befb2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d1505e97-f015-4da1-917a-a62e582befb2 {
  display: none;
}
#s-d1505e97-f015-4da1-917a-a62e582befb2, #wrap-s-d1505e97-f015-4da1-917a-a62e582befb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1505e97-f015-4da1-917a-a62e582befb2 {
  display: none;
}
#s-d1505e97-f015-4da1-917a-a62e582befb2, #wrap-s-d1505e97-f015-4da1-917a-a62e582befb2 { display:none !important; }}@media (max-width: 767px){#s-d1505e97-f015-4da1-917a-a62e582befb2 {
  display: none;
}
#s-d1505e97-f015-4da1-917a-a62e582befb2, #wrap-s-d1505e97-f015-4da1-917a-a62e582befb2 { display:none !important; }}







#s-d1505e97-f015-4da1-917a-a62e582befb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1505e97-f015-4da1-917a-a62e582befb2.shg-box.shg-c {
  justify-content: center;
}

#s-ffe16544-06ad-4764-80cd-e8fa433a5ca2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b43fe0a5-1943-4535-8a4d-c63aba44ccce {
  text-align: center;
}




  #s-b43fe0a5-1943-4535-8a4d-c63aba44ccce img.shogun-image {
    
    width: px;
  }


#s-b43fe0a5-1943-4535-8a4d-c63aba44ccce .shogun-image-content {
  
    align-items: center;
  
}

#s-4bff9e11-9092-47a2-9350-900e675b1c36 {
  text-align: center;
}




  #s-4bff9e11-9092-47a2-9350-900e675b1c36 img.shogun-image {
    
    width: px;
  }


#s-4bff9e11-9092-47a2-9350-900e675b1c36 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc5e6e06-3b32-452a-a0ba-de3b61a5a506 {
  text-align: center;
}





#s-bc5e6e06-3b32-452a-a0ba-de3b61a5a506 .shogun-image-content {
  
    align-items: center;
  
}

#s-243f3c22-0a6a-42f3-bd61-0b7d7fcca0cd {
  text-align: center;
}





#s-243f3c22-0a6a-42f3-bd61-0b7d7fcca0cd .shogun-image-content {
  
    align-items: center;
  
}

#s-76b82b79-ed55-479b-8848-76b626b694cc {
  text-align: center;
}




  #s-76b82b79-ed55-479b-8848-76b626b694cc img.shogun-image {
    
    width: px;
  }


#s-76b82b79-ed55-479b-8848-76b626b694cc .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-ecc77761-3a10-44fd-b612-4ff92ecc0083 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 11px;
padding-bottom: 11px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ecc77761-3a10-44fd-b612-4ff92ecc0083 {
  display: none;
}
#s-ecc77761-3a10-44fd-b612-4ff92ecc0083, #wrap-s-ecc77761-3a10-44fd-b612-4ff92ecc0083 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecc77761-3a10-44fd-b612-4ff92ecc0083 {
  display: none;
}
#s-ecc77761-3a10-44fd-b612-4ff92ecc0083, #wrap-s-ecc77761-3a10-44fd-b612-4ff92ecc0083 { display:none !important; }}
#s-ecc77761-3a10-44fd-b612-4ff92ecc0083 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: 1.15em;
  letter-spacing: 1px;
  text-align: center;
}



#s-9977a06a-ec14-4571-824f-c7508a689151 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9977a06a-ec14-4571-824f-c7508a689151 {
  display: none;
}
#s-9977a06a-ec14-4571-824f-c7508a689151, #wrap-s-9977a06a-ec14-4571-824f-c7508a689151 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9977a06a-ec14-4571-824f-c7508a689151 {
  display: none;
}
#s-9977a06a-ec14-4571-824f-c7508a689151, #wrap-s-9977a06a-ec14-4571-824f-c7508a689151 { display:none !important; }}@media (max-width: 767px){#s-9977a06a-ec14-4571-824f-c7508a689151 {
  display: none;
}
#s-9977a06a-ec14-4571-824f-c7508a689151, #wrap-s-9977a06a-ec14-4571-824f-c7508a689151 { display:none !important; }}







#s-9977a06a-ec14-4571-824f-c7508a689151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9977a06a-ec14-4571-824f-c7508a689151.shg-box.shg-c {
  justify-content: center;
}

#s-40194213-ce90-4bb0-9900-e016b4db3845 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40194213-ce90-4bb0-9900-e016b4db3845 {
  display: none;
}
#s-40194213-ce90-4bb0-9900-e016b4db3845, #wrap-s-40194213-ce90-4bb0-9900-e016b4db3845 { display:none !important; }}@media (max-width: 767px){#s-40194213-ce90-4bb0-9900-e016b4db3845 {
  display: none;
}
#s-40194213-ce90-4bb0-9900-e016b4db3845, #wrap-s-40194213-ce90-4bb0-9900-e016b4db3845 { display:none !important; }}
.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-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-932ef9fd-cb17-41ab-9fed-999903813b58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7d3723e2-a3a5-4b88-bea4-7b469374a02b {
  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-4a7c3936-a338-411a-9fd9-77e4f6525a7c {
  text-align: left;
}


.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c {
  max-width: 100%;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom,
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c {
  max-width: 100%;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom,
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c {
  max-width: 100%;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom,
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c {
  max-width: 100%;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom,
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c {
  max-width: 100%;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom,
.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a7c3936-a338-411a-9fd9-77e4f6525a7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-9e7b9240-a228-4004-bc89-a5bb0a6ccc46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e7b9240-a228-4004-bc89-a5bb0a6ccc46 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-98cdfbf2-8f9d-4a56-a475-8c0d61a83351 {
  text-align: center;
}

#s-98cdfbf2-8f9d-4a56-a475-8c0d61a83351 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-98cdfbf2-8f9d-4a56-a475-8c0d61a83351 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-98cdfbf2-8f9d-4a56-a475-8c0d61a83351 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-ba7a5cdc-c672-4e41-b5f0-97b9c703da0c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-ba7a5cdc-c672-4e41-b5f0-97b9c703da0c:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ba7a5cdc-c672-4e41-b5f0-97b9c703da0c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ba7a5cdc-c672-4e41-b5f0-97b9c703da0c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba7a5cdc-c672-4e41-b5f0-97b9c703da0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba7a5cdc-c672-4e41-b5f0-97b9c703da0c.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-ba7a5cdc-c672-4e41-b5f0-97b9c703da0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ac7ef84e-fcdb-456f-adbd-477032ec0ad9 {
  display: none;
}
#s-8ea96dae-e501-4343-a252-f8a5b845348b {
  text-align: left;
}


.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b {
  max-width: 100%;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom,
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b {
  max-width: 100%;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom,
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b {
  max-width: 100%;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom,
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b {
  max-width: 100%;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom,
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b {
  max-width: 100%;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom,
.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ea96dae-e501-4343-a252-f8a5b845348b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b1bea274-b707-451b-b951-56c61a16875d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1bea274-b707-451b-b951-56c61a16875d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a7d25359-67ce-4307-8ef2-b61ed89cde12 {
  text-align: center;
}

#s-a7d25359-67ce-4307-8ef2-b61ed89cde12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a7d25359-67ce-4307-8ef2-b61ed89cde12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a7d25359-67ce-4307-8ef2-b61ed89cde12 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-648dd4a1-44f0-4e7f-8911-44e4caa43392 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-648dd4a1-44f0-4e7f-8911-44e4caa43392:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-648dd4a1-44f0-4e7f-8911-44e4caa43392:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-648dd4a1-44f0-4e7f-8911-44e4caa43392 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-648dd4a1-44f0-4e7f-8911-44e4caa43392.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-648dd4a1-44f0-4e7f-8911-44e4caa43392.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-648dd4a1-44f0-4e7f-8911-44e4caa43392.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-83ffd8e9-2585-4684-98b6-d1249c257db2 {
  display: none;
}
#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf {
  text-align: left;
}


.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf {
  max-width: 100%;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom,
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf {
  max-width: 100%;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom,
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf {
  max-width: 100%;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom,
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf {
  max-width: 100%;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom,
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf {
  max-width: 100%;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom,
.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e3333c6-b37b-4cbe-ad70-6619b08a1edf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5ea42fb-d6a8-4d27-b804-7e88874eb5de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5ea42fb-d6a8-4d27-b804-7e88874eb5de .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-4218a8f5-473f-4a4b-928c-3fed2569fe66 {
  text-align: center;
}

#s-4218a8f5-473f-4a4b-928c-3fed2569fe66 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4218a8f5-473f-4a4b-928c-3fed2569fe66 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4218a8f5-473f-4a4b-928c-3fed2569fe66 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-37859052-12c1-4aa4-90ba-a08227979537 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-37859052-12c1-4aa4-90ba-a08227979537:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-37859052-12c1-4aa4-90ba-a08227979537:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-37859052-12c1-4aa4-90ba-a08227979537 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37859052-12c1-4aa4-90ba-a08227979537.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37859052-12c1-4aa4-90ba-a08227979537.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-37859052-12c1-4aa4-90ba-a08227979537.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-061557b1-1eef-468d-ad21-351eb775df1d {
  display: none;
}
#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 {
  text-align: left;
}


.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 {
  max-width: 100%;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom,
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 {
  max-width: 100%;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom,
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 {
  max-width: 100%;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom,
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 {
  max-width: 100%;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom,
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 {
  max-width: 100%;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom,
.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b06e2ccc-c98f-46d3-9aa1-0f01fd1c3af4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d3dad75a-5fa4-4527-bd5f-6d8a8941a639 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3dad75a-5fa4-4527-bd5f-6d8a8941a639 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-16c5f0e7-9f61-49ee-9b43-3f5b2b13f5c2 {
  text-align: center;
}

#s-16c5f0e7-9f61-49ee-9b43-3f5b2b13f5c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-16c5f0e7-9f61-49ee-9b43-3f5b2b13f5c2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-16c5f0e7-9f61-49ee-9b43-3f5b2b13f5c2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-df6ff3af-5bc7-4a1e-9437-23db0e8af68f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-df6ff3af-5bc7-4a1e-9437-23db0e8af68f:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-df6ff3af-5bc7-4a1e-9437-23db0e8af68f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-df6ff3af-5bc7-4a1e-9437-23db0e8af68f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df6ff3af-5bc7-4a1e-9437-23db0e8af68f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df6ff3af-5bc7-4a1e-9437-23db0e8af68f.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-df6ff3af-5bc7-4a1e-9437-23db0e8af68f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05a587f3-9eda-47d1-8753-903641b1e926"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ad587056-b911-4271-92e9-d67d891bdb87 {
  display: none;
}
#s-640900cf-ae55-4489-ae68-f9793397dcfd {
  text-align: left;
}


.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd {
  max-width: 100%;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom,
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd {
  max-width: 100%;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom,
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd {
  max-width: 100%;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom,
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd {
  max-width: 100%;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom,
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd {
  max-width: 100%;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom,
.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-640900cf-ae55-4489-ae68-f9793397dcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-45fbec00-31b6-4830-9b5c-e19f2f86e68c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45fbec00-31b6-4830-9b5c-e19f2f86e68c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-b98f4378-a79e-485c-b3e4-79a5f681e451 {
  text-align: center;
}

#s-b98f4378-a79e-485c-b3e4-79a5f681e451 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-b98f4378-a79e-485c-b3e4-79a5f681e451 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b98f4378-a79e-485c-b3e4-79a5f681e451 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9d675073-dae0-4293-8957-3c6ed7aefcfa {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-9d675073-dae0-4293-8957-3c6ed7aefcfa:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9d675073-dae0-4293-8957-3c6ed7aefcfa:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-9d675073-dae0-4293-8957-3c6ed7aefcfa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d675073-dae0-4293-8957-3c6ed7aefcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d675073-dae0-4293-8957-3c6ed7aefcfa.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-9d675073-dae0-4293-8957-3c6ed7aefcfa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5dd27c6a-25fa-4b32-98f5-4ba05dec2c76 {
  display: none;
}
#s-34781878-a1bd-4ba4-931f-ac7a89072765 {
  text-align: left;
}


.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 {
  max-width: 100%;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom,
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 {
  max-width: 100%;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom,
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 {
  max-width: 100%;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom,
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 {
  max-width: 100%;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom,
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 {
  max-width: 100%;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom,
.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34781878-a1bd-4ba4-931f-ac7a89072765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ad433866-e3b6-4867-b5d8-312acef3b70d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad433866-e3b6-4867-b5d8-312acef3b70d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-dd254a2b-6b27-4aa9-acc2-b9cf66d116b2 {
  text-align: center;
}

#s-dd254a2b-6b27-4aa9-acc2-b9cf66d116b2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-dd254a2b-6b27-4aa9-acc2-b9cf66d116b2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-dd254a2b-6b27-4aa9-acc2-b9cf66d116b2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6f52633d-debd-42a0-9322-e703545b9729 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-6f52633d-debd-42a0-9322-e703545b9729:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6f52633d-debd-42a0-9322-e703545b9729:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-6f52633d-debd-42a0-9322-e703545b9729 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f52633d-debd-42a0-9322-e703545b9729.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f52633d-debd-42a0-9322-e703545b9729.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-6f52633d-debd-42a0-9322-e703545b9729.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aa83b3c2-727d-4a72-b67d-2d5144d0a4b5 {
  display: none;
}
#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a {
  text-align: left;
}


.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a {
  max-width: 100%;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom,
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a {
  max-width: 100%;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom,
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a {
  max-width: 100%;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom,
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a {
  max-width: 100%;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom,
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a {
  max-width: 100%;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom,
.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0c9b5e2-f9f3-4163-8d00-71d4706a486a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-15c534e7-a027-4d13-97e8-0e189c3e4f84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15c534e7-a027-4d13-97e8-0e189c3e4f84 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a656524f-531f-4812-ba5b-1ea8cfa6049c {
  text-align: center;
}

#s-a656524f-531f-4812-ba5b-1ea8cfa6049c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a656524f-531f-4812-ba5b-1ea8cfa6049c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a656524f-531f-4812-ba5b-1ea8cfa6049c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8c018cb1-cfcb-48c7-a3fa-e0bc8a9e858c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-8c018cb1-cfcb-48c7-a3fa-e0bc8a9e858c:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8c018cb1-cfcb-48c7-a3fa-e0bc8a9e858c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-8c018cb1-cfcb-48c7-a3fa-e0bc8a9e858c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c018cb1-cfcb-48c7-a3fa-e0bc8a9e858c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c018cb1-cfcb-48c7-a3fa-e0bc8a9e858c.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8c018cb1-cfcb-48c7-a3fa-e0bc8a9e858c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5343c865-9e84-459d-bb30-44eaf33e908e {
  display: none;
}
#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 {
  text-align: left;
}


.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 {
  max-width: 100%;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom,
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 {
  max-width: 100%;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom,
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 {
  max-width: 100%;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom,
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 {
  max-width: 100%;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom,
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 {
  max-width: 100%;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom,
.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a86d2646-53bf-46af-b6cb-2efae2b3e075 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2692d2e2-9abc-48f5-9b52-f0745202c70e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2692d2e2-9abc-48f5-9b52-f0745202c70e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-78d77a8b-a5e8-4465-9ce6-dfc02b2f3179 {
  text-align: center;
}

#s-78d77a8b-a5e8-4465-9ce6-dfc02b2f3179 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-78d77a8b-a5e8-4465-9ce6-dfc02b2f3179 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-78d77a8b-a5e8-4465-9ce6-dfc02b2f3179 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1d701fa8-376e-4895-a60b-ba0091292fe0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-1d701fa8-376e-4895-a60b-ba0091292fe0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d701fa8-376e-4895-a60b-ba0091292fe0:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-1d701fa8-376e-4895-a60b-ba0091292fe0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d701fa8-376e-4895-a60b-ba0091292fe0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d701fa8-376e-4895-a60b-ba0091292fe0.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-1d701fa8-376e-4895-a60b-ba0091292fe0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-006f944f-3146-45fe-9eec-7c332851f500 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d05eb32-41d8-4c9d-be82-3b78a948f52e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-84c1bf90-5a96-4c84-aa5d-6fec078192f8 {
  display: none;
}
#s-f790ee10-c161-419d-baa1-0c89cde22817 {
  text-align: left;
}


.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 {
  max-width: 100%;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom,
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 {
  max-width: 100%;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom,
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 {
  max-width: 100%;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom,
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 {
  max-width: 100%;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom,
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 {
  max-width: 100%;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom,
.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f790ee10-c161-419d-baa1-0c89cde22817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a6fb99e-7996-4378-be2d-4f0b4aaf951a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a6fb99e-7996-4378-be2d-4f0b4aaf951a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-9d98c6a4-c872-4d98-9cfc-75edaaa1e11a {
  text-align: center;
}

#s-9d98c6a4-c872-4d98-9cfc-75edaaa1e11a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-9d98c6a4-c872-4d98-9cfc-75edaaa1e11a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9d98c6a4-c872-4d98-9cfc-75edaaa1e11a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4cbd68e1-077b-41d9-a6e0-ae00fcacf929 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-4cbd68e1-077b-41d9-a6e0-ae00fcacf929:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4cbd68e1-077b-41d9-a6e0-ae00fcacf929:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-4cbd68e1-077b-41d9-a6e0-ae00fcacf929 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cbd68e1-077b-41d9-a6e0-ae00fcacf929.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cbd68e1-077b-41d9-a6e0-ae00fcacf929.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4cbd68e1-077b-41d9-a6e0-ae00fcacf929.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0739046b-87b3-417c-a82f-f37f82231b12 {
  display: none;
}
#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 {
  text-align: left;
}


.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 {
  max-width: 100%;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom,
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 {
  max-width: 100%;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom,
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 {
  max-width: 100%;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom,
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 {
  max-width: 100%;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom,
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 {
  max-width: 100%;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom,
.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-820f68fe-148c-4e8c-8b2e-312c11b6fe63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7383405f-7c5b-45b2-8e43-91caad5597c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7383405f-7c5b-45b2-8e43-91caad5597c7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-e4f51228-2690-48e2-ad9c-57c13659e3a4 {
  text-align: center;
}

#s-e4f51228-2690-48e2-ad9c-57c13659e3a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-e4f51228-2690-48e2-ad9c-57c13659e3a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e4f51228-2690-48e2-ad9c-57c13659e3a4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-216723d1-229e-4ec2-9c56-415a8b3c9d5a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-216723d1-229e-4ec2-9c56-415a8b3c9d5a:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-216723d1-229e-4ec2-9c56-415a8b3c9d5a:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-216723d1-229e-4ec2-9c56-415a8b3c9d5a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-216723d1-229e-4ec2-9c56-415a8b3c9d5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-216723d1-229e-4ec2-9c56-415a8b3c9d5a.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-216723d1-229e-4ec2-9c56-415a8b3c9d5a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cf5829fa-cf1a-41c9-9eda-0e934a680b26 {
  display: none;
}
#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 {
  text-align: left;
}


.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 {
  max-width: 100%;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom,
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 {
  max-width: 100%;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom,
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 {
  max-width: 100%;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom,
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 {
  max-width: 100%;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom,
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 {
  max-width: 100%;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom,
.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d2ab4af-373c-4a42-82bd-aeb8dc729450 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e6782f40-5f42-4a80-b4dd-4de887f29bd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6782f40-5f42-4a80-b4dd-4de887f29bd7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-af6c86f3-d982-4824-b1bb-bae4e7604430 {
  text-align: center;
}

#s-af6c86f3-d982-4824-b1bb-bae4e7604430 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-af6c86f3-d982-4824-b1bb-bae4e7604430 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-af6c86f3-d982-4824-b1bb-bae4e7604430 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b3c3476c-6d74-4422-9300-8ed73e25471a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-b3c3476c-6d74-4422-9300-8ed73e25471a:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b3c3476c-6d74-4422-9300-8ed73e25471a:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-b3c3476c-6d74-4422-9300-8ed73e25471a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3c3476c-6d74-4422-9300-8ed73e25471a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3c3476c-6d74-4422-9300-8ed73e25471a.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b3c3476c-6d74-4422-9300-8ed73e25471a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7ffa4c3-abc4-4213-9a83-eaaf19eb5928"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a81318c6-04ab-4a85-a5ef-928d77b98b92 {
  display: none;
}
#s-7713f73a-f942-4dac-a9c4-75a45c301a4a {
  text-align: left;
}


.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a {
  max-width: 100%;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom,
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a {
  max-width: 100%;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom,
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a {
  max-width: 100%;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom,
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a {
  max-width: 100%;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom,
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a {
  max-width: 100%;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom,
.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7713f73a-f942-4dac-a9c4-75a45c301a4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f16d2c8e-4f77-4cc4-9280-a85c86eb5324 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f16d2c8e-4f77-4cc4-9280-a85c86eb5324 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-b96c3b62-9d11-472b-9ad8-9aa2c74e2347 {
  text-align: center;
}

#s-b96c3b62-9d11-472b-9ad8-9aa2c74e2347 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-b96c3b62-9d11-472b-9ad8-9aa2c74e2347 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b96c3b62-9d11-472b-9ad8-9aa2c74e2347 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c6d20f82-87fd-4388-9527-a3d4b058e671 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-c6d20f82-87fd-4388-9527-a3d4b058e671:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c6d20f82-87fd-4388-9527-a3d4b058e671:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-c6d20f82-87fd-4388-9527-a3d4b058e671 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6d20f82-87fd-4388-9527-a3d4b058e671.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6d20f82-87fd-4388-9527-a3d4b058e671.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-c6d20f82-87fd-4388-9527-a3d4b058e671.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a60863e7-6dc6-4bee-ab58-66f1c50b5100 {
  display: none;
}
#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff {
  text-align: left;
}


.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff {
  max-width: 100%;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom,
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff {
  max-width: 100%;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom,
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff {
  max-width: 100%;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom,
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff {
  max-width: 100%;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom,
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff {
  max-width: 100%;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom,
.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a5b4e9d-7491-44ee-8acd-18787a7dbdff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c8205a0f-7972-4762-9791-f01ed2936a16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8205a0f-7972-4762-9791-f01ed2936a16 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-c20c2d70-5cd0-470c-a873-209f68186f5b {
  text-align: center;
}

#s-c20c2d70-5cd0-470c-a873-209f68186f5b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c20c2d70-5cd0-470c-a873-209f68186f5b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c20c2d70-5cd0-470c-a873-209f68186f5b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1d70e3e6-e7f5-4c8c-80c7-219d6d722509 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-1d70e3e6-e7f5-4c8c-80c7-219d6d722509:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d70e3e6-e7f5-4c8c-80c7-219d6d722509:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-1d70e3e6-e7f5-4c8c-80c7-219d6d722509 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d70e3e6-e7f5-4c8c-80c7-219d6d722509.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d70e3e6-e7f5-4c8c-80c7-219d6d722509.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-1d70e3e6-e7f5-4c8c-80c7-219d6d722509.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9ee3cd1e-8ffe-44ca-90cf-ab9be56de804 {
  display: none;
}
#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e {
  text-align: left;
}


.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e {
  max-width: 100%;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom,
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e {
  max-width: 100%;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom,
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e {
  max-width: 100%;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom,
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e {
  max-width: 100%;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom,
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e {
  max-width: 100%;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom,
.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9ed5fa7-4804-433e-b6a1-af2f4eb1a26e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-036ecb87-c8cd-4932-8bcc-e3c6713c51b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-036ecb87-c8cd-4932-8bcc-e3c6713c51b3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-3616c668-e9fe-492c-93bc-e7164e2c808f {
  text-align: center;
}

#s-3616c668-e9fe-492c-93bc-e7164e2c808f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-3616c668-e9fe-492c-93bc-e7164e2c808f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3616c668-e9fe-492c-93bc-e7164e2c808f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-baaea8c3-fc35-4bce-82c5-31187e0d0c4d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-baaea8c3-fc35-4bce-82c5-31187e0d0c4d:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-baaea8c3-fc35-4bce-82c5-31187e0d0c4d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-baaea8c3-fc35-4bce-82c5-31187e0d0c4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baaea8c3-fc35-4bce-82c5-31187e0d0c4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baaea8c3-fc35-4bce-82c5-31187e0d0c4d.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-baaea8c3-fc35-4bce-82c5-31187e0d0c4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144 {
  display: none;
}
#s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144, #wrap-s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144 {
  display: none;
}
#s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144, #wrap-s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144 { display:none !important; }}







#s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4e75ae1-cd0a-4ab6-b63d-b1ecf7450144.shg-box.shg-c {
  justify-content: center;
}

#s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898 {
  display: none;
}
#s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898, #wrap-s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898 {
  display: none;
}
#s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898, #wrap-s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898 {
  display: none;
}
#s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898, #wrap-s-ec193ce3-aa7b-4c40-95bb-9f0abb77e898 { display:none !important; }}
#s-783a0b18-9f17-4acd-8ec0-a1fbdc073333 {
  display: none;
}
#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a {
  text-align: left;
}


.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a {
  max-width: 100%;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom,
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a {
  max-width: 100%;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom,
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a {
  max-width: 100%;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom,
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a {
  max-width: 100%;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom,
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a {
  max-width: 100%;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom,
.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9af5a0c8-b512-4951-b69c-c3c32a1add6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2907d0d0-5f96-4438-96a3-3386ed11c0de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2907d0d0-5f96-4438-96a3-3386ed11c0de .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-66ea9b13-a388-449a-b75f-44f32c0bfec3 {
  text-align: center;
}

#s-66ea9b13-a388-449a-b75f-44f32c0bfec3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-66ea9b13-a388-449a-b75f-44f32c0bfec3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-66ea9b13-a388-449a-b75f-44f32c0bfec3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-43e0abea-c769-4673-8901-757eb9d252b3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-43e0abea-c769-4673-8901-757eb9d252b3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-43e0abea-c769-4673-8901-757eb9d252b3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-43e0abea-c769-4673-8901-757eb9d252b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-43e0abea-c769-4673-8901-757eb9d252b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43e0abea-c769-4673-8901-757eb9d252b3.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-43e0abea-c769-4673-8901-757eb9d252b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-839b714d-1783-45e8-9722-e9ab93e8fed8 {
  display: none;
}
#s-75cebfca-a46b-4455-a235-ff8e58928617 {
  text-align: left;
}


.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 {
  max-width: 100%;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom,
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 {
  max-width: 100%;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom,
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 {
  max-width: 100%;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom,
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 {
  max-width: 100%;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom,
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 {
  max-width: 100%;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom,
.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75cebfca-a46b-4455-a235-ff8e58928617 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-88466cef-6369-4671-8c5a-d0c6701a1df7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88466cef-6369-4671-8c5a-d0c6701a1df7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a11ee8ce-f941-4afd-be65-aa4b3bee77f4 {
  text-align: center;
}

#s-a11ee8ce-f941-4afd-be65-aa4b3bee77f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a11ee8ce-f941-4afd-be65-aa4b3bee77f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a11ee8ce-f941-4afd-be65-aa4b3bee77f4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9c6d7b54-2551-4f0c-9aa7-40124617c7a6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-9c6d7b54-2551-4f0c-9aa7-40124617c7a6:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c6d7b54-2551-4f0c-9aa7-40124617c7a6:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-9c6d7b54-2551-4f0c-9aa7-40124617c7a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c6d7b54-2551-4f0c-9aa7-40124617c7a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c6d7b54-2551-4f0c-9aa7-40124617c7a6.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-9c6d7b54-2551-4f0c-9aa7-40124617c7a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-401f1669-e484-4ff3-8aa6-8747b6a1b07d {
  display: none;
}
#s-524631fc-48f8-4f52-aa57-8ccad728ded3 {
  text-align: left;
}


.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 {
  max-width: 100%;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom,
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 {
  max-width: 100%;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom,
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 {
  max-width: 100%;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom,
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 {
  max-width: 100%;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom,
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 {
  max-width: 100%;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom,
.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-524631fc-48f8-4f52-aa57-8ccad728ded3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cfe9a26b-eed0-4760-b69b-ffbca677cbbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfe9a26b-eed0-4760-b69b-ffbca677cbbe .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-0e84b06f-c16d-4c4e-99ee-c2a11f47c20d {
  text-align: center;
}

#s-0e84b06f-c16d-4c4e-99ee-c2a11f47c20d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-0e84b06f-c16d-4c4e-99ee-c2a11f47c20d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0e84b06f-c16d-4c4e-99ee-c2a11f47c20d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4db76748-2678-46d0-86e0-60d474614738 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-4db76748-2678-46d0-86e0-60d474614738:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4db76748-2678-46d0-86e0-60d474614738:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-4db76748-2678-46d0-86e0-60d474614738 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4db76748-2678-46d0-86e0-60d474614738.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4db76748-2678-46d0-86e0-60d474614738.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4db76748-2678-46d0-86e0-60d474614738.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ef19bbb-1a42-4ff5-aedb-7cadf8ce03d8 {
  display: none;
}
#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 {
  text-align: left;
}


.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 {
  max-width: 100%;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom,
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 {
  max-width: 100%;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom,
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 {
  max-width: 100%;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom,
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 {
  max-width: 100%;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom,
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 {
  max-width: 100%;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom,
.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24c3b7f5-cb0f-4a45-8734-f751caaa0104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-86ca05bb-38f2-4dcd-a308-01d64295f7b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86ca05bb-38f2-4dcd-a308-01d64295f7b3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-0d18075a-1410-4c99-bf80-93c30b86f780 {
  text-align: center;
}

#s-0d18075a-1410-4c99-bf80-93c30b86f780 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-0d18075a-1410-4c99-bf80-93c30b86f780 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0d18075a-1410-4c99-bf80-93c30b86f780 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b9f9b995-c066-4551-9124-5164928b55d0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-b9f9b995-c066-4551-9124-5164928b55d0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b9f9b995-c066-4551-9124-5164928b55d0:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-b9f9b995-c066-4551-9124-5164928b55d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9f9b995-c066-4551-9124-5164928b55d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9f9b995-c066-4551-9124-5164928b55d0.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b9f9b995-c066-4551-9124-5164928b55d0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-531b0806-0af9-4d4f-b284-bae32c450bfc {
  display: none;
}
#s-2ff4d73c-d65a-4136-8e88-457cedfe983b {
  text-align: left;
}


.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b {
  max-width: 100%;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom,
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b {
  max-width: 100%;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom,
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b {
  max-width: 100%;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom,
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b {
  max-width: 100%;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom,
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b {
  max-width: 100%;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom,
.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ff4d73c-d65a-4136-8e88-457cedfe983b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-57739e15-d4db-4e84-b903-a5f7fb88e9d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57739e15-d4db-4e84-b903-a5f7fb88e9d1 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-5dcd61ba-dbc7-4d5b-943b-2e39bfa38dc8 {
  text-align: center;
}

#s-5dcd61ba-dbc7-4d5b-943b-2e39bfa38dc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-5dcd61ba-dbc7-4d5b-943b-2e39bfa38dc8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5dcd61ba-dbc7-4d5b-943b-2e39bfa38dc8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c404db84-179b-4c0f-8935-4a9cef90fc7f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-c404db84-179b-4c0f-8935-4a9cef90fc7f:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c404db84-179b-4c0f-8935-4a9cef90fc7f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-c404db84-179b-4c0f-8935-4a9cef90fc7f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c404db84-179b-4c0f-8935-4a9cef90fc7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c404db84-179b-4c0f-8935-4a9cef90fc7f.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-c404db84-179b-4c0f-8935-4a9cef90fc7f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a37e738-5321-4a6e-a0e9-a6cf6b6b021e {
  display: none;
}
#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 {
  text-align: left;
}


.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 {
  max-width: 100%;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom,
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 {
  max-width: 100%;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom,
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 {
  max-width: 100%;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom,
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 {
  max-width: 100%;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom,
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 {
  max-width: 100%;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom,
.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c2630b-15d0-4b38-a2cb-9716e434ff05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9a1d1dfd-e1c9-4b07-9651-0b80a2fe8fad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a1d1dfd-e1c9-4b07-9651-0b80a2fe8fad .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-2bae3bc4-c827-40df-87d4-65a34d49390f {
  text-align: center;
}

#s-2bae3bc4-c827-40df-87d4-65a34d49390f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-2bae3bc4-c827-40df-87d4-65a34d49390f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2bae3bc4-c827-40df-87d4-65a34d49390f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f8bee5c0-98a6-4d8c-a5bb-dba18f5085da {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-f8bee5c0-98a6-4d8c-a5bb-dba18f5085da:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f8bee5c0-98a6-4d8c-a5bb-dba18f5085da:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-f8bee5c0-98a6-4d8c-a5bb-dba18f5085da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8bee5c0-98a6-4d8c-a5bb-dba18f5085da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8bee5c0-98a6-4d8c-a5bb-dba18f5085da.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-f8bee5c0-98a6-4d8c-a5bb-dba18f5085da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2b09b078-1ce4-4137-adec-a41df0a2ff28 {
  display: none;
}
#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 {
  text-align: left;
}


.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 {
  max-width: 100%;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom,
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 {
  max-width: 100%;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom,
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 {
  max-width: 100%;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom,
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 {
  max-width: 100%;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom,
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 {
  max-width: 100%;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom,
.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f43383-a010-4aab-ba33-eb6c64f6b5a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aab0d796-de44-4e3a-9464-3389b6c4f4b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aab0d796-de44-4e3a-9464-3389b6c4f4b3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-f424e9e4-c2a8-4aa2-bc27-bc5af65ed158 {
  text-align: center;
}

#s-f424e9e4-c2a8-4aa2-bc27-bc5af65ed158 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-f424e9e4-c2a8-4aa2-bc27-bc5af65ed158 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f424e9e4-c2a8-4aa2-bc27-bc5af65ed158 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-06a03224-553a-42c5-97a2-3203bed9311c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-06a03224-553a-42c5-97a2-3203bed9311c:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-06a03224-553a-42c5-97a2-3203bed9311c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-06a03224-553a-42c5-97a2-3203bed9311c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06a03224-553a-42c5-97a2-3203bed9311c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06a03224-553a-42c5-97a2-3203bed9311c.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-06a03224-553a-42c5-97a2-3203bed9311c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b6b7b5b8-35b5-4d05-881e-ccbdb7d1a5c2 {
  display: none;
}
#s-2e7b232b-d618-4d21-a520-a62308ee03d0 {
  text-align: left;
}


.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 {
  max-width: 100%;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom,
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 {
  max-width: 100%;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom,
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 {
  max-width: 100%;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom,
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 {
  max-width: 100%;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom,
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 {
  max-width: 100%;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom,
.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e7b232b-d618-4d21-a520-a62308ee03d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5cd8c497-dc6d-488d-b397-5e9c01349771 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cd8c497-dc6d-488d-b397-5e9c01349771 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-4e653bec-107d-405b-a20c-6c85f287eb5c {
  text-align: center;
}

#s-4e653bec-107d-405b-a20c-6c85f287eb5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4e653bec-107d-405b-a20c-6c85f287eb5c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4e653bec-107d-405b-a20c-6c85f287eb5c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c4a3adb4-e7d5-4ed9-9a98-e67d10f64f3c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-c4a3adb4-e7d5-4ed9-9a98-e67d10f64f3c:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c4a3adb4-e7d5-4ed9-9a98-e67d10f64f3c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-c4a3adb4-e7d5-4ed9-9a98-e67d10f64f3c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4a3adb4-e7d5-4ed9-9a98-e67d10f64f3c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4a3adb4-e7d5-4ed9-9a98-e67d10f64f3c.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-c4a3adb4-e7d5-4ed9-9a98-e67d10f64f3c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(240, 241, 245, 1);
}
@media (min-width: 1200px){#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680 {
  display: none;
}
#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680, #wrap-s-2eb53e74-8850-4a0f-a419-de0e5f6ea680 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680 {
  display: none;
}
#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680, #wrap-s-2eb53e74-8850-4a0f-a419-de0e5f6ea680 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680 {
  
}
}@media (max-width: 767px){#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680 {
  
}
}







#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2eb53e74-8850-4a0f-a419-de0e5f6ea680.shg-box.shg-c {
  justify-content: flex-start;
}

#s-37493d98-ee53-44b5-b35c-5347a096be27 {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-37493d98-ee53-44b5-b35c-5347a096be27 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-37493d98-ee53-44b5-b35c-5347a096be27 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37493d98-ee53-44b5-b35c-5347a096be27"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4898d70d-7c6d-4180-a2a9-f7e01a7f238c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-efa3ed7f-5ab2-468f-b632-3a7df90a7072 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-efa3ed7f-5ab2-468f-b632-3a7df90a7072 {
  margin-bottom: 40px;
}
}







#s-efa3ed7f-5ab2-468f-b632-3a7df90a7072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efa3ed7f-5ab2-468f-b632-3a7df90a7072.shg-box.shg-c {
  justify-content: center;
}

#s-9960aaae-605a-488b-9289-8b6c971bed10 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-9960aaae-605a-488b-9289-8b6c971bed10 img.shogun-image {
    
    width: px;
  }


#s-9960aaae-605a-488b-9289-8b6c971bed10 .shogun-image-content {
  
    align-items: center;
  
}

#s-b72e42f7-cdfb-4397-a23a-daca5c69c742 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b72e42f7-cdfb-4397-a23a-daca5c69c742 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a8ea402-68f7-44ed-91ad-855d17bcdcb4 {
  margin-top: 10px;
}

#s-dcdc86f7-7e52-4a03-839a-9e97c4b24202 {
  min-height: 50px;
}
@media (max-width: 767px){#s-dcdc86f7-7e52-4a03-839a-9e97c4b24202 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-dcdc86f7-7e52-4a03-839a-9e97c4b24202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcdc86f7-7e52-4a03-839a-9e97c4b24202.shg-box.shg-c {
  justify-content: center;
}

#s-61dd08ed-91ac-431c-bf5d-2053aae38922 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-61dd08ed-91ac-431c-bf5d-2053aae38922 img.shogun-image {
    
    width: px;
  }


#s-61dd08ed-91ac-431c-bf5d-2053aae38922 .shogun-image-content {
  
    align-items: center;
  
}

#s-91fd09c6-918a-4b5c-ae35-c7974591926d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-91fd09c6-918a-4b5c-ae35-c7974591926d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a8bd9825-f9a6-42a0-acf4-241ea31e0dc9 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7b7c2b1-fe48-4bbf-a3aa-e222dbc38132"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6645df9e-50e0-440b-8281-9008a25fe1e0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6645df9e-50e0-440b-8281-9008a25fe1e0 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-6645df9e-50e0-440b-8281-9008a25fe1e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6645df9e-50e0-440b-8281-9008a25fe1e0.shg-box.shg-c {
  justify-content: center;
}

#s-92f29439-fbad-4690-9355-2b6cace9fe32 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-92f29439-fbad-4690-9355-2b6cace9fe32 img.shogun-image {
    
    width: px;
  }


#s-92f29439-fbad-4690-9355-2b6cace9fe32 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5dded8e-ea6d-4e58-baf7-68fab95b62d9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e5dded8e-ea6d-4e58-baf7-68fab95b62d9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2e5d7fa2-f65a-4f8f-946c-a5faa9fc6662 {
  margin-top: 10px;
}

#s-2842f9a1-ee11-42e1-9994-eaf779e5aee2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2842f9a1-ee11-42e1-9994-eaf779e5aee2 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-2842f9a1-ee11-42e1-9994-eaf779e5aee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2842f9a1-ee11-42e1-9994-eaf779e5aee2.shg-box.shg-c {
  justify-content: center;
}

#s-84de6b2f-79c9-46ff-91a7-b1aa4b7eb606 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-84de6b2f-79c9-46ff-91a7-b1aa4b7eb606 img.shogun-image {
    
    width: px;
  }


#s-84de6b2f-79c9-46ff-91a7-b1aa4b7eb606 .shogun-image-content {
  
    align-items: center;
  
}

#s-d197e973-5026-4679-805b-a8030c9645dd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d197e973-5026-4679-805b-a8030c9645dd .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b6989b7-b255-4128-935e-7bb799e36861 {
  margin-top: 10px;
}

#s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d {
  display: none;
}
#s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d, #wrap-s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d {
  display: none;
}
#s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d, #wrap-s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d { display:none !important; }}







#s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33a6e9b9-9ddf-42b5-a4be-7bfeb559b92d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-58c31354-34b5-4b37-aded-d54b9dd36b09 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-58c31354-34b5-4b37-aded-d54b9dd36b09 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58c31354-34b5-4b37-aded-d54b9dd36b09 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58c31354-34b5-4b37-aded-d54b9dd36b09 {
  
}
}@media (max-width: 767px){#s-58c31354-34b5-4b37-aded-d54b9dd36b09 {
  margin-bottom: 20px;
}
}







#s-58c31354-34b5-4b37-aded-d54b9dd36b09 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.04999999999999999;
}#s-58c31354-34b5-4b37-aded-d54b9dd36b09 {
  cursor: pointer;
}#s-58c31354-34b5-4b37-aded-d54b9dd36b09.shg-box.shg-c {
  justify-content: center;
}

#s-d20e30b4-436f-43ec-b62a-e240dbbc5f46 {
  margin-left: 15px;
margin-right: 15px;
}
@media (min-width: 1200px){#s-d20e30b4-436f-43ec-b62a-e240dbbc5f46 {
  display: none;
}
#s-d20e30b4-436f-43ec-b62a-e240dbbc5f46, #wrap-s-d20e30b4-436f-43ec-b62a-e240dbbc5f46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d20e30b4-436f-43ec-b62a-e240dbbc5f46 {
  display: none;
}
#s-d20e30b4-436f-43ec-b62a-e240dbbc5f46, #wrap-s-d20e30b4-436f-43ec-b62a-e240dbbc5f46 { display:none !important; }}
#s-454d34b7-7326-49e6-8fe8-b14054429f28 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-454d34b7-7326-49e6-8fe8-b14054429f28 {
  display: none;
}
#s-454d34b7-7326-49e6-8fe8-b14054429f28, #wrap-s-454d34b7-7326-49e6-8fe8-b14054429f28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-454d34b7-7326-49e6-8fe8-b14054429f28 {
  display: none;
}
#s-454d34b7-7326-49e6-8fe8-b14054429f28, #wrap-s-454d34b7-7326-49e6-8fe8-b14054429f28 { display:none !important; }}







#s-454d34b7-7326-49e6-8fe8-b14054429f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454d34b7-7326-49e6-8fe8-b14054429f28.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e19cc66-1130-44d5-9f94-fcd7c40b4c3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-68f5aac5-47bf-4e71-b900-6b368a3729e9 {
  display: none;
}
#s-446bd815-5b80-42b7-83de-18676622c85c {
  text-align: left;
}


.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c {
  max-width: 100%;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom,
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c {
  max-width: 100%;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom,
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c {
  max-width: 100%;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom,
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c {
  max-width: 100%;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom,
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c {
  max-width: 100%;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom,
.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-446bd815-5b80-42b7-83de-18676622c85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-778a7ef7-2beb-4922-95a5-3fd4ec16d0fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-778a7ef7-2beb-4922-95a5-3fd4ec16d0fe .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-1230c848-ead4-4ba0-9643-3f93969ab2b4 {
  text-align: center;
}

#s-1230c848-ead4-4ba0-9643-3f93969ab2b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-1230c848-ead4-4ba0-9643-3f93969ab2b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1230c848-ead4-4ba0-9643-3f93969ab2b4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ca78fa99-e712-4b8a-8b88-3c1c6d422edf {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-ca78fa99-e712-4b8a-8b88-3c1c6d422edf:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ca78fa99-e712-4b8a-8b88-3c1c6d422edf:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ca78fa99-e712-4b8a-8b88-3c1c6d422edf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca78fa99-e712-4b8a-8b88-3c1c6d422edf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca78fa99-e712-4b8a-8b88-3c1c6d422edf.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-ca78fa99-e712-4b8a-8b88-3c1c6d422edf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b7b6ef94-47f7-4e81-a811-8e870cd16081 {
  display: none;
}
#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 {
  text-align: left;
}


.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 {
  max-width: 100%;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom,
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 {
  max-width: 100%;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom,
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 {
  max-width: 100%;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom,
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 {
  max-width: 100%;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom,
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 {
  max-width: 100%;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom,
.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed32b16d-4520-468f-ac94-b41bf0e0e006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-14bfbaa2-699b-4ec7-adf6-1d6f9bc5e9f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14bfbaa2-699b-4ec7-adf6-1d6f9bc5e9f7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-2bc0d5e0-8329-4ea0-be06-85f193e0a694 {
  text-align: center;
}

#s-2bc0d5e0-8329-4ea0-be06-85f193e0a694 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-2bc0d5e0-8329-4ea0-be06-85f193e0a694 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2bc0d5e0-8329-4ea0-be06-85f193e0a694 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4a02d413-7216-43a7-b4f6-584648f74605 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-4a02d413-7216-43a7-b4f6-584648f74605:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4a02d413-7216-43a7-b4f6-584648f74605:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-4a02d413-7216-43a7-b4f6-584648f74605 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a02d413-7216-43a7-b4f6-584648f74605.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a02d413-7216-43a7-b4f6-584648f74605.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4a02d413-7216-43a7-b4f6-584648f74605.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1cca4632-1959-4814-9c36-c7d452184b9c {
  display: none;
}
#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c {
  text-align: left;
}


.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c {
  max-width: 100%;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom,
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c {
  max-width: 100%;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom,
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c {
  max-width: 100%;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom,
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c {
  max-width: 100%;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom,
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c {
  max-width: 100%;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom,
.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a57b19c9-3d5f-49ae-bbd2-a07826d9885c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7c1749cf-ecdc-401c-a4bc-7c18854b71f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c1749cf-ecdc-401c-a4bc-7c18854b71f3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-51e5eae3-b16d-4e7d-812a-42693e63b7d8 {
  text-align: center;
}

#s-51e5eae3-b16d-4e7d-812a-42693e63b7d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-51e5eae3-b16d-4e7d-812a-42693e63b7d8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-51e5eae3-b16d-4e7d-812a-42693e63b7d8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d0919ae7-a118-4e37-9fc0-1aea8900b127 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-d0919ae7-a118-4e37-9fc0-1aea8900b127:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d0919ae7-a118-4e37-9fc0-1aea8900b127:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-d0919ae7-a118-4e37-9fc0-1aea8900b127 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0919ae7-a118-4e37-9fc0-1aea8900b127.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0919ae7-a118-4e37-9fc0-1aea8900b127.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-d0919ae7-a118-4e37-9fc0-1aea8900b127.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a85070f1-de9d-4ba7-87a1-5af8e41cee73 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a85070f1-de9d-4ba7-87a1-5af8e41cee73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a85070f1-de9d-4ba7-87a1-5af8e41cee73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a85070f1-de9d-4ba7-87a1-5af8e41cee73 {
  
}
}@media (max-width: 767px){#s-a85070f1-de9d-4ba7-87a1-5af8e41cee73 {
  margin-bottom: 20px;
}
}







#s-a85070f1-de9d-4ba7-87a1-5af8e41cee73 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.04999999999999999;
}#s-a85070f1-de9d-4ba7-87a1-5af8e41cee73 {
  cursor: pointer;
}#s-a85070f1-de9d-4ba7-87a1-5af8e41cee73.shg-box.shg-c {
  justify-content: center;
}

#s-39882745-4165-43f4-b2ff-2bd7eabf51dd {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-39882745-4165-43f4-b2ff-2bd7eabf51dd {
  display: none;
}
#s-39882745-4165-43f4-b2ff-2bd7eabf51dd, #wrap-s-39882745-4165-43f4-b2ff-2bd7eabf51dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39882745-4165-43f4-b2ff-2bd7eabf51dd {
  display: none;
}
#s-39882745-4165-43f4-b2ff-2bd7eabf51dd, #wrap-s-39882745-4165-43f4-b2ff-2bd7eabf51dd { display:none !important; }}







#s-39882745-4165-43f4-b2ff-2bd7eabf51dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39882745-4165-43f4-b2ff-2bd7eabf51dd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-665ec368-690d-409d-8d93-607859936a11 {
  margin-left: 15px;
margin-right: 15px;
}
@media (min-width: 1200px){#s-665ec368-690d-409d-8d93-607859936a11 {
  display: none;
}
#s-665ec368-690d-409d-8d93-607859936a11, #wrap-s-665ec368-690d-409d-8d93-607859936a11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-665ec368-690d-409d-8d93-607859936a11 {
  display: none;
}
#s-665ec368-690d-409d-8d93-607859936a11, #wrap-s-665ec368-690d-409d-8d93-607859936a11 { display:none !important; }}
#s-f6b5e431-0e6b-4c4f-84f1-a9285af84347 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f6b5e431-0e6b-4c4f-84f1-a9285af84347 {
  display: none;
}
#s-f6b5e431-0e6b-4c4f-84f1-a9285af84347, #wrap-s-f6b5e431-0e6b-4c4f-84f1-a9285af84347 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6b5e431-0e6b-4c4f-84f1-a9285af84347 {
  display: none;
}
#s-f6b5e431-0e6b-4c4f-84f1-a9285af84347, #wrap-s-f6b5e431-0e6b-4c4f-84f1-a9285af84347 { display:none !important; }}







#s-f6b5e431-0e6b-4c4f-84f1-a9285af84347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6b5e431-0e6b-4c4f-84f1-a9285af84347.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cbbe2c29-5ef4-4ddc-9cb6-65dae841389a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9d45fd13-0c78-47f3-9ca4-8239bcb459dd {
  display: none;
}
#s-86520a15-8f4e-4331-ad81-4819b28a82e0 {
  text-align: left;
}


.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 {
  max-width: 100%;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom,
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 {
  max-width: 100%;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom,
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 {
  max-width: 100%;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom,
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 {
  max-width: 100%;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom,
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 {
  max-width: 100%;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom,
.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86520a15-8f4e-4331-ad81-4819b28a82e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d7d840b5-b21e-4842-a5b4-680fc8a63e42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7d840b5-b21e-4842-a5b4-680fc8a63e42 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-6a29068d-7743-4173-ba64-33bc51d49c33 {
  text-align: center;
}

#s-6a29068d-7743-4173-ba64-33bc51d49c33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-6a29068d-7743-4173-ba64-33bc51d49c33 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6a29068d-7743-4173-ba64-33bc51d49c33 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e42f148b-e347-49ff-a337-7d97bf044042 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-e42f148b-e347-49ff-a337-7d97bf044042:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e42f148b-e347-49ff-a337-7d97bf044042:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e42f148b-e347-49ff-a337-7d97bf044042 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e42f148b-e347-49ff-a337-7d97bf044042.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e42f148b-e347-49ff-a337-7d97bf044042.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-e42f148b-e347-49ff-a337-7d97bf044042.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b0fe15f-2a3f-470b-a745-a7dedf53b947 {
  display: none;
}
#s-1528a306-354e-44f5-aeed-2d144fd51d89 {
  text-align: left;
}


.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 {
  max-width: 100%;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom,
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 {
  max-width: 100%;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom,
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 {
  max-width: 100%;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom,
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 {
  max-width: 100%;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom,
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 {
  max-width: 100%;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom,
.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1528a306-354e-44f5-aeed-2d144fd51d89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e7f2777f-27ab-4496-9ff5-b999a3529eb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7f2777f-27ab-4496-9ff5-b999a3529eb6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-324840b9-43cb-479a-b18e-83261b37e534 {
  text-align: center;
}

#s-324840b9-43cb-479a-b18e-83261b37e534 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-324840b9-43cb-479a-b18e-83261b37e534 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-324840b9-43cb-479a-b18e-83261b37e534 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c2cdd3e4-5c30-4745-92bd-39b21d8013d3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-c2cdd3e4-5c30-4745-92bd-39b21d8013d3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c2cdd3e4-5c30-4745-92bd-39b21d8013d3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-c2cdd3e4-5c30-4745-92bd-39b21d8013d3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2cdd3e4-5c30-4745-92bd-39b21d8013d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2cdd3e4-5c30-4745-92bd-39b21d8013d3.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-c2cdd3e4-5c30-4745-92bd-39b21d8013d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e065a86f-c45d-4bbd-9dfc-becd5b8310aa {
  display: none;
}
#s-d57b2172-e4ab-473b-86d0-f09c78641439 {
  text-align: left;
}


.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 {
  max-width: 100%;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom,
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 {
  max-width: 100%;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom,
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 {
  max-width: 100%;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom,
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 {
  max-width: 100%;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom,
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 {
  max-width: 100%;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom,
.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d57b2172-e4ab-473b-86d0-f09c78641439 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5d468d1-4559-453f-80bf-c7b0c99c844d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5d468d1-4559-453f-80bf-c7b0c99c844d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-4fbf24ca-e28d-41f2-a080-00f1381f8fbc {
  text-align: center;
}

#s-4fbf24ca-e28d-41f2-a080-00f1381f8fbc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4fbf24ca-e28d-41f2-a080-00f1381f8fbc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4fbf24ca-e28d-41f2-a080-00f1381f8fbc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7fb690a9-a186-44b3-b7ac-16c963632872 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-7fb690a9-a186-44b3-b7ac-16c963632872:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-7fb690a9-a186-44b3-b7ac-16c963632872:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-7fb690a9-a186-44b3-b7ac-16c963632872 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7fb690a9-a186-44b3-b7ac-16c963632872.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7fb690a9-a186-44b3-b7ac-16c963632872.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-7fb690a9-a186-44b3-b7ac-16c963632872.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a0f2fb3c-0358-403c-8425-5d26f7cac415 {
  margin-top: 30px;
margin-bottom: 10px;
min-height: 50px;
}








#s-a0f2fb3c-0358-403c-8425-5d26f7cac415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0f2fb3c-0358-403c-8425-5d26f7cac415.shg-box.shg-c {
  justify-content: flex-start;
}

#s-735705d8-fec0-4744-b650-35b5af73ef33 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 49px;
}
@media (min-width: 1200px){#s-735705d8-fec0-4744-b650-35b5af73ef33 {
  display: none;
}
#s-735705d8-fec0-4744-b650-35b5af73ef33, #wrap-s-735705d8-fec0-4744-b650-35b5af73ef33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-735705d8-fec0-4744-b650-35b5af73ef33 {
  display: none;
}
#s-735705d8-fec0-4744-b650-35b5af73ef33, #wrap-s-735705d8-fec0-4744-b650-35b5af73ef33 { display:none !important; }}







#s-735705d8-fec0-4744-b650-35b5af73ef33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-735705d8-fec0-4744-b650-35b5af73ef33.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d8db815a-b245-4109-b44d-5ae17373e10f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d8db815a-b245-4109-b44d-5ae17373e10f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8db815a-b245-4109-b44d-5ae17373e10f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8db815a-b245-4109-b44d-5ae17373e10f {
  
}
}@media (max-width: 767px){#s-d8db815a-b245-4109-b44d-5ae17373e10f {
  
}
}







#s-d8db815a-b245-4109-b44d-5ae17373e10f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d8db815a-b245-4109-b44d-5ae17373e10f {
  cursor: pointer;
}#s-d8db815a-b245-4109-b44d-5ae17373e10f.shg-box.shg-c {
  justify-content: center;
}

#s-3acddb9c-d371-42b5-9bb8-d052e1180a5c {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
min-height: 50px;
}








#s-3acddb9c-d371-42b5-9bb8-d052e1180a5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3acddb9c-d371-42b5-9bb8-d052e1180a5c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a284c96f-6d22-4909-9766-599c6f71afaf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a284c96f-6d22-4909-9766-599c6f71afaf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dbeb700c-27d3-46e0-ba56-d4fbd87ac273 {
  display: none;
}
#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 {
  text-align: left;
}


.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 {
  max-width: 100%;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom,
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 {
  max-width: 100%;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom,
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 {
  max-width: 100%;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom,
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 {
  max-width: 100%;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom,
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 {
  max-width: 100%;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom,
.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8927a210-3b14-4dea-9fc6-dce87d5cbd82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1cafb079-fc2f-433d-b0db-51fece4ef65a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cafb079-fc2f-433d-b0db-51fece4ef65a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-00a7b40b-767a-4b18-ac91-bfc951ddff39 {
  text-align: center;
}

#s-00a7b40b-767a-4b18-ac91-bfc951ddff39 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-00a7b40b-767a-4b18-ac91-bfc951ddff39 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-00a7b40b-767a-4b18-ac91-bfc951ddff39 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fd7eb466-f494-4baf-b41e-2b837e58521b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-fd7eb466-f494-4baf-b41e-2b837e58521b:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fd7eb466-f494-4baf-b41e-2b837e58521b:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-fd7eb466-f494-4baf-b41e-2b837e58521b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd7eb466-f494-4baf-b41e-2b837e58521b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd7eb466-f494-4baf-b41e-2b837e58521b.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fd7eb466-f494-4baf-b41e-2b837e58521b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5dd69da9-eda3-4cf2-b391-83393c34891f {
  display: none;
}
#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 {
  text-align: left;
}


.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 {
  max-width: 100%;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom,
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 {
  max-width: 100%;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom,
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 {
  max-width: 100%;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom,
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 {
  max-width: 100%;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom,
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 {
  max-width: 100%;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom,
.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-338fe94b-bf7e-41d1-a75d-01f3182cb452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4cad87c1-225b-4330-a832-921575a8a095 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cad87c1-225b-4330-a832-921575a8a095 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-9fe8b8c1-afa2-49a8-9391-a7879f4635d6 {
  text-align: center;
}

#s-9fe8b8c1-afa2-49a8-9391-a7879f4635d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-9fe8b8c1-afa2-49a8-9391-a7879f4635d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9fe8b8c1-afa2-49a8-9391-a7879f4635d6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7b124d8f-41de-440d-8c3f-5731b1c8e55e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-7b124d8f-41de-440d-8c3f-5731b1c8e55e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-7b124d8f-41de-440d-8c3f-5731b1c8e55e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-7b124d8f-41de-440d-8c3f-5731b1c8e55e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b124d8f-41de-440d-8c3f-5731b1c8e55e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b124d8f-41de-440d-8c3f-5731b1c8e55e.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-7b124d8f-41de-440d-8c3f-5731b1c8e55e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-84fa5660-a4a5-4d10-8aba-24d119278b14 {
  display: none;
}
#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a {
  text-align: left;
}


.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a {
  max-width: 100%;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom,
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a {
  max-width: 100%;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom,
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a {
  max-width: 100%;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom,
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a {
  max-width: 100%;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom,
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a {
  max-width: 100%;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom,
.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb85b565-cf14-474a-aa16-9ed6bea55f2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-615277c6-8e17-4641-b20a-bb77a56cced9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-615277c6-8e17-4641-b20a-bb77a56cced9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-53ee937d-6b8b-4b32-8b66-120cedc17e0d {
  text-align: center;
}

#s-53ee937d-6b8b-4b32-8b66-120cedc17e0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-53ee937d-6b8b-4b32-8b66-120cedc17e0d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-53ee937d-6b8b-4b32-8b66-120cedc17e0d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e7affbc1-d27e-4ae2-8cc6-8b8e7ce86fc4 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-e7affbc1-d27e-4ae2-8cc6-8b8e7ce86fc4:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e7affbc1-d27e-4ae2-8cc6-8b8e7ce86fc4:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e7affbc1-d27e-4ae2-8cc6-8b8e7ce86fc4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7affbc1-d27e-4ae2-8cc6-8b8e7ce86fc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7affbc1-d27e-4ae2-8cc6-8b8e7ce86fc4.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-e7affbc1-d27e-4ae2-8cc6-8b8e7ce86fc4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f9d95db6-83d2-4027-9ba2-d96c43f53a8b {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f9d95db6-83d2-4027-9ba2-d96c43f53a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9d95db6-83d2-4027-9ba2-d96c43f53a8b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0a4bd668-6e79-4717-9195-c23226dd3527 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0a4bd668-6e79-4717-9195-c23226dd3527 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a4bd668-6e79-4717-9195-c23226dd3527 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a4bd668-6e79-4717-9195-c23226dd3527 {
  
}
}@media (max-width: 767px){#s-0a4bd668-6e79-4717-9195-c23226dd3527 {
  
}
}







#s-0a4bd668-6e79-4717-9195-c23226dd3527 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0a4bd668-6e79-4717-9195-c23226dd3527 {
  cursor: pointer;
}#s-0a4bd668-6e79-4717-9195-c23226dd3527.shg-box.shg-c {
  justify-content: center;
}

#s-fb92d696-cf4f-453a-9402-3f904d51714c {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
min-height: 50px;
}








#s-fb92d696-cf4f-453a-9402-3f904d51714c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb92d696-cf4f-453a-9402-3f904d51714c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c1f6c09d-48c7-49ff-8145-a956422360fe {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 40px;
margin-right: 15px;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c1f6c09d-48c7-49ff-8145-a956422360fe {
  display: none;
}
#s-c1f6c09d-48c7-49ff-8145-a956422360fe, #wrap-s-c1f6c09d-48c7-49ff-8145-a956422360fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1f6c09d-48c7-49ff-8145-a956422360fe {
  display: none;
}
#s-c1f6c09d-48c7-49ff-8145-a956422360fe, #wrap-s-c1f6c09d-48c7-49ff-8145-a956422360fe { display:none !important; }}
@media (min-width: 0px) {
[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1f6c09d-48c7-49ff-8145-a956422360fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3bcca070-1f7a-4f6b-9a82-60a28975c811 {
  display: none;
}
#s-addf2a02-e396-4837-8023-640884c42d1c {
  text-align: left;
}


.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c {
  max-width: 100%;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom,
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c {
  max-width: 100%;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom,
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c {
  max-width: 100%;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom,
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c {
  max-width: 100%;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom,
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c {
  max-width: 100%;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom,
.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-addf2a02-e396-4837-8023-640884c42d1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-16aa7dce-70cd-4d80-94e7-edce7258f8c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16aa7dce-70cd-4d80-94e7-edce7258f8c0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a563b35c-6799-46d8-a633-3bb9a2297191 {
  text-align: center;
}

#s-a563b35c-6799-46d8-a633-3bb9a2297191 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a563b35c-6799-46d8-a633-3bb9a2297191 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a563b35c-6799-46d8-a633-3bb9a2297191 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-80f4d64c-072d-41b3-a6d7-c2285abe91d6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-80f4d64c-072d-41b3-a6d7-c2285abe91d6:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-80f4d64c-072d-41b3-a6d7-c2285abe91d6:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-80f4d64c-072d-41b3-a6d7-c2285abe91d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80f4d64c-072d-41b3-a6d7-c2285abe91d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80f4d64c-072d-41b3-a6d7-c2285abe91d6.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-80f4d64c-072d-41b3-a6d7-c2285abe91d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b43ea515-ecb7-4a56-a127-685562ce5a82 {
  display: none;
}
#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 {
  text-align: left;
}


.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 {
  max-width: 100%;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom,
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 {
  max-width: 100%;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom,
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 {
  max-width: 100%;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom,
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 {
  max-width: 100%;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom,
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 {
  max-width: 100%;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom,
.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6372f0d8-ec2c-4e94-bdbc-c249d3045447 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-62ef16bd-a445-4c0d-8248-ec3c361ca384 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62ef16bd-a445-4c0d-8248-ec3c361ca384 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-fb03fc25-a0ce-42f7-8d27-b19c4ab50054 {
  text-align: center;
}

#s-fb03fc25-a0ce-42f7-8d27-b19c4ab50054 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-fb03fc25-a0ce-42f7-8d27-b19c4ab50054 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-fb03fc25-a0ce-42f7-8d27-b19c4ab50054 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fbcc39da-7f91-461c-a237-760b0aba9ed7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-fbcc39da-7f91-461c-a237-760b0aba9ed7:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fbcc39da-7f91-461c-a237-760b0aba9ed7:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-fbcc39da-7f91-461c-a237-760b0aba9ed7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbcc39da-7f91-461c-a237-760b0aba9ed7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbcc39da-7f91-461c-a237-760b0aba9ed7.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fbcc39da-7f91-461c-a237-760b0aba9ed7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e08db4b0-efa1-47e7-9324-3244daa40b39 {
  display: none;
}
#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c {
  text-align: left;
}


.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c {
  max-width: 100%;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom,
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c {
  max-width: 100%;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom,
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c {
  max-width: 100%;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom,
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c {
  max-width: 100%;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom,
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c {
  max-width: 100%;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom,
.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac32307e-f3ec-45c8-a0aa-f09333d28c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-65c7c874-9078-4a86-b389-f8695826856e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65c7c874-9078-4a86-b389-f8695826856e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-e5f04e41-4c3b-4204-a3be-ec00ce4eb946 {
  text-align: center;
}

#s-e5f04e41-4c3b-4204-a3be-ec00ce4eb946 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-e5f04e41-4c3b-4204-a3be-ec00ce4eb946 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e5f04e41-4c3b-4204-a3be-ec00ce4eb946 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-185b5c91-1ce7-4226-8a3c-238e358c2435 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-185b5c91-1ce7-4226-8a3c-238e358c2435:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-185b5c91-1ce7-4226-8a3c-238e358c2435:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-185b5c91-1ce7-4226-8a3c-238e358c2435 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-185b5c91-1ce7-4226-8a3c-238e358c2435.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-185b5c91-1ce7-4226-8a3c-238e358c2435.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-185b5c91-1ce7-4226-8a3c-238e358c2435.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d62d6915-38ee-40bd-a893-5b00419a97a9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d62d6915-38ee-40bd-a893-5b00419a97a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d62d6915-38ee-40bd-a893-5b00419a97a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d62d6915-38ee-40bd-a893-5b00419a97a9 {
  
}
}@media (max-width: 767px){#s-d62d6915-38ee-40bd-a893-5b00419a97a9 {
  
}
}







#s-d62d6915-38ee-40bd-a893-5b00419a97a9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d62d6915-38ee-40bd-a893-5b00419a97a9 {
  cursor: pointer;
}#s-d62d6915-38ee-40bd-a893-5b00419a97a9.shg-box.shg-c {
  justify-content: center;
}

#s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5 {
  display: none;
}
#s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5, #wrap-s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5 {
  display: none;
}
#s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5, #wrap-s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5 { display:none !important; }}







#s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c65b75f5-5eaf-424c-9f2d-17cce3a3c2d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b270673f-1370-4502-8a14-bf08382f700e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b270673f-1370-4502-8a14-bf08382f700e {
  display: none;
}
#s-b270673f-1370-4502-8a14-bf08382f700e, #wrap-s-b270673f-1370-4502-8a14-bf08382f700e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b270673f-1370-4502-8a14-bf08382f700e {
  display: none;
}
#s-b270673f-1370-4502-8a14-bf08382f700e, #wrap-s-b270673f-1370-4502-8a14-bf08382f700e { display:none !important; }}
@media (min-width: 0px) {
[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b270673f-1370-4502-8a14-bf08382f700e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3b0cab4d-9f1f-4df1-a88b-5962a2ec82b6 {
  display: none;
}
#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d {
  text-align: left;
}


.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d {
  max-width: 100%;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom,
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d {
  max-width: 100%;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom,
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d {
  max-width: 100%;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom,
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d {
  max-width: 100%;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom,
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d {
  max-width: 100%;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom,
.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4b10723-d0b2-4c7f-8c1a-a1671c24bc3d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-787544ac-6334-4347-9a8c-8d3733ab8b4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-787544ac-6334-4347-9a8c-8d3733ab8b4f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-0d619347-ce29-4839-b715-bfb50e3916f9 {
  text-align: center;
}

#s-0d619347-ce29-4839-b715-bfb50e3916f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-0d619347-ce29-4839-b715-bfb50e3916f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0d619347-ce29-4839-b715-bfb50e3916f9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-265d228a-029f-4280-97eb-bf671a9569b2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-265d228a-029f-4280-97eb-bf671a9569b2:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-265d228a-029f-4280-97eb-bf671a9569b2:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-265d228a-029f-4280-97eb-bf671a9569b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-265d228a-029f-4280-97eb-bf671a9569b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-265d228a-029f-4280-97eb-bf671a9569b2.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-265d228a-029f-4280-97eb-bf671a9569b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1acf2e63-61b7-4d3e-a8b0-8d914f1fcf91 {
  display: none;
}
#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 {
  text-align: left;
}


.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 {
  max-width: 100%;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom,
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 {
  max-width: 100%;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom,
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 {
  max-width: 100%;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom,
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 {
  max-width: 100%;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom,
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 {
  max-width: 100%;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom,
.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d78a5d-a03d-4cde-b34b-e41c3d1c9f56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50267d49-6bd7-47be-9f18-20b0ea9404e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50267d49-6bd7-47be-9f18-20b0ea9404e8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-119cf575-f37a-4ad9-b29e-cfb2e008c712 {
  text-align: center;
}

#s-119cf575-f37a-4ad9-b29e-cfb2e008c712 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-119cf575-f37a-4ad9-b29e-cfb2e008c712 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-119cf575-f37a-4ad9-b29e-cfb2e008c712 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3f49475e-f849-4a35-aba6-b6b2bfeee291 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-3f49475e-f849-4a35-aba6-b6b2bfeee291:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-3f49475e-f849-4a35-aba6-b6b2bfeee291:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-3f49475e-f849-4a35-aba6-b6b2bfeee291 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f49475e-f849-4a35-aba6-b6b2bfeee291.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f49475e-f849-4a35-aba6-b6b2bfeee291.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-3f49475e-f849-4a35-aba6-b6b2bfeee291.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-76e48c63-876f-471a-aa25-7a4c16913bb4 {
  display: none;
}
#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 {
  text-align: left;
}


.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 {
  max-width: 100%;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom,
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 {
  max-width: 100%;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom,
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 {
  max-width: 100%;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom,
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 {
  max-width: 100%;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom,
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 {
  max-width: 100%;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom,
.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f10d9476-bfb5-4f55-825b-1668c054e8c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f1a142e3-013b-47a5-9444-64f6028f9454 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1a142e3-013b-47a5-9444-64f6028f9454 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-40195a2c-ed3a-4614-9761-c8b441453fe8 {
  text-align: center;
}

#s-40195a2c-ed3a-4614-9761-c8b441453fe8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-40195a2c-ed3a-4614-9761-c8b441453fe8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-40195a2c-ed3a-4614-9761-c8b441453fe8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5e39588a-2c16-4f4a-aad5-cb4348ad30f5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-5e39588a-2c16-4f4a-aad5-cb4348ad30f5:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-5e39588a-2c16-4f4a-aad5-cb4348ad30f5:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-5e39588a-2c16-4f4a-aad5-cb4348ad30f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e39588a-2c16-4f4a-aad5-cb4348ad30f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e39588a-2c16-4f4a-aad5-cb4348ad30f5.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5e39588a-2c16-4f4a-aad5-cb4348ad30f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf {
  margin-top: 60px;
min-height: 250px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 1200px){#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf {
  display: none;
}
#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf, #wrap-s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf {
  display: none;
}
#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf, #wrap-s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf {
  
}
}@media (max-width: 767px){#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf {
  
}
}







#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b4f5ad3-2a7d-4c8b-a692-b8e4cf1b1aaf.shg-box.shg-c {
  justify-content: center;
}

#s-0adf3391-bb73-4e53-9894-f444bba67fe1 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-ef15c61d-c224-45b3-a2c7-58565f03c32a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-ef15c61d-c224-45b3-a2c7-58565f03c32a {
  display: none;
}
#s-ef15c61d-c224-45b3-a2c7-58565f03c32a, #wrap-s-ef15c61d-c224-45b3-a2c7-58565f03c32a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef15c61d-c224-45b3-a2c7-58565f03c32a {
  display: none;
}
#s-ef15c61d-c224-45b3-a2c7-58565f03c32a, #wrap-s-ef15c61d-c224-45b3-a2c7-58565f03c32a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef15c61d-c224-45b3-a2c7-58565f03c32a {
  
}
}@media (max-width: 767px){#s-ef15c61d-c224-45b3-a2c7-58565f03c32a {
  
}
}







#s-ef15c61d-c224-45b3-a2c7-58565f03c32a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef15c61d-c224-45b3-a2c7-58565f03c32a.shg-box.shg-c {
  justify-content: center;
}

#s-a425984e-825a-466d-8c97-211c5b853679 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(250, 239, 232, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-a425984e-825a-466d-8c97-211c5b853679 {
  
}
}@media (max-width: 767px){#s-a425984e-825a-466d-8c97-211c5b853679 {
  
}
}







#s-a425984e-825a-466d-8c97-211c5b853679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a425984e-825a-466d-8c97-211c5b853679.shg-box.shg-c {
  justify-content: center;
}

#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  
}
}@media (max-width: 767px){#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  
}
}







#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.6;
}#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2.shg-box.shg-c {
  justify-content: center;
}

#s-cc42adde-0356-40e3-acce-ac7bea219a95 {
  min-height: 50px;
}
@media (max-width: 767px){#s-cc42adde-0356-40e3-acce-ac7bea219a95 {
  display: none;
}
#s-cc42adde-0356-40e3-acce-ac7bea219a95, #wrap-s-cc42adde-0356-40e3-acce-ac7bea219a95 { display:none !important; }}







#s-cc42adde-0356-40e3-acce-ac7bea219a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc42adde-0356-40e3-acce-ac7bea219a95.shg-box.shg-c {
  justify-content: center;
}

#s-28418619-bcfc-4a3f-9803-9480441678f9 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-28418619-bcfc-4a3f-9803-9480441678f9 {
  display: none;
}
#s-28418619-bcfc-4a3f-9803-9480441678f9, #wrap-s-28418619-bcfc-4a3f-9803-9480441678f9 { display:none !important; }}@media (max-width: 767px){#s-28418619-bcfc-4a3f-9803-9480441678f9 {
  display: none;
}
#s-28418619-bcfc-4a3f-9803-9480441678f9, #wrap-s-28418619-bcfc-4a3f-9803-9480441678f9 { display:none !important; }}




#s-28418619-bcfc-4a3f-9803-9480441678f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1 {
  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;
min-height: 50px;
background-color: rgba(1, 12, 13, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1 {
  display: none;
}
#s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1, #wrap-s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1 { display:none !important; }}@media (max-width: 767px){#s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1 {
  display: none;
}
#s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1, #wrap-s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1 { display:none !important; }}







#s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d602fd90-8e8d-4d0a-a607-bf1e332b44c1.shg-box.shg-c {
  justify-content: center;
}

#s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
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;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72 {
  display: none;
}
#s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72, #wrap-s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72 { display:none !important; }}@media (max-width: 767px){#s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72 {
  display: none;
}
#s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72, #wrap-s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72 { display:none !important; }}







#s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf1098eb-47e4-46b7-a6d3-d3bc04fc1e72.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e3322858-edea-4138-8ab4-34eab76f4097 {
  min-height: 50px;
}








#s-e3322858-edea-4138-8ab4-34eab76f4097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3322858-edea-4138-8ab4-34eab76f4097.shg-box.shg-c {
  justify-content: center;
}

#s-92638c91-2b02-45a2-ad32-bc20ad2dface {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 11px;
padding-bottom: 11px;
text-align: center;
background-color: rgba(43, 60, 89, 1);
}
@media (min-width: 1200px){#s-92638c91-2b02-45a2-ad32-bc20ad2dface {
  display: none;
}
#s-92638c91-2b02-45a2-ad32-bc20ad2dface, #wrap-s-92638c91-2b02-45a2-ad32-bc20ad2dface { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92638c91-2b02-45a2-ad32-bc20ad2dface {
  display: none;
}
#s-92638c91-2b02-45a2-ad32-bc20ad2dface, #wrap-s-92638c91-2b02-45a2-ad32-bc20ad2dface { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92638c91-2b02-45a2-ad32-bc20ad2dface {
  display: none;
}
#s-92638c91-2b02-45a2-ad32-bc20ad2dface, #wrap-s-92638c91-2b02-45a2-ad32-bc20ad2dface { display:none !important; }}@media (max-width: 767px){#s-92638c91-2b02-45a2-ad32-bc20ad2dface {
  
}
}
#s-92638c91-2b02-45a2-ad32-bc20ad2dface .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-e5ed304b-feb4-4d85-9c50-5a47ad50ad2b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-e5ed304b-feb4-4d85-9c50-5a47ad50ad2b {
  display: none;
}
#s-e5ed304b-feb4-4d85-9c50-5a47ad50ad2b, #wrap-s-e5ed304b-feb4-4d85-9c50-5a47ad50ad2b { display:none !important; }}







#s-e5ed304b-feb4-4d85-9c50-5a47ad50ad2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5ed304b-feb4-4d85-9c50-5a47ad50ad2b.shg-box.shg-c {
  justify-content: center;
}

#s-7b69f31e-a395-49af-a016-4d4d48d59720 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b69f31e-a395-49af-a016-4d4d48d59720"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0107913d-9325-4d9f-8cd6-441497b56abd {
  text-align: center;
}




  #s-0107913d-9325-4d9f-8cd6-441497b56abd img.shogun-image {
    
    width: px;
  }


#s-0107913d-9325-4d9f-8cd6-441497b56abd .shogun-image-content {
  
    align-items: center;
  
}

#s-a8f79aa8-3aa0-4154-82a6-514f5a0ba2e4 {
  border-style: solid;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-a8f79aa8-3aa0-4154-82a6-514f5a0ba2e4 img.shogun-image {
    
    width: px;
  }


#s-a8f79aa8-3aa0-4154-82a6-514f5a0ba2e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd34a028-89a6-48a3-8cc9-82285866be53 {
  text-align: center;
}




  #s-cd34a028-89a6-48a3-8cc9-82285866be53 img.shogun-image {
    
    width: px;
  }


#s-cd34a028-89a6-48a3-8cc9-82285866be53 .shogun-image-content {
  
    align-items: center;
  
}

#s-590d6c1b-c26d-4d57-9448-be6930689512 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-590d6c1b-c26d-4d57-9448-be6930689512 {
  display: none;
}
#s-590d6c1b-c26d-4d57-9448-be6930689512, #wrap-s-590d6c1b-c26d-4d57-9448-be6930689512 { display:none !important; }}@media (max-width: 767px){#s-590d6c1b-c26d-4d57-9448-be6930689512 {
  display: none;
}
#s-590d6c1b-c26d-4d57-9448-be6930689512, #wrap-s-590d6c1b-c26d-4d57-9448-be6930689512 { display:none !important; }}







#s-590d6c1b-c26d-4d57-9448-be6930689512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-590d6c1b-c26d-4d57-9448-be6930689512.shg-box.shg-c {
  justify-content: center;
}

#s-dbfb1eba-b835-4733-bffe-c03740bd2054 {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 11px;
padding-bottom: 11px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dbfb1eba-b835-4733-bffe-c03740bd2054 {
  display: none;
}
#s-dbfb1eba-b835-4733-bffe-c03740bd2054, #wrap-s-dbfb1eba-b835-4733-bffe-c03740bd2054 { display:none !important; }}@media (max-width: 767px){#s-dbfb1eba-b835-4733-bffe-c03740bd2054 {
  display: none;
}
#s-dbfb1eba-b835-4733-bffe-c03740bd2054, #wrap-s-dbfb1eba-b835-4733-bffe-c03740bd2054 { display:none !important; }}
#s-dbfb1eba-b835-4733-bffe-c03740bd2054 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 41px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-1857be81-ea24-4481-a48a-d64685b5ebbf {
  min-height: 50px;
}








#s-1857be81-ea24-4481-a48a-d64685b5ebbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1857be81-ea24-4481-a48a-d64685b5ebbf.shg-box.shg-c {
  justify-content: center;
}

#s-18bbd76f-240f-4eb5-8f3c-7ab5c1e042f8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-18bbd76f-240f-4eb5-8f3c-7ab5c1e042f8 {
  display: none;
}
#s-18bbd76f-240f-4eb5-8f3c-7ab5c1e042f8, #wrap-s-18bbd76f-240f-4eb5-8f3c-7ab5c1e042f8 { display:none !important; }}@media (max-width: 767px){#s-18bbd76f-240f-4eb5-8f3c-7ab5c1e042f8 {
  display: none;
}
#s-18bbd76f-240f-4eb5-8f3c-7ab5c1e042f8, #wrap-s-18bbd76f-240f-4eb5-8f3c-7ab5c1e042f8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-db5e8444-f372-4f4c-abcc-57fe25d667cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-87df6b2a-c0ad-46b3-81ec-f6cc9091d6ce {
  display: none;
}
#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb {
  text-align: left;
}


.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb {
  max-width: 100%;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom,
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb {
  max-width: 100%;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom,
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb {
  max-width: 100%;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom,
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb {
  max-width: 100%;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom,
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb {
  max-width: 100%;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom,
.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ff590c8-478a-4a5f-9a8b-bf622616acfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-441f5955-7089-4e94-a2de-55ad9747b362 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-441f5955-7089-4e94-a2de-55ad9747b362 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-0525c3b4-71ce-44d4-b49f-b6ec681ec654 {
  text-align: center;
}

#s-0525c3b4-71ce-44d4-b49f-b6ec681ec654 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-0525c3b4-71ce-44d4-b49f-b6ec681ec654 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0525c3b4-71ce-44d4-b49f-b6ec681ec654 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c77fd4e3-dcac-45fd-8da4-7322203e2bff {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-c77fd4e3-dcac-45fd-8da4-7322203e2bff:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c77fd4e3-dcac-45fd-8da4-7322203e2bff:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-c77fd4e3-dcac-45fd-8da4-7322203e2bff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c77fd4e3-dcac-45fd-8da4-7322203e2bff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c77fd4e3-dcac-45fd-8da4-7322203e2bff.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-c77fd4e3-dcac-45fd-8da4-7322203e2bff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-049ef3b2-9bb3-4770-90c1-045716ec8a4e {
  display: none;
}
#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 {
  text-align: left;
}


.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 {
  max-width: 100%;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom,
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 {
  max-width: 100%;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom,
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 {
  max-width: 100%;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom,
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 {
  max-width: 100%;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom,
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 {
  max-width: 100%;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom,
.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98e73835-3843-4d7f-9c30-b98f9aa6fc65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-368119d8-7c95-45dc-b9ca-3f533019fb21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-368119d8-7c95-45dc-b9ca-3f533019fb21 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a010248d-a573-4884-8927-22b0ed24efe3 {
  text-align: center;
}

#s-a010248d-a573-4884-8927-22b0ed24efe3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a010248d-a573-4884-8927-22b0ed24efe3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a010248d-a573-4884-8927-22b0ed24efe3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0022ed74-bd79-4124-95e8-fd51ac78fb04 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-0022ed74-bd79-4124-95e8-fd51ac78fb04:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-0022ed74-bd79-4124-95e8-fd51ac78fb04:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-0022ed74-bd79-4124-95e8-fd51ac78fb04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0022ed74-bd79-4124-95e8-fd51ac78fb04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0022ed74-bd79-4124-95e8-fd51ac78fb04.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-0022ed74-bd79-4124-95e8-fd51ac78fb04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0802b3d8-4290-4fe0-af10-bb7ef19ea5b4 {
  display: none;
}
#s-91a341b4-e9be-460d-a6db-c5d2e649a85b {
  text-align: left;
}


.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b {
  max-width: 100%;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom,
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b {
  max-width: 100%;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom,
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b {
  max-width: 100%;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom,
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b {
  max-width: 100%;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom,
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b {
  max-width: 100%;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom,
.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a341b4-e9be-460d-a6db-c5d2e649a85b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f6d8cb3b-bca2-45e5-ac14-d882efe489a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6d8cb3b-bca2-45e5-ac14-d882efe489a5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-ccd92c16-cd54-4fc6-a2f8-e458e0b14f61 {
  text-align: center;
}

#s-ccd92c16-cd54-4fc6-a2f8-e458e0b14f61 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-ccd92c16-cd54-4fc6-a2f8-e458e0b14f61 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ccd92c16-cd54-4fc6-a2f8-e458e0b14f61 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e4568de4-6274-4b9a-92a4-bc5d1b4240e2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-e4568de4-6274-4b9a-92a4-bc5d1b4240e2:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e4568de4-6274-4b9a-92a4-bc5d1b4240e2:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e4568de4-6274-4b9a-92a4-bc5d1b4240e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4568de4-6274-4b9a-92a4-bc5d1b4240e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4568de4-6274-4b9a-92a4-bc5d1b4240e2.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-e4568de4-6274-4b9a-92a4-bc5d1b4240e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dc288c81-756a-4ef4-8891-4c29c458bcce {
  display: none;
}
#s-4f013fc5-457c-4b18-8152-7603ed800640 {
  text-align: left;
}


.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 {
  max-width: 100%;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom,
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 {
  max-width: 100%;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom,
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 {
  max-width: 100%;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom,
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 {
  max-width: 100%;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom,
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 {
  max-width: 100%;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom,
.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f013fc5-457c-4b18-8152-7603ed800640 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-69fdb7b5-9b86-4faf-a936-2ff401d606bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69fdb7b5-9b86-4faf-a936-2ff401d606bd .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-69286609-ebf6-44db-9076-a21ef6fbea44 {
  text-align: center;
}

#s-69286609-ebf6-44db-9076-a21ef6fbea44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-69286609-ebf6-44db-9076-a21ef6fbea44 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-69286609-ebf6-44db-9076-a21ef6fbea44 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bb5f9e47-f8b3-4d6b-9ea3-497a8f25fe82 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-bb5f9e47-f8b3-4d6b-9ea3-497a8f25fe82:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-bb5f9e47-f8b3-4d6b-9ea3-497a8f25fe82:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-bb5f9e47-f8b3-4d6b-9ea3-497a8f25fe82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb5f9e47-f8b3-4d6b-9ea3-497a8f25fe82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb5f9e47-f8b3-4d6b-9ea3-497a8f25fe82.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-bb5f9e47-f8b3-4d6b-9ea3-497a8f25fe82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c275128b-3df6-4eef-aeea-a2141c31e663"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e5afb2aa-124a-47ec-80bf-000b19bff5a2 {
  display: none;
}
#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 {
  text-align: left;
}


.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 {
  max-width: 100%;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom,
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 {
  max-width: 100%;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom,
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 {
  max-width: 100%;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom,
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 {
  max-width: 100%;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom,
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 {
  max-width: 100%;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom,
.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fd2f33e-6fbf-4fca-bc16-ad4231218294 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-599b8ec2-53e0-4a49-b11b-57581aaefe12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-599b8ec2-53e0-4a49-b11b-57581aaefe12 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-2bd3fb8a-5474-4fb9-8fc0-8c5e4e856490 {
  text-align: center;
}

#s-2bd3fb8a-5474-4fb9-8fc0-8c5e4e856490 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-2bd3fb8a-5474-4fb9-8fc0-8c5e4e856490 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2bd3fb8a-5474-4fb9-8fc0-8c5e4e856490 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-274f61c0-8c2f-44e0-a76c-281c2db0ab55 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-274f61c0-8c2f-44e0-a76c-281c2db0ab55:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-274f61c0-8c2f-44e0-a76c-281c2db0ab55:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-274f61c0-8c2f-44e0-a76c-281c2db0ab55 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-274f61c0-8c2f-44e0-a76c-281c2db0ab55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-274f61c0-8c2f-44e0-a76c-281c2db0ab55.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-274f61c0-8c2f-44e0-a76c-281c2db0ab55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ddbcbeff-2ec8-4eb9-82fa-852710c1e1c1 {
  display: none;
}
#s-971bf061-e019-444e-8b59-483065202ef4 {
  text-align: left;
}


.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 {
  max-width: 100%;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom,
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 {
  max-width: 100%;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom,
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 {
  max-width: 100%;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom,
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 {
  max-width: 100%;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom,
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 {
  max-width: 100%;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom,
.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-971bf061-e019-444e-8b59-483065202ef4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-234bb59e-f345-44d9-a2dd-8dc234743442 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-234bb59e-f345-44d9-a2dd-8dc234743442 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-369aba3e-6cb6-4e6d-8ccb-5f5538d0fa0b {
  text-align: center;
}

#s-369aba3e-6cb6-4e6d-8ccb-5f5538d0fa0b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-369aba3e-6cb6-4e6d-8ccb-5f5538d0fa0b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-369aba3e-6cb6-4e6d-8ccb-5f5538d0fa0b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9306d7f1-b5df-4011-b59a-dfa908656890 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-9306d7f1-b5df-4011-b59a-dfa908656890:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9306d7f1-b5df-4011-b59a-dfa908656890:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-9306d7f1-b5df-4011-b59a-dfa908656890 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9306d7f1-b5df-4011-b59a-dfa908656890.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9306d7f1-b5df-4011-b59a-dfa908656890.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-9306d7f1-b5df-4011-b59a-dfa908656890.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b60df116-4a5e-4897-924c-a36037911dcf {
  display: none;
}
#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 {
  text-align: left;
}


.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 {
  max-width: 100%;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom,
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 {
  max-width: 100%;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom,
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 {
  max-width: 100%;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom,
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 {
  max-width: 100%;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom,
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 {
  max-width: 100%;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom,
.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c7a893d-7dd6-410e-8f65-e73d79a79067 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a3b8059a-bbde-4ad2-b3ed-74f4ebffb35f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3b8059a-bbde-4ad2-b3ed-74f4ebffb35f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-604161c8-8be5-43b1-a7c4-6018205ae045 {
  text-align: center;
}

#s-604161c8-8be5-43b1-a7c4-6018205ae045 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-604161c8-8be5-43b1-a7c4-6018205ae045 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-604161c8-8be5-43b1-a7c4-6018205ae045 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e98b387f-a3e4-4efa-ba25-ee76d0620b44 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-e98b387f-a3e4-4efa-ba25-ee76d0620b44:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e98b387f-a3e4-4efa-ba25-ee76d0620b44:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e98b387f-a3e4-4efa-ba25-ee76d0620b44 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e98b387f-a3e4-4efa-ba25-ee76d0620b44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e98b387f-a3e4-4efa-ba25-ee76d0620b44.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-e98b387f-a3e4-4efa-ba25-ee76d0620b44.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-50c96924-b4d1-4351-8ba9-86600bb26e02 {
  display: none;
}
#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 {
  text-align: left;
}


.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 {
  max-width: 100%;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom,
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 {
  max-width: 100%;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom,
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 {
  max-width: 100%;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom,
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 {
  max-width: 100%;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom,
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 {
  max-width: 100%;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom,
.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eeaab64-b052-4ccf-9819-868e9f5912b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a7b98c1-4b22-435b-8bda-3b531e201c47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a7b98c1-4b22-435b-8bda-3b531e201c47 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a050acf4-4e31-4451-ba2e-2baa874f610d {
  text-align: center;
}

#s-a050acf4-4e31-4451-ba2e-2baa874f610d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a050acf4-4e31-4451-ba2e-2baa874f610d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a050acf4-4e31-4451-ba2e-2baa874f610d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1438341e-9178-48f6-ac6f-e3e0e66f2662 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-1438341e-9178-48f6-ac6f-e3e0e66f2662:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1438341e-9178-48f6-ac6f-e3e0e66f2662:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-1438341e-9178-48f6-ac6f-e3e0e66f2662 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1438341e-9178-48f6-ac6f-e3e0e66f2662.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1438341e-9178-48f6-ac6f-e3e0e66f2662.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-1438341e-9178-48f6-ac6f-e3e0e66f2662.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-776835ba-b33c-488e-bbe9-4911ac3df4bc {
  min-height: 50px;
}








#s-776835ba-b33c-488e-bbe9-4911ac3df4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-776835ba-b33c-488e-bbe9-4911ac3df4bc.shg-box.shg-c {
  justify-content: center;
}

#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(240, 241, 245, 1);
}
@media (min-width: 1200px){#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8, #wrap-s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8 { display:none !important; }}@media (max-width: 767px){#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8, #wrap-s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8 { display:none !important; }}







#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c0393c2-92e8-4e8e-86e5-ab7828249bf8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-adaf9ce8-2548-4be5-a1a5-30b2a9c7a92d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-708d0310-e6b2-4c27-a49e-36a227d536c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6078f7c3-b00f-4765-9e6e-1d874106076a {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6078f7c3-b00f-4765-9e6e-1d874106076a {
  margin-bottom: 40px;
}
}







#s-6078f7c3-b00f-4765-9e6e-1d874106076a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6078f7c3-b00f-4765-9e6e-1d874106076a.shg-box.shg-c {
  justify-content: center;
}

#s-42317db9-05e2-43e3-9f91-1f3db81679d0 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-42317db9-05e2-43e3-9f91-1f3db81679d0 img.shogun-image {
    
    width: px;
  }


#s-42317db9-05e2-43e3-9f91-1f3db81679d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-62becfaa-8b2c-4188-b874-2f7d94d78711 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-62becfaa-8b2c-4188-b874-2f7d94d78711 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a3a7d16-8a4b-4a26-8d61-9c0a23465fc1 {
  margin-top: 10px;
}

#s-6f645026-95bd-4d21-8f26-7f8c80771d3d {
  min-height: 50px;
}
@media (max-width: 767px){#s-6f645026-95bd-4d21-8f26-7f8c80771d3d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-6f645026-95bd-4d21-8f26-7f8c80771d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f645026-95bd-4d21-8f26-7f8c80771d3d.shg-box.shg-c {
  justify-content: center;
}

#s-0ad6fb68-7dd6-4ed6-a49c-e69a26b51962 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-0ad6fb68-7dd6-4ed6-a49c-e69a26b51962 img.shogun-image {
    
    width: px;
  }


#s-0ad6fb68-7dd6-4ed6-a49c-e69a26b51962 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a88a778-679f-4839-a3fe-b5aad9fe89cb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0a88a778-679f-4839-a3fe-b5aad9fe89cb .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-13c389bb-71fb-4a9a-82c0-6dd8462d525c {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e27e4a6f-5621-4996-96eb-f5fbf5e03b70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34771e1a-8dd2-46d7-b323-371c107aa378 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-34771e1a-8dd2-46d7-b323-371c107aa378 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-34771e1a-8dd2-46d7-b323-371c107aa378 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34771e1a-8dd2-46d7-b323-371c107aa378.shg-box.shg-c {
  justify-content: center;
}

#s-7c106745-c9fe-4fe2-ab87-4f9af6b9a6f2 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-7c106745-c9fe-4fe2-ab87-4f9af6b9a6f2 img.shogun-image {
    
    width: px;
  }


#s-7c106745-c9fe-4fe2-ab87-4f9af6b9a6f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cc0e181-b170-4265-896f-fc8fff05a6cc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6cc0e181-b170-4265-896f-fc8fff05a6cc .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4bd8d70a-febb-442a-9f57-d723fae6e86b {
  margin-top: 10px;
}

#s-ebe3663e-62ed-457a-b039-f45ddb6e9fc0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ebe3663e-62ed-457a-b039-f45ddb6e9fc0 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-ebe3663e-62ed-457a-b039-f45ddb6e9fc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebe3663e-62ed-457a-b039-f45ddb6e9fc0.shg-box.shg-c {
  justify-content: center;
}

#s-833deb55-3bcd-4cd1-a588-6d0ad3563838 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-833deb55-3bcd-4cd1-a588-6d0ad3563838 img.shogun-image {
    
    width: px;
  }


#s-833deb55-3bcd-4cd1-a588-6d0ad3563838 .shogun-image-content {
  
    align-items: center;
  
}

#s-8208898b-37d6-48ea-88c5-d0f424578563 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8208898b-37d6-48ea-88c5-d0f424578563 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d284b9a0-7c0f-4cc3-bcd8-d9d476cc5876 {
  margin-top: 10px;
}

#s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8f39e19-40b0-4539-8e7c-1e8a159ddd8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6ae0668-a275-42d2-9885-924a213439c8 {
  text-align: center;
}




  #s-a6ae0668-a275-42d2-9885-924a213439c8 img.shogun-image {
    
    width: px;
  }


#s-a6ae0668-a275-42d2-9885-924a213439c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ef6672a-0660-4b08-8f95-8643470aed2a {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-8ef6672a-0660-4b08-8f95-8643470aed2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ef6672a-0660-4b08-8f95-8643470aed2a.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-caf071ea-5083-4c15-b4c8-c05b08e32d7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-67971af6-dc69-4c7c-aafe-e7acdcafd150 {
  display: none;
}
#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 {
  text-align: left;
opacity: 1;
}


.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 {
  max-width: 100%;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom,
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 {
  max-width: 100%;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom,
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 {
  max-width: 100%;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom,
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 {
  max-width: 100%;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom,
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 {
  max-width: 100%;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom,
.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aff1d262-01d2-4dd9-932b-94f72cb081a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-706915b0-5de1-4140-9c1a-1cb6020a1606 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-706915b0-5de1-4140-9c1a-1cb6020a1606 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-d83fff0e-721a-47d6-8d07-2b050cc69362 {
  text-align: center;
}

#s-d83fff0e-721a-47d6-8d07-2b050cc69362 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-d83fff0e-721a-47d6-8d07-2b050cc69362 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d83fff0e-721a-47d6-8d07-2b050cc69362 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fe8e40fa-3d4d-478b-af48-a6e1dc659970 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-fe8e40fa-3d4d-478b-af48-a6e1dc659970:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fe8e40fa-3d4d-478b-af48-a6e1dc659970:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-fe8e40fa-3d4d-478b-af48-a6e1dc659970 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe8e40fa-3d4d-478b-af48-a6e1dc659970.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe8e40fa-3d4d-478b-af48-a6e1dc659970.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fe8e40fa-3d4d-478b-af48-a6e1dc659970.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4018f808-2755-47d6-87a5-b997aa275dda {
  display: none;
}
#s-28bb148f-59b4-47b5-8462-22ad03678a84 {
  text-align: left;
}


.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 {
  max-width: 100%;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom,
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 {
  max-width: 100%;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom,
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 {
  max-width: 100%;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom,
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 {
  max-width: 100%;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom,
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 {
  max-width: 100%;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom,
.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28bb148f-59b4-47b5-8462-22ad03678a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-403ebf36-a510-43cd-904a-2885d4f02757 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-403ebf36-a510-43cd-904a-2885d4f02757 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-7bcfe71c-ffcf-43cd-a401-ae9edf170a1a {
  text-align: center;
}

#s-7bcfe71c-ffcf-43cd-a401-ae9edf170a1a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-7bcfe71c-ffcf-43cd-a401-ae9edf170a1a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7bcfe71c-ffcf-43cd-a401-ae9edf170a1a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-38b9507f-3531-4a82-94e5-9bd10ed7b1cd {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-38b9507f-3531-4a82-94e5-9bd10ed7b1cd:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-38b9507f-3531-4a82-94e5-9bd10ed7b1cd:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-38b9507f-3531-4a82-94e5-9bd10ed7b1cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38b9507f-3531-4a82-94e5-9bd10ed7b1cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38b9507f-3531-4a82-94e5-9bd10ed7b1cd.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-38b9507f-3531-4a82-94e5-9bd10ed7b1cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e81881e8-1c26-4298-a255-b1922b86384b {
  display: none;
}
#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e {
  text-align: left;
}


.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e {
  max-width: 100%;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom,
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e {
  max-width: 100%;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom,
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e {
  max-width: 100%;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom,
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e {
  max-width: 100%;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom,
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e {
  max-width: 100%;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom,
.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98a768c8-c132-4e1d-b43e-6a704aa3fb7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-81596e86-6d37-4f31-be95-1a2c09f18bdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81596e86-6d37-4f31-be95-1a2c09f18bdc .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-ba4f6c30-df1e-4697-8c40-4e114fad6c8c {
  text-align: center;
}

#s-ba4f6c30-df1e-4697-8c40-4e114fad6c8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-ba4f6c30-df1e-4697-8c40-4e114fad6c8c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ba4f6c30-df1e-4697-8c40-4e114fad6c8c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ec5541b3-7a62-465b-b978-7dadcd6f7786 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-ec5541b3-7a62-465b-b978-7dadcd6f7786:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ec5541b3-7a62-465b-b978-7dadcd6f7786:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ec5541b3-7a62-465b-b978-7dadcd6f7786 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec5541b3-7a62-465b-b978-7dadcd6f7786.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec5541b3-7a62-465b-b978-7dadcd6f7786.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-ec5541b3-7a62-465b-b978-7dadcd6f7786.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c70d0c97-bf4b-40c0-a2d4-9274e0b2658a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd6c165b-604b-4fbf-9209-7b369a71d182"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-55e46c53-3847-4c3b-adc2-60a54760ff54 {
  display: none;
}
#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d {
  text-align: left;
opacity: 1;
}


.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d {
  max-width: 100%;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom,
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d {
  max-width: 100%;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom,
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d {
  max-width: 100%;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom,
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d {
  max-width: 100%;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom,
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d {
  max-width: 100%;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom,
.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c19a0bec-0a42-4d45-b005-e9ef85e5386d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf2fbe1a-10ce-470a-b050-69b5c93f69ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf2fbe1a-10ce-470a-b050-69b5c93f69ac .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-d216e0eb-ad72-4aec-9141-53113382e4c3 {
  text-align: center;
}

#s-d216e0eb-ad72-4aec-9141-53113382e4c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-d216e0eb-ad72-4aec-9141-53113382e4c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d216e0eb-ad72-4aec-9141-53113382e4c3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-feae8e62-e161-41d8-9f48-5639431f0404 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-feae8e62-e161-41d8-9f48-5639431f0404:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-feae8e62-e161-41d8-9f48-5639431f0404:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-feae8e62-e161-41d8-9f48-5639431f0404 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-feae8e62-e161-41d8-9f48-5639431f0404.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-feae8e62-e161-41d8-9f48-5639431f0404.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-feae8e62-e161-41d8-9f48-5639431f0404.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38bdd20a-f60c-4d45-96a1-cd9eb54b65dd {
  display: none;
}
#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 {
  text-align: left;
}


.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 {
  max-width: 100%;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom,
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 {
  max-width: 100%;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom,
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 {
  max-width: 100%;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom,
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 {
  max-width: 100%;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom,
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 {
  max-width: 100%;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom,
.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df6a175-b77c-4674-a981-c9ccb7dfafd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c850d4f4-13be-4de2-9e5f-5449a7db8676 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c850d4f4-13be-4de2-9e5f-5449a7db8676 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-ba7d70d9-feff-4859-9d13-a3e806df9a3b {
  text-align: center;
}

#s-ba7d70d9-feff-4859-9d13-a3e806df9a3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-ba7d70d9-feff-4859-9d13-a3e806df9a3b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ba7d70d9-feff-4859-9d13-a3e806df9a3b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-00dd9254-a327-43e4-aa6d-24c8f2e5dbfb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-00dd9254-a327-43e4-aa6d-24c8f2e5dbfb:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-00dd9254-a327-43e4-aa6d-24c8f2e5dbfb:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-00dd9254-a327-43e4-aa6d-24c8f2e5dbfb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00dd9254-a327-43e4-aa6d-24c8f2e5dbfb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00dd9254-a327-43e4-aa6d-24c8f2e5dbfb.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-00dd9254-a327-43e4-aa6d-24c8f2e5dbfb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ebb561b9-e97f-43c2-8765-98d0c18ed05d {
  display: none;
}
#s-82d1e2f5-292a-4647-92c1-435c4d63066a {
  text-align: left;
}


.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a {
  max-width: 100%;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom,
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a {
  max-width: 100%;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom,
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a {
  max-width: 100%;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom,
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a {
  max-width: 100%;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom,
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a {
  max-width: 100%;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom,
.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82d1e2f5-292a-4647-92c1-435c4d63066a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cea2b3c9-0884-41cc-bd33-2374ca17ae84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cea2b3c9-0884-41cc-bd33-2374ca17ae84 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-a941e7a5-f710-4b86-b68a-46ce4db60aff {
  text-align: center;
}

#s-a941e7a5-f710-4b86-b68a-46ce4db60aff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a941e7a5-f710-4b86-b68a-46ce4db60aff .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a941e7a5-f710-4b86-b68a-46ce4db60aff .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-dc13d80f-3557-4c62-b1c3-de6e492a7801 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-dc13d80f-3557-4c62-b1c3-de6e492a7801:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-dc13d80f-3557-4c62-b1c3-de6e492a7801:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-dc13d80f-3557-4c62-b1c3-de6e492a7801 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc13d80f-3557-4c62-b1c3-de6e492a7801.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc13d80f-3557-4c62-b1c3-de6e492a7801.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-dc13d80f-3557-4c62-b1c3-de6e492a7801.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-54c50329-2627-41ec-8234-d041967c7802 {
  text-align: center;
}





#s-54c50329-2627-41ec-8234-d041967c7802 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6c46b09-7806-4afd-8bcb-49891eee0553 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-d6c46b09-7806-4afd-8bcb-49891eee0553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c46b09-7806-4afd-8bcb-49891eee0553.shg-box.shg-c {
  justify-content: flex-start;
}

#s-43302aad-cf1a-4f6a-8452-63484ae59323 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
min-height: 50px;
}








#s-43302aad-cf1a-4f6a-8452-63484ae59323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43302aad-cf1a-4f6a-8452-63484ae59323.shg-box.shg-c {
  justify-content: center;
}

#s-202f3852-d1ca-48ef-bc59-d942836e7ff5 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-202f3852-d1ca-48ef-bc59-d942836e7ff5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c4fb25d4-3709-4a63-bef6-bdb4c13f00b5 {
  text-align: center;
}





#s-c4fb25d4-3709-4a63-bef6-bdb4c13f00b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a36e2d8f-1b38-4503-a4ab-70a5930619b4 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-a36e2d8f-1b38-4503-a4ab-70a5930619b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36e2d8f-1b38-4503-a4ab-70a5930619b4.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fe60c6ef-f6d5-4904-b73d-e06d46d6bc79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-def28665-5dbd-4114-8b5c-d987e77d0fbd {
  display: none;
}
#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 {
  text-align: left;
}


.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 {
  max-width: 100%;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom,
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 {
  max-width: 100%;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom,
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 {
  max-width: 100%;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom,
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 {
  max-width: 100%;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom,
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 {
  max-width: 100%;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom,
.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21fdca22-b8e3-4980-aefb-e816fab2cf03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8d8212ae-fbff-4bd2-acc2-af405ac276ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d8212ae-fbff-4bd2-acc2-af405ac276ce .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-f8ace533-e297-4439-a6b0-584f60c4a51c {
  text-align: center;
}

#s-f8ace533-e297-4439-a6b0-584f60c4a51c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-f8ace533-e297-4439-a6b0-584f60c4a51c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f8ace533-e297-4439-a6b0-584f60c4a51c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f9439589-b73b-4ec3-a1f2-99588dac14e9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-f9439589-b73b-4ec3-a1f2-99588dac14e9:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f9439589-b73b-4ec3-a1f2-99588dac14e9:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-f9439589-b73b-4ec3-a1f2-99588dac14e9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9439589-b73b-4ec3-a1f2-99588dac14e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9439589-b73b-4ec3-a1f2-99588dac14e9.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-f9439589-b73b-4ec3-a1f2-99588dac14e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-519f4784-f282-466c-85c5-6ce728e903b6 {
  display: none;
}
#s-f32d2581-6bf9-4b57-8d1f-01c625328847 {
  text-align: left;
}


.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 {
  max-width: 100%;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom,
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 {
  max-width: 100%;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom,
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 {
  max-width: 100%;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom,
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 {
  max-width: 100%;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom,
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 {
  max-width: 100%;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom,
.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f32d2581-6bf9-4b57-8d1f-01c625328847 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-86ff180d-f689-4f1f-b272-2e510ecf3346 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86ff180d-f689-4f1f-b272-2e510ecf3346 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-4e957785-d3ab-4182-b53b-ca215ea9c10a {
  text-align: center;
}

#s-4e957785-d3ab-4182-b53b-ca215ea9c10a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4e957785-d3ab-4182-b53b-ca215ea9c10a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4e957785-d3ab-4182-b53b-ca215ea9c10a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fea4493e-e145-4032-817e-7d0c696b5916 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-fea4493e-e145-4032-817e-7d0c696b5916:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fea4493e-e145-4032-817e-7d0c696b5916:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-fea4493e-e145-4032-817e-7d0c696b5916 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fea4493e-e145-4032-817e-7d0c696b5916.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fea4493e-e145-4032-817e-7d0c696b5916.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fea4493e-e145-4032-817e-7d0c696b5916.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-976c0a3c-1b3e-4e7d-8130-17d680c392a4 {
  display: none;
}
#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 {
  text-align: left;
}


.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 {
  max-width: 100%;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom,
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 {
  max-width: 100%;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom,
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 {
  max-width: 100%;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom,
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 {
  max-width: 100%;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom,
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 {
  max-width: 100%;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom,
.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9898a70a-543d-4b2f-b4bf-8312a5d77f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6cfae31b-8728-4e3d-a454-f065b9c5b337 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cfae31b-8728-4e3d-a454-f065b9c5b337 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-475be182-d244-4a22-9dd8-8c26b61c2b36 {
  text-align: center;
}

#s-475be182-d244-4a22-9dd8-8c26b61c2b36 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-475be182-d244-4a22-9dd8-8c26b61c2b36 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-475be182-d244-4a22-9dd8-8c26b61c2b36 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c4f650c2-a1c6-4642-bbdd-3f1f2750e9cc {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-c4f650c2-a1c6-4642-bbdd-3f1f2750e9cc:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c4f650c2-a1c6-4642-bbdd-3f1f2750e9cc:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-c4f650c2-a1c6-4642-bbdd-3f1f2750e9cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4f650c2-a1c6-4642-bbdd-3f1f2750e9cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4f650c2-a1c6-4642-bbdd-3f1f2750e9cc.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-c4f650c2-a1c6-4642-bbdd-3f1f2750e9cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31a78609-1630-4a3f-95e7-375c44c0d1a2 {
  margin-top: 15px;
margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-31a78609-1630-4a3f-95e7-375c44c0d1a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a78609-1630-4a3f-95e7-375c44c0d1a2.shg-box.shg-c {
  justify-content: center;
}

#s-c8c9b735-a29c-4d7f-86d3-94c5172e128d {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8c9b735-a29c-4d7f-86d3-94c5172e128d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40f95b4d-fccc-49e7-9a6c-f4a3eba632a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-92518195-acf8-4f77-b478-dffe3dd2e2b7 {
  display: none;
}
#s-6ad11611-57e5-46b9-beca-a0266fc73136 {
  text-align: left;
}


.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 {
  max-width: 100%;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom,
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 {
  max-width: 100%;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom,
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 {
  max-width: 100%;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom,
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 {
  max-width: 100%;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom,
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 {
  max-width: 100%;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom,
.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad11611-57e5-46b9-beca-a0266fc73136 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b1ca5270-1b12-40b8-a3ae-60e6676cbb1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1ca5270-1b12-40b8-a3ae-60e6676cbb1e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-59df3b6f-32cc-487c-bd67-b4b892ab65ee {
  text-align: center;
}

#s-59df3b6f-32cc-487c-bd67-b4b892ab65ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-59df3b6f-32cc-487c-bd67-b4b892ab65ee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-59df3b6f-32cc-487c-bd67-b4b892ab65ee .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-06ced28b-8399-43e3-81dc-58696aecab25 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-06ced28b-8399-43e3-81dc-58696aecab25:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-06ced28b-8399-43e3-81dc-58696aecab25:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-06ced28b-8399-43e3-81dc-58696aecab25 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06ced28b-8399-43e3-81dc-58696aecab25.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06ced28b-8399-43e3-81dc-58696aecab25.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-06ced28b-8399-43e3-81dc-58696aecab25.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-48f2d46f-8a39-483e-b6b2-7c0a9b064431 {
  display: none;
}
#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 {
  text-align: left;
}


.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 {
  max-width: 100%;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom,
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 {
  max-width: 100%;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom,
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 {
  max-width: 100%;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom,
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 {
  max-width: 100%;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom,
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 {
  max-width: 100%;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom,
.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4104ff9-c50d-472b-9ca6-e83362dd2a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b8b7eb96-b000-4932-a702-f25d7b124936 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8b7eb96-b000-4932-a702-f25d7b124936 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-812e4330-ec2d-4874-b805-11a2f06a1420 {
  text-align: center;
}

#s-812e4330-ec2d-4874-b805-11a2f06a1420 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-812e4330-ec2d-4874-b805-11a2f06a1420 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-812e4330-ec2d-4874-b805-11a2f06a1420 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-32d91322-8e14-428a-925a-7574b9091bed {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-32d91322-8e14-428a-925a-7574b9091bed:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-32d91322-8e14-428a-925a-7574b9091bed:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-32d91322-8e14-428a-925a-7574b9091bed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32d91322-8e14-428a-925a-7574b9091bed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32d91322-8e14-428a-925a-7574b9091bed.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-32d91322-8e14-428a-925a-7574b9091bed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-985f7e60-c394-495f-bb09-cf7f7639fead {
  display: none;
}
#s-0e1629e9-934c-44a1-b034-cc156afa31e7 {
  text-align: left;
}


.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 {
  max-width: 100%;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom,
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 {
  max-width: 100%;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom,
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 {
  max-width: 100%;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom,
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 {
  max-width: 100%;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom,
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 {
  max-width: 100%;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom,
.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e1629e9-934c-44a1-b034-cc156afa31e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5ed31247-314c-46a7-9e80-eb350a80313b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ed31247-314c-46a7-9e80-eb350a80313b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-c12ca2ea-fc82-48e9-b16e-8099a97da0c6 {
  text-align: center;
}

#s-c12ca2ea-fc82-48e9-b16e-8099a97da0c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c12ca2ea-fc82-48e9-b16e-8099a97da0c6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c12ca2ea-fc82-48e9-b16e-8099a97da0c6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5b48efae-d887-4dc7-98f7-58996635d6b0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-5b48efae-d887-4dc7-98f7-58996635d6b0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-5b48efae-d887-4dc7-98f7-58996635d6b0:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-5b48efae-d887-4dc7-98f7-58996635d6b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b48efae-d887-4dc7-98f7-58996635d6b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b48efae-d887-4dc7-98f7-58996635d6b0.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5b48efae-d887-4dc7-98f7-58996635d6b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b489db8e-89b4-4223-bb56-f84a0317fbf5 {
  text-align: center;
}





#s-b489db8e-89b4-4223-bb56-f84a0317fbf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea123486-8bc0-45b9-be24-f1b4567b717b {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-ea123486-8bc0-45b9-be24-f1b4567b717b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea123486-8bc0-45b9-be24-f1b4567b717b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-39dbdfc1-20d1-4405-b9ec-494e17952fbd {
  margin-top: 15px;
margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-39dbdfc1-20d1-4405-b9ec-494e17952fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39dbdfc1-20d1-4405-b9ec-494e17952fbd.shg-box.shg-c {
  justify-content: center;
}

#s-b7f39196-32b9-4104-9a72-5d543bf89a95 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7f39196-32b9-4104-9a72-5d543bf89a95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-57655a73-c219-44c0-9c0d-bd9d5f2c5fa0 {
  text-align: center;
}





#s-57655a73-c219-44c0-9c0d-bd9d5f2c5fa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-16790e34-8a10-483e-88e0-0cf40d8e44c7 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
min-height: 50px;
}








#s-16790e34-8a10-483e-88e0-0cf40d8e44c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16790e34-8a10-483e-88e0-0cf40d8e44c7.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d3cb84a-0139-4f3b-9d8d-fb6e66b530ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-52e77e15-b199-4cae-9776-b1c7aa98868e {
  display: none;
}
#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf {
  text-align: left;
}


.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf {
  max-width: 100%;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom,
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf {
  max-width: 100%;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom,
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf {
  max-width: 100%;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom,
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf {
  max-width: 100%;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom,
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf {
  max-width: 100%;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom,
.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81b7e39a-5f0f-40ab-9df2-b88bb56483cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ed99d11a-55af-456d-983b-d98a411f2c8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed99d11a-55af-456d-983b-d98a411f2c8e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-45c93c18-0a70-47ba-921b-0688f32d036a {
  text-align: center;
}

#s-45c93c18-0a70-47ba-921b-0688f32d036a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-45c93c18-0a70-47ba-921b-0688f32d036a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-45c93c18-0a70-47ba-921b-0688f32d036a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1f5b66a5-553d-4ffe-a31d-9ab611ab6f77 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-1f5b66a5-553d-4ffe-a31d-9ab611ab6f77:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1f5b66a5-553d-4ffe-a31d-9ab611ab6f77:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-1f5b66a5-553d-4ffe-a31d-9ab611ab6f77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f5b66a5-553d-4ffe-a31d-9ab611ab6f77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f5b66a5-553d-4ffe-a31d-9ab611ab6f77.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-1f5b66a5-553d-4ffe-a31d-9ab611ab6f77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-43a69fdb-5c9d-4cc2-b160-7fd6f8b8b916 {
  display: none;
}
#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 {
  text-align: left;
}


.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 {
  max-width: 100%;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom,
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 {
  max-width: 100%;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom,
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 {
  max-width: 100%;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom,
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 {
  max-width: 100%;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom,
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 {
  max-width: 100%;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom,
.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d844e4d3-43c8-4029-a8f6-1daf89b5a8f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3197ac47-79cd-410d-a20f-4fae3882dd28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3197ac47-79cd-410d-a20f-4fae3882dd28 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-f9891ca2-7c65-4325-83e4-4f07d86d84f6 {
  text-align: center;
}

#s-f9891ca2-7c65-4325-83e4-4f07d86d84f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-f9891ca2-7c65-4325-83e4-4f07d86d84f6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f9891ca2-7c65-4325-83e4-4f07d86d84f6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-16bfc39f-0b42-4121-b4ec-32d5f424d044 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-16bfc39f-0b42-4121-b4ec-32d5f424d044:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-16bfc39f-0b42-4121-b4ec-32d5f424d044:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-16bfc39f-0b42-4121-b4ec-32d5f424d044 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16bfc39f-0b42-4121-b4ec-32d5f424d044.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16bfc39f-0b42-4121-b4ec-32d5f424d044.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-16bfc39f-0b42-4121-b4ec-32d5f424d044.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-92f9078a-eb60-421f-8078-684810c8705f {
  display: none;
}
#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f {
  text-align: left;
}


.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f {
  max-width: 100%;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom,
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f {
  max-width: 100%;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom,
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f {
  max-width: 100%;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom,
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f {
  max-width: 100%;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom,
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f {
  max-width: 100%;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom,
.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ac75b77-f6fa-4cd6-8232-d0e6924b7b3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e258bb3c-f609-468a-94d5-28d3e9d303c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e258bb3c-f609-468a-94d5-28d3e9d303c2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-359457e3-bcc5-4b27-abdd-6de92d18a520 {
  text-align: center;
}

#s-359457e3-bcc5-4b27-abdd-6de92d18a520 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-359457e3-bcc5-4b27-abdd-6de92d18a520 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-359457e3-bcc5-4b27-abdd-6de92d18a520 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3b5ea0ed-f961-4c37-a070-8415dc27a6cd {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-3b5ea0ed-f961-4c37-a070-8415dc27a6cd:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-3b5ea0ed-f961-4c37-a070-8415dc27a6cd:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-3b5ea0ed-f961-4c37-a070-8415dc27a6cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b5ea0ed-f961-4c37-a070-8415dc27a6cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b5ea0ed-f961-4c37-a070-8415dc27a6cd.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-3b5ea0ed-f961-4c37-a070-8415dc27a6cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5 {
  margin-top: 60px;
margin-bottom: 90px;
min-height: 250px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5 {
  display: none;
}
#s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5, #wrap-s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5 { display:none !important; }}@media (max-width: 767px){#s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5 {
  display: none;
}
#s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5, #wrap-s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5 { display:none !important; }}







#s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ced5cb40-f3a8-4a4f-a998-0d5afc3f25a5.shg-box.shg-c {
  justify-content: center;
}

#s-833411e5-fbd3-461c-b4b1-9f0bd6e588a9 {
  margin-top: 30px;
margin-left: 120px;
margin-bottom: 30px;
margin-right: 120px;
}

#s-054a705e-19e6-4b9e-b3d2-5c775dba6037 {
  padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-054a705e-19e6-4b9e-b3d2-5c775dba6037 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-054a705e-19e6-4b9e-b3d2-5c775dba6037 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-054a705e-19e6-4b9e-b3d2-5c775dba6037 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-054a705e-19e6-4b9e-b3d2-5c775dba6037, #wrap-s-054a705e-19e6-4b9e-b3d2-5c775dba6037 { display:none !important; }}@media (max-width: 767px){#s-054a705e-19e6-4b9e-b3d2-5c775dba6037 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-054a705e-19e6-4b9e-b3d2-5c775dba6037, #wrap-s-054a705e-19e6-4b9e-b3d2-5c775dba6037 { display:none !important; }}







#s-054a705e-19e6-4b9e-b3d2-5c775dba6037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-054a705e-19e6-4b9e-b3d2-5c775dba6037.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5916d19a-3941-4921-929b-7a0bd514908d {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-5916d19a-3941-4921-929b-7a0bd514908d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5916d19a-3941-4921-929b-7a0bd514908d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5916d19a-3941-4921-929b-7a0bd514908d {
  
}
}@media (max-width: 767px){#s-5916d19a-3941-4921-929b-7a0bd514908d {
  
}
}
@media (min-width: 0px) {
[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5916d19a-3941-4921-929b-7a0bd514908d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ddc6e17c-f885-48e0-bf0e-2891f32f3649 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 375px;
max-width: 1600px;
background-position: center center;
}








#s-ddc6e17c-f885-48e0-bf0e-2891f32f3649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddc6e17c-f885-48e0-bf0e-2891f32f3649.shg-box.shg-c {
  justify-content: center;
}

#s-f7ca33c7-2370-4eb5-a494-2e60684f587d {
  margin-left: 40px;
margin-right: 40px;
min-height: 350px;
}








#s-f7ca33c7-2370-4eb5-a494-2e60684f587d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7ca33c7-2370-4eb5-a494-2e60684f587d.shg-box.shg-c {
  justify-content: center;
}

#s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5 {
  
}
}@media (max-width: 767px){#s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5 {
  
}
}
@media (min-width: 0px) {
[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37f99a75-8a82-4756-9d19-a7b9ce2c39f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-917066a9-69d1-477f-8ec8-a8f62e126d83 {
  margin-left: 40px;
margin-right: 40px;
min-height: 350px;
}








#s-917066a9-69d1-477f-8ec8-a8f62e126d83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-917066a9-69d1-477f-8ec8-a8f62e126d83.shg-box.shg-c {
  justify-content: center;
}

#s-08d5ad84-ee13-4db6-90b8-eecf69ff6cf8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-08d5ad84-ee13-4db6-90b8-eecf69ff6cf8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08d5ad84-ee13-4db6-90b8-eecf69ff6cf8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08d5ad84-ee13-4db6-90b8-eecf69ff6cf8 {
  
}
}@media (max-width: 767px){#s-08d5ad84-ee13-4db6-90b8-eecf69ff6cf8 {
  
}
}







#s-08d5ad84-ee13-4db6-90b8-eecf69ff6cf8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.04999999999999999;
}#s-08d5ad84-ee13-4db6-90b8-eecf69ff6cf8.shg-box.shg-c {
  justify-content: center;
}

#s-fa3d5800-2159-4e6d-8bf7-f2e551935370 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-fa3d5800-2159-4e6d-8bf7-f2e551935370 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa3d5800-2159-4e6d-8bf7-f2e551935370 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa3d5800-2159-4e6d-8bf7-f2e551935370 {
  display: none;
}
#s-fa3d5800-2159-4e6d-8bf7-f2e551935370, #wrap-s-fa3d5800-2159-4e6d-8bf7-f2e551935370 { display:none !important; }}@media (max-width: 767px){#s-fa3d5800-2159-4e6d-8bf7-f2e551935370 {
  display: none;
}
#s-fa3d5800-2159-4e6d-8bf7-f2e551935370, #wrap-s-fa3d5800-2159-4e6d-8bf7-f2e551935370 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fa3d5800-2159-4e6d-8bf7-f2e551935370"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29 {
  display: none;
}
#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29, #wrap-s-ba6dad66-08dc-4a64-80aa-5d96e760dc29 { display:none !important; }}@media (max-width: 767px){#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29 {
  display: none;
}
#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29, #wrap-s-ba6dad66-08dc-4a64-80aa-5d96e760dc29 { display:none !important; }}







#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ba6dad66-08dc-4a64-80aa-5d96e760dc29.shg-box.shg-c {
  justify-content: center;
}

#s-32b94f96-572f-49d3-b7c6-747cb7bb9c90 {
  padding-left: 40px;
padding-right: 40px;
min-height: 350px;
}








#s-32b94f96-572f-49d3-b7c6-747cb7bb9c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32b94f96-572f-49d3-b7c6-747cb7bb9c90.shg-box.shg-c {
  justify-content: center;
}

#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e {
  padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e {
  display: none;
}
#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e, #wrap-s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e {
  display: none;
}
#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e, #wrap-s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e {
  
}
}@media (max-width: 767px){#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e {
  
}
}







#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb10c40-631f-4be5-aa1c-5baa1b721e5e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c {
  
}
}@media (max-width: 767px){#s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c {
  
}
}
@media (min-width: 0px) {
[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6ff9313c-9fd6-477c-b38c-6e3ab580ce7c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ee40b5e0-f0ab-454e-aff4-78a442f5d347 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 375px;
max-width: 1600px;
background-position: center center;
}








#s-ee40b5e0-f0ab-454e-aff4-78a442f5d347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee40b5e0-f0ab-454e-aff4-78a442f5d347.shg-box.shg-c {
  justify-content: center;
}

#s-e286c6a3-b9b5-4412-a5a5-52a40f48a0dc {
  margin-left: 40px;
margin-right: 40px;
min-height: 350px;
}








#s-e286c6a3-b9b5-4412-a5a5-52a40f48a0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e286c6a3-b9b5-4412-a5a5-52a40f48a0dc.shg-box.shg-c {
  justify-content: center;
}

#s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62 {
  
}
}@media (max-width: 767px){#s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62 {
  
}
}
@media (min-width: 0px) {
[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d41dfbe6-fbbf-4382-a08b-b5d28f901e62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f9ae99ad-3c44-474b-b390-c0d1e6a813b5 {
  margin-left: 40px;
margin-right: 40px;
min-height: 350px;
}








#s-f9ae99ad-3c44-474b-b390-c0d1e6a813b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9ae99ad-3c44-474b-b390-c0d1e6a813b5.shg-box.shg-c {
  justify-content: center;
}

#s-2af03c1b-e50f-4783-8012-87bfd485257d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2af03c1b-e50f-4783-8012-87bfd485257d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2af03c1b-e50f-4783-8012-87bfd485257d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2af03c1b-e50f-4783-8012-87bfd485257d {
  
}
}@media (max-width: 767px){#s-2af03c1b-e50f-4783-8012-87bfd485257d {
  
}
}







#s-2af03c1b-e50f-4783-8012-87bfd485257d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.04999999999999999;
}#s-2af03c1b-e50f-4783-8012-87bfd485257d.shg-box.shg-c {
  justify-content: center;
}

#s-63c8c854-7ee9-423e-aa69-695e975db19d {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-63c8c854-7ee9-423e-aa69-695e975db19d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63c8c854-7ee9-423e-aa69-695e975db19d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63c8c854-7ee9-423e-aa69-695e975db19d {
  display: none;
}
#s-63c8c854-7ee9-423e-aa69-695e975db19d, #wrap-s-63c8c854-7ee9-423e-aa69-695e975db19d { display:none !important; }}@media (max-width: 767px){#s-63c8c854-7ee9-423e-aa69-695e975db19d {
  display: none;
}
#s-63c8c854-7ee9-423e-aa69-695e975db19d, #wrap-s-63c8c854-7ee9-423e-aa69-695e975db19d { display:none !important; }}
@media (min-width: 0px) {
[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-63c8c854-7ee9-423e-aa69-695e975db19d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9 {
  display: none;
}
#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9, #wrap-s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9 { display:none !important; }}@media (max-width: 767px){#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9 {
  display: none;
}
#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9, #wrap-s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9 { display:none !important; }}







#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-42ee7c18-c17d-4b1c-bd73-7ac88f9e7fc9.shg-box.shg-c {
  justify-content: center;
}

#s-4fb11dc2-9167-40ba-8be7-a2af3b67bd39 {
  padding-left: 40px;
padding-right: 40px;
min-height: 350px;
}








#s-4fb11dc2-9167-40ba-8be7-a2af3b67bd39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fb11dc2-9167-40ba-8be7-a2af3b67bd39.shg-box.shg-c {
  justify-content: center;
}

#s-609e7d24-edf3-4c94-8b47-430a9c2647aa {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 250px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-609e7d24-edf3-4c94-8b47-430a9c2647aa {
  display: none;
}
#s-609e7d24-edf3-4c94-8b47-430a9c2647aa, #wrap-s-609e7d24-edf3-4c94-8b47-430a9c2647aa { display:none !important; }}@media (max-width: 767px){#s-609e7d24-edf3-4c94-8b47-430a9c2647aa {
  display: none;
}
#s-609e7d24-edf3-4c94-8b47-430a9c2647aa, #wrap-s-609e7d24-edf3-4c94-8b47-430a9c2647aa { display:none !important; }}







#s-609e7d24-edf3-4c94-8b47-430a9c2647aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-609e7d24-edf3-4c94-8b47-430a9c2647aa.shg-box.shg-c {
  justify-content: center;
}

#s-c041b058-6cbb-4551-a8d8-0aecc10b6a57 {
  margin-top: 30px;
margin-left: 120px;
margin-bottom: 30px;
margin-right: 120px;
}

#s-8577e04a-3648-448e-8955-a12330b27931 {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 250px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 1200px){#s-8577e04a-3648-448e-8955-a12330b27931 {
  display: none;
}
#s-8577e04a-3648-448e-8955-a12330b27931, #wrap-s-8577e04a-3648-448e-8955-a12330b27931 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8577e04a-3648-448e-8955-a12330b27931 {
  display: none;
}
#s-8577e04a-3648-448e-8955-a12330b27931, #wrap-s-8577e04a-3648-448e-8955-a12330b27931 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8577e04a-3648-448e-8955-a12330b27931 {
  
}
}@media (max-width: 767px){#s-8577e04a-3648-448e-8955-a12330b27931 {
  
}
}







#s-8577e04a-3648-448e-8955-a12330b27931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8577e04a-3648-448e-8955-a12330b27931.shg-box.shg-c {
  justify-content: center;
}

#s-c06e9750-d7d9-40dc-8e25-2a2427121472 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-089253f6-ca75-4cf5-8837-b192bc5fadf2 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-089253f6-ca75-4cf5-8837-b192bc5fadf2 {
  display: none;
}
#s-089253f6-ca75-4cf5-8837-b192bc5fadf2, #wrap-s-089253f6-ca75-4cf5-8837-b192bc5fadf2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-089253f6-ca75-4cf5-8837-b192bc5fadf2 {
  display: none;
}
#s-089253f6-ca75-4cf5-8837-b192bc5fadf2, #wrap-s-089253f6-ca75-4cf5-8837-b192bc5fadf2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-089253f6-ca75-4cf5-8837-b192bc5fadf2 {
  
}
}@media (max-width: 767px){#s-089253f6-ca75-4cf5-8837-b192bc5fadf2 {
  
}
}







#s-089253f6-ca75-4cf5-8837-b192bc5fadf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-089253f6-ca75-4cf5-8837-b192bc5fadf2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f23fba78-b09d-47f8-a1da-d929ee2a30f0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f23fba78-b09d-47f8-a1da-d929ee2a30f0 {
  display: none;
}
#s-f23fba78-b09d-47f8-a1da-d929ee2a30f0, #wrap-s-f23fba78-b09d-47f8-a1da-d929ee2a30f0 { display:none !important; }}@media (max-width: 767px){#s-f23fba78-b09d-47f8-a1da-d929ee2a30f0 {
  display: none;
}
#s-f23fba78-b09d-47f8-a1da-d929ee2a30f0, #wrap-s-f23fba78-b09d-47f8-a1da-d929ee2a30f0 { display:none !important; }}
#s-f23fba78-b09d-47f8-a1da-d929ee2a30f0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-eb648cb9-4459-458b-90dc-6b45118d5fe0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb648cb9-4459-458b-90dc-6b45118d5fe0 {
  display: none;
}
#s-eb648cb9-4459-458b-90dc-6b45118d5fe0, #wrap-s-eb648cb9-4459-458b-90dc-6b45118d5fe0 { display:none !important; }}@media (max-width: 767px){#s-eb648cb9-4459-458b-90dc-6b45118d5fe0 {
  display: none;
}
#s-eb648cb9-4459-458b-90dc-6b45118d5fe0, #wrap-s-eb648cb9-4459-458b-90dc-6b45118d5fe0 { display:none !important; }}



  #s-eb648cb9-4459-458b-90dc-6b45118d5fe0 img.shogun-image {
    
    width: px;
  }


#s-eb648cb9-4459-458b-90dc-6b45118d5fe0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0, #wrap-s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0 { display:none !important; }}@media (max-width: 767px){#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0, #wrap-s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0 { display:none !important; }}







#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c242f3c-27f4-4109-b8ff-eab5eb9728f0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9765a7cb-9f58-4b27-809f-4e39c5788fd9 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-9765a7cb-9f58-4b27-809f-4e39c5788fd9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9765a7cb-9f58-4b27-809f-4e39c5788fd9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9765a7cb-9f58-4b27-809f-4e39c5788fd9 {
  
}
}@media (max-width: 767px){#s-9765a7cb-9f58-4b27-809f-4e39c5788fd9 {
  
}
}
@media (min-width: 0px) {
[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9765a7cb-9f58-4b27-809f-4e39c5788fd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-939fa5a6-79ce-46b9-80bb-f7e8b7e00540 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-939fa5a6-79ce-46b9-80bb-f7e8b7e00540 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-939fa5a6-79ce-46b9-80bb-f7e8b7e00540.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8c976a5f-4d01-4443-90a3-a41fab64d60b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8c976a5f-4d01-4443-90a3-a41fab64d60b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c976a5f-4d01-4443-90a3-a41fab64d60b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c976a5f-4d01-4443-90a3-a41fab64d60b {
  
}
}@media (max-width: 767px){#s-8c976a5f-4d01-4443-90a3-a41fab64d60b {
  margin-bottom: 20px;
}
}







#s-8c976a5f-4d01-4443-90a3-a41fab64d60b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.04999999999999999;
}#s-8c976a5f-4d01-4443-90a3-a41fab64d60b.shg-box.shg-c {
  justify-content: center;
}

#s-a6016ca6-bb9f-4031-a646-9097d1349d18 {
  margin-left: 15px;
margin-right: 15px;
}

#s-0226f1f8-2452-40ba-aaaf-0129749d3f00 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-0226f1f8-2452-40ba-aaaf-0129749d3f00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0226f1f8-2452-40ba-aaaf-0129749d3f00.shg-box.shg-c {
  justify-content: flex-start;
}

.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-a0db1155-6cd0-46f8-965d-bfe408f93db6 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 26, 26, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(29, 27, 27, 1);
}
#s-a0db1155-6cd0-46f8-965d-bfe408f93db6:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0db1155-6cd0-46f8-965d-bfe408f93db6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0db1155-6cd0-46f8-965d-bfe408f93db6-btn-wrapper {
    text-align: left;
  }


#s-a0db1155-6cd0-46f8-965d-bfe408f93db6.shg-btn {
  color: rgba(29, 27, 27, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d49c1a9c-f4ca-48c7-bf7c-354c50dc1acd {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-d49c1a9c-f4ca-48c7-bf7c-354c50dc1acd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d49c1a9c-f4ca-48c7-bf7c-354c50dc1acd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3cb9274b-9463-4505-b19a-43fc2e28ed63 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3cb9274b-9463-4505-b19a-43fc2e28ed63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-77eae83d-44d6-4a14-a618-0aded9327242 {
  display: none;
}
#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 {
  text-align: left;
}


.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 {
  max-width: 100%;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom,
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 {
  max-width: 100%;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom,
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 {
  max-width: 100%;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom,
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 {
  max-width: 100%;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom,
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 {
  max-width: 100%;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom,
.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ca46d80-87c8-4959-ab99-d7c4ec6fbf09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-205a3ba5-2c12-4ba5-bb48-7ed25afbd8a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-205a3ba5-2c12-4ba5-bb48-7ed25afbd8a4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-97156d3c-93cc-4e4a-8073-cf3346d265f7 {
  text-align: center;
}

#s-97156d3c-93cc-4e4a-8073-cf3346d265f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-97156d3c-93cc-4e4a-8073-cf3346d265f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-97156d3c-93cc-4e4a-8073-cf3346d265f7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4311b326-b66b-48b9-8b88-5bae3eca13e7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-4311b326-b66b-48b9-8b88-5bae3eca13e7:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4311b326-b66b-48b9-8b88-5bae3eca13e7:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-4311b326-b66b-48b9-8b88-5bae3eca13e7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4311b326-b66b-48b9-8b88-5bae3eca13e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4311b326-b66b-48b9-8b88-5bae3eca13e7.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4311b326-b66b-48b9-8b88-5bae3eca13e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b1cbafbf-e5dd-407a-8a2c-ba4f8801cf8e {
  display: none;
}
#s-30f93f15-63c0-452f-9899-24445152bbb1 {
  text-align: left;
}


.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 {
  max-width: 100%;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom,
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 {
  max-width: 100%;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom,
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 {
  max-width: 100%;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom,
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 {
  max-width: 100%;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom,
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 {
  max-width: 100%;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom,
.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30f93f15-63c0-452f-9899-24445152bbb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fce05d48-2e5f-472f-86cd-969d5027cfad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fce05d48-2e5f-472f-86cd-969d5027cfad .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-4c448527-2c9d-4956-8b14-09bffeefca74 {
  text-align: center;
}

#s-4c448527-2c9d-4956-8b14-09bffeefca74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4c448527-2c9d-4956-8b14-09bffeefca74 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4c448527-2c9d-4956-8b14-09bffeefca74 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b73f66b0-716e-4795-a933-2bdcccd2f4b1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-b73f66b0-716e-4795-a933-2bdcccd2f4b1:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b73f66b0-716e-4795-a933-2bdcccd2f4b1:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-b73f66b0-716e-4795-a933-2bdcccd2f4b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b73f66b0-716e-4795-a933-2bdcccd2f4b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b73f66b0-716e-4795-a933-2bdcccd2f4b1.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b73f66b0-716e-4795-a933-2bdcccd2f4b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5ef36add-6304-4bf3-92f5-b801c1698c86 {
  display: none;
}
#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f {
  text-align: left;
}


.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f {
  max-width: 100%;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom,
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f {
  max-width: 100%;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom,
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f {
  max-width: 100%;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom,
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f {
  max-width: 100%;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom,
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f {
  max-width: 100%;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom,
.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc73c587-42f5-4b89-b68b-cc309fa60f4f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b2687b7e-7170-4fb1-a5b8-d1e2fdcb5aaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2687b7e-7170-4fb1-a5b8-d1e2fdcb5aaf .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-0fda6e59-3158-43b3-8da1-c69b5729b292 {
  text-align: center;
}

#s-0fda6e59-3158-43b3-8da1-c69b5729b292 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-0fda6e59-3158-43b3-8da1-c69b5729b292 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0fda6e59-3158-43b3-8da1-c69b5729b292 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5ac30f92-b652-4830-a69a-8418fa34aade {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-5ac30f92-b652-4830-a69a-8418fa34aade:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-5ac30f92-b652-4830-a69a-8418fa34aade:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-5ac30f92-b652-4830-a69a-8418fa34aade {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ac30f92-b652-4830-a69a-8418fa34aade.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ac30f92-b652-4830-a69a-8418fa34aade.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5ac30f92-b652-4830-a69a-8418fa34aade.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8b40074e-117c-4e6d-bee8-3600ea9b6182 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-8b40074e-117c-4e6d-bee8-3600ea9b6182 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b40074e-117c-4e6d-bee8-3600ea9b6182 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b40074e-117c-4e6d-bee8-3600ea9b6182 {
  
}
}@media (max-width: 767px){#s-8b40074e-117c-4e6d-bee8-3600ea9b6182 {
  
}
}
@media (min-width: 0px) {
[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-8b40074e-117c-4e6d-bee8-3600ea9b6182"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ce47c97a-51b9-48cd-bd17-919629808db2 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-ce47c97a-51b9-48cd-bd17-919629808db2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce47c97a-51b9-48cd-bd17-919629808db2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddcc1f00-5a7f-43e6-989b-4cb2645dc314"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-32dda266-6626-40ea-b225-f5446516286c {
  display: none;
}
#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 {
  text-align: left;
}


.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 {
  max-width: 100%;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom,
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 {
  max-width: 100%;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom,
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 {
  max-width: 100%;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom,
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 {
  max-width: 100%;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom,
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 {
  max-width: 100%;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom,
.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c78669d0-ad76-4ea7-9e8f-653ff0dbef56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9cff6b76-6bce-45da-929b-d6540ab445e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cff6b76-6bce-45da-929b-d6540ab445e6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-9cc30cff-ab27-4695-94ba-9a5437ab121d {
  text-align: center;
}

#s-9cc30cff-ab27-4695-94ba-9a5437ab121d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-9cc30cff-ab27-4695-94ba-9a5437ab121d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9cc30cff-ab27-4695-94ba-9a5437ab121d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ade324a3-7e61-4ba2-b883-2b75cbd19046 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-ade324a3-7e61-4ba2-b883-2b75cbd19046:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ade324a3-7e61-4ba2-b883-2b75cbd19046:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ade324a3-7e61-4ba2-b883-2b75cbd19046 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ade324a3-7e61-4ba2-b883-2b75cbd19046.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ade324a3-7e61-4ba2-b883-2b75cbd19046.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-ade324a3-7e61-4ba2-b883-2b75cbd19046.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b3638173-1664-4416-84cb-581115fb63bd {
  display: none;
}
#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 {
  text-align: left;
}


.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 {
  max-width: 100%;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom,
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 {
  max-width: 100%;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom,
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 {
  max-width: 100%;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom,
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 {
  max-width: 100%;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom,
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 {
  max-width: 100%;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom,
.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2e68acf-d91a-4213-80cb-0e8fdffa88e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-77b45760-ddb9-4302-b2ac-3be40e80c796 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77b45760-ddb9-4302-b2ac-3be40e80c796 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-6f4fcad6-c596-408f-a276-af0cd619ab72 {
  text-align: center;
}

#s-6f4fcad6-c596-408f-a276-af0cd619ab72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-6f4fcad6-c596-408f-a276-af0cd619ab72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6f4fcad6-c596-408f-a276-af0cd619ab72 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ac364216-a3cf-41b0-9e75-469deef32370 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-ac364216-a3cf-41b0-9e75-469deef32370:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ac364216-a3cf-41b0-9e75-469deef32370:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ac364216-a3cf-41b0-9e75-469deef32370 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac364216-a3cf-41b0-9e75-469deef32370.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac364216-a3cf-41b0-9e75-469deef32370.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-ac364216-a3cf-41b0-9e75-469deef32370.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9924253a-7fa0-4d75-87d9-69021352a514 {
  display: none;
}
#s-c552481f-7639-4d1e-88f7-844036b1e6cb {
  text-align: left;
}


.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb {
  max-width: 100%;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom,
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb {
  max-width: 100%;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom,
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb {
  max-width: 100%;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom,
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb {
  max-width: 100%;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom,
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb {
  max-width: 100%;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom,
.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c552481f-7639-4d1e-88f7-844036b1e6cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f96a7330-4174-424c-af46-35054533847d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f96a7330-4174-424c-af46-35054533847d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-2c041d58-3499-4b22-9365-b6ec62ac8c4a {
  text-align: center;
}

#s-2c041d58-3499-4b22-9365-b6ec62ac8c4a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-2c041d58-3499-4b22-9365-b6ec62ac8c4a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2c041d58-3499-4b22-9365-b6ec62ac8c4a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-098f879a-151c-4b7a-af7a-23a5b49bb630 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-098f879a-151c-4b7a-af7a-23a5b49bb630:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-098f879a-151c-4b7a-af7a-23a5b49bb630:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-098f879a-151c-4b7a-af7a-23a5b49bb630 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-098f879a-151c-4b7a-af7a-23a5b49bb630.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-098f879a-151c-4b7a-af7a-23a5b49bb630.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-098f879a-151c-4b7a-af7a-23a5b49bb630.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f4b282be-e636-48c5-8277-91492c7069f0 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-f4b282be-e636-48c5-8277-91492c7069f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4b282be-e636-48c5-8277-91492c7069f0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-12d41d18-51a1-4a7d-b4ab-e66a1a3e508d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-12d41d18-51a1-4a7d-b4ab-e66a1a3e508d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12d41d18-51a1-4a7d-b4ab-e66a1a3e508d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12d41d18-51a1-4a7d-b4ab-e66a1a3e508d {
  
}
}@media (max-width: 767px){#s-12d41d18-51a1-4a7d-b4ab-e66a1a3e508d {
  
}
}







#s-12d41d18-51a1-4a7d-b4ab-e66a1a3e508d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-12d41d18-51a1-4a7d-b4ab-e66a1a3e508d.shg-box.shg-c {
  justify-content: center;
}

#s-fcad6216-190f-4e01-9065-c6c4332faf3e {
  margin-left: 15px;
margin-right: 15px;
}

#s-3571c469-5e18-450f-ac5b-5b85980c7ad2 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-3571c469-5e18-450f-ac5b-5b85980c7ad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3571c469-5e18-450f-ac5b-5b85980c7ad2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a96553ac-71a1-49a7-97b5-51b76edf4994 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 26, 26, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(29, 27, 27, 1);
}
#s-a96553ac-71a1-49a7-97b5-51b76edf4994:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a96553ac-71a1-49a7-97b5-51b76edf4994:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a96553ac-71a1-49a7-97b5-51b76edf4994-btn-wrapper {
    text-align: left;
  }


#s-a96553ac-71a1-49a7-97b5-51b76edf4994.shg-btn {
  color: rgba(29, 27, 27, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-294d196e-6596-4f74-8fbb-76af24e1ccb7 {
  margin-top: 30px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-294d196e-6596-4f74-8fbb-76af24e1ccb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-294d196e-6596-4f74-8fbb-76af24e1ccb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-294d196e-6596-4f74-8fbb-76af24e1ccb7 {
  
}
}@media (max-width: 767px){#s-294d196e-6596-4f74-8fbb-76af24e1ccb7 {
  
}
}
@media (min-width: 0px) {
[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-294d196e-6596-4f74-8fbb-76af24e1ccb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c5268935-2219-4f6b-88c5-a12b245b3bb8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 49px;
}








#s-c5268935-2219-4f6b-88c5-a12b245b3bb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5268935-2219-4f6b-88c5-a12b245b3bb8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ae70c07e-8511-4ecc-b85b-c63ed8b802cd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ae70c07e-8511-4ecc-b85b-c63ed8b802cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae70c07e-8511-4ecc-b85b-c63ed8b802cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae70c07e-8511-4ecc-b85b-c63ed8b802cd {
  
}
}@media (max-width: 767px){#s-ae70c07e-8511-4ecc-b85b-c63ed8b802cd {
  
}
}







#s-ae70c07e-8511-4ecc-b85b-c63ed8b802cd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ae70c07e-8511-4ecc-b85b-c63ed8b802cd.shg-box.shg-c {
  justify-content: center;
}

#s-6231c466-6820-45dd-ab58-78af20e1be4d {
  margin-left: 12px;
margin-right: 12px;
}

#s-d607b78a-2b48-4244-b001-dd1c16084ff2 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-d607b78a-2b48-4244-b001-dd1c16084ff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d607b78a-2b48-4244-b001-dd1c16084ff2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-53e99bd9-3320-4a73-9b0a-e2fb6d124195 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 26, 26, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(29, 27, 27, 1);
}
#s-53e99bd9-3320-4a73-9b0a-e2fb6d124195:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-53e99bd9-3320-4a73-9b0a-e2fb6d124195:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-53e99bd9-3320-4a73-9b0a-e2fb6d124195-btn-wrapper {
    text-align: left;
  }


#s-53e99bd9-3320-4a73-9b0a-e2fb6d124195.shg-btn {
  color: rgba(29, 27, 27, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58b4ccaf-76e7-47e9-990c-c5c6ddb7c048 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-58b4ccaf-76e7-47e9-990c-c5c6ddb7c048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58b4ccaf-76e7-47e9-990c-c5c6ddb7c048.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1e4c6dd9-9c8a-4e6b-b405-e9af0a7f73bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bd7e9f0e-57c4-4c29-a94c-ee960de266f7 {
  display: none;
}
#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 {
  text-align: left;
}


.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 {
  max-width: 100%;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom,
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 {
  max-width: 100%;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom,
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 {
  max-width: 100%;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom,
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 {
  max-width: 100%;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom,
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 {
  max-width: 100%;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom,
.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72c3ca0f-4175-4fbd-85d2-cf5b1fea8cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-69f58b35-deae-4f46-8f3b-bf27dce1ef90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69f58b35-deae-4f46-8f3b-bf27dce1ef90 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-3bdbb2f1-25d8-4bb5-9e93-b4e04a598e5f {
  text-align: center;
}

#s-3bdbb2f1-25d8-4bb5-9e93-b4e04a598e5f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-3bdbb2f1-25d8-4bb5-9e93-b4e04a598e5f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3bdbb2f1-25d8-4bb5-9e93-b4e04a598e5f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cab11d5b-81d0-4b8f-b9a5-a2ba3a3a5455 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-cab11d5b-81d0-4b8f-b9a5-a2ba3a3a5455:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-cab11d5b-81d0-4b8f-b9a5-a2ba3a3a5455:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-cab11d5b-81d0-4b8f-b9a5-a2ba3a3a5455 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cab11d5b-81d0-4b8f-b9a5-a2ba3a3a5455.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cab11d5b-81d0-4b8f-b9a5-a2ba3a3a5455.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-cab11d5b-81d0-4b8f-b9a5-a2ba3a3a5455.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-319a02d5-5434-4d3b-a968-e7aa8b15503f {
  display: none;
}
#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 {
  text-align: left;
}


.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 {
  max-width: 100%;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom,
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 {
  max-width: 100%;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom,
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 {
  max-width: 100%;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom,
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 {
  max-width: 100%;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom,
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 {
  max-width: 100%;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom,
.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d69cd74e-7b5a-41b3-b521-894912bfd1a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-789d1cbe-3504-4f84-97b0-4351f5dcff77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-789d1cbe-3504-4f84-97b0-4351f5dcff77 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-3a8a5bb2-9f87-4044-b4c0-f5162b8e4ae5 {
  text-align: center;
}

#s-3a8a5bb2-9f87-4044-b4c0-f5162b8e4ae5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-3a8a5bb2-9f87-4044-b4c0-f5162b8e4ae5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3a8a5bb2-9f87-4044-b4c0-f5162b8e4ae5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e3d356f4-228f-4afe-bce3-451e50d75382 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-e3d356f4-228f-4afe-bce3-451e50d75382:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e3d356f4-228f-4afe-bce3-451e50d75382:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e3d356f4-228f-4afe-bce3-451e50d75382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3d356f4-228f-4afe-bce3-451e50d75382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3d356f4-228f-4afe-bce3-451e50d75382.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-e3d356f4-228f-4afe-bce3-451e50d75382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cfdc62ec-75a4-4b7a-ad96-6a41a450938f {
  display: none;
}
#s-2bcba93d-1fe8-43ce-9925-28250c927d4e {
  text-align: left;
}


.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e {
  max-width: 100%;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom,
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e {
  max-width: 100%;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom,
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e {
  max-width: 100%;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom,
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e {
  max-width: 100%;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom,
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e {
  max-width: 100%;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom,
.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2bcba93d-1fe8-43ce-9925-28250c927d4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-63f29092-68a1-4853-913f-a6711e4607c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63f29092-68a1-4853-913f-a6711e4607c0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-7beee9f4-93a3-4f0d-ae15-cd3ef87e215d {
  text-align: center;
}

#s-7beee9f4-93a3-4f0d-ae15-cd3ef87e215d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-7beee9f4-93a3-4f0d-ae15-cd3ef87e215d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7beee9f4-93a3-4f0d-ae15-cd3ef87e215d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-42bf3788-0c19-49c3-b867-9f7fdd4f0dbd {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-42bf3788-0c19-49c3-b867-9f7fdd4f0dbd:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-42bf3788-0c19-49c3-b867-9f7fdd4f0dbd:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-42bf3788-0c19-49c3-b867-9f7fdd4f0dbd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42bf3788-0c19-49c3-b867-9f7fdd4f0dbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42bf3788-0c19-49c3-b867-9f7fdd4f0dbd.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-42bf3788-0c19-49c3-b867-9f7fdd4f0dbd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1bef0202-f1c7-4069-8528-fb74aad4a868 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-1bef0202-f1c7-4069-8528-fb74aad4a868 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bef0202-f1c7-4069-8528-fb74aad4a868 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bef0202-f1c7-4069-8528-fb74aad4a868 {
  
}
}@media (max-width: 767px){#s-1bef0202-f1c7-4069-8528-fb74aad4a868 {
  
}
}
@media (min-width: 0px) {
[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-1bef0202-f1c7-4069-8528-fb74aad4a868"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cba65fec-b3e5-41a8-b111-a2af1ec4ac07 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-cba65fec-b3e5-41a8-b111-a2af1ec4ac07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cba65fec-b3e5-41a8-b111-a2af1ec4ac07.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b700be51-c0ad-4fbb-9450-59133be5549e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 200px;
max-width: 1000px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b700be51-c0ad-4fbb-9450-59133be5549e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0218637d-23d6-4ea9-8f1a-888e485641dc {
  display: none;
}
#s-366984d1-8f20-4137-ad98-a487dc2735c1 {
  text-align: left;
}


.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 {
  max-width: 100%;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom,
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 {
  max-width: 100%;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom,
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 {
  max-width: 100%;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom,
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 {
  max-width: 100%;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom,
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 {
  max-width: 100%;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom,
.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366984d1-8f20-4137-ad98-a487dc2735c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e1328f5-a2cc-4a0e-b35c-4c0f82a85dd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e1328f5-a2cc-4a0e-b35c-4c0f82a85dd7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-ddaf8777-5b10-4327-a9a1-ed02bd27ead0 {
  text-align: center;
}

#s-ddaf8777-5b10-4327-a9a1-ed02bd27ead0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-ddaf8777-5b10-4327-a9a1-ed02bd27ead0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ddaf8777-5b10-4327-a9a1-ed02bd27ead0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-254a2b75-2989-4e28-8e3f-c5b6953bc5d9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-254a2b75-2989-4e28-8e3f-c5b6953bc5d9:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-254a2b75-2989-4e28-8e3f-c5b6953bc5d9:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-254a2b75-2989-4e28-8e3f-c5b6953bc5d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-254a2b75-2989-4e28-8e3f-c5b6953bc5d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-254a2b75-2989-4e28-8e3f-c5b6953bc5d9.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-254a2b75-2989-4e28-8e3f-c5b6953bc5d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e37077d2-45a5-447e-a590-cb307bbec988 {
  display: none;
}
#s-dc83e32f-29ea-45f4-8d74-c52a067b902e {
  text-align: left;
}


.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e {
  max-width: 100%;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom,
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e {
  max-width: 100%;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom,
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e {
  max-width: 100%;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom,
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e {
  max-width: 100%;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom,
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e {
  max-width: 100%;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom,
.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc83e32f-29ea-45f4-8d74-c52a067b902e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1a7575de-382b-4d89-bc31-63f29bc32db4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a7575de-382b-4d89-bc31-63f29bc32db4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-71383131-b1f5-4b17-bf8c-6119dc9f93fc {
  text-align: center;
}

#s-71383131-b1f5-4b17-bf8c-6119dc9f93fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-71383131-b1f5-4b17-bf8c-6119dc9f93fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-71383131-b1f5-4b17-bf8c-6119dc9f93fc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-809cce3a-0371-4ef0-90ca-ce93fdce2ed4 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-809cce3a-0371-4ef0-90ca-ce93fdce2ed4:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-809cce3a-0371-4ef0-90ca-ce93fdce2ed4:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-809cce3a-0371-4ef0-90ca-ce93fdce2ed4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-809cce3a-0371-4ef0-90ca-ce93fdce2ed4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-809cce3a-0371-4ef0-90ca-ce93fdce2ed4.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-809cce3a-0371-4ef0-90ca-ce93fdce2ed4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8b368ef9-798f-46a3-9465-f35a981d7db7 {
  display: none;
}
#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f {
  text-align: left;
}


.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f {
  max-width: 100%;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom,
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f {
  max-width: 100%;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom,
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f {
  max-width: 100%;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom,
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f {
  max-width: 100%;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom,
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f {
  max-width: 100%;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom,
.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc19a5c-340a-4a5b-ae75-1f59442e570f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e532b4d6-a8e0-4edf-9bde-f57a8ade2a82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e532b4d6-a8e0-4edf-9bde-f57a8ade2a82 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-71ce546f-8a41-4e36-a843-303d0cecbf83 {
  text-align: center;
}

#s-71ce546f-8a41-4e36-a843-303d0cecbf83 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-71ce546f-8a41-4e36-a843-303d0cecbf83 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-71ce546f-8a41-4e36-a843-303d0cecbf83 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6083eef5-3da5-4af5-91c6-c31941b62cc3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(61, 57, 57, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
color: rgba(26, 24, 24, 1);
}
#s-6083eef5-3da5-4af5-91c6-c31941b62cc3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6083eef5-3da5-4af5-91c6-c31941b62cc3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-6083eef5-3da5-4af5-91c6-c31941b62cc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6083eef5-3da5-4af5-91c6-c31941b62cc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6083eef5-3da5-4af5-91c6-c31941b62cc3.shg-btn {
  color: rgba(26, 24, 24, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-6083eef5-3da5-4af5-91c6-c31941b62cc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a9e1484c-90ce-4b06-ba62-5d534df19667 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-a9e1484c-90ce-4b06-ba62-5d534df19667 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9e1484c-90ce-4b06-ba62-5d534df19667.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f746cad-6ac6-4c6b-b739-0796551f4267 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8f746cad-6ac6-4c6b-b739-0796551f4267 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f746cad-6ac6-4c6b-b739-0796551f4267 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f746cad-6ac6-4c6b-b739-0796551f4267 {
  
}
}@media (max-width: 767px){#s-8f746cad-6ac6-4c6b-b739-0796551f4267 {
  
}
}







#s-8f746cad-6ac6-4c6b-b739-0796551f4267 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8f746cad-6ac6-4c6b-b739-0796551f4267.shg-box.shg-c {
  justify-content: center;
}

#s-f8c90ba6-1beb-4446-a434-d0a2b1673613 {
  margin-left: 15px;
margin-right: 15px;
}

#s-25e48553-8fe6-420e-945c-fe1a3eaae5bb {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
min-height: 50px;
}








#s-25e48553-8fe6-420e-945c-fe1a3eaae5bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25e48553-8fe6-420e-945c-fe1a3eaae5bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2560833a-5083-45f6-bc2b-e528f1aa5412 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(27, 26, 26, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(29, 27, 27, 1);
}
#s-2560833a-5083-45f6-bc2b-e528f1aa5412:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-2560833a-5083-45f6-bc2b-e528f1aa5412:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2560833a-5083-45f6-bc2b-e528f1aa5412-btn-wrapper {
    text-align: left;
  }


#s-2560833a-5083-45f6-bc2b-e528f1aa5412.shg-btn {
  color: rgba(29, 27, 27, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(250, 239, 232, 1);
}
@media (min-width: 1200px){#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086, #wrap-s-19d8e866-7f4d-4268-b3ed-8d85b4e29086 { display:none !important; }}@media (max-width: 767px){#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086, #wrap-s-19d8e866-7f4d-4268-b3ed-8d85b4e29086 { display:none !important; }}







#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19d8e866-7f4d-4268-b3ed-8d85b4e29086.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6558e18-fe26-4c54-8293-9331de7f629b {
  padding-top: 30px;
padding-bottom: 90px;
}

@media (min-width: 0px) {
[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6558e18-fe26-4c54-8293-9331de7f629b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53ca754d-7690-4195-a7ce-612ec866a179"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ce436e9c-3ec5-443c-953b-0f24a4de8a1a {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ce436e9c-3ec5-443c-953b-0f24a4de8a1a {
  margin-bottom: 40px;
}
}







#s-ce436e9c-3ec5-443c-953b-0f24a4de8a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce436e9c-3ec5-443c-953b-0f24a4de8a1a.shg-box.shg-c {
  justify-content: center;
}

#s-3c5b6694-ba36-4695-a0fd-6f75191be00d {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-3c5b6694-ba36-4695-a0fd-6f75191be00d img.shogun-image {
    
    width: px;
  }


#s-3c5b6694-ba36-4695-a0fd-6f75191be00d .shogun-image-content {
  
    align-items: center;
  
}

#s-98c29985-5840-4ad3-80a4-8407528ac014 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-98c29985-5840-4ad3-80a4-8407528ac014 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3db7e4ff-374d-486c-9be0-64b81883c017 {
  margin-top: 10px;
}

#s-0dad9c59-1ea9-47cc-a333-139feb863ae4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0dad9c59-1ea9-47cc-a333-139feb863ae4 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-0dad9c59-1ea9-47cc-a333-139feb863ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dad9c59-1ea9-47cc-a333-139feb863ae4.shg-box.shg-c {
  justify-content: center;
}

#s-d64c45dd-3e57-48a7-84fb-357df9569e58 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-d64c45dd-3e57-48a7-84fb-357df9569e58 img.shogun-image {
    
    width: px;
  }


#s-d64c45dd-3e57-48a7-84fb-357df9569e58 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf4cb11f-072d-4a48-9c4e-3bed141d5e3d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bf4cb11f-072d-4a48-9c4e-3bed141d5e3d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b2666a0c-73dc-44e5-bd35-da639be820cd {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9a427f3-06ac-4363-9503-f58931df72dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dc9a4815-38f6-440b-bcad-c609add0a785 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-dc9a4815-38f6-440b-bcad-c609add0a785 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-dc9a4815-38f6-440b-bcad-c609add0a785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc9a4815-38f6-440b-bcad-c609add0a785.shg-box.shg-c {
  justify-content: center;
}

#s-578f1700-3b4f-4649-9892-616bba49de0b {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-578f1700-3b4f-4649-9892-616bba49de0b img.shogun-image {
    
    width: px;
  }


#s-578f1700-3b4f-4649-9892-616bba49de0b .shogun-image-content {
  
    align-items: center;
  
}

#s-cc5de254-7553-4316-8eba-489bd1db6f2e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cc5de254-7553-4316-8eba-489bd1db6f2e .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-debeebb3-c26f-47c9-bb6d-cd151357f859 {
  margin-top: 10px;
}

#s-10397cd2-8394-46e9-b53c-3375db3add11 {
  min-height: 50px;
}
@media (max-width: 767px){#s-10397cd2-8394-46e9-b53c-3375db3add11 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-10397cd2-8394-46e9-b53c-3375db3add11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10397cd2-8394-46e9-b53c-3375db3add11.shg-box.shg-c {
  justify-content: center;
}

#s-6b57a1ba-f35e-4376-bb72-7f49039d548e {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-6b57a1ba-f35e-4376-bb72-7f49039d548e img.shogun-image {
    
    width: px;
  }


#s-6b57a1ba-f35e-4376-bb72-7f49039d548e .shogun-image-content {
  
    align-items: center;
  
}

#s-2999929b-4b76-4f89-aceb-da2fd2a70d74 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2999929b-4b76-4f89-aceb-da2fd2a70d74 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef84fd1d-88e6-4247-ab3a-aa688b9fe5a6 {
  margin-top: 10px;
}

#s-1d5cc9eb-6599-430e-a55c-3e752d177a45 {
  margin-top: 60px;
margin-bottom: 90px;
min-height: 250px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1d5cc9eb-6599-430e-a55c-3e752d177a45 {
  display: none;
}
#s-1d5cc9eb-6599-430e-a55c-3e752d177a45, #wrap-s-1d5cc9eb-6599-430e-a55c-3e752d177a45 { display:none !important; }}@media (max-width: 767px){#s-1d5cc9eb-6599-430e-a55c-3e752d177a45 {
  display: none;
}
#s-1d5cc9eb-6599-430e-a55c-3e752d177a45, #wrap-s-1d5cc9eb-6599-430e-a55c-3e752d177a45 { display:none !important; }}







#s-1d5cc9eb-6599-430e-a55c-3e752d177a45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d5cc9eb-6599-430e-a55c-3e752d177a45.shg-box.shg-c {
  justify-content: center;
}

#s-d7d24a12-a505-4d0f-895a-0de8b543ded7 {
  margin-top: 30px;
margin-left: 120px;
margin-bottom: 30px;
margin-right: 120px;
}

#s-9d62f387-751a-46a1-be3e-876c258c7f33 {
  padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9d62f387-751a-46a1-be3e-876c258c7f33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d62f387-751a-46a1-be3e-876c258c7f33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d62f387-751a-46a1-be3e-876c258c7f33 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-9d62f387-751a-46a1-be3e-876c258c7f33, #wrap-s-9d62f387-751a-46a1-be3e-876c258c7f33 { display:none !important; }}@media (max-width: 767px){#s-9d62f387-751a-46a1-be3e-876c258c7f33 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-9d62f387-751a-46a1-be3e-876c258c7f33, #wrap-s-9d62f387-751a-46a1-be3e-876c258c7f33 { display:none !important; }}







#s-9d62f387-751a-46a1-be3e-876c258c7f33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d62f387-751a-46a1-be3e-876c258c7f33.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b736a2b-3b7a-4262-927a-15e52fccbd4e {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-4b736a2b-3b7a-4262-927a-15e52fccbd4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b736a2b-3b7a-4262-927a-15e52fccbd4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b736a2b-3b7a-4262-927a-15e52fccbd4e {
  
}
}@media (max-width: 767px){#s-4b736a2b-3b7a-4262-927a-15e52fccbd4e {
  
}
}
@media (min-width: 0px) {
[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4b736a2b-3b7a-4262-927a-15e52fccbd4e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-df7cf6ba-5463-49b5-a8c8-ec651a083848 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 375px;
max-width: 1600px;
background-position: center center;
}








#s-df7cf6ba-5463-49b5-a8c8-ec651a083848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df7cf6ba-5463-49b5-a8c8-ec651a083848.shg-box.shg-c {
  justify-content: center;
}

#s-4e7aee47-5c8c-49a9-86bf-2c424b21702a {
  margin-left: 40px;
margin-right: 40px;
min-height: 350px;
}








#s-4e7aee47-5c8c-49a9-86bf-2c424b21702a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e7aee47-5c8c-49a9-86bf-2c424b21702a.shg-box.shg-c {
  justify-content: center;
}

#s-b78422f3-d651-4c93-82f7-64f8b022ffaa {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b78422f3-d651-4c93-82f7-64f8b022ffaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b78422f3-d651-4c93-82f7-64f8b022ffaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b78422f3-d651-4c93-82f7-64f8b022ffaa {
  
}
}@media (max-width: 767px){#s-b78422f3-d651-4c93-82f7-64f8b022ffaa {
  
}
}
@media (min-width: 0px) {
[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b78422f3-d651-4c93-82f7-64f8b022ffaa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0e7e7ef5-3d0e-48b5-8256-c42bfc596a4f {
  margin-left: 40px;
margin-right: 40px;
min-height: 350px;
}








#s-0e7e7ef5-3d0e-48b5-8256-c42bfc596a4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e7e7ef5-3d0e-48b5-8256-c42bfc596a4f.shg-box.shg-c {
  justify-content: center;
}

#s-228a243b-e8a6-4431-82b2-94222c7987a1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-228a243b-e8a6-4431-82b2-94222c7987a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-228a243b-e8a6-4431-82b2-94222c7987a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-228a243b-e8a6-4431-82b2-94222c7987a1 {
  
}
}@media (max-width: 767px){#s-228a243b-e8a6-4431-82b2-94222c7987a1 {
  
}
}







#s-228a243b-e8a6-4431-82b2-94222c7987a1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.04999999999999999;
}#s-228a243b-e8a6-4431-82b2-94222c7987a1.shg-box.shg-c {
  justify-content: center;
}

#s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8 {
  display: none;
}
#s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8, #wrap-s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8 { display:none !important; }}@media (max-width: 767px){#s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8 {
  display: none;
}
#s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8, #wrap-s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-890dbf70-9fdc-4b2a-8a54-21158bd8c6b8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-00dd0978-fe59-491e-aae0-e913b4b8522a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-00dd0978-fe59-491e-aae0-e913b4b8522a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00dd0978-fe59-491e-aae0-e913b4b8522a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00dd0978-fe59-491e-aae0-e913b4b8522a {
  display: none;
}
#s-00dd0978-fe59-491e-aae0-e913b4b8522a, #wrap-s-00dd0978-fe59-491e-aae0-e913b4b8522a { display:none !important; }}@media (max-width: 767px){#s-00dd0978-fe59-491e-aae0-e913b4b8522a {
  display: none;
}
#s-00dd0978-fe59-491e-aae0-e913b4b8522a, #wrap-s-00dd0978-fe59-491e-aae0-e913b4b8522a { display:none !important; }}







#s-00dd0978-fe59-491e-aae0-e913b4b8522a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-00dd0978-fe59-491e-aae0-e913b4b8522a.shg-box.shg-c {
  justify-content: center;
}

#s-01c20d39-2c01-4185-8b09-7af7ceb2283a {
  padding-left: 40px;
padding-right: 40px;
min-height: 350px;
}








#s-01c20d39-2c01-4185-8b09-7af7ceb2283a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01c20d39-2c01-4185-8b09-7af7ceb2283a.shg-box.shg-c {
  justify-content: center;
}

#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d {
  padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d {
  display: none;
}
#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d, #wrap-s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d {
  display: none;
}
#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d, #wrap-s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d {
  
}
}@media (max-width: 767px){#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d {
  
}
}







#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa4b0ab7-58af-48f1-81f8-df51ba7c841d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d73aeaba-71d9-41fb-8fbe-6d0998a64971 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d73aeaba-71d9-41fb-8fbe-6d0998a64971 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d73aeaba-71d9-41fb-8fbe-6d0998a64971 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d73aeaba-71d9-41fb-8fbe-6d0998a64971 {
  
}
}@media (max-width: 767px){#s-d73aeaba-71d9-41fb-8fbe-6d0998a64971 {
  
}
}
@media (min-width: 0px) {
[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d73aeaba-71d9-41fb-8fbe-6d0998a64971"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-651c402d-0a01-400d-9447-cf78257b121c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 375px;
max-width: 1600px;
background-position: center center;
}








#s-651c402d-0a01-400d-9447-cf78257b121c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-651c402d-0a01-400d-9447-cf78257b121c.shg-box.shg-c {
  justify-content: center;
}

#s-bb4ed1af-d573-4ae0-b753-c1e7b30181af {
  margin-left: 40px;
margin-right: 40px;
min-height: 350px;
}








#s-bb4ed1af-d573-4ae0-b753-c1e7b30181af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb4ed1af-d573-4ae0-b753-c1e7b30181af.shg-box.shg-c {
  justify-content: center;
}

#s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2 {
  
}
}@media (max-width: 767px){#s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2 {
  
}
}
@media (min-width: 0px) {
[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0350736-f6ee-401c-8f7b-74c0f5a4cbf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-66d69365-2b1b-42f9-a7b9-1a1ac536c3a5 {
  margin-left: 40px;
margin-right: 40px;
min-height: 350px;
}








#s-66d69365-2b1b-42f9-a7b9-1a1ac536c3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66d69365-2b1b-42f9-a7b9-1a1ac536c3a5.shg-box.shg-c {
  justify-content: center;
}

#s-0123c305-9709-48e0-8917-39b5bd306456 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0123c305-9709-48e0-8917-39b5bd306456 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0123c305-9709-48e0-8917-39b5bd306456 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0123c305-9709-48e0-8917-39b5bd306456 {
  
}
}@media (max-width: 767px){#s-0123c305-9709-48e0-8917-39b5bd306456 {
  
}
}







#s-0123c305-9709-48e0-8917-39b5bd306456 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.04999999999999999;
}#s-0123c305-9709-48e0-8917-39b5bd306456.shg-box.shg-c {
  justify-content: center;
}

#s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1 {
  display: none;
}
#s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1, #wrap-s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1 { display:none !important; }}@media (max-width: 767px){#s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1 {
  display: none;
}
#s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1, #wrap-s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-dc97b098-f15b-4dbe-ae3e-8b6213f0a5a1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0051a6a5-4842-48c4-9413-dff652c76f9c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0051a6a5-4842-48c4-9413-dff652c76f9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0051a6a5-4842-48c4-9413-dff652c76f9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0051a6a5-4842-48c4-9413-dff652c76f9c {
  display: none;
}
#s-0051a6a5-4842-48c4-9413-dff652c76f9c, #wrap-s-0051a6a5-4842-48c4-9413-dff652c76f9c { display:none !important; }}@media (max-width: 767px){#s-0051a6a5-4842-48c4-9413-dff652c76f9c {
  display: none;
}
#s-0051a6a5-4842-48c4-9413-dff652c76f9c, #wrap-s-0051a6a5-4842-48c4-9413-dff652c76f9c { display:none !important; }}







#s-0051a6a5-4842-48c4-9413-dff652c76f9c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0051a6a5-4842-48c4-9413-dff652c76f9c.shg-box.shg-c {
  justify-content: center;
}

#s-deda45fb-1b0c-4259-a33d-3fac9f960984 {
  padding-left: 40px;
padding-right: 40px;
min-height: 350px;
}








#s-deda45fb-1b0c-4259-a33d-3fac9f960984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deda45fb-1b0c-4259-a33d-3fac9f960984.shg-box.shg-c {
  justify-content: center;
}

#s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 250px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd {
  display: none;
}
#s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd, #wrap-s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd { display:none !important; }}@media (max-width: 767px){#s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd {
  display: none;
}
#s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd, #wrap-s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd { display:none !important; }}







#s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa808d23-2ea6-4921-94a7-ac7667b6dbfd.shg-box.shg-c {
  justify-content: center;
}

#s-5b0c4e9f-0494-4249-b2a3-39a58d735197 {
  margin-top: 30px;
margin-left: 120px;
margin-bottom: 30px;
margin-right: 120px;
}

#s-e78192f7-20da-4e57-b44f-610e92c80926 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 1200px){#s-e78192f7-20da-4e57-b44f-610e92c80926 {
  display: none;
}
#s-e78192f7-20da-4e57-b44f-610e92c80926, #wrap-s-e78192f7-20da-4e57-b44f-610e92c80926 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e78192f7-20da-4e57-b44f-610e92c80926 {
  display: none;
}
#s-e78192f7-20da-4e57-b44f-610e92c80926, #wrap-s-e78192f7-20da-4e57-b44f-610e92c80926 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e78192f7-20da-4e57-b44f-610e92c80926 {
  
}
}@media (max-width: 767px){#s-e78192f7-20da-4e57-b44f-610e92c80926 {
  
}
}







#s-e78192f7-20da-4e57-b44f-610e92c80926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e78192f7-20da-4e57-b44f-610e92c80926.shg-box.shg-c {
  justify-content: center;
}

#s-426a6f1b-4099-448d-b34f-67505eb39de9 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1 {
  display: none;
}
#s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1, #wrap-s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1 { display:none !important; }}@media (max-width: 767px){#s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1 {
  display: none;
}
#s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1, #wrap-s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1 { display:none !important; }}







#s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4acf49ee-fc3b-4afc-8493-6a02f21b03d1.shg-box.shg-c {
  justify-content: center;
}

#s-03bf5715-24a0-4043-9669-349472ee03ad {
  margin-top: 90px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-03bf5715-24a0-4043-9669-349472ee03ad {
  display: none;
}
#s-03bf5715-24a0-4043-9669-349472ee03ad, #wrap-s-03bf5715-24a0-4043-9669-349472ee03ad { display:none !important; }}@media (max-width: 767px){#s-03bf5715-24a0-4043-9669-349472ee03ad {
  display: none;
}
#s-03bf5715-24a0-4043-9669-349472ee03ad, #wrap-s-03bf5715-24a0-4043-9669-349472ee03ad { display:none !important; }}







#s-03bf5715-24a0-4043-9669-349472ee03ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03bf5715-24a0-4043-9669-349472ee03ad.shg-box.shg-c {
  justify-content: center;
}

#s-b23a09a0-d774-40d6-a0a5-60ed996261a9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b23a09a0-d774-40d6-a0a5-60ed996261a9 {
  display: none;
}
#s-b23a09a0-d774-40d6-a0a5-60ed996261a9, #wrap-s-b23a09a0-d774-40d6-a0a5-60ed996261a9 { display:none !important; }}@media (max-width: 767px){#s-b23a09a0-d774-40d6-a0a5-60ed996261a9 {
  display: none;
}
#s-b23a09a0-d774-40d6-a0a5-60ed996261a9, #wrap-s-b23a09a0-d774-40d6-a0a5-60ed996261a9 { display:none !important; }}







#s-b23a09a0-d774-40d6-a0a5-60ed996261a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b23a09a0-d774-40d6-a0a5-60ed996261a9.shg-box.shg-c {
  justify-content: center;
}

#s-e23fdd21-4706-404d-ad8c-64d3c241d6c2 {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e23fdd21-4706-404d-ad8c-64d3c241d6c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a36b1a61-acc5-42f7-a8d2-b123eb634c98 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-a36b1a61-acc5-42f7-a8d2-b123eb634c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36b1a61-acc5-42f7-a8d2-b123eb634c98 {
  cursor: pointer;
}#s-a36b1a61-acc5-42f7-a8d2-b123eb634c98.shg-box.shg-c {
  justify-content: center;
}

#s-0955fca2-1194-48db-bfbd-9ff9f2b8a923 {
  padding-left: 40px;
padding-right: 40px;
min-height: 550px;
background-color: rgba(43, 60, 89, 1);
}








#s-0955fca2-1194-48db-bfbd-9ff9f2b8a923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0955fca2-1194-48db-bfbd-9ff9f2b8a923.shg-box.shg-c {
  justify-content: center;
}

#s-9ab078f2-8c4f-40fc-9015-5a17e41f7979 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(27, 26, 26, 1);
hover-type: color;
}
#s-9ab078f2-8c4f-40fc-9015-5a17e41f7979:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9ab078f2-8c4f-40fc-9015-5a17e41f7979:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ab078f2-8c4f-40fc-9015-5a17e41f7979-btn-wrapper {
    text-align: left;
  }


#s-9ab078f2-8c4f-40fc-9015-5a17e41f7979.shg-btn {
  color: rgba(27, 26, 26, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-91660048-eb57-4010-9b21-7e46314f647c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-91660048-eb57-4010-9b21-7e46314f647c {
  display: none;
}
#s-91660048-eb57-4010-9b21-7e46314f647c, #wrap-s-91660048-eb57-4010-9b21-7e46314f647c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91660048-eb57-4010-9b21-7e46314f647c {
  display: none;
}
#s-91660048-eb57-4010-9b21-7e46314f647c, #wrap-s-91660048-eb57-4010-9b21-7e46314f647c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91660048-eb57-4010-9b21-7e46314f647c {
  
}
}@media (max-width: 767px){#s-91660048-eb57-4010-9b21-7e46314f647c {
  
}
}







#s-91660048-eb57-4010-9b21-7e46314f647c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91660048-eb57-4010-9b21-7e46314f647c {
  cursor: pointer;
}#s-91660048-eb57-4010-9b21-7e46314f647c.shg-box.shg-c {
  justify-content: center;
}

#s-71585a37-e74a-4960-a4c9-699a359cfc56 {
  margin-bottom: 60px;
padding-left: 40px;
padding-right: 40px;
min-height: 400px;
background-color: rgba(43, 60, 89, 1);
}
@media (min-width: 1200px){#s-71585a37-e74a-4960-a4c9-699a359cfc56 {
  display: none;
}
#s-71585a37-e74a-4960-a4c9-699a359cfc56, #wrap-s-71585a37-e74a-4960-a4c9-699a359cfc56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71585a37-e74a-4960-a4c9-699a359cfc56 {
  display: none;
}
#s-71585a37-e74a-4960-a4c9-699a359cfc56, #wrap-s-71585a37-e74a-4960-a4c9-699a359cfc56 { display:none !important; }}







#s-71585a37-e74a-4960-a4c9-699a359cfc56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71585a37-e74a-4960-a4c9-699a359cfc56.shg-box.shg-c {
  justify-content: center;
}

#s-6ce627a4-3f8a-462d-9b7c-6fe98684ab50 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(27, 26, 26, 1);
hover-type: color;
}
#s-6ce627a4-3f8a-462d-9b7c-6fe98684ab50:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6ce627a4-3f8a-462d-9b7c-6fe98684ab50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ce627a4-3f8a-462d-9b7c-6fe98684ab50-btn-wrapper {
    text-align: left;
  }


#s-6ce627a4-3f8a-462d-9b7c-6fe98684ab50.shg-btn {
  color: rgba(27, 26, 26, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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