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

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

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

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

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

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

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

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

#s-14fad348-12df-4dd4-8b66-23001b5a99b6 {
  min-height: 50px;
}








#s-14fad348-12df-4dd4-8b66-23001b5a99b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14fad348-12df-4dd4-8b66-23001b5a99b6.shg-box.shg-c {
  justify-content: center;
}

#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/7aa92af1-49e7-4830-8c68-13fd470110bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  min-height: 200px;
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-attachment: fixed;
min-height: 150px;
}
}







#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}
}
#s-bc9bbc03-513d-41b9-a864-2091e7f3ba0c {
  min-height: 50px;
}
@media (max-width: 767px){#s-bc9bbc03-513d-41b9-a864-2091e7f3ba0c {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-bc9bbc03-513d-41b9-a864-2091e7f3ba0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc9bbc03-513d-41b9-a864-2091e7f3ba0c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a6a9cf2e-fe85-4f6d-b82d-d86be224b2ae {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6a9cf2e-fe85-4f6d-b82d-d86be224b2ae {
  max-width: 70px;
}
}@media (max-width: 767px){#s-a6a9cf2e-fe85-4f6d-b82d-d86be224b2ae {
  max-width: 70px;
}
}



  #s-a6a9cf2e-fe85-4f6d-b82d-d86be224b2ae img.shogun-image {
    
    width: px;
  }


#s-a6a9cf2e-fe85-4f6d-b82d-d86be224b2ae .shogun-image-content {
  
    align-items: center;
  
}

#s-084e106b-fd1c-4150-841d-0e2c85218485 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-084e106b-fd1c-4150-841d-0e2c85218485 {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-084e106b-fd1c-4150-841d-0e2c85218485 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-084e106b-fd1c-4150-841d-0e2c85218485 {
  max-width: 200px;
}
}@media (max-width: 767px){#s-084e106b-fd1c-4150-841d-0e2c85218485 {
  max-width: 200px;
}
}



  #s-084e106b-fd1c-4150-841d-0e2c85218485 img.shogun-image {
    
    width: px;
  }


#s-084e106b-fd1c-4150-841d-0e2c85218485 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-2f732537-4d76-4095-a1d3-75b3e3ebd703 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.33);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
}
#s-2f732537-4d76-4095-a1d3-75b3e3ebd703:hover {box-shadow:0px 0px 0px 0px rgba(177, 177, 177, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2f732537-4d76-4095-a1d3-75b3e3ebd703:active {box-shadow:1px 1px 1px 1px rgba(154, 162, 160, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2f732537-4d76-4095-a1d3-75b3e3ebd703 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f732537-4d76-4095-a1d3-75b3e3ebd703 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f732537-4d76-4095-a1d3-75b3e3ebd703 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
}
}@media (max-width: 767px){#s-2f732537-4d76-4095-a1d3-75b3e3ebd703 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
}
}

  #s-2f732537-4d76-4095-a1d3-75b3e3ebd703-btn-wrapper {
    text-align: center;
  }


#s-2f732537-4d76-4095-a1d3-75b3e3ebd703.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-2f732537-4d76-4095-a1d3-75b3e3ebd703-btn-wrapper {
    text-align: center;
  }


#s-2f732537-4d76-4095-a1d3-75b3e3ebd703.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f732537-4d76-4095-a1d3-75b3e3ebd703-btn-wrapper {
    text-align: center;
  }


#s-2f732537-4d76-4095-a1d3-75b3e3ebd703.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  margin-top: 25px;
margin-left: 100px;
margin-bottom: 25px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  display: none;
}
#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20, #wrap-s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 { display:none !important; }}@media (max-width: 767px){#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20, #wrap-s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 768px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-0f594d96-74d7-411b-aeec-9e15dbf3620d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.33);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 11px;
margin-right: 11px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-0f594d96-74d7-411b-aeec-9e15dbf3620d:hover {box-shadow:0px 0px 0px 0px rgba(177, 177, 177, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0f594d96-74d7-411b-aeec-9e15dbf3620d:active {box-shadow:1px 1px 1px 1px rgba(154, 162, 160, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-0f594d96-74d7-411b-aeec-9e15dbf3620d-btn-wrapper {
    text-align: center;
  }


#s-0f594d96-74d7-411b-aeec-9e15dbf3620d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-71a6c022-c940-4e75-a8a6-0394e4a8c59f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.33);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 11px;
margin-right: 11px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
line-height: 1.5em;
letter-spacing: 1px;
}
#s-71a6c022-c940-4e75-a8a6-0394e4a8c59f:hover {box-shadow:0px 0px 0px 0px rgba(177, 177, 177, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-71a6c022-c940-4e75-a8a6-0394e4a8c59f:active {box-shadow:1px 1px 1px 1px rgba(154, 162, 160, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-71a6c022-c940-4e75-a8a6-0394e4a8c59f-btn-wrapper {
    text-align: center;
  }


#s-71a6c022-c940-4e75-a8a6-0394e4a8c59f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-e2217e37-4b27-4d35-ba2c-4047a0a737df {
  margin-top: 25px;
margin-left: 100px;
margin-bottom: 25px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e2217e37-4b27-4d35-ba2c-4047a0a737df {
  display: none;
}
#s-e2217e37-4b27-4d35-ba2c-4047a0a737df, #wrap-s-e2217e37-4b27-4d35-ba2c-4047a0a737df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2217e37-4b27-4d35-ba2c-4047a0a737df {
  display: none;
}
#s-e2217e37-4b27-4d35-ba2c-4047a0a737df, #wrap-s-e2217e37-4b27-4d35-ba2c-4047a0a737df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2217e37-4b27-4d35-ba2c-4047a0a737df {
  
}
}@media (max-width: 767px){#s-e2217e37-4b27-4d35-ba2c-4047a0a737df {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2217e37-4b27-4d35-ba2c-4047a0a737df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ee1b4e27-1228-4027-a432-4906d2531ddc {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.33);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 11px;
margin-right: 11px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-ee1b4e27-1228-4027-a432-4906d2531ddc:hover {box-shadow:0px 0px 0px 0px rgba(177, 177, 177, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ee1b4e27-1228-4027-a432-4906d2531ddc:active {box-shadow:1px 1px 1px 1px rgba(154, 162, 160, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ee1b4e27-1228-4027-a432-4906d2531ddc {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
}
}

  #s-ee1b4e27-1228-4027-a432-4906d2531ddc-btn-wrapper {
    text-align: center;
  }


#s-ee1b4e27-1228-4027-a432-4906d2531ddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (max-width: 767px){
  #s-ee1b4e27-1228-4027-a432-4906d2531ddc-btn-wrapper {
    text-align: center;
  }


#s-ee1b4e27-1228-4027-a432-4906d2531ddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-4b8403fd-0d10-4c63-8bd5-561b17638701 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.33);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 11px;
margin-right: 11px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
line-height: 1.5em;
letter-spacing: 1px;
}
#s-4b8403fd-0d10-4c63-8bd5-561b17638701:hover {box-shadow:0px 0px 0px 0px rgba(177, 177, 177, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4b8403fd-0d10-4c63-8bd5-561b17638701:active {box-shadow:1px 1px 1px 1px rgba(154, 162, 160, 0) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-4b8403fd-0d10-4c63-8bd5-561b17638701 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
}
}

  #s-4b8403fd-0d10-4c63-8bd5-561b17638701-btn-wrapper {
    text-align: center;
  }


#s-4b8403fd-0d10-4c63-8bd5-561b17638701.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (max-width: 767px){
  #s-4b8403fd-0d10-4c63-8bd5-561b17638701-btn-wrapper {
    text-align: center;
  }


#s-4b8403fd-0d10-4c63-8bd5-561b17638701.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033 {
  display: none;
}
#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033, #wrap-s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033 {
  display: none;
}
#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033, #wrap-s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033 { display:none !important; }}@media (max-width: 767px){#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033 {
  display: none;
}
#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033, #wrap-s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033 { display:none !important; }}







#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cfb418e-68d1-4b89-b521-e6bbfc8e0033.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3 {
  display: none;
}
#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3, #wrap-s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3 {
  display: none;
}
#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3, #wrap-s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3 { display:none !important; }}@media (max-width: 767px){#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3 {
  display: none;
}
#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3, #wrap-s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3 { display:none !important; }}







#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af6dcb5a-b266-4c21-b6e0-e0dff4006cd3.shg-box.shg-c {
  justify-content: center;
}

#s-80174341-804f-4c8d-a652-7fc896dddd3a {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-80174341-804f-4c8d-a652-7fc896dddd3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80174341-804f-4c8d-a652-7fc896dddd3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80174341-804f-4c8d-a652-7fc896dddd3a {
  
}
}@media (max-width: 767px){#s-80174341-804f-4c8d-a652-7fc896dddd3a {
  
}
}
@media (min-width: 0px) {
[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80174341-804f-4c8d-a652-7fc896dddd3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5f260015-21e9-4e6b-a1bf-5a41690b08d6 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-5f260015-21e9-4e6b-a1bf-5a41690b08d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f260015-21e9-4e6b-a1bf-5a41690b08d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f260015-21e9-4e6b-a1bf-5a41690b08d6 {
  
}
}@media (max-width: 767px){#s-5f260015-21e9-4e6b-a1bf-5a41690b08d6 {
  
}
}
#s-5f260015-21e9-4e6b-a1bf-5a41690b08d6 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  
}
}@media (max-width: 767px){#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  
}
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  max-width: 100%;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom,
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  max-width: 100%;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom,
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  max-width: 100%;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom,
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  max-width: 100%;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom,
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c {
  max-width: 100%;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom,
.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0774867f-f3e1-4d75-bc88-efe975396b0c .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

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

#s-79a5517d-5300-4c88-a04f-d5c0c7cfb872 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-79a5517d-5300-4c88-a04f-d5c0c7cfb872 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79a5517d-5300-4c88-a04f-d5c0c7cfb872 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79a5517d-5300-4c88-a04f-d5c0c7cfb872 {
  
}
}@media (max-width: 767px){#s-79a5517d-5300-4c88-a04f-d5c0c7cfb872 {
  
}
}
#s-79a5517d-5300-4c88-a04f-d5c0c7cfb872 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-ee6fdd4c-8a79-4270-b212-4e5015caf525 {
  text-align: center;
}
@media (min-width: 1200px){#s-ee6fdd4c-8a79-4270-b212-4e5015caf525 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee6fdd4c-8a79-4270-b212-4e5015caf525 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee6fdd4c-8a79-4270-b212-4e5015caf525 {
  
}
}@media (max-width: 767px){#s-ee6fdd4c-8a79-4270-b212-4e5015caf525 {
  
}
}
#s-ee6fdd4c-8a79-4270-b212-4e5015caf525 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-ee6fdd4c-8a79-4270-b212-4e5015caf525 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-ee6fdd4c-8a79-4270-b212-4e5015caf525 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2313dbf6-0da1-48e5-93c1-5deb295bf503 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-2313dbf6-0da1-48e5-93c1-5deb295bf503 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2313dbf6-0da1-48e5-93c1-5deb295bf503 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2313dbf6-0da1-48e5-93c1-5deb295bf503 {
  
}
}@media (max-width: 767px){#s-2313dbf6-0da1-48e5-93c1-5deb295bf503 {
  
}
}
@media (min-width: 0px) {
[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2313dbf6-0da1-48e5-93c1-5deb295bf503"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-cc048728-c44a-42bb-aad2-de2fb19cdca7 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-cc048728-c44a-42bb-aad2-de2fb19cdca7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cc048728-c44a-42bb-aad2-de2fb19cdca7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cc048728-c44a-42bb-aad2-de2fb19cdca7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cc048728-c44a-42bb-aad2-de2fb19cdca7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


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

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

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

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

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

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

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

#s-ec67f51a-2154-4e4e-932f-0677d0141097 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-ec67f51a-2154-4e4e-932f-0677d0141097:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ec67f51a-2154-4e4e-932f-0677d0141097:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-ec67f51a-2154-4e4e-932f-0677d0141097-atc-btn-wrapper {
    text-align: center;
  }


#s-ec67f51a-2154-4e4e-932f-0677d0141097 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec67f51a-2154-4e4e-932f-0677d0141097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec67f51a-2154-4e4e-932f-0677d0141097.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-ec67f51a-2154-4e4e-932f-0677d0141097.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-ec67f51a-2154-4e4e-932f-0677d0141097.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-2bc22af3-d14c-4f26-9657-6214703de606 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-2bc22af3-d14c-4f26-9657-6214703de606 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bc22af3-d14c-4f26-9657-6214703de606 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bc22af3-d14c-4f26-9657-6214703de606 {
  
}
}@media (max-width: 767px){#s-2bc22af3-d14c-4f26-9657-6214703de606 {
  
}
}
#s-2bc22af3-d14c-4f26-9657-6214703de606 {
  display: none;
}
#s-150d4083-7d63-4d71-8550-713516f250b8 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-150d4083-7d63-4d71-8550-713516f250b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-150d4083-7d63-4d71-8550-713516f250b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-150d4083-7d63-4d71-8550-713516f250b8 {
  
}
}@media (max-width: 767px){#s-150d4083-7d63-4d71-8550-713516f250b8 {
  
}
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 {
  max-width: 100%;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom,
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 {
  max-width: 100%;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom,
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 {
  max-width: 100%;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom,
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 {
  max-width: 100%;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom,
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 {
  max-width: 100%;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom,
.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-150d4083-7d63-4d71-8550-713516f250b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-67eb6939-e0d3-48df-905b-8c051c536eac {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-67eb6939-e0d3-48df-905b-8c051c536eac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67eb6939-e0d3-48df-905b-8c051c536eac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67eb6939-e0d3-48df-905b-8c051c536eac {
  
}
}@media (max-width: 767px){#s-67eb6939-e0d3-48df-905b-8c051c536eac {
  
}
}
#s-67eb6939-e0d3-48df-905b-8c051c536eac .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-43545041-edd7-4c05-8829-53aba8e563a0 {
  text-align: center;
}
@media (min-width: 1200px){#s-43545041-edd7-4c05-8829-53aba8e563a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43545041-edd7-4c05-8829-53aba8e563a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43545041-edd7-4c05-8829-53aba8e563a0 {
  
}
}@media (max-width: 767px){#s-43545041-edd7-4c05-8829-53aba8e563a0 {
  
}
}
#s-43545041-edd7-4c05-8829-53aba8e563a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-43545041-edd7-4c05-8829-53aba8e563a0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-43545041-edd7-4c05-8829-53aba8e563a0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6535cc93-7308-476b-8948-52d3138804e6 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-6535cc93-7308-476b-8948-52d3138804e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6535cc93-7308-476b-8948-52d3138804e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6535cc93-7308-476b-8948-52d3138804e6 {
  
}
}@media (max-width: 767px){#s-6535cc93-7308-476b-8948-52d3138804e6 {
  
}
}
@media (min-width: 0px) {
[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6535cc93-7308-476b-8948-52d3138804e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3ba3d227-6447-4f09-95ac-92552d2b3304 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-3ba3d227-6447-4f09-95ac-92552d2b3304 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3ba3d227-6447-4f09-95ac-92552d2b3304 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3ba3d227-6447-4f09-95ac-92552d2b3304 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3ba3d227-6447-4f09-95ac-92552d2b3304 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-87d1cf60-2df1-4079-910a-6a2b7e116bb2 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-87d1cf60-2df1-4079-910a-6a2b7e116bb2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-87d1cf60-2df1-4079-910a-6a2b7e116bb2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-87d1cf60-2df1-4079-910a-6a2b7e116bb2-atc-btn-wrapper {
    text-align: center;
  }


#s-87d1cf60-2df1-4079-910a-6a2b7e116bb2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87d1cf60-2df1-4079-910a-6a2b7e116bb2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87d1cf60-2df1-4079-910a-6a2b7e116bb2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-87d1cf60-2df1-4079-910a-6a2b7e116bb2.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-87d1cf60-2df1-4079-910a-6a2b7e116bb2.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-ceac2e02-3cf1-4f5d-998e-ee3780f51e24 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-ceac2e02-3cf1-4f5d-998e-ee3780f51e24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ceac2e02-3cf1-4f5d-998e-ee3780f51e24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceac2e02-3cf1-4f5d-998e-ee3780f51e24 {
  
}
}@media (max-width: 767px){#s-ceac2e02-3cf1-4f5d-998e-ee3780f51e24 {
  
}
}
#s-ceac2e02-3cf1-4f5d-998e-ee3780f51e24 {
  display: none;
}
#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  
}
}@media (max-width: 767px){#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  
}
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  max-width: 100%;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom,
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  max-width: 100%;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom,
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  max-width: 100%;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom,
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  max-width: 100%;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom,
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 {
  max-width: 100%;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom,
.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1010e68a-03f3-431d-b934-a48ec895b275 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d6bb93ab-e6b6-425f-967d-7550d719287b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-d6bb93ab-e6b6-425f-967d-7550d719287b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6bb93ab-e6b6-425f-967d-7550d719287b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6bb93ab-e6b6-425f-967d-7550d719287b {
  
}
}@media (max-width: 767px){#s-d6bb93ab-e6b6-425f-967d-7550d719287b {
  
}
}
#s-d6bb93ab-e6b6-425f-967d-7550d719287b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-5b65ab3f-df3e-424f-9135-c40bc8c39448 {
  text-align: center;
}
@media (min-width: 1200px){#s-5b65ab3f-df3e-424f-9135-c40bc8c39448 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b65ab3f-df3e-424f-9135-c40bc8c39448 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b65ab3f-df3e-424f-9135-c40bc8c39448 {
  
}
}@media (max-width: 767px){#s-5b65ab3f-df3e-424f-9135-c40bc8c39448 {
  
}
}
#s-5b65ab3f-df3e-424f-9135-c40bc8c39448 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-5b65ab3f-df3e-424f-9135-c40bc8c39448 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-5b65ab3f-df3e-424f-9135-c40bc8c39448 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7a285a62-d338-4636-9c84-5a75276f8764 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-7a285a62-d338-4636-9c84-5a75276f8764 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a285a62-d338-4636-9c84-5a75276f8764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a285a62-d338-4636-9c84-5a75276f8764 {
  
}
}@media (max-width: 767px){#s-7a285a62-d338-4636-9c84-5a75276f8764 {
  
}
}
@media (min-width: 0px) {
[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7a285a62-d338-4636-9c84-5a75276f8764"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-91d0100f-4c9e-4a35-a625-e573f2238d9a {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-91d0100f-4c9e-4a35-a625-e573f2238d9a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-91d0100f-4c9e-4a35-a625-e573f2238d9a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-91d0100f-4c9e-4a35-a625-e573f2238d9a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-91d0100f-4c9e-4a35-a625-e573f2238d9a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8-atc-btn-wrapper {
    text-align: center;
  }


#s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-6f95ed14-0ff1-4f95-ad32-d9f29c9ff9f8.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-d309d5a6-30dc-46f2-b864-49dd9b713fd8 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-d309d5a6-30dc-46f2-b864-49dd9b713fd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d309d5a6-30dc-46f2-b864-49dd9b713fd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d309d5a6-30dc-46f2-b864-49dd9b713fd8 {
  
}
}@media (max-width: 767px){#s-d309d5a6-30dc-46f2-b864-49dd9b713fd8 {
  
}
}
#s-d309d5a6-30dc-46f2-b864-49dd9b713fd8 {
  display: none;
}
#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  
}
}@media (max-width: 767px){#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  
}
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  max-width: 100%;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom,
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  max-width: 100%;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom,
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  max-width: 100%;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom,
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  max-width: 100%;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom,
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 {
  max-width: 100%;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom,
.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db7774ee-9282-4f29-b754-24b7a0049266 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-566f709a-38f2-4713-9a99-49dcec6b0c39 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-566f709a-38f2-4713-9a99-49dcec6b0c39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-566f709a-38f2-4713-9a99-49dcec6b0c39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-566f709a-38f2-4713-9a99-49dcec6b0c39 {
  
}
}@media (max-width: 767px){#s-566f709a-38f2-4713-9a99-49dcec6b0c39 {
  
}
}
#s-566f709a-38f2-4713-9a99-49dcec6b0c39 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-32eb22e3-1ccf-4164-8d82-ded42c029d2b {
  text-align: center;
}
@media (min-width: 1200px){#s-32eb22e3-1ccf-4164-8d82-ded42c029d2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32eb22e3-1ccf-4164-8d82-ded42c029d2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32eb22e3-1ccf-4164-8d82-ded42c029d2b {
  
}
}@media (max-width: 767px){#s-32eb22e3-1ccf-4164-8d82-ded42c029d2b {
  
}
}
#s-32eb22e3-1ccf-4164-8d82-ded42c029d2b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-32eb22e3-1ccf-4164-8d82-ded42c029d2b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-32eb22e3-1ccf-4164-8d82-ded42c029d2b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f {
  
}
}@media (max-width: 767px){#s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f {
  
}
}
@media (min-width: 0px) {
[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-73384aa9-f7cb-4e62-a568-2df16c1b4e3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-816a60ca-f7b8-4722-88c6-1aa0bea7467f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-816a60ca-f7b8-4722-88c6-1aa0bea7467f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-816a60ca-f7b8-4722-88c6-1aa0bea7467f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-816a60ca-f7b8-4722-88c6-1aa0bea7467f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-816a60ca-f7b8-4722-88c6-1aa0bea7467f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-343aba90-1753-46d9-aa60-acd0d474c298 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-343aba90-1753-46d9-aa60-acd0d474c298:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-343aba90-1753-46d9-aa60-acd0d474c298:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-343aba90-1753-46d9-aa60-acd0d474c298-atc-btn-wrapper {
    text-align: center;
  }


#s-343aba90-1753-46d9-aa60-acd0d474c298 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-343aba90-1753-46d9-aa60-acd0d474c298.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-343aba90-1753-46d9-aa60-acd0d474c298.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-343aba90-1753-46d9-aa60-acd0d474c298.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-343aba90-1753-46d9-aa60-acd0d474c298.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-bd69a120-2bd1-4112-9596-544f04dba40b {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-bd69a120-2bd1-4112-9596-544f04dba40b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd69a120-2bd1-4112-9596-544f04dba40b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd69a120-2bd1-4112-9596-544f04dba40b {
  
}
}@media (max-width: 767px){#s-bd69a120-2bd1-4112-9596-544f04dba40b {
  
}
}
@media (min-width: 0px) {
[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bd69a120-2bd1-4112-9596-544f04dba40b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-81f2496a-cf41-4287-abfe-24ba326ad0f3 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-81f2496a-cf41-4287-abfe-24ba326ad0f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81f2496a-cf41-4287-abfe-24ba326ad0f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81f2496a-cf41-4287-abfe-24ba326ad0f3 {
  
}
}@media (max-width: 767px){#s-81f2496a-cf41-4287-abfe-24ba326ad0f3 {
  
}
}
#s-81f2496a-cf41-4287-abfe-24ba326ad0f3 {
  display: none;
}
#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  
}
}@media (max-width: 767px){#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  
}
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  max-width: 100%;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom,
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  max-width: 100%;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom,
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  max-width: 100%;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom,
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  max-width: 100%;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom,
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb {
  max-width: 100%;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom,
.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63b1eff3-2fed-4f4e-b9bd-3d46c3f6edbb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5f60112d-bb93-4f0f-8545-3d70645caece {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-5f60112d-bb93-4f0f-8545-3d70645caece {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f60112d-bb93-4f0f-8545-3d70645caece {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f60112d-bb93-4f0f-8545-3d70645caece {
  
}
}@media (max-width: 767px){#s-5f60112d-bb93-4f0f-8545-3d70645caece {
  
}
}
#s-5f60112d-bb93-4f0f-8545-3d70645caece .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-e29a4dce-87a3-4f38-91a7-27126963bee8 {
  text-align: center;
}
@media (min-width: 1200px){#s-e29a4dce-87a3-4f38-91a7-27126963bee8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e29a4dce-87a3-4f38-91a7-27126963bee8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e29a4dce-87a3-4f38-91a7-27126963bee8 {
  
}
}@media (max-width: 767px){#s-e29a4dce-87a3-4f38-91a7-27126963bee8 {
  
}
}
#s-e29a4dce-87a3-4f38-91a7-27126963bee8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-e29a4dce-87a3-4f38-91a7-27126963bee8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-e29a4dce-87a3-4f38-91a7-27126963bee8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a3688ce9-30d0-4776-a2c6-045601896d90 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-a3688ce9-30d0-4776-a2c6-045601896d90 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3688ce9-30d0-4776-a2c6-045601896d90 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3688ce9-30d0-4776-a2c6-045601896d90 {
  
}
}@media (max-width: 767px){#s-a3688ce9-30d0-4776-a2c6-045601896d90 {
  
}
}
@media (min-width: 0px) {
[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3688ce9-30d0-4776-a2c6-045601896d90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-8266d666-5eea-42cf-bc0c-2b28572faffc {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-8266d666-5eea-42cf-bc0c-2b28572faffc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8266d666-5eea-42cf-bc0c-2b28572faffc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8266d666-5eea-42cf-bc0c-2b28572faffc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8266d666-5eea-42cf-bc0c-2b28572faffc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a01a8687-5fa4-49dc-911f-e7ea021f7616 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-a01a8687-5fa4-49dc-911f-e7ea021f7616:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a01a8687-5fa4-49dc-911f-e7ea021f7616:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-a01a8687-5fa4-49dc-911f-e7ea021f7616-atc-btn-wrapper {
    text-align: center;
  }


#s-a01a8687-5fa4-49dc-911f-e7ea021f7616 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a01a8687-5fa4-49dc-911f-e7ea021f7616.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a01a8687-5fa4-49dc-911f-e7ea021f7616.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-a01a8687-5fa4-49dc-911f-e7ea021f7616.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-a01a8687-5fa4-49dc-911f-e7ea021f7616.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-adb8dde8-0848-4fb9-8e8c-607862107b0c {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-adb8dde8-0848-4fb9-8e8c-607862107b0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adb8dde8-0848-4fb9-8e8c-607862107b0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-adb8dde8-0848-4fb9-8e8c-607862107b0c {
  
}
}@media (max-width: 767px){#s-adb8dde8-0848-4fb9-8e8c-607862107b0c {
  
}
}
#s-adb8dde8-0848-4fb9-8e8c-607862107b0c {
  display: none;
}
#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  
}
}@media (max-width: 767px){#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  
}
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  max-width: 100%;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom,
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  max-width: 100%;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom,
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  max-width: 100%;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom,
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  max-width: 100%;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom,
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb {
  max-width: 100%;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom,
.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61dee606-6021-40b2-83ba-8f5a5d1da0fb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f83f97ab-03bd-46d4-8b93-18369fa52e34 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-f83f97ab-03bd-46d4-8b93-18369fa52e34 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f83f97ab-03bd-46d4-8b93-18369fa52e34 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f83f97ab-03bd-46d4-8b93-18369fa52e34 {
  
}
}@media (max-width: 767px){#s-f83f97ab-03bd-46d4-8b93-18369fa52e34 {
  
}
}
#s-f83f97ab-03bd-46d4-8b93-18369fa52e34 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-4414bfa3-fd5a-432f-9226-5274d07fed4a {
  text-align: center;
}
@media (min-width: 1200px){#s-4414bfa3-fd5a-432f-9226-5274d07fed4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4414bfa3-fd5a-432f-9226-5274d07fed4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4414bfa3-fd5a-432f-9226-5274d07fed4a {
  
}
}@media (max-width: 767px){#s-4414bfa3-fd5a-432f-9226-5274d07fed4a {
  
}
}
#s-4414bfa3-fd5a-432f-9226-5274d07fed4a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-4414bfa3-fd5a-432f-9226-5274d07fed4a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-4414bfa3-fd5a-432f-9226-5274d07fed4a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ab70963d-189f-4db6-aaef-ea7b7a066795 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-ab70963d-189f-4db6-aaef-ea7b7a066795 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab70963d-189f-4db6-aaef-ea7b7a066795 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab70963d-189f-4db6-aaef-ea7b7a066795 {
  
}
}@media (max-width: 767px){#s-ab70963d-189f-4db6-aaef-ea7b7a066795 {
  
}
}
@media (min-width: 0px) {
[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ab70963d-189f-4db6-aaef-ea7b7a066795"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-326681fa-4934-40b7-b0f6-c8fa5c68838f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-326681fa-4934-40b7-b0f6-c8fa5c68838f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-326681fa-4934-40b7-b0f6-c8fa5c68838f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-326681fa-4934-40b7-b0f6-c8fa5c68838f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-326681fa-4934-40b7-b0f6-c8fa5c68838f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-720b4acc-26af-447f-bd21-58bbfa51e9fe {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-720b4acc-26af-447f-bd21-58bbfa51e9fe:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-720b4acc-26af-447f-bd21-58bbfa51e9fe:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-720b4acc-26af-447f-bd21-58bbfa51e9fe-atc-btn-wrapper {
    text-align: center;
  }


#s-720b4acc-26af-447f-bd21-58bbfa51e9fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-720b4acc-26af-447f-bd21-58bbfa51e9fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-720b4acc-26af-447f-bd21-58bbfa51e9fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-720b4acc-26af-447f-bd21-58bbfa51e9fe.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-720b4acc-26af-447f-bd21-58bbfa51e9fe.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-fe121e7f-3706-45a2-ade8-ad1606eea451 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-fe121e7f-3706-45a2-ade8-ad1606eea451 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe121e7f-3706-45a2-ade8-ad1606eea451 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe121e7f-3706-45a2-ade8-ad1606eea451 {
  
}
}@media (max-width: 767px){#s-fe121e7f-3706-45a2-ade8-ad1606eea451 {
  
}
}
#s-fe121e7f-3706-45a2-ade8-ad1606eea451 {
  display: none;
}
#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  
}
}@media (max-width: 767px){#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  
}
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  max-width: 100%;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom,
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  max-width: 100%;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom,
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  max-width: 100%;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom,
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  max-width: 100%;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom,
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d {
  max-width: 100%;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom,
.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a796e430-0cf7-405c-880f-c9bd373bbf0d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8e5590e6-1bce-4921-aaed-2ab91f74037d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-8e5590e6-1bce-4921-aaed-2ab91f74037d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e5590e6-1bce-4921-aaed-2ab91f74037d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e5590e6-1bce-4921-aaed-2ab91f74037d {
  
}
}@media (max-width: 767px){#s-8e5590e6-1bce-4921-aaed-2ab91f74037d {
  
}
}
#s-8e5590e6-1bce-4921-aaed-2ab91f74037d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-cc2c4296-4c1c-47bd-b11b-ba3c553bfd57 {
  text-align: center;
}
@media (min-width: 1200px){#s-cc2c4296-4c1c-47bd-b11b-ba3c553bfd57 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc2c4296-4c1c-47bd-b11b-ba3c553bfd57 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc2c4296-4c1c-47bd-b11b-ba3c553bfd57 {
  
}
}@media (max-width: 767px){#s-cc2c4296-4c1c-47bd-b11b-ba3c553bfd57 {
  
}
}
#s-cc2c4296-4c1c-47bd-b11b-ba3c553bfd57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-cc2c4296-4c1c-47bd-b11b-ba3c553bfd57 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-cc2c4296-4c1c-47bd-b11b-ba3c553bfd57 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fe0a83c2-c110-477e-8e14-8638d343395b {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-fe0a83c2-c110-477e-8e14-8638d343395b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe0a83c2-c110-477e-8e14-8638d343395b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe0a83c2-c110-477e-8e14-8638d343395b {
  
}
}@media (max-width: 767px){#s-fe0a83c2-c110-477e-8e14-8638d343395b {
  
}
}
@media (min-width: 0px) {
[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fe0a83c2-c110-477e-8e14-8638d343395b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c70ee3f1-ff6f-4275-a103-91686ebd6cdd {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-c70ee3f1-ff6f-4275-a103-91686ebd6cdd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c70ee3f1-ff6f-4275-a103-91686ebd6cdd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c70ee3f1-ff6f-4275-a103-91686ebd6cdd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c70ee3f1-ff6f-4275-a103-91686ebd6cdd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-81f8a5e4-1357-4871-93b2-35d52c5c4687 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-81f8a5e4-1357-4871-93b2-35d52c5c4687:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-81f8a5e4-1357-4871-93b2-35d52c5c4687:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-81f8a5e4-1357-4871-93b2-35d52c5c4687-atc-btn-wrapper {
    text-align: center;
  }


#s-81f8a5e4-1357-4871-93b2-35d52c5c4687 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81f8a5e4-1357-4871-93b2-35d52c5c4687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81f8a5e4-1357-4871-93b2-35d52c5c4687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-81f8a5e4-1357-4871-93b2-35d52c5c4687.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-81f8a5e4-1357-4871-93b2-35d52c5c4687.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-95be5b6d-d956-4124-b2ed-75ddc0bba240 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-95be5b6d-d956-4124-b2ed-75ddc0bba240 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95be5b6d-d956-4124-b2ed-75ddc0bba240 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95be5b6d-d956-4124-b2ed-75ddc0bba240 {
  
}
}@media (max-width: 767px){#s-95be5b6d-d956-4124-b2ed-75ddc0bba240 {
  
}
}
#s-95be5b6d-d956-4124-b2ed-75ddc0bba240 {
  display: none;
}
#s-ace69787-2d37-493d-bf43-82a93984047d {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ace69787-2d37-493d-bf43-82a93984047d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ace69787-2d37-493d-bf43-82a93984047d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ace69787-2d37-493d-bf43-82a93984047d {
  
}
}@media (max-width: 767px){#s-ace69787-2d37-493d-bf43-82a93984047d {
  
}
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d {
  max-width: 100%;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom,
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d {
  max-width: 100%;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom,
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d {
  max-width: 100%;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom,
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d {
  max-width: 100%;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom,
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d {
  max-width: 100%;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom,
.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ace69787-2d37-493d-bf43-82a93984047d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ec8cf6d2-f78d-4091-80e8-f6473fa7507f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-ec8cf6d2-f78d-4091-80e8-f6473fa7507f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec8cf6d2-f78d-4091-80e8-f6473fa7507f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec8cf6d2-f78d-4091-80e8-f6473fa7507f {
  
}
}@media (max-width: 767px){#s-ec8cf6d2-f78d-4091-80e8-f6473fa7507f {
  
}
}
#s-ec8cf6d2-f78d-4091-80e8-f6473fa7507f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-1b61b390-f652-46e5-9edc-9599cf535c87 {
  text-align: center;
}
@media (min-width: 1200px){#s-1b61b390-f652-46e5-9edc-9599cf535c87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b61b390-f652-46e5-9edc-9599cf535c87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b61b390-f652-46e5-9edc-9599cf535c87 {
  
}
}@media (max-width: 767px){#s-1b61b390-f652-46e5-9edc-9599cf535c87 {
  
}
}
#s-1b61b390-f652-46e5-9edc-9599cf535c87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-1b61b390-f652-46e5-9edc-9599cf535c87 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-1b61b390-f652-46e5-9edc-9599cf535c87 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ae4c9c60-8a08-4e72-ab71-987219fd211c {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-ae4c9c60-8a08-4e72-ab71-987219fd211c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae4c9c60-8a08-4e72-ab71-987219fd211c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae4c9c60-8a08-4e72-ab71-987219fd211c {
  
}
}@media (max-width: 767px){#s-ae4c9c60-8a08-4e72-ab71-987219fd211c {
  
}
}
@media (min-width: 0px) {
[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ae4c9c60-8a08-4e72-ab71-987219fd211c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-25044feb-20ad-4f38-b68a-9e02d6d7c7c4 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-25044feb-20ad-4f38-b68a-9e02d6d7c7c4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-25044feb-20ad-4f38-b68a-9e02d6d7c7c4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-25044feb-20ad-4f38-b68a-9e02d6d7c7c4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-25044feb-20ad-4f38-b68a-9e02d6d7c7c4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f-atc-btn-wrapper {
    text-align: center;
  }


#s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-c97c8f1a-bcc6-4c02-a8d7-bcc5c5fdca9f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0 {
  
}
}@media (max-width: 767px){#s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0 {
  
}
}
@media (min-width: 0px) {
[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afc65df4-0cba-4707-ac5c-94bb3ff7e9d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6e554210-9ad7-4896-be1f-7d686ed9171f {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-6e554210-9ad7-4896-be1f-7d686ed9171f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e554210-9ad7-4896-be1f-7d686ed9171f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e554210-9ad7-4896-be1f-7d686ed9171f {
  
}
}@media (max-width: 767px){#s-6e554210-9ad7-4896-be1f-7d686ed9171f {
  
}
}
#s-6e554210-9ad7-4896-be1f-7d686ed9171f {
  display: none;
}
#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  
}
}@media (max-width: 767px){#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  
}
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  max-width: 100%;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom,
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  max-width: 100%;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom,
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  max-width: 100%;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom,
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  max-width: 100%;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom,
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 {
  max-width: 100%;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom,
.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76cf35f2-a4cc-469b-82c7-a6dccdae19f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7de9085d-75e3-40c3-b1ec-a742746e42e0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-7de9085d-75e3-40c3-b1ec-a742746e42e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7de9085d-75e3-40c3-b1ec-a742746e42e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7de9085d-75e3-40c3-b1ec-a742746e42e0 {
  
}
}@media (max-width: 767px){#s-7de9085d-75e3-40c3-b1ec-a742746e42e0 {
  
}
}
#s-7de9085d-75e3-40c3-b1ec-a742746e42e0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-af91fd3f-3167-4f9c-bcb9-04ded06d13b1 {
  text-align: center;
}
@media (min-width: 1200px){#s-af91fd3f-3167-4f9c-bcb9-04ded06d13b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af91fd3f-3167-4f9c-bcb9-04ded06d13b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af91fd3f-3167-4f9c-bcb9-04ded06d13b1 {
  
}
}@media (max-width: 767px){#s-af91fd3f-3167-4f9c-bcb9-04ded06d13b1 {
  
}
}
#s-af91fd3f-3167-4f9c-bcb9-04ded06d13b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-af91fd3f-3167-4f9c-bcb9-04ded06d13b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-af91fd3f-3167-4f9c-bcb9-04ded06d13b1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fb3aad85-9840-40a7-9463-681eed371b38 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-fb3aad85-9840-40a7-9463-681eed371b38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb3aad85-9840-40a7-9463-681eed371b38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb3aad85-9840-40a7-9463-681eed371b38 {
  
}
}@media (max-width: 767px){#s-fb3aad85-9840-40a7-9463-681eed371b38 {
  
}
}
@media (min-width: 0px) {
[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fb3aad85-9840-40a7-9463-681eed371b38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-abc2a2e7-5b06-48df-ae29-fcabf9d9bd07 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-abc2a2e7-5b06-48df-ae29-fcabf9d9bd07 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-abc2a2e7-5b06-48df-ae29-fcabf9d9bd07 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-abc2a2e7-5b06-48df-ae29-fcabf9d9bd07 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-abc2a2e7-5b06-48df-ae29-fcabf9d9bd07 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-cbe759b6-d474-4e71-b3e9-7701a6363b7a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-cbe759b6-d474-4e71-b3e9-7701a6363b7a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-cbe759b6-d474-4e71-b3e9-7701a6363b7a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-cbe759b6-d474-4e71-b3e9-7701a6363b7a-atc-btn-wrapper {
    text-align: center;
  }


#s-cbe759b6-d474-4e71-b3e9-7701a6363b7a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbe759b6-d474-4e71-b3e9-7701a6363b7a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbe759b6-d474-4e71-b3e9-7701a6363b7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-cbe759b6-d474-4e71-b3e9-7701a6363b7a.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-cbe759b6-d474-4e71-b3e9-7701a6363b7a.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-0ffe21b7-d151-480e-b5ae-a3df6006638d {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-0ffe21b7-d151-480e-b5ae-a3df6006638d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ffe21b7-d151-480e-b5ae-a3df6006638d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ffe21b7-d151-480e-b5ae-a3df6006638d {
  
}
}@media (max-width: 767px){#s-0ffe21b7-d151-480e-b5ae-a3df6006638d {
  
}
}
#s-0ffe21b7-d151-480e-b5ae-a3df6006638d {
  display: none;
}
#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  
}
}@media (max-width: 767px){#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  
}
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  max-width: 100%;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom,
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  max-width: 100%;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom,
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  max-width: 100%;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom,
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  max-width: 100%;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom,
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 {
  max-width: 100%;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom,
.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a29b77-5e6c-4948-9925-f0a176f044b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-58238064-5fb5-4789-ac13-599e878daed4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-58238064-5fb5-4789-ac13-599e878daed4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58238064-5fb5-4789-ac13-599e878daed4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58238064-5fb5-4789-ac13-599e878daed4 {
  
}
}@media (max-width: 767px){#s-58238064-5fb5-4789-ac13-599e878daed4 {
  
}
}
#s-58238064-5fb5-4789-ac13-599e878daed4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-3ce07652-5092-4c51-974e-e633deba34e6 {
  text-align: center;
}
@media (min-width: 1200px){#s-3ce07652-5092-4c51-974e-e633deba34e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ce07652-5092-4c51-974e-e633deba34e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ce07652-5092-4c51-974e-e633deba34e6 {
  
}
}@media (max-width: 767px){#s-3ce07652-5092-4c51-974e-e633deba34e6 {
  
}
}
#s-3ce07652-5092-4c51-974e-e633deba34e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-3ce07652-5092-4c51-974e-e633deba34e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-3ce07652-5092-4c51-974e-e633deba34e6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a3f53163-b374-4596-8165-1b551022653e {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-a3f53163-b374-4596-8165-1b551022653e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3f53163-b374-4596-8165-1b551022653e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3f53163-b374-4596-8165-1b551022653e {
  
}
}@media (max-width: 767px){#s-a3f53163-b374-4596-8165-1b551022653e {
  
}
}
@media (min-width: 0px) {
[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3f53163-b374-4596-8165-1b551022653e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-5853e609-10e6-4d6e-8292-ec55b9e39d96 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-5853e609-10e6-4d6e-8292-ec55b9e39d96 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5853e609-10e6-4d6e-8292-ec55b9e39d96 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5853e609-10e6-4d6e-8292-ec55b9e39d96 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5853e609-10e6-4d6e-8292-ec55b9e39d96 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d-atc-btn-wrapper {
    text-align: center;
  }


#s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-2dee8bfb-dc18-489a-af3b-59b0ac1ce30d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-7f9c4686-e097-4566-97b1-954da87e0d40 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-7f9c4686-e097-4566-97b1-954da87e0d40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f9c4686-e097-4566-97b1-954da87e0d40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f9c4686-e097-4566-97b1-954da87e0d40 {
  
}
}@media (max-width: 767px){#s-7f9c4686-e097-4566-97b1-954da87e0d40 {
  
}
}
#s-7f9c4686-e097-4566-97b1-954da87e0d40 {
  display: none;
}
#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  
}
}@media (max-width: 767px){#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  
}
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  max-width: 100%;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom,
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  max-width: 100%;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom,
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  max-width: 100%;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom,
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  max-width: 100%;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom,
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b {
  max-width: 100%;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom,
.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-672e1202-a786-4c92-a190-95e0ff9a621b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-949cc088-b92c-437d-9857-6c8500d6848a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-949cc088-b92c-437d-9857-6c8500d6848a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-949cc088-b92c-437d-9857-6c8500d6848a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-949cc088-b92c-437d-9857-6c8500d6848a {
  
}
}@media (max-width: 767px){#s-949cc088-b92c-437d-9857-6c8500d6848a {
  
}
}
#s-949cc088-b92c-437d-9857-6c8500d6848a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-eaeaab25-5695-4d3c-8843-0d9c82962056 {
  text-align: center;
}
@media (min-width: 1200px){#s-eaeaab25-5695-4d3c-8843-0d9c82962056 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eaeaab25-5695-4d3c-8843-0d9c82962056 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eaeaab25-5695-4d3c-8843-0d9c82962056 {
  
}
}@media (max-width: 767px){#s-eaeaab25-5695-4d3c-8843-0d9c82962056 {
  
}
}
#s-eaeaab25-5695-4d3c-8843-0d9c82962056 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-eaeaab25-5695-4d3c-8843-0d9c82962056 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-eaeaab25-5695-4d3c-8843-0d9c82962056 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5507848b-660a-4b0c-af35-aa2b45329e6f {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-5507848b-660a-4b0c-af35-aa2b45329e6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5507848b-660a-4b0c-af35-aa2b45329e6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5507848b-660a-4b0c-af35-aa2b45329e6f {
  
}
}@media (max-width: 767px){#s-5507848b-660a-4b0c-af35-aa2b45329e6f {
  
}
}
@media (min-width: 0px) {
[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5507848b-660a-4b0c-af35-aa2b45329e6f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b7cef9f7-4c10-48ac-a1d0-04480a63ff5c {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-b7cef9f7-4c10-48ac-a1d0-04480a63ff5c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b7cef9f7-4c10-48ac-a1d0-04480a63ff5c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b7cef9f7-4c10-48ac-a1d0-04480a63ff5c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b7cef9f7-4c10-48ac-a1d0-04480a63ff5c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-30757588-f491-48e3-98e8-ba5f611a6a8b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-30757588-f491-48e3-98e8-ba5f611a6a8b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-30757588-f491-48e3-98e8-ba5f611a6a8b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-30757588-f491-48e3-98e8-ba5f611a6a8b-atc-btn-wrapper {
    text-align: center;
  }


#s-30757588-f491-48e3-98e8-ba5f611a6a8b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30757588-f491-48e3-98e8-ba5f611a6a8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30757588-f491-48e3-98e8-ba5f611a6a8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-30757588-f491-48e3-98e8-ba5f611a6a8b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-30757588-f491-48e3-98e8-ba5f611a6a8b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-f6b34f41-bd03-4d75-a8fb-ce9531c6fc90 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-f6b34f41-bd03-4d75-a8fb-ce9531c6fc90 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6b34f41-bd03-4d75-a8fb-ce9531c6fc90 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6b34f41-bd03-4d75-a8fb-ce9531c6fc90 {
  
}
}@media (max-width: 767px){#s-f6b34f41-bd03-4d75-a8fb-ce9531c6fc90 {
  
}
}
#s-f6b34f41-bd03-4d75-a8fb-ce9531c6fc90 {
  display: none;
}
#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  
}
}@media (max-width: 767px){#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  
}
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  max-width: 100%;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom,
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  max-width: 100%;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom,
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  max-width: 100%;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom,
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  max-width: 100%;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom,
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 {
  max-width: 100%;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom,
.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b60ed33-0a6c-41a7-8bc2-54cb62bab873 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e3e3f6e8-096f-4fb2-9242-f670c7bec5ce {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-e3e3f6e8-096f-4fb2-9242-f670c7bec5ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3e3f6e8-096f-4fb2-9242-f670c7bec5ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3e3f6e8-096f-4fb2-9242-f670c7bec5ce {
  
}
}@media (max-width: 767px){#s-e3e3f6e8-096f-4fb2-9242-f670c7bec5ce {
  
}
}
#s-e3e3f6e8-096f-4fb2-9242-f670c7bec5ce .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-c2958946-67f9-449c-b56d-7055367e8c51 {
  text-align: center;
}
@media (min-width: 1200px){#s-c2958946-67f9-449c-b56d-7055367e8c51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2958946-67f9-449c-b56d-7055367e8c51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2958946-67f9-449c-b56d-7055367e8c51 {
  
}
}@media (max-width: 767px){#s-c2958946-67f9-449c-b56d-7055367e8c51 {
  
}
}
#s-c2958946-67f9-449c-b56d-7055367e8c51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-c2958946-67f9-449c-b56d-7055367e8c51 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-c2958946-67f9-449c-b56d-7055367e8c51 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1d4f0473-bf5f-465f-bd5f-fcd97461027c {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-1d4f0473-bf5f-465f-bd5f-fcd97461027c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d4f0473-bf5f-465f-bd5f-fcd97461027c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d4f0473-bf5f-465f-bd5f-fcd97461027c {
  
}
}@media (max-width: 767px){#s-1d4f0473-bf5f-465f-bd5f-fcd97461027c {
  
}
}
@media (min-width: 0px) {
[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1d4f0473-bf5f-465f-bd5f-fcd97461027c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2285029b-4c7a-4363-bc44-11167032c1cb {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-2285029b-4c7a-4363-bc44-11167032c1cb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2285029b-4c7a-4363-bc44-11167032c1cb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2285029b-4c7a-4363-bc44-11167032c1cb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2285029b-4c7a-4363-bc44-11167032c1cb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-eda683de-59ed-46fe-aa5b-f039f7df232b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-eda683de-59ed-46fe-aa5b-f039f7df232b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-eda683de-59ed-46fe-aa5b-f039f7df232b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-eda683de-59ed-46fe-aa5b-f039f7df232b-atc-btn-wrapper {
    text-align: center;
  }


#s-eda683de-59ed-46fe-aa5b-f039f7df232b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eda683de-59ed-46fe-aa5b-f039f7df232b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eda683de-59ed-46fe-aa5b-f039f7df232b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-eda683de-59ed-46fe-aa5b-f039f7df232b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-eda683de-59ed-46fe-aa5b-f039f7df232b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-6701fe36-2c3c-417a-842b-63baad821ace {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6701fe36-2c3c-417a-842b-63baad821ace {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6701fe36-2c3c-417a-842b-63baad821ace {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6701fe36-2c3c-417a-842b-63baad821ace {
  
}
}@media (max-width: 767px){#s-6701fe36-2c3c-417a-842b-63baad821ace {
  
}
}
@media (min-width: 0px) {
[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6701fe36-2c3c-417a-842b-63baad821ace"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8266ef8f-8077-4f17-94b6-14a6ffb771df {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-8266ef8f-8077-4f17-94b6-14a6ffb771df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8266ef8f-8077-4f17-94b6-14a6ffb771df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8266ef8f-8077-4f17-94b6-14a6ffb771df {
  
}
}@media (max-width: 767px){#s-8266ef8f-8077-4f17-94b6-14a6ffb771df {
  
}
}
#s-8266ef8f-8077-4f17-94b6-14a6ffb771df {
  display: none;
}
#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  
}
}@media (max-width: 767px){#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  
}
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  max-width: 100%;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom,
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  max-width: 100%;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom,
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  max-width: 100%;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom,
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  max-width: 100%;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom,
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a {
  max-width: 100%;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom,
.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db4cff6a-732c-4393-9730-d0b60124c83a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cdfee406-8032-472d-8025-5ee65f741a0f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-cdfee406-8032-472d-8025-5ee65f741a0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdfee406-8032-472d-8025-5ee65f741a0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdfee406-8032-472d-8025-5ee65f741a0f {
  
}
}@media (max-width: 767px){#s-cdfee406-8032-472d-8025-5ee65f741a0f {
  
}
}
#s-cdfee406-8032-472d-8025-5ee65f741a0f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-3eb3ad81-7d44-4c45-9ad0-77a6733364c2 {
  text-align: center;
}
@media (min-width: 1200px){#s-3eb3ad81-7d44-4c45-9ad0-77a6733364c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3eb3ad81-7d44-4c45-9ad0-77a6733364c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3eb3ad81-7d44-4c45-9ad0-77a6733364c2 {
  
}
}@media (max-width: 767px){#s-3eb3ad81-7d44-4c45-9ad0-77a6733364c2 {
  
}
}
#s-3eb3ad81-7d44-4c45-9ad0-77a6733364c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-3eb3ad81-7d44-4c45-9ad0-77a6733364c2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-3eb3ad81-7d44-4c45-9ad0-77a6733364c2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-031e1328-bcd4-4298-b46f-b66c6f13dd90 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-031e1328-bcd4-4298-b46f-b66c6f13dd90 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-031e1328-bcd4-4298-b46f-b66c6f13dd90 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-031e1328-bcd4-4298-b46f-b66c6f13dd90 {
  
}
}@media (max-width: 767px){#s-031e1328-bcd4-4298-b46f-b66c6f13dd90 {
  
}
}
@media (min-width: 0px) {
[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-031e1328-bcd4-4298-b46f-b66c6f13dd90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-942e386d-d4c9-4c02-a401-f63409ddfb4c {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-942e386d-d4c9-4c02-a401-f63409ddfb4c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-942e386d-d4c9-4c02-a401-f63409ddfb4c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-942e386d-d4c9-4c02-a401-f63409ddfb4c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-942e386d-d4c9-4c02-a401-f63409ddfb4c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-6916ab5d-d916-46b8-84bc-d7de81909aed {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-6916ab5d-d916-46b8-84bc-d7de81909aed:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6916ab5d-d916-46b8-84bc-d7de81909aed:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-6916ab5d-d916-46b8-84bc-d7de81909aed-atc-btn-wrapper {
    text-align: center;
  }


#s-6916ab5d-d916-46b8-84bc-d7de81909aed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6916ab5d-d916-46b8-84bc-d7de81909aed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6916ab5d-d916-46b8-84bc-d7de81909aed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-6916ab5d-d916-46b8-84bc-d7de81909aed.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-6916ab5d-d916-46b8-84bc-d7de81909aed.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-16e8194f-ef33-4e5e-8b15-faf2ee0bd0e0 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-16e8194f-ef33-4e5e-8b15-faf2ee0bd0e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16e8194f-ef33-4e5e-8b15-faf2ee0bd0e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16e8194f-ef33-4e5e-8b15-faf2ee0bd0e0 {
  
}
}@media (max-width: 767px){#s-16e8194f-ef33-4e5e-8b15-faf2ee0bd0e0 {
  
}
}
#s-16e8194f-ef33-4e5e-8b15-faf2ee0bd0e0 {
  display: none;
}
#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  
}
}@media (max-width: 767px){#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  
}
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  max-width: 100%;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom,
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  max-width: 100%;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom,
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  max-width: 100%;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom,
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  max-width: 100%;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom,
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 {
  max-width: 100%;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom,
.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e940b34c-8957-46a8-94b5-b3f1667d8eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ce7708bc-054d-417f-858f-2629aa679975 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-ce7708bc-054d-417f-858f-2629aa679975 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce7708bc-054d-417f-858f-2629aa679975 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce7708bc-054d-417f-858f-2629aa679975 {
  
}
}@media (max-width: 767px){#s-ce7708bc-054d-417f-858f-2629aa679975 {
  
}
}
#s-ce7708bc-054d-417f-858f-2629aa679975 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-f591aa9d-6592-4d62-8958-f28018b9d671 {
  text-align: center;
}
@media (min-width: 1200px){#s-f591aa9d-6592-4d62-8958-f28018b9d671 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f591aa9d-6592-4d62-8958-f28018b9d671 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f591aa9d-6592-4d62-8958-f28018b9d671 {
  
}
}@media (max-width: 767px){#s-f591aa9d-6592-4d62-8958-f28018b9d671 {
  
}
}
#s-f591aa9d-6592-4d62-8958-f28018b9d671 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-f591aa9d-6592-4d62-8958-f28018b9d671 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-f591aa9d-6592-4d62-8958-f28018b9d671 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f {
  
}
}@media (max-width: 767px){#s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f {
  
}
}
@media (min-width: 0px) {
[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-40bddc8b-9397-4d5c-af41-3b3b7e1a581f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b741eb76-572b-46e8-82c7-d254da5f7d52 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-b741eb76-572b-46e8-82c7-d254da5f7d52 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b741eb76-572b-46e8-82c7-d254da5f7d52 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b741eb76-572b-46e8-82c7-d254da5f7d52 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b741eb76-572b-46e8-82c7-d254da5f7d52 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-44145ce4-4436-4b94-84e9-0e3a1aee3a55 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-44145ce4-4436-4b94-84e9-0e3a1aee3a55:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-44145ce4-4436-4b94-84e9-0e3a1aee3a55:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-44145ce4-4436-4b94-84e9-0e3a1aee3a55-atc-btn-wrapper {
    text-align: center;
  }


#s-44145ce4-4436-4b94-84e9-0e3a1aee3a55 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44145ce4-4436-4b94-84e9-0e3a1aee3a55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44145ce4-4436-4b94-84e9-0e3a1aee3a55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-44145ce4-4436-4b94-84e9-0e3a1aee3a55.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-44145ce4-4436-4b94-84e9-0e3a1aee3a55.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-e42e1414-06cd-474c-9d50-ec731e236b54 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-e42e1414-06cd-474c-9d50-ec731e236b54 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e42e1414-06cd-474c-9d50-ec731e236b54 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e42e1414-06cd-474c-9d50-ec731e236b54 {
  
}
}@media (max-width: 767px){#s-e42e1414-06cd-474c-9d50-ec731e236b54 {
  
}
}
#s-e42e1414-06cd-474c-9d50-ec731e236b54 {
  display: none;
}
#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  
}
}@media (max-width: 767px){#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  
}
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  max-width: 100%;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom,
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  max-width: 100%;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom,
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  max-width: 100%;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom,
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  max-width: 100%;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom,
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 {
  max-width: 100%;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom,
.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f9f7c8-7073-4437-8fab-b8b33f4700a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-df97f6ec-e91a-482f-9e77-f080c7b81ffc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-df97f6ec-e91a-482f-9e77-f080c7b81ffc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df97f6ec-e91a-482f-9e77-f080c7b81ffc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df97f6ec-e91a-482f-9e77-f080c7b81ffc {
  
}
}@media (max-width: 767px){#s-df97f6ec-e91a-482f-9e77-f080c7b81ffc {
  
}
}
#s-df97f6ec-e91a-482f-9e77-f080c7b81ffc .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-37d0a402-c0ae-4398-b257-6e5fc360c68e {
  text-align: center;
}
@media (min-width: 1200px){#s-37d0a402-c0ae-4398-b257-6e5fc360c68e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37d0a402-c0ae-4398-b257-6e5fc360c68e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37d0a402-c0ae-4398-b257-6e5fc360c68e {
  
}
}@media (max-width: 767px){#s-37d0a402-c0ae-4398-b257-6e5fc360c68e {
  
}
}
#s-37d0a402-c0ae-4398-b257-6e5fc360c68e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-37d0a402-c0ae-4398-b257-6e5fc360c68e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-37d0a402-c0ae-4398-b257-6e5fc360c68e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886 {
  
}
}@media (max-width: 767px){#s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886 {
  
}
}
@media (min-width: 0px) {
[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2be57d84-a3a7-4cf2-b1ac-a61ce2e33886"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d3e972ac-cbc6-4dea-a8ff-7cb1731a11da {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-d3e972ac-cbc6-4dea-a8ff-7cb1731a11da .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d3e972ac-cbc6-4dea-a8ff-7cb1731a11da .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d3e972ac-cbc6-4dea-a8ff-7cb1731a11da .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d3e972ac-cbc6-4dea-a8ff-7cb1731a11da .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd-atc-btn-wrapper {
    text-align: center;
  }


#s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-10f92918-3f5e-4a41-9064-d1e5f9d27dbd.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-82615dc8-03e8-466d-939b-fc529a94362a {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-82615dc8-03e8-466d-939b-fc529a94362a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82615dc8-03e8-466d-939b-fc529a94362a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82615dc8-03e8-466d-939b-fc529a94362a {
  
}
}@media (max-width: 767px){#s-82615dc8-03e8-466d-939b-fc529a94362a {
  
}
}
#s-82615dc8-03e8-466d-939b-fc529a94362a {
  display: none;
}
#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  
}
}@media (max-width: 767px){#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  
}
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  max-width: 100%;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom,
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  max-width: 100%;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom,
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  max-width: 100%;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom,
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  max-width: 100%;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom,
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 {
  max-width: 100%;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom,
.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-372e5125-b90d-404e-b6d7-a2e591302586 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dd974fe3-b7b7-4b24-8464-5ac962ed062d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-dd974fe3-b7b7-4b24-8464-5ac962ed062d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd974fe3-b7b7-4b24-8464-5ac962ed062d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd974fe3-b7b7-4b24-8464-5ac962ed062d {
  
}
}@media (max-width: 767px){#s-dd974fe3-b7b7-4b24-8464-5ac962ed062d {
  
}
}
#s-dd974fe3-b7b7-4b24-8464-5ac962ed062d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-658c7297-7e07-4ebf-b932-de107cbd9006 {
  text-align: center;
}
@media (min-width: 1200px){#s-658c7297-7e07-4ebf-b932-de107cbd9006 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-658c7297-7e07-4ebf-b932-de107cbd9006 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-658c7297-7e07-4ebf-b932-de107cbd9006 {
  
}
}@media (max-width: 767px){#s-658c7297-7e07-4ebf-b932-de107cbd9006 {
  
}
}
#s-658c7297-7e07-4ebf-b932-de107cbd9006 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-658c7297-7e07-4ebf-b932-de107cbd9006 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-658c7297-7e07-4ebf-b932-de107cbd9006 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-457d07d3-d62a-44d5-9762-3aaab4a97e63 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-457d07d3-d62a-44d5-9762-3aaab4a97e63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-457d07d3-d62a-44d5-9762-3aaab4a97e63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-457d07d3-d62a-44d5-9762-3aaab4a97e63 {
  
}
}@media (max-width: 767px){#s-457d07d3-d62a-44d5-9762-3aaab4a97e63 {
  
}
}
@media (min-width: 0px) {
[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-457d07d3-d62a-44d5-9762-3aaab4a97e63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-06be5d23-b301-48b4-bfb7-3e6f0a61c612 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-06be5d23-b301-48b4-bfb7-3e6f0a61c612 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-06be5d23-b301-48b4-bfb7-3e6f0a61c612 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-06be5d23-b301-48b4-bfb7-3e6f0a61c612 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-06be5d23-b301-48b4-bfb7-3e6f0a61c612 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5718f37e-2746-4269-b2eb-40cc8e5036d1 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-5718f37e-2746-4269-b2eb-40cc8e5036d1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5718f37e-2746-4269-b2eb-40cc8e5036d1:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-5718f37e-2746-4269-b2eb-40cc8e5036d1-atc-btn-wrapper {
    text-align: center;
  }


#s-5718f37e-2746-4269-b2eb-40cc8e5036d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5718f37e-2746-4269-b2eb-40cc8e5036d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5718f37e-2746-4269-b2eb-40cc8e5036d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-5718f37e-2746-4269-b2eb-40cc8e5036d1.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-5718f37e-2746-4269-b2eb-40cc8e5036d1.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-8ac6af27-01c7-4a45-96eb-946eefb19053 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-8ac6af27-01c7-4a45-96eb-946eefb19053 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ac6af27-01c7-4a45-96eb-946eefb19053 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ac6af27-01c7-4a45-96eb-946eefb19053 {
  
}
}@media (max-width: 767px){#s-8ac6af27-01c7-4a45-96eb-946eefb19053 {
  
}
}
@media (min-width: 0px) {
[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ac6af27-01c7-4a45-96eb-946eefb19053"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4ec4e889-9144-49d0-9550-b6974e011da7 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-4ec4e889-9144-49d0-9550-b6974e011da7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ec4e889-9144-49d0-9550-b6974e011da7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ec4e889-9144-49d0-9550-b6974e011da7 {
  
}
}@media (max-width: 767px){#s-4ec4e889-9144-49d0-9550-b6974e011da7 {
  
}
}
#s-4ec4e889-9144-49d0-9550-b6974e011da7 {
  display: none;
}
#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  
}
}@media (max-width: 767px){#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  
}
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  max-width: 100%;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom,
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  max-width: 100%;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom,
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  max-width: 100%;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom,
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  max-width: 100%;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom,
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 {
  max-width: 100%;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom,
.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a0d4af4-8b96-465f-b9dc-84ee055f0dc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4a4e0686-37e9-4912-97cd-2e3dc1e9597c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-4a4e0686-37e9-4912-97cd-2e3dc1e9597c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a4e0686-37e9-4912-97cd-2e3dc1e9597c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a4e0686-37e9-4912-97cd-2e3dc1e9597c {
  
}
}@media (max-width: 767px){#s-4a4e0686-37e9-4912-97cd-2e3dc1e9597c {
  
}
}
#s-4a4e0686-37e9-4912-97cd-2e3dc1e9597c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-ff24dc82-fbc1-4106-957c-f22699bf14b5 {
  text-align: center;
}
@media (min-width: 1200px){#s-ff24dc82-fbc1-4106-957c-f22699bf14b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff24dc82-fbc1-4106-957c-f22699bf14b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff24dc82-fbc1-4106-957c-f22699bf14b5 {
  
}
}@media (max-width: 767px){#s-ff24dc82-fbc1-4106-957c-f22699bf14b5 {
  
}
}
#s-ff24dc82-fbc1-4106-957c-f22699bf14b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-ff24dc82-fbc1-4106-957c-f22699bf14b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-ff24dc82-fbc1-4106-957c-f22699bf14b5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-baada149-5de8-449f-af3d-9d157e88672e {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-baada149-5de8-449f-af3d-9d157e88672e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baada149-5de8-449f-af3d-9d157e88672e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-baada149-5de8-449f-af3d-9d157e88672e {
  
}
}@media (max-width: 767px){#s-baada149-5de8-449f-af3d-9d157e88672e {
  
}
}
@media (min-width: 0px) {
[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-baada149-5de8-449f-af3d-9d157e88672e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2d45556b-0f5c-41b4-8b67-b0fcf8d1c427 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-2d45556b-0f5c-41b4-8b67-b0fcf8d1c427 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2d45556b-0f5c-41b4-8b67-b0fcf8d1c427 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2d45556b-0f5c-41b4-8b67-b0fcf8d1c427 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2d45556b-0f5c-41b4-8b67-b0fcf8d1c427 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4ce58f23-0cad-407e-a533-3e1f154a7736 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-4ce58f23-0cad-407e-a533-3e1f154a7736:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4ce58f23-0cad-407e-a533-3e1f154a7736:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-4ce58f23-0cad-407e-a533-3e1f154a7736-atc-btn-wrapper {
    text-align: center;
  }


#s-4ce58f23-0cad-407e-a533-3e1f154a7736 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ce58f23-0cad-407e-a533-3e1f154a7736.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ce58f23-0cad-407e-a533-3e1f154a7736.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-4ce58f23-0cad-407e-a533-3e1f154a7736.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-4ce58f23-0cad-407e-a533-3e1f154a7736.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-e1acf4d9-8d67-480a-b1cc-5e5d1815c9a8 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-e1acf4d9-8d67-480a-b1cc-5e5d1815c9a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1acf4d9-8d67-480a-b1cc-5e5d1815c9a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1acf4d9-8d67-480a-b1cc-5e5d1815c9a8 {
  
}
}@media (max-width: 767px){#s-e1acf4d9-8d67-480a-b1cc-5e5d1815c9a8 {
  
}
}
#s-e1acf4d9-8d67-480a-b1cc-5e5d1815c9a8 {
  display: none;
}
#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  
}
}@media (max-width: 767px){#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  
}
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  max-width: 100%;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom,
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  max-width: 100%;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom,
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  max-width: 100%;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom,
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  max-width: 100%;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom,
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b {
  max-width: 100%;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom,
.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0127d800-88f5-4dd8-bfd1-b62f4959783b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5a6acc4e-9534-482f-81c2-655c3b186e4a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-5a6acc4e-9534-482f-81c2-655c3b186e4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a6acc4e-9534-482f-81c2-655c3b186e4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a6acc4e-9534-482f-81c2-655c3b186e4a {
  
}
}@media (max-width: 767px){#s-5a6acc4e-9534-482f-81c2-655c3b186e4a {
  
}
}
#s-5a6acc4e-9534-482f-81c2-655c3b186e4a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-1764f492-f59b-4f2d-81b9-01f59afba8c5 {
  text-align: center;
}
@media (min-width: 1200px){#s-1764f492-f59b-4f2d-81b9-01f59afba8c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1764f492-f59b-4f2d-81b9-01f59afba8c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1764f492-f59b-4f2d-81b9-01f59afba8c5 {
  
}
}@media (max-width: 767px){#s-1764f492-f59b-4f2d-81b9-01f59afba8c5 {
  
}
}
#s-1764f492-f59b-4f2d-81b9-01f59afba8c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-1764f492-f59b-4f2d-81b9-01f59afba8c5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-1764f492-f59b-4f2d-81b9-01f59afba8c5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3a313f24-734b-4fd2-a1ec-2ad567172786 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-3a313f24-734b-4fd2-a1ec-2ad567172786 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a313f24-734b-4fd2-a1ec-2ad567172786 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a313f24-734b-4fd2-a1ec-2ad567172786 {
  
}
}@media (max-width: 767px){#s-3a313f24-734b-4fd2-a1ec-2ad567172786 {
  
}
}
@media (min-width: 0px) {
[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3a313f24-734b-4fd2-a1ec-2ad567172786"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627-atc-btn-wrapper {
    text-align: center;
  }


#s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 0, 0, 1);
}


  #s-69d551fa-cd21-4a8f-9fd6-1ed7c41d9627.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-ecd64727-3bbc-4f7c-bdfc-0775c78f8d73 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecd64727-3bbc-4f7c-bdfc-0775c78f8d73 {
  display: none;
}
#s-ecd64727-3bbc-4f7c-bdfc-0775c78f8d73, #wrap-s-ecd64727-3bbc-4f7c-bdfc-0775c78f8d73 { display:none !important; }}







#s-ecd64727-3bbc-4f7c-bdfc-0775c78f8d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecd64727-3bbc-4f7c-bdfc-0775c78f8d73.shg-box.shg-c {
  justify-content: center;
}

#s-256dbf68-4e3b-47b1-8e71-975122463d8b {
  border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-256dbf68-4e3b-47b1-8e71-975122463d8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-256dbf68-4e3b-47b1-8e71-975122463d8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-256dbf68-4e3b-47b1-8e71-975122463d8b {
  
}
}@media (max-width: 767px){#s-256dbf68-4e3b-47b1-8e71-975122463d8b {
  
}
}
#s-256dbf68-4e3b-47b1-8e71-975122463d8b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2d5714d9-1c89-4a00-af05-3f7aec649e86 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-2d5714d9-1c89-4a00-af05-3f7aec649e86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d5714d9-1c89-4a00-af05-3f7aec649e86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d5714d9-1c89-4a00-af05-3f7aec649e86 {
  
}
}@media (max-width: 767px){#s-2d5714d9-1c89-4a00-af05-3f7aec649e86 {
  
}
}
@media (min-width: 0px) {
[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-2d5714d9-1c89-4a00-af05-3f7aec649e86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-7d7c0c96-cb49-42d7-9130-14c611c61bfb {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-7d7c0c96-cb49-42d7-9130-14c611c61bfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d7c0c96-cb49-42d7-9130-14c611c61bfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d7c0c96-cb49-42d7-9130-14c611c61bfb {
  
}
}@media (max-width: 767px){#s-7d7c0c96-cb49-42d7-9130-14c611c61bfb {
  
}
}
#s-7d7c0c96-cb49-42d7-9130-14c611c61bfb {
  display: none;
}
#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  
}
}@media (max-width: 767px){#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  
}
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  max-width: 100%;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom,
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  max-width: 100%;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom,
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  max-width: 100%;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom,
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  max-width: 100%;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom,
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 {
  max-width: 100%;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom,
.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba7cdf40-bb93-4df0-a3c0-56e075995eb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f6fc9d2b-1df5-414e-8f44-f54e367b154e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-f6fc9d2b-1df5-414e-8f44-f54e367b154e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6fc9d2b-1df5-414e-8f44-f54e367b154e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6fc9d2b-1df5-414e-8f44-f54e367b154e {
  
}
}@media (max-width: 767px){#s-f6fc9d2b-1df5-414e-8f44-f54e367b154e {
  
}
}
#s-f6fc9d2b-1df5-414e-8f44-f54e367b154e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-a3fec19c-ba86-455a-83a1-662326523520 {
  text-align: center;
}
@media (min-width: 1200px){#s-a3fec19c-ba86-455a-83a1-662326523520 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3fec19c-ba86-455a-83a1-662326523520 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3fec19c-ba86-455a-83a1-662326523520 {
  
}
}@media (max-width: 767px){#s-a3fec19c-ba86-455a-83a1-662326523520 {
  
}
}
#s-a3fec19c-ba86-455a-83a1-662326523520 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-a3fec19c-ba86-455a-83a1-662326523520 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-a3fec19c-ba86-455a-83a1-662326523520 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2188350d-e13d-448d-a566-fd4da51cf1a6 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-2188350d-e13d-448d-a566-fd4da51cf1a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2188350d-e13d-448d-a566-fd4da51cf1a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2188350d-e13d-448d-a566-fd4da51cf1a6 {
  
}
}@media (max-width: 767px){#s-2188350d-e13d-448d-a566-fd4da51cf1a6 {
  
}
}
@media (min-width: 0px) {
[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2188350d-e13d-448d-a566-fd4da51cf1a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-67973942-5184-470f-9f03-78f70ccc407b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-67973942-5184-470f-9f03-78f70ccc407b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-67973942-5184-470f-9f03-78f70ccc407b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-67973942-5184-470f-9f03-78f70ccc407b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-67973942-5184-470f-9f03-78f70ccc407b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-b8ef7ee0-7719-41b8-a827-624fe54d16ff {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-b8ef7ee0-7719-41b8-a827-624fe54d16ff:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b8ef7ee0-7719-41b8-a827-624fe54d16ff:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-b8ef7ee0-7719-41b8-a827-624fe54d16ff-atc-btn-wrapper {
    text-align: center;
  }


#s-b8ef7ee0-7719-41b8-a827-624fe54d16ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8ef7ee0-7719-41b8-a827-624fe54d16ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8ef7ee0-7719-41b8-a827-624fe54d16ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-b8ef7ee0-7719-41b8-a827-624fe54d16ff.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-b8ef7ee0-7719-41b8-a827-624fe54d16ff.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-8a76e98b-2d70-469c-9e7f-b982d9494b23 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-8a76e98b-2d70-469c-9e7f-b982d9494b23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a76e98b-2d70-469c-9e7f-b982d9494b23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a76e98b-2d70-469c-9e7f-b982d9494b23 {
  
}
}@media (max-width: 767px){#s-8a76e98b-2d70-469c-9e7f-b982d9494b23 {
  
}
}
#s-8a76e98b-2d70-469c-9e7f-b982d9494b23 {
  display: none;
}
#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  
}
}@media (max-width: 767px){#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  
}
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  max-width: 100%;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom,
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  max-width: 100%;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom,
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  max-width: 100%;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom,
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  max-width: 100%;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom,
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 {
  max-width: 100%;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom,
.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfdc6049-ea8a-4a8b-a444-8cc208197c09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-964baa89-25b4-42a5-97e3-736d789efe53 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-964baa89-25b4-42a5-97e3-736d789efe53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-964baa89-25b4-42a5-97e3-736d789efe53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-964baa89-25b4-42a5-97e3-736d789efe53 {
  
}
}@media (max-width: 767px){#s-964baa89-25b4-42a5-97e3-736d789efe53 {
  
}
}
#s-964baa89-25b4-42a5-97e3-736d789efe53 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-0c4f4733-bb25-4d06-b0b8-fc8001d07ff1 {
  text-align: center;
}
@media (min-width: 1200px){#s-0c4f4733-bb25-4d06-b0b8-fc8001d07ff1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c4f4733-bb25-4d06-b0b8-fc8001d07ff1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c4f4733-bb25-4d06-b0b8-fc8001d07ff1 {
  
}
}@media (max-width: 767px){#s-0c4f4733-bb25-4d06-b0b8-fc8001d07ff1 {
  
}
}
#s-0c4f4733-bb25-4d06-b0b8-fc8001d07ff1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-0c4f4733-bb25-4d06-b0b8-fc8001d07ff1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-0c4f4733-bb25-4d06-b0b8-fc8001d07ff1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bb2611e0-6146-47ea-b314-ffe931fbce52 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-bb2611e0-6146-47ea-b314-ffe931fbce52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb2611e0-6146-47ea-b314-ffe931fbce52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb2611e0-6146-47ea-b314-ffe931fbce52 {
  
}
}@media (max-width: 767px){#s-bb2611e0-6146-47ea-b314-ffe931fbce52 {
  
}
}
@media (min-width: 0px) {
[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb2611e0-6146-47ea-b314-ffe931fbce52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-24ad89a0-64c3-4917-a9cc-b044c1b628a4 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-24ad89a0-64c3-4917-a9cc-b044c1b628a4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-24ad89a0-64c3-4917-a9cc-b044c1b628a4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-24ad89a0-64c3-4917-a9cc-b044c1b628a4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-24ad89a0-64c3-4917-a9cc-b044c1b628a4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2-atc-btn-wrapper {
    text-align: center;
  }


#s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-0f9809dd-9381-4bd6-88ca-4d1aaf15b5f2.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-3a095671-bdf2-43d8-8002-b0a2de844f80 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-3a095671-bdf2-43d8-8002-b0a2de844f80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a095671-bdf2-43d8-8002-b0a2de844f80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a095671-bdf2-43d8-8002-b0a2de844f80 {
  
}
}@media (max-width: 767px){#s-3a095671-bdf2-43d8-8002-b0a2de844f80 {
  
}
}
#s-3a095671-bdf2-43d8-8002-b0a2de844f80 {
  display: none;
}
#s-27614805-57c1-41e9-a418-c2c043689009 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-27614805-57c1-41e9-a418-c2c043689009 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27614805-57c1-41e9-a418-c2c043689009 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27614805-57c1-41e9-a418-c2c043689009 {
  
}
}@media (max-width: 767px){#s-27614805-57c1-41e9-a418-c2c043689009 {
  
}
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 {
  max-width: 100%;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom,
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 {
  max-width: 100%;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom,
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 {
  max-width: 100%;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom,
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 {
  max-width: 100%;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom,
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 {
  max-width: 100%;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom,
.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27614805-57c1-41e9-a418-c2c043689009 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8e323f85-6278-4ebb-8068-db2ebddca24c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-8e323f85-6278-4ebb-8068-db2ebddca24c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e323f85-6278-4ebb-8068-db2ebddca24c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e323f85-6278-4ebb-8068-db2ebddca24c {
  
}
}@media (max-width: 767px){#s-8e323f85-6278-4ebb-8068-db2ebddca24c {
  
}
}
#s-8e323f85-6278-4ebb-8068-db2ebddca24c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-771ae1d9-a43d-41b2-9153-d57d3751f328 {
  text-align: center;
}
@media (min-width: 1200px){#s-771ae1d9-a43d-41b2-9153-d57d3751f328 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-771ae1d9-a43d-41b2-9153-d57d3751f328 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-771ae1d9-a43d-41b2-9153-d57d3751f328 {
  
}
}@media (max-width: 767px){#s-771ae1d9-a43d-41b2-9153-d57d3751f328 {
  
}
}
#s-771ae1d9-a43d-41b2-9153-d57d3751f328 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-771ae1d9-a43d-41b2-9153-d57d3751f328 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-771ae1d9-a43d-41b2-9153-d57d3751f328 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0437f8c4-ac78-4d7e-bb8e-66a107259cea {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-0437f8c4-ac78-4d7e-bb8e-66a107259cea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0437f8c4-ac78-4d7e-bb8e-66a107259cea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0437f8c4-ac78-4d7e-bb8e-66a107259cea {
  
}
}@media (max-width: 767px){#s-0437f8c4-ac78-4d7e-bb8e-66a107259cea {
  
}
}
@media (min-width: 0px) {
[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0437f8c4-ac78-4d7e-bb8e-66a107259cea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-bd8cba1a-a669-419e-bb61-17fa2594532f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-bd8cba1a-a669-419e-bb61-17fa2594532f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bd8cba1a-a669-419e-bb61-17fa2594532f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bd8cba1a-a669-419e-bb61-17fa2594532f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bd8cba1a-a669-419e-bb61-17fa2594532f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2-atc-btn-wrapper {
    text-align: center;
  }


#s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-d58cccd1-2fc4-4b7a-9628-22d5573af0c2.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-dce31e6e-61ae-47a1-83b2-9a6e08fa786e {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-dce31e6e-61ae-47a1-83b2-9a6e08fa786e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dce31e6e-61ae-47a1-83b2-9a6e08fa786e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dce31e6e-61ae-47a1-83b2-9a6e08fa786e {
  
}
}@media (max-width: 767px){#s-dce31e6e-61ae-47a1-83b2-9a6e08fa786e {
  
}
}
#s-dce31e6e-61ae-47a1-83b2-9a6e08fa786e {
  display: none;
}
#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  
}
}@media (max-width: 767px){#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  
}
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  max-width: 100%;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom,
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  max-width: 100%;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom,
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  max-width: 100%;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom,
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  max-width: 100%;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom,
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa {
  max-width: 100%;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom,
.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed0636e9-ead2-4648-90a3-a0dcf49c2faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b5828f04-763a-4eb6-9d8b-6a87aed564dd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-b5828f04-763a-4eb6-9d8b-6a87aed564dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5828f04-763a-4eb6-9d8b-6a87aed564dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5828f04-763a-4eb6-9d8b-6a87aed564dd {
  
}
}@media (max-width: 767px){#s-b5828f04-763a-4eb6-9d8b-6a87aed564dd {
  
}
}
#s-b5828f04-763a-4eb6-9d8b-6a87aed564dd .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-90b97cf6-79b2-403e-9d9c-c6f0cfb57706 {
  text-align: center;
}
@media (min-width: 1200px){#s-90b97cf6-79b2-403e-9d9c-c6f0cfb57706 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90b97cf6-79b2-403e-9d9c-c6f0cfb57706 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90b97cf6-79b2-403e-9d9c-c6f0cfb57706 {
  
}
}@media (max-width: 767px){#s-90b97cf6-79b2-403e-9d9c-c6f0cfb57706 {
  
}
}
#s-90b97cf6-79b2-403e-9d9c-c6f0cfb57706 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-90b97cf6-79b2-403e-9d9c-c6f0cfb57706 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-90b97cf6-79b2-403e-9d9c-c6f0cfb57706 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492 {
  
}
}@media (max-width: 767px){#s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492 {
  
}
}
@media (min-width: 0px) {
[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7a401b95-b81b-46bf-9b79-9f3b0a0d1492"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-13cd627b-82cb-46ac-b2e4-54024f67f858 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-13cd627b-82cb-46ac-b2e4-54024f67f858 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-13cd627b-82cb-46ac-b2e4-54024f67f858 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-13cd627b-82cb-46ac-b2e4-54024f67f858 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-13cd627b-82cb-46ac-b2e4-54024f67f858 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0-atc-btn-wrapper {
    text-align: center;
  }


#s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-a9596d3c-4a76-4aeb-b3ee-c41412f7b4d0.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-0826ea53-07d0-451b-ac42-686bd1337f7d {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0826ea53-07d0-451b-ac42-686bd1337f7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0826ea53-07d0-451b-ac42-686bd1337f7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0826ea53-07d0-451b-ac42-686bd1337f7d {
  
}
}@media (max-width: 767px){#s-0826ea53-07d0-451b-ac42-686bd1337f7d {
  
}
}
@media (min-width: 0px) {
[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0826ea53-07d0-451b-ac42-686bd1337f7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-cf99c4c8-1ffc-481a-bd52-f149dfcbb5c3 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-cf99c4c8-1ffc-481a-bd52-f149dfcbb5c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf99c4c8-1ffc-481a-bd52-f149dfcbb5c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf99c4c8-1ffc-481a-bd52-f149dfcbb5c3 {
  
}
}@media (max-width: 767px){#s-cf99c4c8-1ffc-481a-bd52-f149dfcbb5c3 {
  
}
}
#s-cf99c4c8-1ffc-481a-bd52-f149dfcbb5c3 {
  display: none;
}
#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  
}
}@media (max-width: 767px){#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  
}
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  max-width: 100%;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom,
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  max-width: 100%;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom,
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  max-width: 100%;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom,
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  max-width: 100%;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom,
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 {
  max-width: 100%;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom,
.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1fe6854c-6df9-4582-9ce7-d2b2c5896e16 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ea94f7a9-dbc2-48bb-b4d4-3b8fbe155f0b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-ea94f7a9-dbc2-48bb-b4d4-3b8fbe155f0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea94f7a9-dbc2-48bb-b4d4-3b8fbe155f0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea94f7a9-dbc2-48bb-b4d4-3b8fbe155f0b {
  
}
}@media (max-width: 767px){#s-ea94f7a9-dbc2-48bb-b4d4-3b8fbe155f0b {
  
}
}
#s-ea94f7a9-dbc2-48bb-b4d4-3b8fbe155f0b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-35191cbb-a8be-4514-9542-f19ba00c0661 {
  text-align: center;
}
@media (min-width: 1200px){#s-35191cbb-a8be-4514-9542-f19ba00c0661 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35191cbb-a8be-4514-9542-f19ba00c0661 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35191cbb-a8be-4514-9542-f19ba00c0661 {
  
}
}@media (max-width: 767px){#s-35191cbb-a8be-4514-9542-f19ba00c0661 {
  
}
}
#s-35191cbb-a8be-4514-9542-f19ba00c0661 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-35191cbb-a8be-4514-9542-f19ba00c0661 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-35191cbb-a8be-4514-9542-f19ba00c0661 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565 {
  
}
}@media (max-width: 767px){#s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565 {
  
}
}
@media (min-width: 0px) {
[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a6f8153b-b96a-4cf2-ac5f-9ff73db8e565"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-09aa364c-ab0f-4116-8545-ba5fdb080a22 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-09aa364c-ab0f-4116-8545-ba5fdb080a22 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-09aa364c-ab0f-4116-8545-ba5fdb080a22 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-09aa364c-ab0f-4116-8545-ba5fdb080a22 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-09aa364c-ab0f-4116-8545-ba5fdb080a22 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b-atc-btn-wrapper {
    text-align: center;
  }


#s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-5627ea31-d3c7-4750-ab3e-c3da8f6db95b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-9f64f662-8edf-4087-a1f1-c97e89c1ce28 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-9f64f662-8edf-4087-a1f1-c97e89c1ce28 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f64f662-8edf-4087-a1f1-c97e89c1ce28 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f64f662-8edf-4087-a1f1-c97e89c1ce28 {
  
}
}@media (max-width: 767px){#s-9f64f662-8edf-4087-a1f1-c97e89c1ce28 {
  
}
}
#s-9f64f662-8edf-4087-a1f1-c97e89c1ce28 {
  display: none;
}
#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  
}
}@media (max-width: 767px){#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  
}
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  max-width: 100%;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom,
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  max-width: 100%;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom,
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  max-width: 100%;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom,
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  max-width: 100%;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom,
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 {
  max-width: 100%;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom,
.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45506534-682c-46a4-bcca-a21e1931bce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-15829b42-4510-4f1e-8297-ff3e681012a6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-15829b42-4510-4f1e-8297-ff3e681012a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15829b42-4510-4f1e-8297-ff3e681012a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15829b42-4510-4f1e-8297-ff3e681012a6 {
  
}
}@media (max-width: 767px){#s-15829b42-4510-4f1e-8297-ff3e681012a6 {
  
}
}
#s-15829b42-4510-4f1e-8297-ff3e681012a6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-e37b8972-31c6-4e91-ad79-ee0934ecccbe {
  text-align: center;
}
@media (min-width: 1200px){#s-e37b8972-31c6-4e91-ad79-ee0934ecccbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e37b8972-31c6-4e91-ad79-ee0934ecccbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e37b8972-31c6-4e91-ad79-ee0934ecccbe {
  
}
}@media (max-width: 767px){#s-e37b8972-31c6-4e91-ad79-ee0934ecccbe {
  
}
}
#s-e37b8972-31c6-4e91-ad79-ee0934ecccbe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-e37b8972-31c6-4e91-ad79-ee0934ecccbe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-e37b8972-31c6-4e91-ad79-ee0934ecccbe .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4 {
  
}
}@media (max-width: 767px){#s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4 {
  
}
}
@media (min-width: 0px) {
[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cbe640a6-f28f-40f6-9d74-c57914bd5ea4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-5fea3173-74d6-4407-89d3-48caaec4aa94 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-5fea3173-74d6-4407-89d3-48caaec4aa94 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5fea3173-74d6-4407-89d3-48caaec4aa94 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5fea3173-74d6-4407-89d3-48caaec4aa94 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5fea3173-74d6-4407-89d3-48caaec4aa94 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-f2a5ec64-505f-4caf-bad1-599c09cc90e5 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-f2a5ec64-505f-4caf-bad1-599c09cc90e5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f2a5ec64-505f-4caf-bad1-599c09cc90e5:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-f2a5ec64-505f-4caf-bad1-599c09cc90e5-atc-btn-wrapper {
    text-align: center;
  }


#s-f2a5ec64-505f-4caf-bad1-599c09cc90e5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2a5ec64-505f-4caf-bad1-599c09cc90e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2a5ec64-505f-4caf-bad1-599c09cc90e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-f2a5ec64-505f-4caf-bad1-599c09cc90e5.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-f2a5ec64-505f-4caf-bad1-599c09cc90e5.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-d91eb012-85e2-4224-940d-3fb6acae27c9 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-d91eb012-85e2-4224-940d-3fb6acae27c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d91eb012-85e2-4224-940d-3fb6acae27c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d91eb012-85e2-4224-940d-3fb6acae27c9 {
  
}
}@media (max-width: 767px){#s-d91eb012-85e2-4224-940d-3fb6acae27c9 {
  
}
}
#s-d91eb012-85e2-4224-940d-3fb6acae27c9 {
  display: none;
}
#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  
}
}@media (max-width: 767px){#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  
}
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  max-width: 100%;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom,
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  max-width: 100%;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom,
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  max-width: 100%;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom,
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  max-width: 100%;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom,
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed {
  max-width: 100%;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom,
.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c1270b0-15fe-4e0c-a181-122cf6160eed .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-647a8acb-0ff6-4b3a-8a5b-6d410bff6b99 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-647a8acb-0ff6-4b3a-8a5b-6d410bff6b99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-647a8acb-0ff6-4b3a-8a5b-6d410bff6b99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-647a8acb-0ff6-4b3a-8a5b-6d410bff6b99 {
  
}
}@media (max-width: 767px){#s-647a8acb-0ff6-4b3a-8a5b-6d410bff6b99 {
  
}
}
#s-647a8acb-0ff6-4b3a-8a5b-6d410bff6b99 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-9de88849-d15d-49f5-a98b-bd2c2dde2372 {
  text-align: center;
}
@media (min-width: 1200px){#s-9de88849-d15d-49f5-a98b-bd2c2dde2372 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9de88849-d15d-49f5-a98b-bd2c2dde2372 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9de88849-d15d-49f5-a98b-bd2c2dde2372 {
  
}
}@media (max-width: 767px){#s-9de88849-d15d-49f5-a98b-bd2c2dde2372 {
  
}
}
#s-9de88849-d15d-49f5-a98b-bd2c2dde2372 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-9de88849-d15d-49f5-a98b-bd2c2dde2372 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-9de88849-d15d-49f5-a98b-bd2c2dde2372 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283 {
  
}
}@media (max-width: 767px){#s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283 {
  
}
}
@media (min-width: 0px) {
[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5337e0f8-e7e0-4a82-bebb-e0b2e1e6f283"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ef746a22-ec78-4eef-b798-1983aba7f22b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-ef746a22-ec78-4eef-b798-1983aba7f22b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ef746a22-ec78-4eef-b798-1983aba7f22b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ef746a22-ec78-4eef-b798-1983aba7f22b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ef746a22-ec78-4eef-b798-1983aba7f22b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd-atc-btn-wrapper {
    text-align: center;
  }


#s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-dfd6065a-f41f-46ec-a3c2-c42a8b2202bd.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-8f4a832c-b7d7-4c6c-911c-e7f0feef5ea2 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-8f4a832c-b7d7-4c6c-911c-e7f0feef5ea2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f4a832c-b7d7-4c6c-911c-e7f0feef5ea2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f4a832c-b7d7-4c6c-911c-e7f0feef5ea2 {
  
}
}@media (max-width: 767px){#s-8f4a832c-b7d7-4c6c-911c-e7f0feef5ea2 {
  
}
}
#s-8f4a832c-b7d7-4c6c-911c-e7f0feef5ea2 {
  display: none;
}
#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  
}
}@media (max-width: 767px){#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  
}
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  max-width: 100%;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom,
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  max-width: 100%;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom,
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  max-width: 100%;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom,
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  max-width: 100%;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom,
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a {
  max-width: 100%;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom,
.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17c66bc4-b71d-4a88-9552-23e8c2042b5a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8a0d56c9-2a29-4c98-b3bc-c5633221d27f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-8a0d56c9-2a29-4c98-b3bc-c5633221d27f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a0d56c9-2a29-4c98-b3bc-c5633221d27f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a0d56c9-2a29-4c98-b3bc-c5633221d27f {
  
}
}@media (max-width: 767px){#s-8a0d56c9-2a29-4c98-b3bc-c5633221d27f {
  
}
}
#s-8a0d56c9-2a29-4c98-b3bc-c5633221d27f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-2cbd78f1-ea4a-4e9d-98e3-ae5b87c83fbd {
  text-align: center;
}
@media (min-width: 1200px){#s-2cbd78f1-ea4a-4e9d-98e3-ae5b87c83fbd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2cbd78f1-ea4a-4e9d-98e3-ae5b87c83fbd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2cbd78f1-ea4a-4e9d-98e3-ae5b87c83fbd {
  
}
}@media (max-width: 767px){#s-2cbd78f1-ea4a-4e9d-98e3-ae5b87c83fbd {
  
}
}
#s-2cbd78f1-ea4a-4e9d-98e3-ae5b87c83fbd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-2cbd78f1-ea4a-4e9d-98e3-ae5b87c83fbd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-2cbd78f1-ea4a-4e9d-98e3-ae5b87c83fbd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-29cd637c-65c5-458c-9c98-c0b1c63e2511 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-29cd637c-65c5-458c-9c98-c0b1c63e2511 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29cd637c-65c5-458c-9c98-c0b1c63e2511 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29cd637c-65c5-458c-9c98-c0b1c63e2511 {
  
}
}@media (max-width: 767px){#s-29cd637c-65c5-458c-9c98-c0b1c63e2511 {
  
}
}
@media (min-width: 0px) {
[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-29cd637c-65c5-458c-9c98-c0b1c63e2511"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-17eac2d8-4d97-4b46-9c19-31f8eeb96430 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-17eac2d8-4d97-4b46-9c19-31f8eeb96430 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-17eac2d8-4d97-4b46-9c19-31f8eeb96430 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-17eac2d8-4d97-4b46-9c19-31f8eeb96430 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-17eac2d8-4d97-4b46-9c19-31f8eeb96430 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47-atc-btn-wrapper {
    text-align: center;
  }


#s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-1522ae1d-efef-4aa1-ba50-5e6fbfaaec47.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8 {
  
}
}@media (max-width: 767px){#s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8 {
  
}
}
@media (min-width: 0px) {
[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-7b16d2dc-0231-458a-a9d5-3f6f2265cfb8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-baed708b-8ff9-4c94-9d53-900ab42b69ab {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-baed708b-8ff9-4c94-9d53-900ab42b69ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baed708b-8ff9-4c94-9d53-900ab42b69ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-baed708b-8ff9-4c94-9d53-900ab42b69ab {
  
}
}@media (max-width: 767px){#s-baed708b-8ff9-4c94-9d53-900ab42b69ab {
  
}
}
#s-baed708b-8ff9-4c94-9d53-900ab42b69ab {
  display: none;
}
#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  
}
}@media (max-width: 767px){#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  
}
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  max-width: 100%;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom,
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  max-width: 100%;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom,
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  max-width: 100%;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom,
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  max-width: 100%;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom,
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 {
  max-width: 100%;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom,
.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd11db8d-1653-4b4b-811d-1e8c4c812c46 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0fb84028-9dd9-401a-a7d7-9d9f676aab2a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-0fb84028-9dd9-401a-a7d7-9d9f676aab2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fb84028-9dd9-401a-a7d7-9d9f676aab2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fb84028-9dd9-401a-a7d7-9d9f676aab2a {
  
}
}@media (max-width: 767px){#s-0fb84028-9dd9-401a-a7d7-9d9f676aab2a {
  
}
}
#s-0fb84028-9dd9-401a-a7d7-9d9f676aab2a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-283d37d2-5d14-4cfa-a036-1bc96ae47e7e {
  text-align: center;
}
@media (min-width: 1200px){#s-283d37d2-5d14-4cfa-a036-1bc96ae47e7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-283d37d2-5d14-4cfa-a036-1bc96ae47e7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-283d37d2-5d14-4cfa-a036-1bc96ae47e7e {
  
}
}@media (max-width: 767px){#s-283d37d2-5d14-4cfa-a036-1bc96ae47e7e {
  
}
}
#s-283d37d2-5d14-4cfa-a036-1bc96ae47e7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-283d37d2-5d14-4cfa-a036-1bc96ae47e7e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-283d37d2-5d14-4cfa-a036-1bc96ae47e7e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210 {
  
}
}@media (max-width: 767px){#s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210 {
  
}
}
@media (min-width: 0px) {
[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-593c65bf-3f8b-42c2-b8f0-bdc51bc25210"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-738612bf-68b6-4898-8f70-bd83515b28b3 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-738612bf-68b6-4898-8f70-bd83515b28b3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-738612bf-68b6-4898-8f70-bd83515b28b3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-738612bf-68b6-4898-8f70-bd83515b28b3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-738612bf-68b6-4898-8f70-bd83515b28b3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d479fb7c-3541-46ec-bedb-c6356fa1c973 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-d479fb7c-3541-46ec-bedb-c6356fa1c973:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d479fb7c-3541-46ec-bedb-c6356fa1c973:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-d479fb7c-3541-46ec-bedb-c6356fa1c973-atc-btn-wrapper {
    text-align: center;
  }


#s-d479fb7c-3541-46ec-bedb-c6356fa1c973 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d479fb7c-3541-46ec-bedb-c6356fa1c973.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d479fb7c-3541-46ec-bedb-c6356fa1c973.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-d479fb7c-3541-46ec-bedb-c6356fa1c973.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-d479fb7c-3541-46ec-bedb-c6356fa1c973.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-d9d3cead-9478-44cf-a0cd-d8ae7cc736f8 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-d9d3cead-9478-44cf-a0cd-d8ae7cc736f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9d3cead-9478-44cf-a0cd-d8ae7cc736f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9d3cead-9478-44cf-a0cd-d8ae7cc736f8 {
  
}
}@media (max-width: 767px){#s-d9d3cead-9478-44cf-a0cd-d8ae7cc736f8 {
  
}
}
#s-d9d3cead-9478-44cf-a0cd-d8ae7cc736f8 {
  display: none;
}
#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  
}
}@media (max-width: 767px){#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  
}
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  max-width: 100%;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom,
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  max-width: 100%;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom,
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  max-width: 100%;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom,
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  max-width: 100%;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom,
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 {
  max-width: 100%;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom,
.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e852e18-59bc-46ae-a525-8d2c603e5ac8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-98c4aefc-c2b3-4ae9-85b1-30ee5db31532 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-98c4aefc-c2b3-4ae9-85b1-30ee5db31532 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98c4aefc-c2b3-4ae9-85b1-30ee5db31532 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98c4aefc-c2b3-4ae9-85b1-30ee5db31532 {
  
}
}@media (max-width: 767px){#s-98c4aefc-c2b3-4ae9-85b1-30ee5db31532 {
  
}
}
#s-98c4aefc-c2b3-4ae9-85b1-30ee5db31532 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-68c83663-800c-4357-9a74-42b5167c975a {
  text-align: center;
}
@media (min-width: 1200px){#s-68c83663-800c-4357-9a74-42b5167c975a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68c83663-800c-4357-9a74-42b5167c975a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68c83663-800c-4357-9a74-42b5167c975a {
  
}
}@media (max-width: 767px){#s-68c83663-800c-4357-9a74-42b5167c975a {
  
}
}
#s-68c83663-800c-4357-9a74-42b5167c975a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-68c83663-800c-4357-9a74-42b5167c975a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-68c83663-800c-4357-9a74-42b5167c975a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-23924666-b864-454b-a638-933f21a09b1f {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-23924666-b864-454b-a638-933f21a09b1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23924666-b864-454b-a638-933f21a09b1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23924666-b864-454b-a638-933f21a09b1f {
  
}
}@media (max-width: 767px){#s-23924666-b864-454b-a638-933f21a09b1f {
  
}
}
@media (min-width: 0px) {
[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-23924666-b864-454b-a638-933f21a09b1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-13f2bd9a-316c-4387-a17a-e07f7fb6a1ba {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-13f2bd9a-316c-4387-a17a-e07f7fb6a1ba .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-13f2bd9a-316c-4387-a17a-e07f7fb6a1ba .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-13f2bd9a-316c-4387-a17a-e07f7fb6a1ba .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-13f2bd9a-316c-4387-a17a-e07f7fb6a1ba .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a2f6e18f-481b-4d78-bb51-05f17fa98efe {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-a2f6e18f-481b-4d78-bb51-05f17fa98efe:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a2f6e18f-481b-4d78-bb51-05f17fa98efe:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-a2f6e18f-481b-4d78-bb51-05f17fa98efe-atc-btn-wrapper {
    text-align: center;
  }


#s-a2f6e18f-481b-4d78-bb51-05f17fa98efe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2f6e18f-481b-4d78-bb51-05f17fa98efe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2f6e18f-481b-4d78-bb51-05f17fa98efe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-a2f6e18f-481b-4d78-bb51-05f17fa98efe.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-a2f6e18f-481b-4d78-bb51-05f17fa98efe.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-6c334d98-cddf-4374-bcf3-fa27bc52fd02 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-6c334d98-cddf-4374-bcf3-fa27bc52fd02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c334d98-cddf-4374-bcf3-fa27bc52fd02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c334d98-cddf-4374-bcf3-fa27bc52fd02 {
  
}
}@media (max-width: 767px){#s-6c334d98-cddf-4374-bcf3-fa27bc52fd02 {
  
}
}
#s-6c334d98-cddf-4374-bcf3-fa27bc52fd02 {
  display: none;
}
#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  
}
}@media (max-width: 767px){#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  
}
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  max-width: 100%;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom,
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  max-width: 100%;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom,
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  max-width: 100%;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom,
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  max-width: 100%;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom,
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e {
  max-width: 100%;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom,
.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0917936-700b-4b08-8cf6-e2d5d460276e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b4009994-f4f6-4ad3-8a19-471f81856ed3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-b4009994-f4f6-4ad3-8a19-471f81856ed3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4009994-f4f6-4ad3-8a19-471f81856ed3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4009994-f4f6-4ad3-8a19-471f81856ed3 {
  
}
}@media (max-width: 767px){#s-b4009994-f4f6-4ad3-8a19-471f81856ed3 {
  
}
}
#s-b4009994-f4f6-4ad3-8a19-471f81856ed3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-dba57e96-0ab2-4db1-a578-014d3091ba14 {
  text-align: center;
}
@media (min-width: 1200px){#s-dba57e96-0ab2-4db1-a578-014d3091ba14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dba57e96-0ab2-4db1-a578-014d3091ba14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dba57e96-0ab2-4db1-a578-014d3091ba14 {
  
}
}@media (max-width: 767px){#s-dba57e96-0ab2-4db1-a578-014d3091ba14 {
  
}
}
#s-dba57e96-0ab2-4db1-a578-014d3091ba14 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-dba57e96-0ab2-4db1-a578-014d3091ba14 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-dba57e96-0ab2-4db1-a578-014d3091ba14 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6 {
  
}
}@media (max-width: 767px){#s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6 {
  
}
}
@media (min-width: 0px) {
[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6c3f5fb2-c62f-4f9d-8622-7e8e8b5666c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-bcd726a5-9cb4-42ec-8308-47a977f9ade4 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-bcd726a5-9cb4-42ec-8308-47a977f9ade4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bcd726a5-9cb4-42ec-8308-47a977f9ade4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bcd726a5-9cb4-42ec-8308-47a977f9ade4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bcd726a5-9cb4-42ec-8308-47a977f9ade4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c4b1282a-fa8a-40a4-bb15-190a587fd111 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-c4b1282a-fa8a-40a4-bb15-190a587fd111:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c4b1282a-fa8a-40a4-bb15-190a587fd111:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c4b1282a-fa8a-40a4-bb15-190a587fd111-atc-btn-wrapper {
    text-align: center;
  }


#s-c4b1282a-fa8a-40a4-bb15-190a587fd111 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4b1282a-fa8a-40a4-bb15-190a587fd111.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4b1282a-fa8a-40a4-bb15-190a587fd111.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c4b1282a-fa8a-40a4-bb15-190a587fd111.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-c4b1282a-fa8a-40a4-bb15-190a587fd111.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-1992ce44-d166-4889-ae75-57179dee9e2a {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-1992ce44-d166-4889-ae75-57179dee9e2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1992ce44-d166-4889-ae75-57179dee9e2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1992ce44-d166-4889-ae75-57179dee9e2a {
  
}
}@media (max-width: 767px){#s-1992ce44-d166-4889-ae75-57179dee9e2a {
  
}
}
#s-1992ce44-d166-4889-ae75-57179dee9e2a {
  display: none;
}
#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  
}
}@media (max-width: 767px){#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  
}
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  max-width: 100%;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom,
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  max-width: 100%;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom,
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  max-width: 100%;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom,
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  max-width: 100%;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom,
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a {
  max-width: 100%;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom,
.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09d8cf0-7502-4bbc-8f90-8b55aa6fa66a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7dbcfa12-22fd-4490-9ca6-03edb4684683 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-7dbcfa12-22fd-4490-9ca6-03edb4684683 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dbcfa12-22fd-4490-9ca6-03edb4684683 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7dbcfa12-22fd-4490-9ca6-03edb4684683 {
  
}
}@media (max-width: 767px){#s-7dbcfa12-22fd-4490-9ca6-03edb4684683 {
  
}
}
#s-7dbcfa12-22fd-4490-9ca6-03edb4684683 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-fe33689f-a25b-4878-b77f-f55b3192db46 {
  text-align: center;
}
@media (min-width: 1200px){#s-fe33689f-a25b-4878-b77f-f55b3192db46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe33689f-a25b-4878-b77f-f55b3192db46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe33689f-a25b-4878-b77f-f55b3192db46 {
  
}
}@media (max-width: 767px){#s-fe33689f-a25b-4878-b77f-f55b3192db46 {
  
}
}
#s-fe33689f-a25b-4878-b77f-f55b3192db46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-fe33689f-a25b-4878-b77f-f55b3192db46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-fe33689f-a25b-4878-b77f-f55b3192db46 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9 {
  
}
}@media (max-width: 767px){#s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9 {
  
}
}
@media (min-width: 0px) {
[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d0eaa8da-42a2-490b-a89a-29b2ae399ea9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-dcdea777-d1cd-4568-bd53-67e47dc82649 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-dcdea777-d1cd-4568-bd53-67e47dc82649 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dcdea777-d1cd-4568-bd53-67e47dc82649 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dcdea777-d1cd-4568-bd53-67e47dc82649 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dcdea777-d1cd-4568-bd53-67e47dc82649 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-10e3e638-71f7-4eab-9769-05c760d6c052 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-10e3e638-71f7-4eab-9769-05c760d6c052:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-10e3e638-71f7-4eab-9769-05c760d6c052:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-10e3e638-71f7-4eab-9769-05c760d6c052-atc-btn-wrapper {
    text-align: center;
  }


#s-10e3e638-71f7-4eab-9769-05c760d6c052 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-10e3e638-71f7-4eab-9769-05c760d6c052.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10e3e638-71f7-4eab-9769-05c760d6c052.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-10e3e638-71f7-4eab-9769-05c760d6c052.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-10e3e638-71f7-4eab-9769-05c760d6c052.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-6846734f-f943-477f-af8c-2c6222e5771a {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6846734f-f943-477f-af8c-2c6222e5771a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6846734f-f943-477f-af8c-2c6222e5771a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6846734f-f943-477f-af8c-2c6222e5771a {
  
}
}@media (max-width: 767px){#s-6846734f-f943-477f-af8c-2c6222e5771a {
  
}
}
@media (min-width: 0px) {
[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-6846734f-f943-477f-af8c-2c6222e5771a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-e909b09e-a3aa-45cd-a6c1-b3a2c59c6a23 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-e909b09e-a3aa-45cd-a6c1-b3a2c59c6a23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e909b09e-a3aa-45cd-a6c1-b3a2c59c6a23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e909b09e-a3aa-45cd-a6c1-b3a2c59c6a23 {
  
}
}@media (max-width: 767px){#s-e909b09e-a3aa-45cd-a6c1-b3a2c59c6a23 {
  
}
}
#s-e909b09e-a3aa-45cd-a6c1-b3a2c59c6a23 {
  display: none;
}
#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  
}
}@media (max-width: 767px){#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  
}
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  max-width: 100%;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom,
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  max-width: 100%;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom,
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  max-width: 100%;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom,
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  max-width: 100%;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom,
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 {
  max-width: 100%;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom,
.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66e96f8a-519f-47a6-addd-d505c1ad7904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0c71b8e1-f451-480c-a6b3-629ec26e1c7c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-0c71b8e1-f451-480c-a6b3-629ec26e1c7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c71b8e1-f451-480c-a6b3-629ec26e1c7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c71b8e1-f451-480c-a6b3-629ec26e1c7c {
  
}
}@media (max-width: 767px){#s-0c71b8e1-f451-480c-a6b3-629ec26e1c7c {
  
}
}
#s-0c71b8e1-f451-480c-a6b3-629ec26e1c7c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-f59177e1-7ca0-4ef0-9256-20c88369ba02 {
  text-align: center;
}
@media (min-width: 1200px){#s-f59177e1-7ca0-4ef0-9256-20c88369ba02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f59177e1-7ca0-4ef0-9256-20c88369ba02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f59177e1-7ca0-4ef0-9256-20c88369ba02 {
  
}
}@media (max-width: 767px){#s-f59177e1-7ca0-4ef0-9256-20c88369ba02 {
  
}
}
#s-f59177e1-7ca0-4ef0-9256-20c88369ba02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-f59177e1-7ca0-4ef0-9256-20c88369ba02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-f59177e1-7ca0-4ef0-9256-20c88369ba02 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-57aae43b-2dfc-42f7-b104-887e5b53aa8d {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-57aae43b-2dfc-42f7-b104-887e5b53aa8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57aae43b-2dfc-42f7-b104-887e5b53aa8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57aae43b-2dfc-42f7-b104-887e5b53aa8d {
  
}
}@media (max-width: 767px){#s-57aae43b-2dfc-42f7-b104-887e5b53aa8d {
  
}
}
@media (min-width: 0px) {
[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-57aae43b-2dfc-42f7-b104-887e5b53aa8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-63a8c629-c0ea-41e6-80d9-24b17a98409f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-63a8c629-c0ea-41e6-80d9-24b17a98409f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-63a8c629-c0ea-41e6-80d9-24b17a98409f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-63a8c629-c0ea-41e6-80d9-24b17a98409f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-63a8c629-c0ea-41e6-80d9-24b17a98409f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-866ffd19-9937-43dd-b655-e4450a48ede8 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-866ffd19-9937-43dd-b655-e4450a48ede8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-866ffd19-9937-43dd-b655-e4450a48ede8:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-866ffd19-9937-43dd-b655-e4450a48ede8-atc-btn-wrapper {
    text-align: center;
  }


#s-866ffd19-9937-43dd-b655-e4450a48ede8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-866ffd19-9937-43dd-b655-e4450a48ede8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-866ffd19-9937-43dd-b655-e4450a48ede8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-866ffd19-9937-43dd-b655-e4450a48ede8.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-866ffd19-9937-43dd-b655-e4450a48ede8.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-1d5b9752-2116-4e88-a1a7-7f1411ee304d {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-1d5b9752-2116-4e88-a1a7-7f1411ee304d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d5b9752-2116-4e88-a1a7-7f1411ee304d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d5b9752-2116-4e88-a1a7-7f1411ee304d {
  
}
}@media (max-width: 767px){#s-1d5b9752-2116-4e88-a1a7-7f1411ee304d {
  
}
}
#s-1d5b9752-2116-4e88-a1a7-7f1411ee304d {
  display: none;
}
#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  
}
}@media (max-width: 767px){#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  
}
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  max-width: 100%;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom,
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  max-width: 100%;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom,
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  max-width: 100%;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom,
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  max-width: 100%;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom,
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 {
  max-width: 100%;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom,
.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc692bc-5368-4ed5-bb4d-0c7f0d6d3940 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6a9b15eb-d35c-4358-aa9e-839acbc412f4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-6a9b15eb-d35c-4358-aa9e-839acbc412f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a9b15eb-d35c-4358-aa9e-839acbc412f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a9b15eb-d35c-4358-aa9e-839acbc412f4 {
  
}
}@media (max-width: 767px){#s-6a9b15eb-d35c-4358-aa9e-839acbc412f4 {
  
}
}
#s-6a9b15eb-d35c-4358-aa9e-839acbc412f4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-624f1c9b-a471-4250-933b-97f3f1d47ef2 {
  text-align: center;
}
@media (min-width: 1200px){#s-624f1c9b-a471-4250-933b-97f3f1d47ef2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-624f1c9b-a471-4250-933b-97f3f1d47ef2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-624f1c9b-a471-4250-933b-97f3f1d47ef2 {
  
}
}@media (max-width: 767px){#s-624f1c9b-a471-4250-933b-97f3f1d47ef2 {
  
}
}
#s-624f1c9b-a471-4250-933b-97f3f1d47ef2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-624f1c9b-a471-4250-933b-97f3f1d47ef2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-624f1c9b-a471-4250-933b-97f3f1d47ef2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4d8ac96e-0636-48d9-839a-c4326b9f50cf {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-4d8ac96e-0636-48d9-839a-c4326b9f50cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d8ac96e-0636-48d9-839a-c4326b9f50cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d8ac96e-0636-48d9-839a-c4326b9f50cf {
  
}
}@media (max-width: 767px){#s-4d8ac96e-0636-48d9-839a-c4326b9f50cf {
  
}
}
@media (min-width: 0px) {
[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4d8ac96e-0636-48d9-839a-c4326b9f50cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2c84dc7e-d55c-4bc1-b81c-16a0a045f56a {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-2c84dc7e-d55c-4bc1-b81c-16a0a045f56a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2c84dc7e-d55c-4bc1-b81c-16a0a045f56a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2c84dc7e-d55c-4bc1-b81c-16a0a045f56a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2c84dc7e-d55c-4bc1-b81c-16a0a045f56a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56-atc-btn-wrapper {
    text-align: center;
  }


#s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-cfc4817f-73f9-4ba6-ae4b-3ff72bfb7c56.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-ffe94205-08ff-4b48-a330-ad5c99043d03 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-ffe94205-08ff-4b48-a330-ad5c99043d03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffe94205-08ff-4b48-a330-ad5c99043d03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffe94205-08ff-4b48-a330-ad5c99043d03 {
  
}
}@media (max-width: 767px){#s-ffe94205-08ff-4b48-a330-ad5c99043d03 {
  
}
}
#s-ffe94205-08ff-4b48-a330-ad5c99043d03 {
  display: none;
}
#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  
}
}@media (max-width: 767px){#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  
}
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  max-width: 100%;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom,
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  max-width: 100%;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom,
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  max-width: 100%;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom,
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  max-width: 100%;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom,
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 {
  max-width: 100%;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom,
.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bc81e68-beda-4c6d-9f30-d8612313abf9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-59dd29d9-58a5-4376-a350-72af3787154e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-59dd29d9-58a5-4376-a350-72af3787154e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59dd29d9-58a5-4376-a350-72af3787154e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59dd29d9-58a5-4376-a350-72af3787154e {
  
}
}@media (max-width: 767px){#s-59dd29d9-58a5-4376-a350-72af3787154e {
  
}
}
#s-59dd29d9-58a5-4376-a350-72af3787154e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-919cbb83-4314-4d1f-a235-f1af94c540ed {
  text-align: center;
}
@media (min-width: 1200px){#s-919cbb83-4314-4d1f-a235-f1af94c540ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-919cbb83-4314-4d1f-a235-f1af94c540ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-919cbb83-4314-4d1f-a235-f1af94c540ed {
  
}
}@media (max-width: 767px){#s-919cbb83-4314-4d1f-a235-f1af94c540ed {
  
}
}
#s-919cbb83-4314-4d1f-a235-f1af94c540ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-919cbb83-4314-4d1f-a235-f1af94c540ed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-919cbb83-4314-4d1f-a235-f1af94c540ed .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8 {
  
}
}@media (max-width: 767px){#s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8 {
  
}
}
@media (min-width: 0px) {
[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5406edd3-5bbf-4d40-a14a-d6cd6a514cc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-48def8e8-eefc-48e5-b91d-6e15d060d047 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-48def8e8-eefc-48e5-b91d-6e15d060d047 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-48def8e8-eefc-48e5-b91d-6e15d060d047 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-48def8e8-eefc-48e5-b91d-6e15d060d047 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-48def8e8-eefc-48e5-b91d-6e15d060d047 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00-atc-btn-wrapper {
    text-align: center;
  }


#s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-9ca143c0-7760-4ecf-8af3-e6c1d68e9b00.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-0f7518e0-cfab-4b42-b054-f1ebd870b1ea {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-0f7518e0-cfab-4b42-b054-f1ebd870b1ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f7518e0-cfab-4b42-b054-f1ebd870b1ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f7518e0-cfab-4b42-b054-f1ebd870b1ea {
  
}
}@media (max-width: 767px){#s-0f7518e0-cfab-4b42-b054-f1ebd870b1ea {
  
}
}
#s-0f7518e0-cfab-4b42-b054-f1ebd870b1ea {
  display: none;
}
#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  
}
}@media (max-width: 767px){#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  
}
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  max-width: 100%;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom,
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  max-width: 100%;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom,
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  max-width: 100%;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom,
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  max-width: 100%;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom,
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b {
  max-width: 100%;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom,
.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97992abe-c84a-459f-86e0-48c2b46c898b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-657535b8-d987-4765-9d7e-a9ea74c0685f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-657535b8-d987-4765-9d7e-a9ea74c0685f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-657535b8-d987-4765-9d7e-a9ea74c0685f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-657535b8-d987-4765-9d7e-a9ea74c0685f {
  
}
}@media (max-width: 767px){#s-657535b8-d987-4765-9d7e-a9ea74c0685f {
  
}
}
#s-657535b8-d987-4765-9d7e-a9ea74c0685f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-0fcfc2f8-3383-4a9c-b2a6-32b18ba07ee3 {
  text-align: center;
}
@media (min-width: 1200px){#s-0fcfc2f8-3383-4a9c-b2a6-32b18ba07ee3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fcfc2f8-3383-4a9c-b2a6-32b18ba07ee3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fcfc2f8-3383-4a9c-b2a6-32b18ba07ee3 {
  
}
}@media (max-width: 767px){#s-0fcfc2f8-3383-4a9c-b2a6-32b18ba07ee3 {
  
}
}
#s-0fcfc2f8-3383-4a9c-b2a6-32b18ba07ee3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-0fcfc2f8-3383-4a9c-b2a6-32b18ba07ee3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-0fcfc2f8-3383-4a9c-b2a6-32b18ba07ee3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c1cfc259-a974-4cfd-b717-34c4e2023d62 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-c1cfc259-a974-4cfd-b717-34c4e2023d62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1cfc259-a974-4cfd-b717-34c4e2023d62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1cfc259-a974-4cfd-b717-34c4e2023d62 {
  
}
}@media (max-width: 767px){#s-c1cfc259-a974-4cfd-b717-34c4e2023d62 {
  
}
}
@media (min-width: 0px) {
[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c1cfc259-a974-4cfd-b717-34c4e2023d62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-95dbb1a3-8455-4d22-9581-5e2b60034d26 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-95dbb1a3-8455-4d22-9581-5e2b60034d26 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-95dbb1a3-8455-4d22-9581-5e2b60034d26 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-95dbb1a3-8455-4d22-9581-5e2b60034d26 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-95dbb1a3-8455-4d22-9581-5e2b60034d26 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-12236efd-f1ff-4d1b-8a87-781c9c314cb7 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-12236efd-f1ff-4d1b-8a87-781c9c314cb7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-12236efd-f1ff-4d1b-8a87-781c9c314cb7:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-12236efd-f1ff-4d1b-8a87-781c9c314cb7-atc-btn-wrapper {
    text-align: center;
  }


#s-12236efd-f1ff-4d1b-8a87-781c9c314cb7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12236efd-f1ff-4d1b-8a87-781c9c314cb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12236efd-f1ff-4d1b-8a87-781c9c314cb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-12236efd-f1ff-4d1b-8a87-781c9c314cb7.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-12236efd-f1ff-4d1b-8a87-781c9c314cb7.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f {
  
}
}@media (max-width: 767px){#s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f {
  
}
}
@media (min-width: 0px) {
[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-dce02a6b-0f5e-47f0-8969-9b8bfdde6a7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-9857b8ff-c339-4cf9-8c2c-5537e313e883 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-9857b8ff-c339-4cf9-8c2c-5537e313e883 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9857b8ff-c339-4cf9-8c2c-5537e313e883 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9857b8ff-c339-4cf9-8c2c-5537e313e883 {
  
}
}@media (max-width: 767px){#s-9857b8ff-c339-4cf9-8c2c-5537e313e883 {
  
}
}
#s-9857b8ff-c339-4cf9-8c2c-5537e313e883 {
  display: none;
}
#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  
}
}@media (max-width: 767px){#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  
}
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  max-width: 100%;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom,
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  max-width: 100%;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom,
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  max-width: 100%;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom,
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  max-width: 100%;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom,
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 {
  max-width: 100%;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom,
.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-087aa74e-ae2e-4f9e-9e19-d15d6fadd1d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-60a2b045-a921-499b-81a2-2af24d17acc5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-60a2b045-a921-499b-81a2-2af24d17acc5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60a2b045-a921-499b-81a2-2af24d17acc5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60a2b045-a921-499b-81a2-2af24d17acc5 {
  
}
}@media (max-width: 767px){#s-60a2b045-a921-499b-81a2-2af24d17acc5 {
  
}
}
#s-60a2b045-a921-499b-81a2-2af24d17acc5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-3663dcc5-5415-4345-bc6e-430bde162cc2 {
  text-align: center;
}
@media (min-width: 1200px){#s-3663dcc5-5415-4345-bc6e-430bde162cc2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3663dcc5-5415-4345-bc6e-430bde162cc2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3663dcc5-5415-4345-bc6e-430bde162cc2 {
  
}
}@media (max-width: 767px){#s-3663dcc5-5415-4345-bc6e-430bde162cc2 {
  
}
}
#s-3663dcc5-5415-4345-bc6e-430bde162cc2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-3663dcc5-5415-4345-bc6e-430bde162cc2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-3663dcc5-5415-4345-bc6e-430bde162cc2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4b991751-b847-45b7-9283-b4ba9f80bf4a {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-4b991751-b847-45b7-9283-b4ba9f80bf4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b991751-b847-45b7-9283-b4ba9f80bf4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b991751-b847-45b7-9283-b4ba9f80bf4a {
  
}
}@media (max-width: 767px){#s-4b991751-b847-45b7-9283-b4ba9f80bf4a {
  
}
}
@media (min-width: 0px) {
[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4b991751-b847-45b7-9283-b4ba9f80bf4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-8495fcd1-8e66-475c-aca8-e0fd1ea9a5dd {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
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;
min-height: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-8495fcd1-8e66-475c-aca8-e0fd1ea9a5dd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8495fcd1-8e66-475c-aca8-e0fd1ea9a5dd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8495fcd1-8e66-475c-aca8-e0fd1ea9a5dd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8495fcd1-8e66-475c-aca8-e0fd1ea9a5dd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-b62391ad-962f-4d7f-b0b7-65023280401c {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-b62391ad-962f-4d7f-b0b7-65023280401c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b62391ad-962f-4d7f-b0b7-65023280401c:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-b62391ad-962f-4d7f-b0b7-65023280401c-atc-btn-wrapper {
    text-align: center;
  }


#s-b62391ad-962f-4d7f-b0b7-65023280401c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b62391ad-962f-4d7f-b0b7-65023280401c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b62391ad-962f-4d7f-b0b7-65023280401c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-b62391ad-962f-4d7f-b0b7-65023280401c.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-b62391ad-962f-4d7f-b0b7-65023280401c.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-d5393572-622e-4cb5-8f76-bc74a0cd3819 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-d5393572-622e-4cb5-8f76-bc74a0cd3819 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5393572-622e-4cb5-8f76-bc74a0cd3819 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5393572-622e-4cb5-8f76-bc74a0cd3819 {
  
}
}@media (max-width: 767px){#s-d5393572-622e-4cb5-8f76-bc74a0cd3819 {
  
}
}
#s-d5393572-622e-4cb5-8f76-bc74a0cd3819 {
  display: none;
}
#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  
}
}@media (max-width: 767px){#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  
}
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  max-width: 100%;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom,
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  max-width: 100%;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom,
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  max-width: 100%;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom,
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  max-width: 100%;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom,
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 {
  max-width: 100%;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom,
.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66b1afaf-19cd-4273-8d64-9d15b01c5a96 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8e748ea3-503f-4e51-bd6d-cddcf3d0b352 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-8e748ea3-503f-4e51-bd6d-cddcf3d0b352 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e748ea3-503f-4e51-bd6d-cddcf3d0b352 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e748ea3-503f-4e51-bd6d-cddcf3d0b352 {
  
}
}@media (max-width: 767px){#s-8e748ea3-503f-4e51-bd6d-cddcf3d0b352 {
  
}
}
#s-8e748ea3-503f-4e51-bd6d-cddcf3d0b352 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
}

#s-aeca0296-2267-49ab-b11d-3ebcfa203652 {
  text-align: center;
}
@media (min-width: 1200px){#s-aeca0296-2267-49ab-b11d-3ebcfa203652 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aeca0296-2267-49ab-b11d-3ebcfa203652 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aeca0296-2267-49ab-b11d-3ebcfa203652 {
  
}
}@media (max-width: 767px){#s-aeca0296-2267-49ab-b11d-3ebcfa203652 {
  
}
}
#s-aeca0296-2267-49ab-b11d-3ebcfa203652 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-aeca0296-2267-49ab-b11d-3ebcfa203652 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-aeca0296-2267-49ab-b11d-3ebcfa203652 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d {
  
}
}@media (max-width: 767px){#s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d {
  
}
}
@media (min-width: 0px) {
[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b88998d5-4fc8-4731-8b11-1e35cdc05f7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
min-width: 100%;
min-height: 16px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f-atc-btn-wrapper {
    text-align: center;
  }


#s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(252, 4, 4, 1);
}


  #s-dd3ed9e4-33b8-4405-a8a8-7ed06164e56f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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