#s-1ff32879-2765-42b4-b079-62ddd9b96f47 {
  text-align: left;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-84366841-8a32-4790-8d11-90be1bdc8200 {
  min-height: 50px;
}








#s-84366841-8a32-4790-8d11-90be1bdc8200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84366841-8a32-4790-8d11-90be1bdc8200.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-94c5ffd9-b0d8-4204-8f25-1f1c20d88761 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-d2f34f1c-2e06-40ed-b465-6030995c2b58 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-cca17b66-0b6f-450c-a3ea-a2e625760e56 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-cca17b66-0b6f-450c-a3ea-a2e625760e56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca17b66-0b6f-450c-a3ea-a2e625760e56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-6901a550-03df-45fd-bf0c-f82aa4924517 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-6901a550-03df-45fd-bf0c-f82aa4924517 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6901a550-03df-45fd-bf0c-f82aa4924517 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6901a550-03df-45fd-bf0c-f82aa4924517 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-6901a550-03df-45fd-bf0c-f82aa4924517 td.shogun-table-column, #s-6901a550-03df-45fd-bf0c-f82aa4924517 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-79876c99-2e60-4ad4-90b3-17dbc7650d57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79876c99-2e60-4ad4-90b3-17dbc7650d57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79876c99-2e60-4ad4-90b3-17dbc7650d57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79876c99-2e60-4ad4-90b3-17dbc7650d57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb {
  text-align: left;
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb {
  max-width:  100%;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom,
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb {
  max-width:  100%;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom,
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb {
  max-width:  100%;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom,
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb {
  max-width:  100%;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom,
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb {
  max-width:  100%;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom,
.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ebbf58e-841c-4038-a1bf-29e2b20b5bfb img.shogun-image {
  width: 100%;
}



}
#s-dd57573b-4683-446c-a7e6-9c873e618d68 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-5f936c9a-95b9-48fa-909f-d809dfa53e5d {
  margin-left: 0px;
margin-right: 0px;
}

#s-0ba9bd44-b9a0-402a-8333-325b6ea65b16 {
  margin-left: 0px;
margin-right: 0px;
}

#s-46356e82-7029-48b6-a9e7-03341a9451a7 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e3059c2f-e75e-4df9-a24a-8cb81450e1e9 {
  text-align: left;
}

#s-659fd8db-dc6a-4a73-91dd-43715773910b {
  text-align: left;
}

#s-b4e21447-b02b-4eaa-a6ed-dd6fb3186cc2 {
  text-align: left;
}

#s-eefc9ea0-1bb9-43b9-a613-faf4ef42865c {
  text-align: left;
}

#s-8cbf0716-9fc6-4ec0-b0c8-92a393c6f65b {
  text-align: center;
}

#s-8cbf0716-9fc6-4ec0-b0c8-92a393c6f65b .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8cbf0716-9fc6-4ec0-b0c8-92a393c6f65b .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8cbf0716-9fc6-4ec0-b0c8-92a393c6f65b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-4736700d-ee33-461a-9819-09aed7def223 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4736700d-ee33-461a-9819-09aed7def223:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4736700d-ee33-461a-9819-09aed7def223:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4736700d-ee33-461a-9819-09aed7def223-root {
    text-align: center;
  }


#s-4736700d-ee33-461a-9819-09aed7def223.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4736700d-ee33-461a-9819-09aed7def223-root {
    text-align: center;
  }


#s-4736700d-ee33-461a-9819-09aed7def223.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4736700d-ee33-461a-9819-09aed7def223-root {
    text-align: center;
  }


#s-4736700d-ee33-461a-9819-09aed7def223.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4736700d-ee33-461a-9819-09aed7def223-root {
    text-align: center;
  }


#s-4736700d-ee33-461a-9819-09aed7def223.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4736700d-ee33-461a-9819-09aed7def223-root {
    text-align: center;
  }


#s-4736700d-ee33-461a-9819-09aed7def223.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-b360d9a3-c557-4978-851f-60f8a62f3464 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-67df26f4-316c-4ad4-ac7c-818534128ecd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-67df26f4-316c-4ad4-ac7c-818534128ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67df26f4-316c-4ad4-ac7c-818534128ecd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6ce243b-4227-4c99-bfeb-8d2b9d652eae .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-f6ce243b-4227-4c99-bfeb-8d2b9d652eae table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f6ce243b-4227-4c99-bfeb-8d2b9d652eae td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f6ce243b-4227-4c99-bfeb-8d2b9d652eae td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f6ce243b-4227-4c99-bfeb-8d2b9d652eae td.shogun-table-column, #s-f6ce243b-4227-4c99-bfeb-8d2b9d652eae td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-7ef7b914-5e8b-4c8e-9401-078d57fd8bf2 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7ef7b914-5e8b-4c8e-9401-078d57fd8bf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ef7b914-5e8b-4c8e-9401-078d57fd8bf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ef7b914-5e8b-4c8e-9401-078d57fd8bf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ef7b914-5e8b-4c8e-9401-078d57fd8bf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d {
  text-align: left;
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d {
  max-width:  100%;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom,
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d {
  max-width:  100%;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom,
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d {
  max-width:  100%;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom,
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d {
  max-width:  100%;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom,
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d {
  max-width:  100%;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom,
.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cda6ffa-0a38-43c2-9ae1-1737a34fc20d img.shogun-image {
  width: 100%;
}



}
#s-2999d7ea-2906-4210-916a-74c3f6aa93cc {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-99ffb365-9e67-4aaa-b0e3-40636c4ea9a0 {
  margin-left: 0px;
margin-right: 0px;
}

#s-d574860d-d929-4b44-ab00-1bf2cf6a0063 {
  margin-left: 0px;
margin-right: 0px;
}

#s-5198518e-1a75-4adb-ab41-029279ee5153 {
  margin-left: 0px;
margin-right: 0px;
}

#s-80bc4605-9331-4325-97ee-b03c6a86a66f {
  text-align: left;
}

#s-3246e366-0b5d-45ce-a723-880447cbf84d {
  text-align: left;
}

#s-8f5f3ff5-abdc-43fa-8a0b-4d3619c4e995 {
  text-align: left;
}

#s-eda4d018-550a-4e46-821a-3c7626b5f5cc {
  text-align: left;
}

#s-6be072de-8cdd-4edc-8547-f5a8170489a9 {
  text-align: center;
}

#s-6be072de-8cdd-4edc-8547-f5a8170489a9 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6be072de-8cdd-4edc-8547-f5a8170489a9 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6be072de-8cdd-4edc-8547-f5a8170489a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f258c1e0-35eb-43bf-93b8-73f11f17e430 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f258c1e0-35eb-43bf-93b8-73f11f17e430:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f258c1e0-35eb-43bf-93b8-73f11f17e430:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f258c1e0-35eb-43bf-93b8-73f11f17e430-root {
    text-align: center;
  }


#s-f258c1e0-35eb-43bf-93b8-73f11f17e430.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f258c1e0-35eb-43bf-93b8-73f11f17e430-root {
    text-align: center;
  }


#s-f258c1e0-35eb-43bf-93b8-73f11f17e430.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f258c1e0-35eb-43bf-93b8-73f11f17e430-root {
    text-align: center;
  }


#s-f258c1e0-35eb-43bf-93b8-73f11f17e430.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f258c1e0-35eb-43bf-93b8-73f11f17e430-root {
    text-align: center;
  }


#s-f258c1e0-35eb-43bf-93b8-73f11f17e430.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f258c1e0-35eb-43bf-93b8-73f11f17e430-root {
    text-align: center;
  }


#s-f258c1e0-35eb-43bf-93b8-73f11f17e430.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6c6ddf00-770e-43e0-b538-288cd9044510 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-1711791f-2a5f-41af-96e5-88b5302d0474 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-1711791f-2a5f-41af-96e5-88b5302d0474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1711791f-2a5f-41af-96e5-88b5302d0474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e89dd13-c4f9-4ff9-98a8-deb5fa70c7d8 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-2e89dd13-c4f9-4ff9-98a8-deb5fa70c7d8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2e89dd13-c4f9-4ff9-98a8-deb5fa70c7d8 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2e89dd13-c4f9-4ff9-98a8-deb5fa70c7d8 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2e89dd13-c4f9-4ff9-98a8-deb5fa70c7d8 td.shogun-table-column, #s-2e89dd13-c4f9-4ff9-98a8-deb5fa70c7d8 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-724665b3-514f-41d2-89c0-c6c142c41480 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-724665b3-514f-41d2-89c0-c6c142c41480"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-724665b3-514f-41d2-89c0-c6c142c41480"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-724665b3-514f-41d2-89c0-c6c142c41480"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-724665b3-514f-41d2-89c0-c6c142c41480"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 {
  text-align: left;
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 {
  max-width:  100%;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom,
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 {
  max-width:  100%;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom,
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 {
  max-width:  100%;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom,
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 {
  max-width:  100%;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom,
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 {
  max-width:  100%;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom,
.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08d42ea-7c18-4be9-8b7d-29f826fc3319 img.shogun-image {
  width: 100%;
}



}
#s-7e115a57-79a1-4288-94d5-f75783a87cbb {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-f408ca70-9677-40bd-bf27-900e7651dc71 {
  margin-left: 0px;
margin-right: 0px;
}

#s-eb0de1c5-de1b-403d-9e76-2d08b820be7f {
  margin-left: 0px;
margin-right: 0px;
}

#s-9b57e957-7e66-4328-8bf9-3f8da7a569bf {
  margin-left: 0px;
margin-right: 0px;
}

#s-1d2e4642-6b32-4364-81ea-d3b2b2a375b3 {
  text-align: left;
}

#s-72d44ae3-792a-483c-af7f-a116b520c1a2 {
  text-align: left;
}

#s-6cad3433-9f19-4bce-9799-0aa496f934d1 {
  text-align: left;
}

#s-d7dc8520-b4c5-4250-9f01-b1f843e2f5d2 {
  text-align: left;
}

#s-9c4572ad-45c1-40ee-a1d1-1036d14ad09f {
  text-align: center;
}

#s-9c4572ad-45c1-40ee-a1d1-1036d14ad09f .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9c4572ad-45c1-40ee-a1d1-1036d14ad09f .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9c4572ad-45c1-40ee-a1d1-1036d14ad09f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e39870d-4943-4d7d-8644-5b7caa9d2451 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5e39870d-4943-4d7d-8644-5b7caa9d2451:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e39870d-4943-4d7d-8644-5b7caa9d2451:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5e39870d-4943-4d7d-8644-5b7caa9d2451-root {
    text-align: center;
  }


#s-5e39870d-4943-4d7d-8644-5b7caa9d2451.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e39870d-4943-4d7d-8644-5b7caa9d2451-root {
    text-align: center;
  }


#s-5e39870d-4943-4d7d-8644-5b7caa9d2451.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e39870d-4943-4d7d-8644-5b7caa9d2451-root {
    text-align: center;
  }


#s-5e39870d-4943-4d7d-8644-5b7caa9d2451.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e39870d-4943-4d7d-8644-5b7caa9d2451-root {
    text-align: center;
  }


#s-5e39870d-4943-4d7d-8644-5b7caa9d2451.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e39870d-4943-4d7d-8644-5b7caa9d2451-root {
    text-align: center;
  }


#s-5e39870d-4943-4d7d-8644-5b7caa9d2451.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-94652ebd-19bb-44d9-9651-8c8454d4ca11 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-f88c57ca-2f77-4694-862b-2077cdda2722 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-f88c57ca-2f77-4694-862b-2077cdda2722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f88c57ca-2f77-4694-862b-2077cdda2722.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c18ad10b-e6df-4e8a-9bad-3961a1ec068a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-c18ad10b-e6df-4e8a-9bad-3961a1ec068a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c18ad10b-e6df-4e8a-9bad-3961a1ec068a td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c18ad10b-e6df-4e8a-9bad-3961a1ec068a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c18ad10b-e6df-4e8a-9bad-3961a1ec068a td.shogun-table-column, #s-c18ad10b-e6df-4e8a-9bad-3961a1ec068a td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-ff40b5b7-a96d-4622-a3c9-01503d099292 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ff40b5b7-a96d-4622-a3c9-01503d099292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff40b5b7-a96d-4622-a3c9-01503d099292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff40b5b7-a96d-4622-a3c9-01503d099292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff40b5b7-a96d-4622-a3c9-01503d099292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 {
  text-align: left;
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 {
  max-width:  100%;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom,
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 {
  max-width:  100%;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom,
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 {
  max-width:  100%;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom,
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 {
  max-width:  100%;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom,
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 {
  max-width:  100%;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom,
.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e168c4f-564c-46f5-9ba2-2a6385308b63 img.shogun-image {
  width: 100%;
}



}
#s-68ec3872-b1b6-4436-a640-7048e60b9929 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-6e7c809e-a310-48e1-a693-7babf0f13edd {
  margin-left: 0px;
margin-right: 0px;
}

#s-f75d91a4-b2c0-4fbb-a2f8-4a4976cf275e {
  margin-left: 0px;
margin-right: 0px;
}

#s-6ab32cd9-a546-4e70-a2b0-b8e9cddfa6c6 {
  margin-left: 0px;
margin-right: 0px;
}

#s-2831f3f7-2f3b-4b82-89d4-191ef7179218 {
  text-align: left;
}

#s-a447f90b-0257-4779-8748-f18a0a41f828 {
  text-align: left;
}

#s-bcc0cd5d-bc71-4873-995f-4befa26a08a4 {
  text-align: left;
}

#s-43c7ce71-5a12-4a3f-9b22-fd5aa54bb757 {
  text-align: left;
}

#s-7f928e87-a217-46b9-99dd-88a73e91a4c8 {
  text-align: center;
}

#s-7f928e87-a217-46b9-99dd-88a73e91a4c8 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f928e87-a217-46b9-99dd-88a73e91a4c8 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7f928e87-a217-46b9-99dd-88a73e91a4c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-25c5b389-cd39-437f-80ec-9ed5fec33e19 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-25c5b389-cd39-437f-80ec-9ed5fec33e19:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25c5b389-cd39-437f-80ec-9ed5fec33e19:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-25c5b389-cd39-437f-80ec-9ed5fec33e19-root {
    text-align: center;
  }


#s-25c5b389-cd39-437f-80ec-9ed5fec33e19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-25c5b389-cd39-437f-80ec-9ed5fec33e19-root {
    text-align: center;
  }


#s-25c5b389-cd39-437f-80ec-9ed5fec33e19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25c5b389-cd39-437f-80ec-9ed5fec33e19-root {
    text-align: center;
  }


#s-25c5b389-cd39-437f-80ec-9ed5fec33e19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25c5b389-cd39-437f-80ec-9ed5fec33e19-root {
    text-align: center;
  }


#s-25c5b389-cd39-437f-80ec-9ed5fec33e19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-25c5b389-cd39-437f-80ec-9ed5fec33e19-root {
    text-align: center;
  }


#s-25c5b389-cd39-437f-80ec-9ed5fec33e19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1086965b-27ef-4080-8fda-013bf09d855d hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-ce5a8619-1655-4544-bf0e-f6745222ec26 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-ce5a8619-1655-4544-bf0e-f6745222ec26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce5a8619-1655-4544-bf0e-f6745222ec26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f16ef0a-6243-4119-9cdd-04f761678c30 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-8f16ef0a-6243-4119-9cdd-04f761678c30 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8f16ef0a-6243-4119-9cdd-04f761678c30 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8f16ef0a-6243-4119-9cdd-04f761678c30 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-8f16ef0a-6243-4119-9cdd-04f761678c30 td.shogun-table-column, #s-8f16ef0a-6243-4119-9cdd-04f761678c30 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-5b9184a0-5d70-4a19-80cc-d562936bdeba {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5b9184a0-5d70-4a19-80cc-d562936bdeba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b9184a0-5d70-4a19-80cc-d562936bdeba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b9184a0-5d70-4a19-80cc-d562936bdeba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b9184a0-5d70-4a19-80cc-d562936bdeba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 {
  text-align: left;
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 {
  max-width:  100%;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom,
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 {
  max-width:  100%;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom,
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 {
  max-width:  100%;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom,
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 {
  max-width:  100%;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom,
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 {
  max-width:  100%;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom,
.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffc2eb6e-0d85-448d-aa68-bea3a01f9265 img.shogun-image {
  width: 100%;
}



}
#s-c56cf3b9-94a9-41ec-9c72-a8a4450d1fa4 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-6bcbccf8-45fb-48ad-957d-8d37334fd42f {
  margin-left: 0px;
margin-right: 0px;
}

#s-1ded0c59-4614-4e60-86c3-987e73d0659d {
  margin-left: 0px;
margin-right: 0px;
}

#s-6185a2d5-e4d1-453a-89e9-ba5db52df0ba {
  margin-left: 0px;
margin-right: 0px;
}

#s-583d71e0-9ffd-43a9-90b5-112024d8fbd3 {
  text-align: left;
}

#s-fa0eea8e-2e5f-470b-b8dc-31abc9f002a0 {
  text-align: left;
}

#s-b734d542-52ea-4d3a-bb6c-bcba6ecb7587 {
  text-align: left;
}

#s-10a72378-c39f-48c1-98fa-ec8f69de3961 {
  text-align: left;
}

#s-711b6651-20a3-4c56-824b-83d3e5338841 {
  text-align: center;
}

#s-711b6651-20a3-4c56-824b-83d3e5338841 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-711b6651-20a3-4c56-824b-83d3e5338841 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-711b6651-20a3-4c56-824b-83d3e5338841 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4ed2306-2044-464f-a6e2-9783fb69bdb3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f4ed2306-2044-464f-a6e2-9783fb69bdb3:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4ed2306-2044-464f-a6e2-9783fb69bdb3:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f4ed2306-2044-464f-a6e2-9783fb69bdb3-root {
    text-align: center;
  }


#s-f4ed2306-2044-464f-a6e2-9783fb69bdb3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4ed2306-2044-464f-a6e2-9783fb69bdb3-root {
    text-align: center;
  }


#s-f4ed2306-2044-464f-a6e2-9783fb69bdb3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4ed2306-2044-464f-a6e2-9783fb69bdb3-root {
    text-align: center;
  }


#s-f4ed2306-2044-464f-a6e2-9783fb69bdb3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4ed2306-2044-464f-a6e2-9783fb69bdb3-root {
    text-align: center;
  }


#s-f4ed2306-2044-464f-a6e2-9783fb69bdb3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4ed2306-2044-464f-a6e2-9783fb69bdb3-root {
    text-align: center;
  }


#s-f4ed2306-2044-464f-a6e2-9783fb69bdb3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-16713d81-15aa-4fc3-aa9c-ba6181fc7b7f hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-8602e62f-0cd9-4d93-a9c1-2dcc914127f2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-8602e62f-0cd9-4d93-a9c1-2dcc914127f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8602e62f-0cd9-4d93-a9c1-2dcc914127f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15a5039f-c121-49da-b2af-593951d4327c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-15a5039f-c121-49da-b2af-593951d4327c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-15a5039f-c121-49da-b2af-593951d4327c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-15a5039f-c121-49da-b2af-593951d4327c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-15a5039f-c121-49da-b2af-593951d4327c td.shogun-table-column, #s-15a5039f-c121-49da-b2af-593951d4327c td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-bec0b8f2-b2fa-4bd0-8447-db6c890e1d0d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bec0b8f2-b2fa-4bd0-8447-db6c890e1d0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bec0b8f2-b2fa-4bd0-8447-db6c890e1d0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bec0b8f2-b2fa-4bd0-8447-db6c890e1d0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bec0b8f2-b2fa-4bd0-8447-db6c890e1d0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd {
  text-align: left;
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd {
  max-width:  100%;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom,
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd {
  max-width:  100%;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom,
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd {
  max-width:  100%;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom,
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd {
  max-width:  100%;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom,
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd {
  max-width:  100%;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom,
.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac935c1f-13ea-455e-95d7-7d4ca34de4fd img.shogun-image {
  width: 100%;
}



}
#s-7a6643ff-fb26-4d54-a575-1269b305c138 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-8b4598a2-34cc-4911-b977-7ffe6268e70c {
  margin-left: 0px;
margin-right: 0px;
}

#s-a224dbb9-d37c-4ff8-abfa-646f00c9c874 {
  margin-left: 0px;
margin-right: 0px;
}

#s-17fb83e4-9d8a-40b3-b52b-9ab7810b4bf4 {
  margin-left: 0px;
margin-right: 0px;
}

#s-f3fc9ccb-0f63-4b86-826c-43d6faa3865c {
  text-align: left;
}

#s-d67b9d49-79f6-4fa1-b944-1eb98c7f8ceb {
  text-align: left;
}

#s-daa603f5-1d38-40c7-b38b-8982c4f47c09 {
  text-align: left;
}

#s-79ba9a60-b05a-44a7-a312-4be6449c68ec {
  text-align: left;
}

#s-fb65c63f-d7a0-42cd-9732-07dd971ed79b {
  text-align: center;
}

#s-fb65c63f-d7a0-42cd-9732-07dd971ed79b .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb65c63f-d7a0-42cd-9732-07dd971ed79b .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fb65c63f-d7a0-42cd-9732-07dd971ed79b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2895ab0d-81fa-44cd-a646-db12e975efa3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2895ab0d-81fa-44cd-a646-db12e975efa3:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2895ab0d-81fa-44cd-a646-db12e975efa3:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2895ab0d-81fa-44cd-a646-db12e975efa3-root {
    text-align: center;
  }


#s-2895ab0d-81fa-44cd-a646-db12e975efa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2895ab0d-81fa-44cd-a646-db12e975efa3-root {
    text-align: center;
  }


#s-2895ab0d-81fa-44cd-a646-db12e975efa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2895ab0d-81fa-44cd-a646-db12e975efa3-root {
    text-align: center;
  }


#s-2895ab0d-81fa-44cd-a646-db12e975efa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2895ab0d-81fa-44cd-a646-db12e975efa3-root {
    text-align: center;
  }


#s-2895ab0d-81fa-44cd-a646-db12e975efa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2895ab0d-81fa-44cd-a646-db12e975efa3-root {
    text-align: center;
  }


#s-2895ab0d-81fa-44cd-a646-db12e975efa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9a10637f-0830-459d-8327-b117e8a1b662 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-eefea983-7759-4fe0-af82-1145555f9ce4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-eefea983-7759-4fe0-af82-1145555f9ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eefea983-7759-4fe0-af82-1145555f9ce4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d002fc60-059d-4467-a428-c2e051a3d232 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-d002fc60-059d-4467-a428-c2e051a3d232 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d002fc60-059d-4467-a428-c2e051a3d232 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d002fc60-059d-4467-a428-c2e051a3d232 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d002fc60-059d-4467-a428-c2e051a3d232 td.shogun-table-column, #s-d002fc60-059d-4467-a428-c2e051a3d232 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-0bc927a3-9e3c-4aea-a751-1348d652f300 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0bc927a3-9e3c-4aea-a751-1348d652f300"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bc927a3-9e3c-4aea-a751-1348d652f300"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0bc927a3-9e3c-4aea-a751-1348d652f300"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bc927a3-9e3c-4aea-a751-1348d652f300"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-adeb473a-82a1-4e08-aa66-b668486fb712 {
  text-align: left;
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 {
  max-width:  100%;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom,
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 {
  max-width:  100%;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom,
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 {
  max-width:  100%;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom,
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 {
  max-width:  100%;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom,
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 {
  max-width:  100%;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom,
.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adeb473a-82a1-4e08-aa66-b668486fb712 img.shogun-image {
  width: 100%;
}



}
#s-2f9642ca-18e7-4d0d-89e2-388296f522ed {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-94d47aee-a09a-4047-960f-089d1682b34c {
  margin-left: 0px;
margin-right: 0px;
}

#s-18ed85b2-018e-4b1f-805d-7ffe209158c5 {
  margin-left: 0px;
margin-right: 0px;
}

#s-94946377-6aba-46e9-8298-7560be3348f8 {
  margin-left: 0px;
margin-right: 0px;
}

#s-2cc531a1-d4e8-4d48-af98-ee0474d3d6c7 {
  text-align: left;
}

#s-8dae008d-2d56-4430-a1c2-a2ca4441f5bc {
  text-align: left;
}

#s-2a2b2740-9aff-40e4-af09-2d224ede4cac {
  text-align: left;
}

#s-7fff2e15-f907-4bb9-a186-564004416788 {
  text-align: left;
}

#s-fe51eae3-2b0a-4c52-8043-f99ea790c7fa {
  text-align: center;
}

#s-fe51eae3-2b0a-4c52-8043-f99ea790c7fa .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fe51eae3-2b0a-4c52-8043-f99ea790c7fa .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fe51eae3-2b0a-4c52-8043-f99ea790c7fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9-root {
    text-align: center;
  }


#s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9-root {
    text-align: center;
  }


#s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9-root {
    text-align: center;
  }


#s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9-root {
    text-align: center;
  }


#s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9-root {
    text-align: center;
  }


#s-48a9d6ce-af7b-4442-8646-d2d5ff8b87d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c2c527e4-3f63-4c2d-8cfe-4917e571305b hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-45c7f15e-82e0-4e4b-aaca-fbda8ff7f701 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-45c7f15e-82e0-4e4b-aaca-fbda8ff7f701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45c7f15e-82e0-4e4b-aaca-fbda8ff7f701.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-546ca4d0-f92e-473d-8d97-da5640ca4451 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-546ca4d0-f92e-473d-8d97-da5640ca4451 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-546ca4d0-f92e-473d-8d97-da5640ca4451 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-546ca4d0-f92e-473d-8d97-da5640ca4451 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-546ca4d0-f92e-473d-8d97-da5640ca4451 td.shogun-table-column, #s-546ca4d0-f92e-473d-8d97-da5640ca4451 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-013003cb-e492-4e8b-b17e-10d200e92b65 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-013003cb-e492-4e8b-b17e-10d200e92b65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-013003cb-e492-4e8b-b17e-10d200e92b65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-013003cb-e492-4e8b-b17e-10d200e92b65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-013003cb-e492-4e8b-b17e-10d200e92b65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e15df07e-e818-4055-aa69-52d066e66399 {
  text-align: left;
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 {
  max-width:  100%;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom,
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 {
  max-width:  100%;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom,
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 {
  max-width:  100%;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom,
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 {
  max-width:  100%;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom,
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 {
  max-width:  100%;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom,
.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e15df07e-e818-4055-aa69-52d066e66399 img.shogun-image {
  width: 100%;
}



}
#s-dd19e515-3cc0-43b8-82d5-c7a7e187e9cb {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-016a43c1-ae43-4763-b21c-32a60bb14abf {
  margin-left: 0px;
margin-right: 0px;
}

#s-821e04a3-0201-41b1-acce-ed474fb27662 {
  margin-left: 0px;
margin-right: 0px;
}

#s-1fd49106-79b4-4828-a927-8b9315a7b4e6 {
  margin-left: 0px;
margin-right: 0px;
}

#s-2037d4be-dc39-4de9-9908-9b04f145cc45 {
  text-align: left;
}

#s-23d5f33a-7f18-4173-8444-cfe62adec853 {
  text-align: left;
}

#s-25678ded-fefe-4b1b-a107-34082257025e {
  text-align: left;
}

#s-986b7292-4fc8-44ac-b08b-a7452b4336f4 {
  text-align: left;
}

#s-c9a6d74a-2020-4f79-8ebc-fa98f181a712 {
  text-align: center;
}

#s-c9a6d74a-2020-4f79-8ebc-fa98f181a712 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c9a6d74a-2020-4f79-8ebc-fa98f181a712 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c9a6d74a-2020-4f79-8ebc-fa98f181a712 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7-root {
    text-align: center;
  }


#s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7-root {
    text-align: center;
  }


#s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7-root {
    text-align: center;
  }


#s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7-root {
    text-align: center;
  }


#s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7-root {
    text-align: center;
  }


#s-ddf8fdf5-22ac-47da-bb56-24d19dfcfab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bdf0365b-88ac-440e-9069-a35ef7f3b2d3 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-e78bfe49-1b25-4824-980f-009d9bf4c918 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-e78bfe49-1b25-4824-980f-009d9bf4c918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e78bfe49-1b25-4824-980f-009d9bf4c918.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1c313d6-1f53-4bd6-8ed2-0317f41a2203 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-d1c313d6-1f53-4bd6-8ed2-0317f41a2203 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d1c313d6-1f53-4bd6-8ed2-0317f41a2203 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d1c313d6-1f53-4bd6-8ed2-0317f41a2203 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d1c313d6-1f53-4bd6-8ed2-0317f41a2203 td.shogun-table-column, #s-d1c313d6-1f53-4bd6-8ed2-0317f41a2203 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-bedce221-06b5-46c9-ab55-87eac85345e4 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bedce221-06b5-46c9-ab55-87eac85345e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bedce221-06b5-46c9-ab55-87eac85345e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bedce221-06b5-46c9-ab55-87eac85345e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bedce221-06b5-46c9-ab55-87eac85345e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c {
  text-align: left;
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c {
  max-width:  100%;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom,
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c {
  max-width:  100%;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom,
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c {
  max-width:  100%;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom,
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c {
  max-width:  100%;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom,
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c {
  max-width:  100%;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom,
.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c605d-9348-4c2c-a7a7-ef2021ee260c img.shogun-image {
  width: 100%;
}



}
#s-a3f3cebf-6fce-4670-a0d7-e21ba4ec2590 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-5fcdf468-b953-4bdd-8eb1-1e5ef6dd6208 {
  margin-left: 0px;
margin-right: 0px;
}

#s-5b7f5525-aee4-407d-876a-e8105734a5f3 {
  margin-left: 0px;
margin-right: 0px;
}

#s-b0cb3f1d-4cd5-49ff-9812-323d212c1fa1 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e920df39-49e7-4b78-8000-e1cd253a0be7 {
  text-align: left;
}

#s-c4c5b308-c17d-48f6-9ff5-a401c53ca37d {
  text-align: left;
}

#s-ddaf0d41-7ef5-45d8-967d-d9945a3b9f7b {
  text-align: left;
}

#s-32f18f43-1475-4984-a38f-12ecda24e244 {
  text-align: left;
}

#s-4b806a76-5cd8-4ce4-911e-70bc84e673d9 {
  text-align: center;
}

#s-4b806a76-5cd8-4ce4-911e-70bc84e673d9 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b806a76-5cd8-4ce4-911e-70bc84e673d9 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b806a76-5cd8-4ce4-911e-70bc84e673d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-284bbd8d-4dfb-4568-8593-27fb87364e29 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-284bbd8d-4dfb-4568-8593-27fb87364e29:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-284bbd8d-4dfb-4568-8593-27fb87364e29:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-284bbd8d-4dfb-4568-8593-27fb87364e29-root {
    text-align: center;
  }


#s-284bbd8d-4dfb-4568-8593-27fb87364e29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-284bbd8d-4dfb-4568-8593-27fb87364e29-root {
    text-align: center;
  }


#s-284bbd8d-4dfb-4568-8593-27fb87364e29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-284bbd8d-4dfb-4568-8593-27fb87364e29-root {
    text-align: center;
  }


#s-284bbd8d-4dfb-4568-8593-27fb87364e29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-284bbd8d-4dfb-4568-8593-27fb87364e29-root {
    text-align: center;
  }


#s-284bbd8d-4dfb-4568-8593-27fb87364e29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-284bbd8d-4dfb-4568-8593-27fb87364e29-root {
    text-align: center;
  }


#s-284bbd8d-4dfb-4568-8593-27fb87364e29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f85286d2-4824-4246-a7ea-b26200047fbb hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-7deb93be-83c6-437e-b434-064ccfeea963 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-7deb93be-83c6-437e-b434-064ccfeea963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7deb93be-83c6-437e-b434-064ccfeea963.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81b8d639-3a1d-4789-95c5-acf94ea85b7f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-81b8d639-3a1d-4789-95c5-acf94ea85b7f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-81b8d639-3a1d-4789-95c5-acf94ea85b7f td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-81b8d639-3a1d-4789-95c5-acf94ea85b7f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-81b8d639-3a1d-4789-95c5-acf94ea85b7f td.shogun-table-column, #s-81b8d639-3a1d-4789-95c5-acf94ea85b7f td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-27d06c41-d470-4dc2-bb81-fb79f08f28d8 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-27d06c41-d470-4dc2-bb81-fb79f08f28d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27d06c41-d470-4dc2-bb81-fb79f08f28d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27d06c41-d470-4dc2-bb81-fb79f08f28d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27d06c41-d470-4dc2-bb81-fb79f08f28d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e {
  text-align: left;
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e {
  max-width:  100%;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom,
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e {
  max-width:  100%;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom,
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e {
  max-width:  100%;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom,
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e {
  max-width:  100%;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom,
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e {
  max-width:  100%;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom,
.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4e58dd-e887-40ff-bb3b-8a5f6cc1e81e img.shogun-image {
  width: 100%;
}



}
#s-185a6f1a-be44-4887-b684-49cd2ee00bc9 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-23ad36e0-45a6-402c-936f-876566a70c9d {
  margin-left: 0px;
margin-right: 0px;
}

#s-c0c6fe0e-d2bd-4be9-a61d-95390bdb1def {
  margin-left: 0px;
margin-right: 0px;
}

#s-0c340303-42cb-443e-bd53-98cc585a09c4 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e9bdd4b0-0d7a-439f-9530-793965e89496 {
  text-align: left;
}

#s-9855da68-5d0d-4d86-9fd5-2b36318b34fb {
  text-align: left;
}

#s-368a9a43-859b-4d2b-be73-f58640d71c01 {
  text-align: left;
}

#s-745afa3c-160d-4ec9-a816-d47421d2169c {
  text-align: left;
}

#s-b9380929-9653-4cf1-a979-996c15c839e3 {
  text-align: center;
}

#s-b9380929-9653-4cf1-a979-996c15c839e3 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9380929-9653-4cf1-a979-996c15c839e3 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b9380929-9653-4cf1-a979-996c15c839e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284-root {
    text-align: center;
  }


#s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284-root {
    text-align: center;
  }


#s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284-root {
    text-align: center;
  }


#s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284-root {
    text-align: center;
  }


#s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284-root {
    text-align: center;
  }


#s-d7b4c072-c9b2-47b1-8fd6-b2e4d9d4f284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f96356f6-009b-4579-b064-1448a062d932 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-d8a4e8b2-8c1b-4c77-8f4d-c9c5d9ee8221 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-d8a4e8b2-8c1b-4c77-8f4d-c9c5d9ee8221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8a4e8b2-8c1b-4c77-8f4d-c9c5d9ee8221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f71111cb-866f-45a9-8e6a-b72a18b3516c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-f71111cb-866f-45a9-8e6a-b72a18b3516c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f71111cb-866f-45a9-8e6a-b72a18b3516c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f71111cb-866f-45a9-8e6a-b72a18b3516c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f71111cb-866f-45a9-8e6a-b72a18b3516c td.shogun-table-column, #s-f71111cb-866f-45a9-8e6a-b72a18b3516c td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-6550bb8a-469e-426c-bb5d-f76a30d04f03 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6550bb8a-469e-426c-bb5d-f76a30d04f03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6550bb8a-469e-426c-bb5d-f76a30d04f03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6550bb8a-469e-426c-bb5d-f76a30d04f03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6550bb8a-469e-426c-bb5d-f76a30d04f03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 {
  text-align: left;
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 {
  max-width:  100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 {
  max-width:  100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 {
  max-width:  100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 {
  max-width:  100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 {
  max-width:  100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 .shg-image-zoom,
.shg-c#s-b42c5e4c-41ca-4aa3-9f3b-c0dc4bb8f4f1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-bc425c98-8af6-4aa3-ab84-4a1ff1b0f0b6 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-b255366d-f564-43f2-9053-1ddcb90dfd5b {
  margin-left: 0px;
margin-right: 0px;
}

#s-31109826-f52a-4267-9ffc-2f34d17e2525 {
  margin-left: 0px;
margin-right: 0px;
}

#s-7241b66f-37bc-4410-95e4-ad4028c55bc1 {
  margin-left: 0px;
margin-right: 0px;
}

#s-4469c461-2291-4884-8e1e-91a6f9e0b5ba {
  text-align: left;
}

#s-96c4ddd7-27cf-4d2d-b2e1-d1ca1c0f6ade {
  text-align: left;
}

#s-ee997ba8-1d63-4197-b6df-b1c0f79a355b {
  text-align: left;
}

#s-57b07611-2261-4e35-b462-421b44dc3586 {
  text-align: left;
}

#s-6a0af8df-7f67-4b11-bb1b-757a772dfcaf {
  text-align: center;
}

#s-6a0af8df-7f67-4b11-bb1b-757a772dfcaf .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6a0af8df-7f67-4b11-bb1b-757a772dfcaf .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6a0af8df-7f67-4b11-bb1b-757a772dfcaf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d9681789-fe32-4e54-a910-304973564303 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d9681789-fe32-4e54-a910-304973564303:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9681789-fe32-4e54-a910-304973564303:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d9681789-fe32-4e54-a910-304973564303-root {
    text-align: center;
  }


#s-d9681789-fe32-4e54-a910-304973564303.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9681789-fe32-4e54-a910-304973564303-root {
    text-align: center;
  }


#s-d9681789-fe32-4e54-a910-304973564303.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9681789-fe32-4e54-a910-304973564303-root {
    text-align: center;
  }


#s-d9681789-fe32-4e54-a910-304973564303.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9681789-fe32-4e54-a910-304973564303-root {
    text-align: center;
  }


#s-d9681789-fe32-4e54-a910-304973564303.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9681789-fe32-4e54-a910-304973564303-root {
    text-align: center;
  }


#s-d9681789-fe32-4e54-a910-304973564303.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6194d98-4b0c-4d99-b106-e612f9496566 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-fae145f4-2267-42d8-b5d0-507a55f0ed08 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-fae145f4-2267-42d8-b5d0-507a55f0ed08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fae145f4-2267-42d8-b5d0-507a55f0ed08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed1d85c9-e1b3-43cd-ac37-1f67715ed332 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-ed1d85c9-e1b3-43cd-ac37-1f67715ed332 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ed1d85c9-e1b3-43cd-ac37-1f67715ed332 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ed1d85c9-e1b3-43cd-ac37-1f67715ed332 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ed1d85c9-e1b3-43cd-ac37-1f67715ed332 td.shogun-table-column, #s-ed1d85c9-e1b3-43cd-ac37-1f67715ed332 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-b7f22897-8e5f-4d2d-ab14-680114d2807a {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b7f22897-8e5f-4d2d-ab14-680114d2807a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7f22897-8e5f-4d2d-ab14-680114d2807a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7f22897-8e5f-4d2d-ab14-680114d2807a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7f22897-8e5f-4d2d-ab14-680114d2807a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1f7b13b1-636a-4250-af57-acba6fe72cce {
  text-align: left;
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce {
  max-width:  100%;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom,
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce {
  max-width:  100%;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom,
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce {
  max-width:  100%;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom,
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce {
  max-width:  100%;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom,
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce {
  max-width:  100%;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom,
.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7b13b1-636a-4250-af57-acba6fe72cce img.shogun-image {
  width: 100%;
}



}
#s-958c338c-c154-4069-b21b-dbdbae4d939b {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-3c6cce9f-85bb-4f6d-b979-2d1cffe47310 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e72dd69c-ab4b-4d55-bf12-d7702f214112 {
  margin-left: 0px;
margin-right: 0px;
}

#s-81e7f2d8-8d3a-4e71-a0b4-f2bc574b5ea4 {
  margin-left: 0px;
margin-right: 0px;
}

#s-608b0cf6-80f4-411e-be2b-e7fb99415d52 {
  text-align: left;
}

#s-664456e1-be35-4e78-89e5-d5529962d34e {
  text-align: left;
}

#s-9db6dffb-5f66-4079-9d93-e670256cea25 {
  text-align: left;
}

#s-51ca1374-1142-47db-a05b-f2757aff01ec {
  text-align: left;
}

#s-2db36620-d6a6-4c14-836e-16957a659c23 {
  text-align: center;
}

#s-2db36620-d6a6-4c14-836e-16957a659c23 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2db36620-d6a6-4c14-836e-16957a659c23 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2db36620-d6a6-4c14-836e-16957a659c23 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a-root {
    text-align: center;
  }


#s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a-root {
    text-align: center;
  }


#s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a-root {
    text-align: center;
  }


#s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a-root {
    text-align: center;
  }


#s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a-root {
    text-align: center;
  }


#s-6c78fdd9-6aa7-4cbd-9d19-d5234263776a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d68b8888-54be-494a-a617-9ccd1be60959 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-a1647183-05ff-43c9-b728-c9520b45ca89 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-a1647183-05ff-43c9-b728-c9520b45ca89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1647183-05ff-43c9-b728-c9520b45ca89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd7355c9-4d4a-4d46-a87e-09dd620bd113 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-fd7355c9-4d4a-4d46-a87e-09dd620bd113 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fd7355c9-4d4a-4d46-a87e-09dd620bd113 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fd7355c9-4d4a-4d46-a87e-09dd620bd113 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fd7355c9-4d4a-4d46-a87e-09dd620bd113 td.shogun-table-column, #s-fd7355c9-4d4a-4d46-a87e-09dd620bd113 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-9d7a289e-47a8-4872-8b2e-a5fdda1003b4 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9d7a289e-47a8-4872-8b2e-a5fdda1003b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d7a289e-47a8-4872-8b2e-a5fdda1003b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d7a289e-47a8-4872-8b2e-a5fdda1003b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d7a289e-47a8-4872-8b2e-a5fdda1003b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e66c8692-d403-454d-9c91-6de0643c9ffc {
  text-align: left;
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc {
  max-width:  100%;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom,
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc {
  max-width:  100%;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom,
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc {
  max-width:  100%;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom,
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc {
  max-width:  100%;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom,
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc {
  max-width:  100%;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom,
.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e66c8692-d403-454d-9c91-6de0643c9ffc img.shogun-image {
  width: 100%;
}



}
#s-b8b1dfcd-7f67-4a14-98d6-5f01d97253a0 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-322e8719-7992-4a9c-9994-54e2213e7330 {
  margin-left: 0px;
margin-right: 0px;
}

#s-b8a88b60-48b0-4345-af09-9537aeaab203 {
  margin-left: 0px;
margin-right: 0px;
}

#s-399f8c7c-650e-41b5-bf2a-27302c77eb9d {
  margin-left: 0px;
margin-right: 0px;
}

#s-bbafd6eb-c423-47f7-af87-7d3ec27b6d18 {
  text-align: left;
}

#s-082a6f79-1680-4f9a-873b-59d36a12de9a {
  text-align: left;
}

#s-bca4cc04-ed49-40e7-a58d-3625b89ebaf1 {
  text-align: left;
}

#s-a4cc8419-3718-433e-addb-9278a6a24c1f {
  text-align: left;
}

#s-64034e1f-b71e-425d-9e1f-a48cf741dd40 {
  text-align: center;
}

#s-64034e1f-b71e-425d-9e1f-a48cf741dd40 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64034e1f-b71e-425d-9e1f-a48cf741dd40 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-64034e1f-b71e-425d-9e1f-a48cf741dd40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4-root {
    text-align: center;
  }


#s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4-root {
    text-align: center;
  }


#s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4-root {
    text-align: center;
  }


#s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4-root {
    text-align: center;
  }


#s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4-root {
    text-align: center;
  }


#s-60f3e9a8-84a8-4743-9c20-558ceceaa0f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b53631f0-e4c7-45bf-990c-81b0d01c9200 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-3358f35d-d35e-4c7a-8e82-22609a582ef3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-3358f35d-d35e-4c7a-8e82-22609a582ef3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3358f35d-d35e-4c7a-8e82-22609a582ef3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0722d23e-f451-466c-9311-0b1cdcf47d77 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-0722d23e-f451-466c-9311-0b1cdcf47d77 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0722d23e-f451-466c-9311-0b1cdcf47d77 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0722d23e-f451-466c-9311-0b1cdcf47d77 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0722d23e-f451-466c-9311-0b1cdcf47d77 td.shogun-table-column, #s-0722d23e-f451-466c-9311-0b1cdcf47d77 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-d4066fbf-116f-4895-be81-f3e97662f6ec {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d4066fbf-116f-4895-be81-f3e97662f6ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4066fbf-116f-4895-be81-f3e97662f6ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4066fbf-116f-4895-be81-f3e97662f6ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4066fbf-116f-4895-be81-f3e97662f6ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-28952f54-2e65-4067-9c4b-2073a70827c6 {
  text-align: left;
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 {
  max-width:  100%;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom,
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 {
  max-width:  100%;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom,
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 {
  max-width:  100%;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom,
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 {
  max-width:  100%;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom,
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 {
  max-width:  100%;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom,
.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28952f54-2e65-4067-9c4b-2073a70827c6 img.shogun-image {
  width: 100%;
}



}
#s-0d37f9a8-a793-4475-9143-6132c9d170a9 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-896e43fb-e1b1-40e3-b2b7-d9be1e5241be {
  margin-left: 0px;
margin-right: 0px;
}

#s-ae3c2efe-323a-416e-8277-59a035671fcd {
  margin-left: 0px;
margin-right: 0px;
}

#s-d00fc3f5-f078-4e31-b406-2fbc9f5db453 {
  margin-left: 0px;
margin-right: 0px;
}

#s-aa8b565a-2129-47b7-822e-d16be8f6680a {
  text-align: left;
}

#s-e01ae05c-1452-47c8-a012-83e04774813e {
  text-align: left;
}

#s-3b544878-6f22-4299-b73e-2fa9cd844f46 {
  text-align: left;
}

#s-1b8953c4-5a0f-46a9-bedd-a0514ab1d7cd {
  text-align: left;
}

#s-4968ddb9-612e-4869-b9c9-402f8bed3858 {
  text-align: center;
}

#s-4968ddb9-612e-4869-b9c9-402f8bed3858 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4968ddb9-612e-4869-b9c9-402f8bed3858 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4968ddb9-612e-4869-b9c9-402f8bed3858 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6a967bb2-f3af-4ec7-978d-01d592a3b371 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6a967bb2-f3af-4ec7-978d-01d592a3b371:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a967bb2-f3af-4ec7-978d-01d592a3b371:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a967bb2-f3af-4ec7-978d-01d592a3b371-root {
    text-align: center;
  }


#s-6a967bb2-f3af-4ec7-978d-01d592a3b371.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a967bb2-f3af-4ec7-978d-01d592a3b371-root {
    text-align: center;
  }


#s-6a967bb2-f3af-4ec7-978d-01d592a3b371.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a967bb2-f3af-4ec7-978d-01d592a3b371-root {
    text-align: center;
  }


#s-6a967bb2-f3af-4ec7-978d-01d592a3b371.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a967bb2-f3af-4ec7-978d-01d592a3b371-root {
    text-align: center;
  }


#s-6a967bb2-f3af-4ec7-978d-01d592a3b371.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a967bb2-f3af-4ec7-978d-01d592a3b371-root {
    text-align: center;
  }


#s-6a967bb2-f3af-4ec7-978d-01d592a3b371.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-be90a9af-9d35-4e93-ab83-ea61db2be70f hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-d22918a8-65f1-4a4d-825f-139d2aa82222 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-d22918a8-65f1-4a4d-825f-139d2aa82222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d22918a8-65f1-4a4d-825f-139d2aa82222.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e88f1b11-1383-4a6e-8698-491711cafc08 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-e88f1b11-1383-4a6e-8698-491711cafc08 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e88f1b11-1383-4a6e-8698-491711cafc08 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e88f1b11-1383-4a6e-8698-491711cafc08 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e88f1b11-1383-4a6e-8698-491711cafc08 td.shogun-table-column, #s-e88f1b11-1383-4a6e-8698-491711cafc08 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-7e921090-4da5-4719-8589-6181113d2966 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7e921090-4da5-4719-8589-6181113d2966"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e921090-4da5-4719-8589-6181113d2966"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e921090-4da5-4719-8589-6181113d2966"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e921090-4da5-4719-8589-6181113d2966"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a2816ef2-337a-4358-9358-0eba17f681e2 {
  text-align: left;
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 {
  max-width:  100%;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom,
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 {
  max-width:  100%;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom,
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 {
  max-width:  100%;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom,
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 {
  max-width:  100%;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom,
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 {
  max-width:  100%;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom,
.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2816ef2-337a-4358-9358-0eba17f681e2 img.shogun-image {
  width: 100%;
}



}
#s-24719b84-c032-421c-b8d1-ebb5dd91d33d {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-3706ead4-6cbe-488f-a84f-58aa005c3996 {
  margin-left: 0px;
margin-right: 0px;
}

#s-52f35e4f-f17c-4ed0-9ab0-6b8653587723 {
  margin-left: 0px;
margin-right: 0px;
}

#s-d0974f51-a06d-4726-886f-43369b1e142e {
  margin-left: 0px;
margin-right: 0px;
}

#s-1a3eab7c-721b-41c8-9894-147bb3306067 {
  text-align: left;
}

#s-827000d1-e0df-4b7d-809c-8c6130e9b6d6 {
  text-align: left;
}

#s-d0074b61-0f8c-4567-ae74-decf43da556e {
  text-align: left;
}

#s-038d52fc-0b2c-4cd1-85c2-5bb3d20583e0 {
  text-align: left;
}

#s-d83d9f2e-f020-457a-a860-3012482da863 {
  text-align: center;
}

#s-d83d9f2e-f020-457a-a860-3012482da863 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d83d9f2e-f020-457a-a860-3012482da863 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d83d9f2e-f020-457a-a860-3012482da863 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b-root {
    text-align: center;
  }


#s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b-root {
    text-align: center;
  }


#s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b-root {
    text-align: center;
  }


#s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b-root {
    text-align: center;
  }


#s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b-root {
    text-align: center;
  }


#s-4cab7f9b-21a4-4fac-8947-b5a3eeaeca1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c13fcf2a-9c8f-40bd-853b-c0cb36180531 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-9606ce2a-fbcd-456a-ad26-6bc0684552e8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-9606ce2a-fbcd-456a-ad26-6bc0684552e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9606ce2a-fbcd-456a-ad26-6bc0684552e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf90d3c4-01da-4652-bc02-2660a557f4b7 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-cf90d3c4-01da-4652-bc02-2660a557f4b7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cf90d3c4-01da-4652-bc02-2660a557f4b7 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-cf90d3c4-01da-4652-bc02-2660a557f4b7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-cf90d3c4-01da-4652-bc02-2660a557f4b7 td.shogun-table-column, #s-cf90d3c4-01da-4652-bc02-2660a557f4b7 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-493cfd8d-e982-4911-96b2-cff7a1e26366 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-493cfd8d-e982-4911-96b2-cff7a1e26366"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-493cfd8d-e982-4911-96b2-cff7a1e26366"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-493cfd8d-e982-4911-96b2-cff7a1e26366"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-493cfd8d-e982-4911-96b2-cff7a1e26366"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ee323572-dd1c-4672-a123-46e9e2753272 {
  text-align: left;
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 {
  max-width:  100%;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom,
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 {
  max-width:  100%;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom,
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 {
  max-width:  100%;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom,
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 {
  max-width:  100%;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom,
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 {
  max-width:  100%;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom,
.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee323572-dd1c-4672-a123-46e9e2753272 img.shogun-image {
  width: 100%;
}



}
#s-7cf61cf2-2260-490d-ab9d-7ab7d32fb1dd {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-328eb442-24cd-4513-bd32-ba00eede1ec4 {
  margin-left: 0px;
margin-right: 0px;
}

#s-b8399c3a-a145-4e52-a820-e509bd88e132 {
  margin-left: 0px;
margin-right: 0px;
}

#s-b507f379-aed7-45ee-bcf2-3a21aca085a0 {
  margin-left: 0px;
margin-right: 0px;
}

#s-f7a550cf-7e5d-4fbb-864b-dcb9b322fc27 {
  text-align: left;
}

#s-18bbf180-e190-4e16-b70f-01262b18c26d {
  text-align: left;
}

#s-3cd1ba48-9ac0-4f76-8a31-45ceb85e21b9 {
  text-align: left;
}

#s-bcaf607d-b853-4774-8ce8-bee93bb8ec57 {
  text-align: left;
}

#s-a957a7af-4b4d-483c-93b6-731479aa790a {
  text-align: center;
}

#s-a957a7af-4b4d-483c-93b6-731479aa790a .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a957a7af-4b4d-483c-93b6-731479aa790a .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a957a7af-4b4d-483c-93b6-731479aa790a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-55bb129e-5a07-4d7c-9820-40ce84a74275 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-55bb129e-5a07-4d7c-9820-40ce84a74275:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55bb129e-5a07-4d7c-9820-40ce84a74275:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-55bb129e-5a07-4d7c-9820-40ce84a74275-root {
    text-align: center;
  }


#s-55bb129e-5a07-4d7c-9820-40ce84a74275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55bb129e-5a07-4d7c-9820-40ce84a74275-root {
    text-align: center;
  }


#s-55bb129e-5a07-4d7c-9820-40ce84a74275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55bb129e-5a07-4d7c-9820-40ce84a74275-root {
    text-align: center;
  }


#s-55bb129e-5a07-4d7c-9820-40ce84a74275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55bb129e-5a07-4d7c-9820-40ce84a74275-root {
    text-align: center;
  }


#s-55bb129e-5a07-4d7c-9820-40ce84a74275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55bb129e-5a07-4d7c-9820-40ce84a74275-root {
    text-align: center;
  }


#s-55bb129e-5a07-4d7c-9820-40ce84a74275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1395f68-c590-4a0c-894f-abc0412db8f1 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-0a7ff1df-113d-463e-8d60-18f38e452415 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-0a7ff1df-113d-463e-8d60-18f38e452415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a7ff1df-113d-463e-8d60-18f38e452415.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b07b6ce7-cfa7-408c-891e-ae83455bc342 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-b07b6ce7-cfa7-408c-891e-ae83455bc342 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b07b6ce7-cfa7-408c-891e-ae83455bc342 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b07b6ce7-cfa7-408c-891e-ae83455bc342 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b07b6ce7-cfa7-408c-891e-ae83455bc342 td.shogun-table-column, #s-b07b6ce7-cfa7-408c-891e-ae83455bc342 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-709322e2-2cbe-405d-a022-1a52a9be5ebe {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-709322e2-2cbe-405d-a022-1a52a9be5ebe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-709322e2-2cbe-405d-a022-1a52a9be5ebe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-709322e2-2cbe-405d-a022-1a52a9be5ebe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-709322e2-2cbe-405d-a022-1a52a9be5ebe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f {
  text-align: left;
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f {
  max-width:  100%;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom,
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f {
  max-width:  100%;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom,
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f {
  max-width:  100%;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom,
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f {
  max-width:  100%;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom,
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f {
  max-width:  100%;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom,
.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-662d9a93-98c4-4c3c-8aec-6b7a11f3010f img.shogun-image {
  width: 100%;
}



}
#s-c252c815-e783-4442-b4f5-21ffa6332530 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-a7732a06-4663-4258-86ce-120ff7308d51 {
  margin-left: 0px;
margin-right: 0px;
}

#s-169cd5e6-49dc-47a3-9e2b-de7970596987 {
  margin-left: 0px;
margin-right: 0px;
}

#s-ec3a2cf5-9df2-4a31-a4aa-bbd710868817 {
  margin-left: 0px;
margin-right: 0px;
}

#s-4363d123-e920-43d3-90ec-65d972f602ba {
  text-align: left;
}

#s-1f409f61-adbc-4eaf-8f7b-c493b06b475d {
  text-align: left;
}

#s-6ce4409d-d8ab-4393-8125-698584fb4936 {
  text-align: left;
}

#s-0cfe4093-3f42-4469-b53b-0e6cd7a1fc0e {
  text-align: left;
}

#s-7cd4c13b-984a-4059-b6cb-9ee79d2c48d5 {
  text-align: center;
}

#s-7cd4c13b-984a-4059-b6cb-9ee79d2c48d5 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cd4c13b-984a-4059-b6cb-9ee79d2c48d5 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7cd4c13b-984a-4059-b6cb-9ee79d2c48d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-45db278a-69b0-41b6-a151-44362b69d675 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-45db278a-69b0-41b6-a151-44362b69d675:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45db278a-69b0-41b6-a151-44362b69d675:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-45db278a-69b0-41b6-a151-44362b69d675-root {
    text-align: center;
  }


#s-45db278a-69b0-41b6-a151-44362b69d675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45db278a-69b0-41b6-a151-44362b69d675-root {
    text-align: center;
  }


#s-45db278a-69b0-41b6-a151-44362b69d675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45db278a-69b0-41b6-a151-44362b69d675-root {
    text-align: center;
  }


#s-45db278a-69b0-41b6-a151-44362b69d675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45db278a-69b0-41b6-a151-44362b69d675-root {
    text-align: center;
  }


#s-45db278a-69b0-41b6-a151-44362b69d675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45db278a-69b0-41b6-a151-44362b69d675-root {
    text-align: center;
  }


#s-45db278a-69b0-41b6-a151-44362b69d675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a0dca648-9028-4c35-9318-c561b11efac7 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-e28426e4-4d17-45a5-a0b3-b4c5d7f4bb30 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-e28426e4-4d17-45a5-a0b3-b4c5d7f4bb30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e28426e4-4d17-45a5-a0b3-b4c5d7f4bb30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f30b6ded-e3c7-457d-9e51-44a6a4a242e8 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-f30b6ded-e3c7-457d-9e51-44a6a4a242e8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f30b6ded-e3c7-457d-9e51-44a6a4a242e8 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f30b6ded-e3c7-457d-9e51-44a6a4a242e8 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f30b6ded-e3c7-457d-9e51-44a6a4a242e8 td.shogun-table-column, #s-f30b6ded-e3c7-457d-9e51-44a6a4a242e8 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-fcd1bfb8-fa5a-4ee6-964b-74b7c2ae29fc {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fcd1bfb8-fa5a-4ee6-964b-74b7c2ae29fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcd1bfb8-fa5a-4ee6-964b-74b7c2ae29fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fcd1bfb8-fa5a-4ee6-964b-74b7c2ae29fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcd1bfb8-fa5a-4ee6-964b-74b7c2ae29fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-39a10577-d5a3-4b1a-aa11-33ced0776452 {
  text-align: left;
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 {
  max-width:  100%;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom,
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 {
  max-width:  100%;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom,
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 {
  max-width:  100%;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom,
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 {
  max-width:  100%;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom,
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 {
  max-width:  100%;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom,
.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a10577-d5a3-4b1a-aa11-33ced0776452 img.shogun-image {
  width: 100%;
}



}
#s-f5a41249-5b43-477c-9afa-3ef5e9b1341d {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-106cffcf-649c-4657-922c-149afb2c05ba {
  margin-left: 0px;
margin-right: 0px;
}

#s-cb6b96db-fec4-4eb3-a9e0-9c85b80a33f4 {
  margin-left: 0px;
margin-right: 0px;
}

#s-35a2fa1f-96b1-4c8d-9ee6-18a9964ee367 {
  margin-left: 0px;
margin-right: 0px;
}

#s-af8b6a08-b8e3-490e-8cbe-fc53b1dd1ef0 {
  text-align: left;
}

#s-a426b0fc-6c1e-4030-84c3-01ef1c909035 {
  text-align: left;
}

#s-90434283-8ced-4a91-861e-fae496c66bc9 {
  text-align: left;
}

#s-7648670a-5089-4476-8d2e-a4f6f09c9d06 {
  text-align: left;
}

#s-7778c4e9-d797-4265-a6e8-acbc3ca3f8b8 {
  text-align: center;
}

#s-7778c4e9-d797-4265-a6e8-acbc3ca3f8b8 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7778c4e9-d797-4265-a6e8-acbc3ca3f8b8 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7778c4e9-d797-4265-a6e8-acbc3ca3f8b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f505e3ca-8257-4c12-b975-6f79e4680dcf {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f505e3ca-8257-4c12-b975-6f79e4680dcf:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f505e3ca-8257-4c12-b975-6f79e4680dcf:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f505e3ca-8257-4c12-b975-6f79e4680dcf-root {
    text-align: center;
  }


#s-f505e3ca-8257-4c12-b975-6f79e4680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f505e3ca-8257-4c12-b975-6f79e4680dcf-root {
    text-align: center;
  }


#s-f505e3ca-8257-4c12-b975-6f79e4680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f505e3ca-8257-4c12-b975-6f79e4680dcf-root {
    text-align: center;
  }


#s-f505e3ca-8257-4c12-b975-6f79e4680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f505e3ca-8257-4c12-b975-6f79e4680dcf-root {
    text-align: center;
  }


#s-f505e3ca-8257-4c12-b975-6f79e4680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f505e3ca-8257-4c12-b975-6f79e4680dcf-root {
    text-align: center;
  }


#s-f505e3ca-8257-4c12-b975-6f79e4680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-11f6fd08-0b2c-4d07-9413-050a4c6e8ed8 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-c8825743-5f7b-4389-b8bd-c9b6c9273d33 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-c8825743-5f7b-4389-b8bd-c9b6c9273d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8825743-5f7b-4389-b8bd-c9b6c9273d33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31ab9365-de93-4117-bd69-281d632694cb .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-31ab9365-de93-4117-bd69-281d632694cb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-31ab9365-de93-4117-bd69-281d632694cb td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-31ab9365-de93-4117-bd69-281d632694cb td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-31ab9365-de93-4117-bd69-281d632694cb td.shogun-table-column, #s-31ab9365-de93-4117-bd69-281d632694cb td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-48fc793b-3685-499c-8b66-46fac54f4d36 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-48fc793b-3685-499c-8b66-46fac54f4d36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48fc793b-3685-499c-8b66-46fac54f4d36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-48fc793b-3685-499c-8b66-46fac54f4d36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-48fc793b-3685-499c-8b66-46fac54f4d36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 {
  text-align: left;
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 {
  max-width:  100%;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom,
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 {
  max-width:  100%;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom,
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 {
  max-width:  100%;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom,
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 {
  max-width:  100%;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom,
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 {
  max-width:  100%;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom,
.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53c65d6-5d4f-46fb-a642-0bfb1a3422c0 img.shogun-image {
  width: 100%;
}



}
#s-28e6fecf-1bed-4e57-8b09-a9545df9a2a4 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-9d72040e-f86c-411a-aa21-b7e15bae265e {
  margin-left: 0px;
margin-right: 0px;
}

#s-dbdb123a-cd43-424b-a65b-8f105276e82f {
  margin-left: 0px;
margin-right: 0px;
}

#s-bcc5fc32-4aad-4990-955b-5ebe9444fe6c {
  margin-left: 0px;
margin-right: 0px;
}

#s-04bd28be-b82a-4c54-bd58-1d98f2be848e {
  text-align: left;
}

#s-10c8d490-cda2-494b-ac23-a364fbc76c31 {
  text-align: left;
}

#s-7e67a27c-d4ae-4cce-ba3f-0bad2f870d60 {
  text-align: left;
}

#s-554457be-1935-4501-bcba-de203bc91f98 {
  text-align: left;
}

#s-b824bdf1-4060-41dd-a05c-ac7a37c3276a {
  text-align: center;
}

#s-b824bdf1-4060-41dd-a05c-ac7a37c3276a .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b824bdf1-4060-41dd-a05c-ac7a37c3276a .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b824bdf1-4060-41dd-a05c-ac7a37c3276a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41-root {
    text-align: center;
  }


#s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41-root {
    text-align: center;
  }


#s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41-root {
    text-align: center;
  }


#s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41-root {
    text-align: center;
  }


#s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41-root {
    text-align: center;
  }


#s-c45b6f8c-8cbe-4d11-9b0a-547b10be8c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2fce53c2-511b-45b1-820b-f2b757fcd8da hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-1a7aee91-2dee-4257-a5db-b68038384ce2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-1a7aee91-2dee-4257-a5db-b68038384ce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a7aee91-2dee-4257-a5db-b68038384ce2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b3c0ede-1809-4182-86a3-a0510f964b5b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-6b3c0ede-1809-4182-86a3-a0510f964b5b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6b3c0ede-1809-4182-86a3-a0510f964b5b td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6b3c0ede-1809-4182-86a3-a0510f964b5b td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-6b3c0ede-1809-4182-86a3-a0510f964b5b td.shogun-table-column, #s-6b3c0ede-1809-4182-86a3-a0510f964b5b td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-ff1d89ac-6e6d-49c7-b8cb-5a71f282dfec {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ff1d89ac-6e6d-49c7-b8cb-5a71f282dfec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff1d89ac-6e6d-49c7-b8cb-5a71f282dfec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff1d89ac-6e6d-49c7-b8cb-5a71f282dfec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff1d89ac-6e6d-49c7-b8cb-5a71f282dfec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 {
  text-align: left;
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 {
  max-width:  100%;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom,
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 {
  max-width:  100%;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom,
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 {
  max-width:  100%;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom,
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 {
  max-width:  100%;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom,
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 {
  max-width:  100%;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom,
.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b16672-12ec-435a-8481-d8d7e2c6c0a6 img.shogun-image {
  width: 100%;
}



}
#s-7b9ae743-258c-4307-be1f-01246dd15d00 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-d77e7251-581a-440f-be58-403843fca847 {
  margin-left: 0px;
margin-right: 0px;
}

#s-99f91d84-4c61-427d-b5c2-15aebdec8310 {
  margin-left: 0px;
margin-right: 0px;
}

#s-042865f1-085d-481a-b8a9-a528dcee6cd5 {
  margin-left: 0px;
margin-right: 0px;
}

#s-528bc8cb-f690-4632-99d1-31722f59d490 {
  text-align: left;
}

#s-3008e750-3b30-45d0-a359-2514509a9b2c {
  text-align: left;
}

#s-98864148-ff92-46c0-ac9d-5c36d1f3f1d4 {
  text-align: left;
}

#s-a605abf1-76e7-4290-b77e-a69461151f6e {
  text-align: left;
}

#s-d7558cc9-0f3a-4939-a9e4-865a17328025 {
  text-align: center;
}

#s-d7558cc9-0f3a-4939-a9e4-865a17328025 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d7558cc9-0f3a-4939-a9e4-865a17328025 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d7558cc9-0f3a-4939-a9e4-865a17328025 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fd198777-227a-4ed1-8e68-f695f25bbc38 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fd198777-227a-4ed1-8e68-f695f25bbc38:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd198777-227a-4ed1-8e68-f695f25bbc38:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd198777-227a-4ed1-8e68-f695f25bbc38-root {
    text-align: center;
  }


#s-fd198777-227a-4ed1-8e68-f695f25bbc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd198777-227a-4ed1-8e68-f695f25bbc38-root {
    text-align: center;
  }


#s-fd198777-227a-4ed1-8e68-f695f25bbc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd198777-227a-4ed1-8e68-f695f25bbc38-root {
    text-align: center;
  }


#s-fd198777-227a-4ed1-8e68-f695f25bbc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd198777-227a-4ed1-8e68-f695f25bbc38-root {
    text-align: center;
  }


#s-fd198777-227a-4ed1-8e68-f695f25bbc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd198777-227a-4ed1-8e68-f695f25bbc38-root {
    text-align: center;
  }


#s-fd198777-227a-4ed1-8e68-f695f25bbc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d8b1937d-d94c-48f8-abae-70f44c263883 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-85c70ad0-f0c7-4b2d-8a52-8ee89b3bd6ea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-85c70ad0-f0c7-4b2d-8a52-8ee89b3bd6ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85c70ad0-f0c7-4b2d-8a52-8ee89b3bd6ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38253114-4268-4fbd-a731-f700bc3a0d21 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-38253114-4268-4fbd-a731-f700bc3a0d21 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-38253114-4268-4fbd-a731-f700bc3a0d21 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-38253114-4268-4fbd-a731-f700bc3a0d21 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-38253114-4268-4fbd-a731-f700bc3a0d21 td.shogun-table-column, #s-38253114-4268-4fbd-a731-f700bc3a0d21 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-5a393c5c-5c9b-41ce-9398-a7dd9c2cf76f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5a393c5c-5c9b-41ce-9398-a7dd9c2cf76f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a393c5c-5c9b-41ce-9398-a7dd9c2cf76f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a393c5c-5c9b-41ce-9398-a7dd9c2cf76f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a393c5c-5c9b-41ce-9398-a7dd9c2cf76f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d {
  text-align: left;
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d {
  max-width:  100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  width: 100%;
}



.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d {
  max-width:  100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  width: 100%;
}



.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d {
  max-width:  100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  width: 100%;
}



.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d {
  max-width:  100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  width: 100%;
}



.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d {
  max-width:  100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  width: 100%;
}



.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d .shg-image-zoom,
.shg-c#s-0e420ef1-4694-4b52-a49f-5c79259dbe7d img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-b879f2ae-c59f-4582-87e2-3c83ef02ec52 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-e272e3d2-17fe-4e74-9009-0f4c6878f892 {
  margin-left: 0px;
margin-right: 0px;
}

#s-79fd6cd4-b45c-486b-94c2-d17f8a8db2eb {
  margin-left: 0px;
margin-right: 0px;
}

#s-f0771971-41c1-4289-8f8f-0ee3f45a300c {
  margin-left: 0px;
margin-right: 0px;
}

#s-a222d5eb-d625-4307-bcbd-e08e7703ee95 {
  text-align: left;
}

#s-31f83ee5-00d8-481c-8921-fa18e173c28f {
  text-align: left;
}

#s-aa151d65-a54c-48d1-9baf-e75e78dbc526 {
  text-align: left;
}

#s-b16c6f18-de95-41f1-a55b-2c744b12c457 {
  text-align: left;
}

#s-d3d84c4c-3629-4e10-9020-eba407a04c02 {
  text-align: center;
}

#s-d3d84c4c-3629-4e10-9020-eba407a04c02 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3d84c4c-3629-4e10-9020-eba407a04c02 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3d84c4c-3629-4e10-9020-eba407a04c02 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0-root {
    text-align: center;
  }


#s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0-root {
    text-align: center;
  }


#s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0-root {
    text-align: center;
  }


#s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0-root {
    text-align: center;
  }


#s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0-root {
    text-align: center;
  }


#s-d1d4af70-f8f7-4cd0-9d35-13b22bdb2cb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6265adc4-19ed-4a9f-b83d-09b3812f4441 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-48f1ea27-a592-4d43-9873-a69703ee977f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-48f1ea27-a592-4d43-9873-a69703ee977f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f1ea27-a592-4d43-9873-a69703ee977f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f21f099-f422-4b06-957f-575b04747a37 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-4f21f099-f422-4b06-957f-575b04747a37 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f21f099-f422-4b06-957f-575b04747a37 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4f21f099-f422-4b06-957f-575b04747a37 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4f21f099-f422-4b06-957f-575b04747a37 td.shogun-table-column, #s-4f21f099-f422-4b06-957f-575b04747a37 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-e7e1d27d-9e4b-4efd-9973-dea0a7afd5b1 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e7e1d27d-9e4b-4efd-9973-dea0a7afd5b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7e1d27d-9e4b-4efd-9973-dea0a7afd5b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7e1d27d-9e4b-4efd-9973-dea0a7afd5b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7e1d27d-9e4b-4efd-9973-dea0a7afd5b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 {
  text-align: left;
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 {
  max-width:  100%;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom,
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 {
  max-width:  100%;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom,
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 {
  max-width:  100%;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom,
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 {
  max-width:  100%;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom,
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 {
  max-width:  100%;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom,
.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b4c7134-bd17-483a-8e2c-6244b93e2e88 img.shogun-image {
  width: 100%;
}



}
#s-4c100e5e-656c-4361-8943-75a918f27b0a {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-28410aca-e3b9-437c-99a3-356df79e4477 {
  margin-left: 0px;
margin-right: 0px;
}

#s-f7512718-5488-4fea-9fe7-a9e69e82990e {
  margin-left: 0px;
margin-right: 0px;
}

#s-1e7b521e-f115-451f-9751-61c8b48e85e1 {
  margin-left: 0px;
margin-right: 0px;
}

#s-4dd604b4-c82c-4509-abb3-1872d179f927 {
  text-align: left;
}

#s-fea12d9b-dbeb-4cf8-8b79-43898e589862 {
  text-align: left;
}

#s-13720cc9-c38c-4f24-a55f-d90ae433fe7f {
  text-align: left;
}

#s-cf97b26f-5e98-47ee-bda1-4b128af1cd20 {
  text-align: left;
}

#s-ff8d768f-ceb5-4c4a-822c-046e24819625 {
  text-align: center;
}

#s-ff8d768f-ceb5-4c4a-822c-046e24819625 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ff8d768f-ceb5-4c4a-822c-046e24819625 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ff8d768f-ceb5-4c4a-822c-046e24819625 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-675527cd-d747-46c9-80bc-08f549a89c96 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-675527cd-d747-46c9-80bc-08f549a89c96:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-675527cd-d747-46c9-80bc-08f549a89c96:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-675527cd-d747-46c9-80bc-08f549a89c96-root {
    text-align: center;
  }


#s-675527cd-d747-46c9-80bc-08f549a89c96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-675527cd-d747-46c9-80bc-08f549a89c96-root {
    text-align: center;
  }


#s-675527cd-d747-46c9-80bc-08f549a89c96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-675527cd-d747-46c9-80bc-08f549a89c96-root {
    text-align: center;
  }


#s-675527cd-d747-46c9-80bc-08f549a89c96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-675527cd-d747-46c9-80bc-08f549a89c96-root {
    text-align: center;
  }


#s-675527cd-d747-46c9-80bc-08f549a89c96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-675527cd-d747-46c9-80bc-08f549a89c96-root {
    text-align: center;
  }


#s-675527cd-d747-46c9-80bc-08f549a89c96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4b926d95-99f3-4cc3-acb6-27113fdc163c hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-ed4ec982-7935-417c-bda4-b9a02680f8ae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 5, 100, 1);
border-style: solid;
border-radius: 15px;
}








#s-ed4ec982-7935-417c-bda4-b9a02680f8ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed4ec982-7935-417c-bda4-b9a02680f8ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6a36e40-def1-49f0-9ff2-ffe8ebfc33d3 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-e6a36e40-def1-49f0-9ff2-ffe8ebfc33d3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e6a36e40-def1-49f0-9ff2-ffe8ebfc33d3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e6a36e40-def1-49f0-9ff2-ffe8ebfc33d3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e6a36e40-def1-49f0-9ff2-ffe8ebfc33d3 td.shogun-table-column, #s-e6a36e40-def1-49f0-9ff2-ffe8ebfc33d3 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-163b7525-3ef0-46c7-bd72-6d54a1d620ab {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-163b7525-3ef0-46c7-bd72-6d54a1d620ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-163b7525-3ef0-46c7-bd72-6d54a1d620ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-163b7525-3ef0-46c7-bd72-6d54a1d620ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-163b7525-3ef0-46c7-bd72-6d54a1d620ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-32785d0d-654d-4465-9fbf-8362cee50a9f {
  text-align: left;
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f {
  max-width:  100%;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom,
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f {
  max-width:  100%;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom,
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f {
  max-width:  100%;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom,
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f {
  max-width:  100%;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom,
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f {
  max-width:  100%;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom,
.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32785d0d-654d-4465-9fbf-8362cee50a9f img.shogun-image {
  width: 100%;
}



}
#s-ee0f338c-ea4d-4f1d-a5da-1d9a02c40bba {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
}

#s-7a0f6d1c-fc5c-4925-a63e-3c6aec344472 {
  margin-left: 0px;
margin-right: 0px;
}

#s-f015a2db-5ddc-4d1c-bb7b-4de5d24cdcc3 {
  margin-left: 0px;
margin-right: 0px;
}

#s-154b2115-31b7-4f55-9e78-b43bb471f825 {
  margin-left: 0px;
margin-right: 0px;
}

#s-6e4f63b5-ba1b-4f33-a477-758996896615 {
  text-align: left;
}

#s-a10acbd3-b0ec-4cd9-b57b-1d299216aa17 {
  text-align: left;
}

#s-14981629-ca43-49d0-93cc-d9ce6de4d3e6 {
  text-align: left;
}

#s-736c69c3-4850-4c36-91cb-5189393a84c6 {
  text-align: left;
}

#s-949ea472-8f6b-45a5-bd2a-026aa710bc90 {
  text-align: center;
}

#s-949ea472-8f6b-45a5-bd2a-026aa710bc90 .shg-product-sold-out {
  display: none;
  color: rgba(200, 5, 100, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-949ea472-8f6b-45a5-bd2a-026aa710bc90 .shg-product-price {
  color: rgba(200, 5, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-949ea472-8f6b-45a5-bd2a-026aa710bc90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-220b3a52-aefd-4795-9ed0-23abccff7604 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-220b3a52-aefd-4795-9ed0-23abccff7604:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-220b3a52-aefd-4795-9ed0-23abccff7604:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-220b3a52-aefd-4795-9ed0-23abccff7604-root {
    text-align: center;
  }


#s-220b3a52-aefd-4795-9ed0-23abccff7604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-220b3a52-aefd-4795-9ed0-23abccff7604-root {
    text-align: center;
  }


#s-220b3a52-aefd-4795-9ed0-23abccff7604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-220b3a52-aefd-4795-9ed0-23abccff7604-root {
    text-align: center;
  }


#s-220b3a52-aefd-4795-9ed0-23abccff7604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-220b3a52-aefd-4795-9ed0-23abccff7604-root {
    text-align: center;
  }


#s-220b3a52-aefd-4795-9ed0-23abccff7604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-220b3a52-aefd-4795-9ed0-23abccff7604-root {
    text-align: center;
  }


#s-220b3a52-aefd-4795-9ed0-23abccff7604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-99bf6120-537d-4fc4-8ca6-a037a3de8e11 hr {
  border-top: 2px solid rgba(211, 211, 211, 1);
}

#s-fbfb4e92-6d48-44c4-8f36-e8af21181ab7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-38fab7d1-4421-4d94-981a-206de31ce902 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3d084dbb-c450-4647-9df4-2396147f162d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(250, 236, 236, 1);
}

#s-b1ec3c46-3f17-44b5-8fea-ea24aa539b7c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-71f5c86d-fa82-4d53-9f22-42ed4de62d51 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-433808ae-5f73-41bf-bc51-140e6fbf9281 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(250, 236, 236, 1);
}








#s-433808ae-5f73-41bf-bc51-140e6fbf9281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-433808ae-5f73-41bf-bc51-140e6fbf9281.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63df9ce7-4099-4357-a692-a8dd2460b3eb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-63df9ce7-4099-4357-a692-a8dd2460b3eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-63df9ce7-4099-4357-a692-a8dd2460b3eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63df9ce7-4099-4357-a692-a8dd2460b3eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-63df9ce7-4099-4357-a692-a8dd2460b3eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63df9ce7-4099-4357-a692-a8dd2460b3eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-63df9ce7-4099-4357-a692-a8dd2460b3eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63df9ce7-4099-4357-a692-a8dd2460b3eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-f4290561-1371-4b74-99f1-9d5afa20586b {
  max-width: 540px;
aspect-ratio: 540/295;
text-align: center;
}





  #s-f4290561-1371-4b74-99f1-9d5afa20586b img.shogun-image,
  #s-f4290561-1371-4b74-99f1-9d5afa20586b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4290561-1371-4b74-99f1-9d5afa20586b {
    width: 100%;
    height: auto;
  }



  #s-f4290561-1371-4b74-99f1-9d5afa20586b img.shogun-image {
    

    
    
    
  }


#s-f4290561-1371-4b74-99f1-9d5afa20586b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-575290a7-de90-4453-825f-938c0e8bda9d {
  background-color: rgba(250, 236, 236, 1);
}

#s-62106670-f000-4b5b-a8d3-e3c42847b18c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b762a366-4d92-44ff-a63c-499c254bdf8f {
  text-align: left;
}








#s-464dc61f-65fc-4d21-8e5a-f297af4c2e13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-464dc61f-65fc-4d21-8e5a-f297af4c2e13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-d3832a11-d347-4721-a4db-350869a93ed0 {
  margin-top: 40px;
margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-d3832a11-d347-4721-a4db-350869a93ed0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-50a79a11-961d-407d-b341-3e67eb49f223 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-50a79a11-961d-407d-b341-3e67eb49f223"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50a79a11-961d-407d-b341-3e67eb49f223"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-50a79a11-961d-407d-b341-3e67eb49f223"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-50a79a11-961d-407d-b341-3e67eb49f223"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0bf45f48-9d1a-4d7f-a39d-320bb7387db5 {
  box-shadow:2px 2px 5px 1px rgba(39, 38, 38, 0.39);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-9b902971-d9ea-40c3-a065-66919028d4eb {
  box-shadow:2px 2px 5px 1px rgba(39, 38, 38, 0.39);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
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;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-8237bcde-33e7-4cd9-91b0-021bf6476c8b {
  box-shadow:2px 2px 5px 1px rgba(39, 38, 38, 0.39);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
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;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

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

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}