.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-9e6bb429-c5f2-4b4a-99c7-648c18bf286d {
  min-height: 50px;
}








#s-9e6bb429-c5f2-4b4a-99c7-648c18bf286d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e6bb429-c5f2-4b4a-99c7-648c18bf286d.shg-box.shg-c {
  justify-content: center;
}

#s-ee760880-ff71-4e48-949b-124937a314fb {
  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-ee760880-ff71-4e48-949b-124937a314fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee760880-ff71-4e48-949b-124937a314fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee760880-ff71-4e48-949b-124937a314fb {
  min-height: 200px;
}
}@media (max-width: 767px){#s-ee760880-ff71-4e48-949b-124937a314fb {
  background-attachment: fixed;
min-height: 150px;
}
}







#s-ee760880-ff71-4e48-949b-124937a314fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-ee760880-ff71-4e48-949b-124937a314fb.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-ee760880-ff71-4e48-949b-124937a314fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-ee760880-ff71-4e48-949b-124937a314fb.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-ee760880-ff71-4e48-949b-124937a314fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-ee760880-ff71-4e48-949b-124937a314fb.shg-box.shg-c {
  justify-content: center;
}
}
#s-ddad1d7c-b85d-46ae-be3f-f05f03182d4c {
  min-height: 50px;
}
@media (max-width: 767px){#s-ddad1d7c-b85d-46ae-be3f-f05f03182d4c {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-ddad1d7c-b85d-46ae-be3f-f05f03182d4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddad1d7c-b85d-46ae-be3f-f05f03182d4c.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-ea4be9d1-d26d-439d-835d-f20ef3526fc5 {
  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-ea4be9d1-d26d-439d-835d-f20ef3526fc5 {
  max-width: 70px;
}
}@media (max-width: 767px){#s-ea4be9d1-d26d-439d-835d-f20ef3526fc5 {
  max-width: 70px;
}
}



  #s-ea4be9d1-d26d-439d-835d-f20ef3526fc5 img.shogun-image {
    
    width: px;
  }


#s-ea4be9d1-d26d-439d-835d-f20ef3526fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6eb9892f-c365-49f8-bc9c-57fa1a26a23a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-6eb9892f-c365-49f8-bc9c-57fa1a26a23a {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6eb9892f-c365-49f8-bc9c-57fa1a26a23a {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6eb9892f-c365-49f8-bc9c-57fa1a26a23a {
  max-width: 200px;
}
}@media (max-width: 767px){#s-6eb9892f-c365-49f8-bc9c-57fa1a26a23a {
  max-width: 200px;
}
}



  #s-6eb9892f-c365-49f8-bc9c-57fa1a26a23a img.shogun-image {
    
    width: px;
  }


#s-6eb9892f-c365-49f8-bc9c-57fa1a26a23a .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-1dd6cf1b-d3f1-4e45-8725-a9718f6447da {
  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-1dd6cf1b-d3f1-4e45-8725-a9718f6447da: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-1dd6cf1b-d3f1-4e45-8725-a9718f6447da: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-1dd6cf1b-d3f1-4e45-8725-a9718f6447da {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dd6cf1b-d3f1-4e45-8725-a9718f6447da {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dd6cf1b-d3f1-4e45-8725-a9718f6447da {
  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-1dd6cf1b-d3f1-4e45-8725-a9718f6447da {
  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-1dd6cf1b-d3f1-4e45-8725-a9718f6447da-btn-wrapper {
    text-align: center;
  }


#s-1dd6cf1b-d3f1-4e45-8725-a9718f6447da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-1dd6cf1b-d3f1-4e45-8725-a9718f6447da-btn-wrapper {
    text-align: center;
  }


#s-1dd6cf1b-d3f1-4e45-8725-a9718f6447da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1dd6cf1b-d3f1-4e45-8725-a9718f6447da-btn-wrapper {
    text-align: center;
  }


#s-1dd6cf1b-d3f1-4e45-8725-a9718f6447da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-ec7f4564-4695-4b15-8334-928cc91aac72 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ec7f4564-4695-4b15-8334-928cc91aac72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec7f4564-4695-4b15-8334-928cc91aac72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec7f4564-4695-4b15-8334-928cc91aac72 {
  
}
}@media (max-width: 767px){#s-ec7f4564-4695-4b15-8334-928cc91aac72 {
  
}
}







#s-ec7f4564-4695-4b15-8334-928cc91aac72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec7f4564-4695-4b15-8334-928cc91aac72.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-b7fe68ee-ed2e-427f-a686-8e8b82e83acc {
  margin-top: 25px;
margin-left: 100px;
margin-bottom: 25px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc {
  display: none;
}
#s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc, #wrap-s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc { display:none !important; }}@media (max-width: 767px){#s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc, #wrap-s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc { display:none !important; }}
@media (min-width: 0px) {
[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 768px) {
[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b7fe68ee-ed2e-427f-a686-8e8b82e83acc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-03d7dc3b-a87a-4b9a-91db-5e1c30076925 {
  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-03d7dc3b-a87a-4b9a-91db-5e1c30076925: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-03d7dc3b-a87a-4b9a-91db-5e1c30076925: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-03d7dc3b-a87a-4b9a-91db-5e1c30076925-btn-wrapper {
    text-align: center;
  }


#s-03d7dc3b-a87a-4b9a-91db-5e1c30076925.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-bd7279de-2f9e-48d1-b683-cd18cb420644 {
  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-bd7279de-2f9e-48d1-b683-cd18cb420644: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-bd7279de-2f9e-48d1-b683-cd18cb420644: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-bd7279de-2f9e-48d1-b683-cd18cb420644-btn-wrapper {
    text-align: center;
  }


#s-bd7279de-2f9e-48d1-b683-cd18cb420644.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

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

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a17ce15c-2f60-4c2d-ac53-7c7b349df3fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-41b91f21-9013-498e-9f8b-55af0fb64de4 {
  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-41b91f21-9013-498e-9f8b-55af0fb64de4: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-41b91f21-9013-498e-9f8b-55af0fb64de4: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-41b91f21-9013-498e-9f8b-55af0fb64de4 {
  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-41b91f21-9013-498e-9f8b-55af0fb64de4-btn-wrapper {
    text-align: center;
  }


#s-41b91f21-9013-498e-9f8b-55af0fb64de4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (max-width: 767px){
  #s-41b91f21-9013-498e-9f8b-55af0fb64de4-btn-wrapper {
    text-align: center;
  }


#s-41b91f21-9013-498e-9f8b-55af0fb64de4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-72d93a59-b788-48d2-aa18-c32d9811dd6a {
  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-72d93a59-b788-48d2-aa18-c32d9811dd6a: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-72d93a59-b788-48d2-aa18-c32d9811dd6a: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-72d93a59-b788-48d2-aa18-c32d9811dd6a {
  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-72d93a59-b788-48d2-aa18-c32d9811dd6a-btn-wrapper {
    text-align: center;
  }


#s-72d93a59-b788-48d2-aa18-c32d9811dd6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (max-width: 767px){
  #s-72d93a59-b788-48d2-aa18-c32d9811dd6a-btn-wrapper {
    text-align: center;
  }


#s-72d93a59-b788-48d2-aa18-c32d9811dd6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-f19c2358-ff96-430f-862d-78005134cab2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f19c2358-ff96-430f-862d-78005134cab2 {
  display: none;
}
#s-f19c2358-ff96-430f-862d-78005134cab2, #wrap-s-f19c2358-ff96-430f-862d-78005134cab2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f19c2358-ff96-430f-862d-78005134cab2 {
  display: none;
}
#s-f19c2358-ff96-430f-862d-78005134cab2, #wrap-s-f19c2358-ff96-430f-862d-78005134cab2 { display:none !important; }}@media (max-width: 767px){#s-f19c2358-ff96-430f-862d-78005134cab2 {
  display: none;
}
#s-f19c2358-ff96-430f-862d-78005134cab2, #wrap-s-f19c2358-ff96-430f-862d-78005134cab2 { display:none !important; }}







#s-f19c2358-ff96-430f-862d-78005134cab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f19c2358-ff96-430f-862d-78005134cab2.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-9b646c66-17f2-48c9-a098-4e598a09cc8c {
  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-9b646c66-17f2-48c9-a098-4e598a09cc8c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b646c66-17f2-48c9-a098-4e598a09cc8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b646c66-17f2-48c9-a098-4e598a09cc8c {
  
}
}@media (max-width: 767px){#s-9b646c66-17f2-48c9-a098-4e598a09cc8c {
  
}
}
#s-9b646c66-17f2-48c9-a098-4e598a09cc8c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b998ae61-336f-4f47-8d4f-9a5e337977b5 {
  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-b998ae61-336f-4f47-8d4f-9a5e337977b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b998ae61-336f-4f47-8d4f-9a5e337977b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b998ae61-336f-4f47-8d4f-9a5e337977b5 {
  
}
}@media (max-width: 767px){#s-b998ae61-336f-4f47-8d4f-9a5e337977b5 {
  
}
}







#s-b998ae61-336f-4f47-8d4f-9a5e337977b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b998ae61-336f-4f47-8d4f-9a5e337977b5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8bc91962-dd43-45dc-8665-4de6ee7defa6 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8bc91962-dd43-45dc-8665-4de6ee7defa6 {
  display: none;
}
#s-8bc91962-dd43-45dc-8665-4de6ee7defa6, #wrap-s-8bc91962-dd43-45dc-8665-4de6ee7defa6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bc91962-dd43-45dc-8665-4de6ee7defa6 {
  display: none;
}
#s-8bc91962-dd43-45dc-8665-4de6ee7defa6, #wrap-s-8bc91962-dd43-45dc-8665-4de6ee7defa6 { display:none !important; }}@media (max-width: 767px){#s-8bc91962-dd43-45dc-8665-4de6ee7defa6 {
  display: none;
}
#s-8bc91962-dd43-45dc-8665-4de6ee7defa6, #wrap-s-8bc91962-dd43-45dc-8665-4de6ee7defa6 { display:none !important; }}







#s-8bc91962-dd43-45dc-8665-4de6ee7defa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bc91962-dd43-45dc-8665-4de6ee7defa6.shg-box.shg-c {
  justify-content: center;
}

#s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e {
  
}
}@media (max-width: 767px){#s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e {
  
}
}
@media (min-width: 0px) {
[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3ffeb23-ea1d-43f5-9611-dfcdeeddd47e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-092ce4db-7cdb-4cdd-b90b-5de96fd2dc86 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-092ce4db-7cdb-4cdd-b90b-5de96fd2dc86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-092ce4db-7cdb-4cdd-b90b-5de96fd2dc86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-092ce4db-7cdb-4cdd-b90b-5de96fd2dc86 {
  
}
}@media (max-width: 767px){#s-092ce4db-7cdb-4cdd-b90b-5de96fd2dc86 {
  
}
}
#s-092ce4db-7cdb-4cdd-b90b-5de96fd2dc86 {
  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-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  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-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  
}
}@media (max-width: 767px){#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  
}
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  max-width: 100%;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom,
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  max-width: 100%;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom,
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  max-width: 100%;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom,
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  max-width: 100%;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom,
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 {
  max-width: 100%;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .shg-image-zoom,
.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2ba2af0-e27a-4888-afb6-35ed8aa51735 .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-92e538ec-da1a-473f-81c7-1c9d7482871e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-92e538ec-da1a-473f-81c7-1c9d7482871e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92e538ec-da1a-473f-81c7-1c9d7482871e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92e538ec-da1a-473f-81c7-1c9d7482871e {
  
}
}@media (max-width: 767px){#s-92e538ec-da1a-473f-81c7-1c9d7482871e {
  
}
}
#s-92e538ec-da1a-473f-81c7-1c9d7482871e .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-b311ad9c-d6b6-45b5-8aa7-801b42daf926 {
  text-align: center;
}
@media (min-width: 1200px){#s-b311ad9c-d6b6-45b5-8aa7-801b42daf926 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b311ad9c-d6b6-45b5-8aa7-801b42daf926 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b311ad9c-d6b6-45b5-8aa7-801b42daf926 {
  
}
}@media (max-width: 767px){#s-b311ad9c-d6b6-45b5-8aa7-801b42daf926 {
  
}
}
#s-b311ad9c-d6b6-45b5-8aa7-801b42daf926 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-b311ad9c-d6b6-45b5-8aa7-801b42daf926 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-b311ad9c-d6b6-45b5-8aa7-801b42daf926 .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-6180c877-ace8-46f5-8dcb-88fcb274a964 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-6180c877-ace8-46f5-8dcb-88fcb274a964 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6180c877-ace8-46f5-8dcb-88fcb274a964 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6180c877-ace8-46f5-8dcb-88fcb274a964 {
  
}
}@media (max-width: 767px){#s-6180c877-ace8-46f5-8dcb-88fcb274a964 {
  
}
}
@media (min-width: 0px) {
[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6180c877-ace8-46f5-8dcb-88fcb274a964"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-0e141034-f895-4e47-8adc-4db98b601980 {
  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-0e141034-f895-4e47-8adc-4db98b601980 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0e141034-f895-4e47-8adc-4db98b601980 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0e141034-f895-4e47-8adc-4db98b601980 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0e141034-f895-4e47-8adc-4db98b601980 .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-b3ef87d5-38b7-4a88-a871-ec068bcc4534 {
  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-b3ef87d5-38b7-4a88-a871-ec068bcc4534: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-b3ef87d5-38b7-4a88-a871-ec068bcc4534:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-b3ef87d5-38b7-4a88-a871-ec068bcc4534-atc-btn-wrapper {
    text-align: center;
  }


#s-b3ef87d5-38b7-4a88-a871-ec068bcc4534 {
  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-b3ef87d5-38b7-4a88-a871-ec068bcc4534.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3ef87d5-38b7-4a88-a871-ec068bcc4534.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-b3ef87d5-38b7-4a88-a871-ec068bcc4534.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-b3ef87d5-38b7-4a88-a871-ec068bcc4534.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-7720670d-3353-466b-8ebb-49101af4e9c5 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-7720670d-3353-466b-8ebb-49101af4e9c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7720670d-3353-466b-8ebb-49101af4e9c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7720670d-3353-466b-8ebb-49101af4e9c5 {
  
}
}@media (max-width: 767px){#s-7720670d-3353-466b-8ebb-49101af4e9c5 {
  
}
}
#s-7720670d-3353-466b-8ebb-49101af4e9c5 {
  display: none;
}
#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  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-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  
}
}@media (max-width: 767px){#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  
}
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  max-width: 100%;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom,
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  max-width: 100%;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom,
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  max-width: 100%;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom,
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  max-width: 100%;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom,
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b {
  max-width: 100%;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom,
.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06ec0e27-69fb-419d-8b9a-37f44a78012b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d1c080ce-dc11-4ad6-a489-c7ca0a0f35b4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-d1c080ce-dc11-4ad6-a489-c7ca0a0f35b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1c080ce-dc11-4ad6-a489-c7ca0a0f35b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1c080ce-dc11-4ad6-a489-c7ca0a0f35b4 {
  
}
}@media (max-width: 767px){#s-d1c080ce-dc11-4ad6-a489-c7ca0a0f35b4 {
  
}
}
#s-d1c080ce-dc11-4ad6-a489-c7ca0a0f35b4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-e09df502-4624-4ad3-9cfd-09c8dbd18e3b {
  text-align: center;
}
@media (min-width: 1200px){#s-e09df502-4624-4ad3-9cfd-09c8dbd18e3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e09df502-4624-4ad3-9cfd-09c8dbd18e3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e09df502-4624-4ad3-9cfd-09c8dbd18e3b {
  
}
}@media (max-width: 767px){#s-e09df502-4624-4ad3-9cfd-09c8dbd18e3b {
  
}
}
#s-e09df502-4624-4ad3-9cfd-09c8dbd18e3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-e09df502-4624-4ad3-9cfd-09c8dbd18e3b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-e09df502-4624-4ad3-9cfd-09c8dbd18e3b .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-10fb1406-1e82-4800-a906-3f74fb92c79b {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-10fb1406-1e82-4800-a906-3f74fb92c79b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10fb1406-1e82-4800-a906-3f74fb92c79b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10fb1406-1e82-4800-a906-3f74fb92c79b {
  
}
}@media (max-width: 767px){#s-10fb1406-1e82-4800-a906-3f74fb92c79b {
  
}
}
@media (min-width: 0px) {
[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-10fb1406-1e82-4800-a906-3f74fb92c79b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-acfc5dad-427a-4cb9-b5d0-d5953e0a40cd {
  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-acfc5dad-427a-4cb9-b5d0-d5953e0a40cd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-acfc5dad-427a-4cb9-b5d0-d5953e0a40cd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-acfc5dad-427a-4cb9-b5d0-d5953e0a40cd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-acfc5dad-427a-4cb9-b5d0-d5953e0a40cd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-cc04fa27-ee13-43e5-b8fd-956696929a6d {
  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-cc04fa27-ee13-43e5-b8fd-956696929a6d: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-cc04fa27-ee13-43e5-b8fd-956696929a6d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-cc04fa27-ee13-43e5-b8fd-956696929a6d-atc-btn-wrapper {
    text-align: center;
  }


#s-cc04fa27-ee13-43e5-b8fd-956696929a6d {
  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-cc04fa27-ee13-43e5-b8fd-956696929a6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc04fa27-ee13-43e5-b8fd-956696929a6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-cc04fa27-ee13-43e5-b8fd-956696929a6d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-cc04fa27-ee13-43e5-b8fd-956696929a6d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-4ee6ec27-efe3-4cd9-adbb-1caed59dc623 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-4ee6ec27-efe3-4cd9-adbb-1caed59dc623 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ee6ec27-efe3-4cd9-adbb-1caed59dc623 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ee6ec27-efe3-4cd9-adbb-1caed59dc623 {
  
}
}@media (max-width: 767px){#s-4ee6ec27-efe3-4cd9-adbb-1caed59dc623 {
  
}
}
#s-4ee6ec27-efe3-4cd9-adbb-1caed59dc623 {
  display: none;
}
#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  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-b429d4d2-2465-48af-899b-65f43f8e1999 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  
}
}@media (max-width: 767px){#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  
}
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  max-width: 100%;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom,
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  max-width: 100%;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom,
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  max-width: 100%;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom,
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  max-width: 100%;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom,
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 {
  max-width: 100%;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom,
.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b429d4d2-2465-48af-899b-65f43f8e1999 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2e188195-531a-4e99-828d-9e299e8d935a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-2e188195-531a-4e99-828d-9e299e8d935a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e188195-531a-4e99-828d-9e299e8d935a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e188195-531a-4e99-828d-9e299e8d935a {
  
}
}@media (max-width: 767px){#s-2e188195-531a-4e99-828d-9e299e8d935a {
  
}
}
#s-2e188195-531a-4e99-828d-9e299e8d935a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-12b66249-8d82-4fec-a9ab-5643fc4e4f33 {
  text-align: center;
}
@media (min-width: 1200px){#s-12b66249-8d82-4fec-a9ab-5643fc4e4f33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12b66249-8d82-4fec-a9ab-5643fc4e4f33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12b66249-8d82-4fec-a9ab-5643fc4e4f33 {
  
}
}@media (max-width: 767px){#s-12b66249-8d82-4fec-a9ab-5643fc4e4f33 {
  
}
}
#s-12b66249-8d82-4fec-a9ab-5643fc4e4f33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-12b66249-8d82-4fec-a9ab-5643fc4e4f33 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-12b66249-8d82-4fec-a9ab-5643fc4e4f33 .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-45008e06-e6d2-4f4a-8363-a4743a2b944b {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-45008e06-e6d2-4f4a-8363-a4743a2b944b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45008e06-e6d2-4f4a-8363-a4743a2b944b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45008e06-e6d2-4f4a-8363-a4743a2b944b {
  
}
}@media (max-width: 767px){#s-45008e06-e6d2-4f4a-8363-a4743a2b944b {
  
}
}
@media (min-width: 0px) {
[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-45008e06-e6d2-4f4a-8363-a4743a2b944b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c66c8c61-93cc-4f22-be49-132c038e316a {
  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-c66c8c61-93cc-4f22-be49-132c038e316a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c66c8c61-93cc-4f22-be49-132c038e316a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c66c8c61-93cc-4f22-be49-132c038e316a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c66c8c61-93cc-4f22-be49-132c038e316a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-e64877d5-236c-494f-990f-05c71aa2ebcb {
  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-e64877d5-236c-494f-990f-05c71aa2ebcb: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-e64877d5-236c-494f-990f-05c71aa2ebcb:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-e64877d5-236c-494f-990f-05c71aa2ebcb-atc-btn-wrapper {
    text-align: center;
  }


#s-e64877d5-236c-494f-990f-05c71aa2ebcb {
  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-e64877d5-236c-494f-990f-05c71aa2ebcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e64877d5-236c-494f-990f-05c71aa2ebcb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-e64877d5-236c-494f-990f-05c71aa2ebcb.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-e64877d5-236c-494f-990f-05c71aa2ebcb.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-85097242-ca1a-48d3-b049-b6b4e395d567 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-85097242-ca1a-48d3-b049-b6b4e395d567 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85097242-ca1a-48d3-b049-b6b4e395d567 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85097242-ca1a-48d3-b049-b6b4e395d567 {
  
}
}@media (max-width: 767px){#s-85097242-ca1a-48d3-b049-b6b4e395d567 {
  
}
}
#s-85097242-ca1a-48d3-b049-b6b4e395d567 {
  display: none;
}
#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  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-78efe723-7de0-4b74-a7fd-84496d065d2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  
}
}@media (max-width: 767px){#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  
}
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  max-width: 100%;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom,
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  max-width: 100%;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom,
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  max-width: 100%;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom,
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  max-width: 100%;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom,
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b {
  max-width: 100%;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom,
.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78efe723-7de0-4b74-a7fd-84496d065d2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-33cb3c36-6046-4cb8-bccc-ffbbc6f48123 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-33cb3c36-6046-4cb8-bccc-ffbbc6f48123 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33cb3c36-6046-4cb8-bccc-ffbbc6f48123 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33cb3c36-6046-4cb8-bccc-ffbbc6f48123 {
  
}
}@media (max-width: 767px){#s-33cb3c36-6046-4cb8-bccc-ffbbc6f48123 {
  
}
}
#s-33cb3c36-6046-4cb8-bccc-ffbbc6f48123 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-4229a665-ee8f-41f6-8d2a-b4efb478a79c {
  text-align: center;
}
@media (min-width: 1200px){#s-4229a665-ee8f-41f6-8d2a-b4efb478a79c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4229a665-ee8f-41f6-8d2a-b4efb478a79c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4229a665-ee8f-41f6-8d2a-b4efb478a79c {
  
}
}@media (max-width: 767px){#s-4229a665-ee8f-41f6-8d2a-b4efb478a79c {
  
}
}
#s-4229a665-ee8f-41f6-8d2a-b4efb478a79c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-4229a665-ee8f-41f6-8d2a-b4efb478a79c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-4229a665-ee8f-41f6-8d2a-b4efb478a79c .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-68fca781-c8de-41e7-8adf-3f195508b9e0 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-68fca781-c8de-41e7-8adf-3f195508b9e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68fca781-c8de-41e7-8adf-3f195508b9e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68fca781-c8de-41e7-8adf-3f195508b9e0 {
  
}
}@media (max-width: 767px){#s-68fca781-c8de-41e7-8adf-3f195508b9e0 {
  
}
}
@media (min-width: 0px) {
[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-68fca781-c8de-41e7-8adf-3f195508b9e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-55f74497-2f0c-48dc-82e7-fdbf72c940b3 {
  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-55f74497-2f0c-48dc-82e7-fdbf72c940b3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-55f74497-2f0c-48dc-82e7-fdbf72c940b3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-55f74497-2f0c-48dc-82e7-fdbf72c940b3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-55f74497-2f0c-48dc-82e7-fdbf72c940b3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1fe7a5df-27df-484d-ad18-c795052a7674 {
  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-1fe7a5df-27df-484d-ad18-c795052a7674: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-1fe7a5df-27df-484d-ad18-c795052a7674:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-1fe7a5df-27df-484d-ad18-c795052a7674-atc-btn-wrapper {
    text-align: center;
  }


#s-1fe7a5df-27df-484d-ad18-c795052a7674 {
  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-1fe7a5df-27df-484d-ad18-c795052a7674.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fe7a5df-27df-484d-ad18-c795052a7674.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-1fe7a5df-27df-484d-ad18-c795052a7674.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-1fe7a5df-27df-484d-ad18-c795052a7674.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-f8c89062-5b5b-4783-8491-8b4da60157c8 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f8c89062-5b5b-4783-8491-8b4da60157c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8c89062-5b5b-4783-8491-8b4da60157c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8c89062-5b5b-4783-8491-8b4da60157c8 {
  
}
}@media (max-width: 767px){#s-f8c89062-5b5b-4783-8491-8b4da60157c8 {
  
}
}
@media (min-width: 0px) {
[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f8c89062-5b5b-4783-8491-8b4da60157c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-72314cc3-e187-4ecb-ba25-9a3b3208e4b0 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-72314cc3-e187-4ecb-ba25-9a3b3208e4b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72314cc3-e187-4ecb-ba25-9a3b3208e4b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72314cc3-e187-4ecb-ba25-9a3b3208e4b0 {
  
}
}@media (max-width: 767px){#s-72314cc3-e187-4ecb-ba25-9a3b3208e4b0 {
  
}
}
#s-72314cc3-e187-4ecb-ba25-9a3b3208e4b0 {
  display: none;
}
#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  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-422ea8fe-3683-47d0-80de-3faf7f78930d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  
}
}@media (max-width: 767px){#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  
}
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  max-width: 100%;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom,
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  max-width: 100%;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom,
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  max-width: 100%;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom,
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  max-width: 100%;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom,
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d {
  max-width: 100%;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom,
.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-422ea8fe-3683-47d0-80de-3faf7f78930d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-39110295-7ac5-4164-905e-c55218e59e83 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-39110295-7ac5-4164-905e-c55218e59e83 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39110295-7ac5-4164-905e-c55218e59e83 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39110295-7ac5-4164-905e-c55218e59e83 {
  
}
}@media (max-width: 767px){#s-39110295-7ac5-4164-905e-c55218e59e83 {
  
}
}
#s-39110295-7ac5-4164-905e-c55218e59e83 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-c3e6a459-753b-43db-a881-7cbe6cadf31c {
  text-align: center;
}
@media (min-width: 1200px){#s-c3e6a459-753b-43db-a881-7cbe6cadf31c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3e6a459-753b-43db-a881-7cbe6cadf31c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3e6a459-753b-43db-a881-7cbe6cadf31c {
  
}
}@media (max-width: 767px){#s-c3e6a459-753b-43db-a881-7cbe6cadf31c {
  
}
}
#s-c3e6a459-753b-43db-a881-7cbe6cadf31c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-c3e6a459-753b-43db-a881-7cbe6cadf31c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-c3e6a459-753b-43db-a881-7cbe6cadf31c .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-66163fff-1423-44c7-9399-9dc7e9bac0d0 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-66163fff-1423-44c7-9399-9dc7e9bac0d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66163fff-1423-44c7-9399-9dc7e9bac0d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66163fff-1423-44c7-9399-9dc7e9bac0d0 {
  
}
}@media (max-width: 767px){#s-66163fff-1423-44c7-9399-9dc7e9bac0d0 {
  
}
}
@media (min-width: 0px) {
[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-66163fff-1423-44c7-9399-9dc7e9bac0d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3acebcd5-72d4-4ee3-8be5-7b5e3ebb8662 {
  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-3acebcd5-72d4-4ee3-8be5-7b5e3ebb8662 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3acebcd5-72d4-4ee3-8be5-7b5e3ebb8662 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3acebcd5-72d4-4ee3-8be5-7b5e3ebb8662 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3acebcd5-72d4-4ee3-8be5-7b5e3ebb8662 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3e7a5fd5-d851-401c-9310-6d21cbb5e80a {
  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-3e7a5fd5-d851-401c-9310-6d21cbb5e80a: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-3e7a5fd5-d851-401c-9310-6d21cbb5e80a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-3e7a5fd5-d851-401c-9310-6d21cbb5e80a-atc-btn-wrapper {
    text-align: center;
  }


#s-3e7a5fd5-d851-401c-9310-6d21cbb5e80a {
  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-3e7a5fd5-d851-401c-9310-6d21cbb5e80a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3e7a5fd5-d851-401c-9310-6d21cbb5e80a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-3e7a5fd5-d851-401c-9310-6d21cbb5e80a.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-3e7a5fd5-d851-401c-9310-6d21cbb5e80a.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-83a7c376-f6c8-4b93-93ba-174f5453b934 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-83a7c376-f6c8-4b93-93ba-174f5453b934 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83a7c376-f6c8-4b93-93ba-174f5453b934 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83a7c376-f6c8-4b93-93ba-174f5453b934 {
  
}
}@media (max-width: 767px){#s-83a7c376-f6c8-4b93-93ba-174f5453b934 {
  
}
}
#s-83a7c376-f6c8-4b93-93ba-174f5453b934 {
  display: none;
}
#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  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-b9401900-3771-490f-9471-4f1a618a7cd7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  
}
}@media (max-width: 767px){#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  
}
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  max-width: 100%;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom,
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  max-width: 100%;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom,
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  max-width: 100%;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom,
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  max-width: 100%;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom,
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 {
  max-width: 100%;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom,
.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9401900-3771-490f-9471-4f1a618a7cd7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8d74d345-c0f2-4d0d-a25c-6a3bd230b436 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-8d74d345-c0f2-4d0d-a25c-6a3bd230b436 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d74d345-c0f2-4d0d-a25c-6a3bd230b436 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d74d345-c0f2-4d0d-a25c-6a3bd230b436 {
  
}
}@media (max-width: 767px){#s-8d74d345-c0f2-4d0d-a25c-6a3bd230b436 {
  
}
}
#s-8d74d345-c0f2-4d0d-a25c-6a3bd230b436 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-954cfc0a-4c05-4be5-89e9-c31f97b9237b {
  text-align: center;
}
@media (min-width: 1200px){#s-954cfc0a-4c05-4be5-89e9-c31f97b9237b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-954cfc0a-4c05-4be5-89e9-c31f97b9237b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-954cfc0a-4c05-4be5-89e9-c31f97b9237b {
  
}
}@media (max-width: 767px){#s-954cfc0a-4c05-4be5-89e9-c31f97b9237b {
  
}
}
#s-954cfc0a-4c05-4be5-89e9-c31f97b9237b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-954cfc0a-4c05-4be5-89e9-c31f97b9237b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: ;
}

#s-954cfc0a-4c05-4be5-89e9-c31f97b9237b .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-231f5cc2-6dc4-47ae-8a78-506598fce9f2 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-231f5cc2-6dc4-47ae-8a78-506598fce9f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-231f5cc2-6dc4-47ae-8a78-506598fce9f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-231f5cc2-6dc4-47ae-8a78-506598fce9f2 {
  
}
}@media (max-width: 767px){#s-231f5cc2-6dc4-47ae-8a78-506598fce9f2 {
  
}
}
@media (min-width: 0px) {
[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-231f5cc2-6dc4-47ae-8a78-506598fce9f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ce783f6e-6d5f-4362-b680-dd4994d20bd5 {
  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-ce783f6e-6d5f-4362-b680-dd4994d20bd5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ce783f6e-6d5f-4362-b680-dd4994d20bd5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ce783f6e-6d5f-4362-b680-dd4994d20bd5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ce783f6e-6d5f-4362-b680-dd4994d20bd5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-43a3f45b-b665-4f38-be6e-82b483a9ecd0 {
  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-43a3f45b-b665-4f38-be6e-82b483a9ecd0: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-43a3f45b-b665-4f38-be6e-82b483a9ecd0:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-43a3f45b-b665-4f38-be6e-82b483a9ecd0-atc-btn-wrapper {
    text-align: center;
  }


#s-43a3f45b-b665-4f38-be6e-82b483a9ecd0 {
  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-43a3f45b-b665-4f38-be6e-82b483a9ecd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43a3f45b-b665-4f38-be6e-82b483a9ecd0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-43a3f45b-b665-4f38-be6e-82b483a9ecd0.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-43a3f45b-b665-4f38-be6e-82b483a9ecd0.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-8eff7f9d-8bcb-45af-9a8b-eb89ff8fab0b {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-8eff7f9d-8bcb-45af-9a8b-eb89ff8fab0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8eff7f9d-8bcb-45af-9a8b-eb89ff8fab0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8eff7f9d-8bcb-45af-9a8b-eb89ff8fab0b {
  
}
}@media (max-width: 767px){#s-8eff7f9d-8bcb-45af-9a8b-eb89ff8fab0b {
  
}
}
#s-8eff7f9d-8bcb-45af-9a8b-eb89ff8fab0b {
  display: none;
}
#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  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-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  
}
}@media (max-width: 767px){#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  
}
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  max-width: 100%;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom,
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  max-width: 100%;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom,
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  max-width: 100%;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom,
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  max-width: 100%;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom,
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 {
  max-width: 100%;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom,
.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc0a07a-6faa-437d-b042-67ae2b70baa0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-01b4bde6-c5fd-4807-8f3f-77911574b773 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-01b4bde6-c5fd-4807-8f3f-77911574b773 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01b4bde6-c5fd-4807-8f3f-77911574b773 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01b4bde6-c5fd-4807-8f3f-77911574b773 {
  
}
}@media (max-width: 767px){#s-01b4bde6-c5fd-4807-8f3f-77911574b773 {
  
}
}
#s-01b4bde6-c5fd-4807-8f3f-77911574b773 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-43d72c66-630d-4e0b-9f90-ca0095830488 {
  text-align: center;
}
@media (min-width: 1200px){#s-43d72c66-630d-4e0b-9f90-ca0095830488 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43d72c66-630d-4e0b-9f90-ca0095830488 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43d72c66-630d-4e0b-9f90-ca0095830488 {
  
}
}@media (max-width: 767px){#s-43d72c66-630d-4e0b-9f90-ca0095830488 {
  
}
}
#s-43d72c66-630d-4e0b-9f90-ca0095830488 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-43d72c66-630d-4e0b-9f90-ca0095830488 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-43d72c66-630d-4e0b-9f90-ca0095830488 .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-47d95239-7133-4396-a4e2-b38064e3ef9d {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-47d95239-7133-4396-a4e2-b38064e3ef9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47d95239-7133-4396-a4e2-b38064e3ef9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47d95239-7133-4396-a4e2-b38064e3ef9d {
  
}
}@media (max-width: 767px){#s-47d95239-7133-4396-a4e2-b38064e3ef9d {
  
}
}
@media (min-width: 0px) {
[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-47d95239-7133-4396-a4e2-b38064e3ef9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-aee8597f-ba1f-4cae-9dff-24e769d0de97 {
  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-aee8597f-ba1f-4cae-9dff-24e769d0de97 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aee8597f-ba1f-4cae-9dff-24e769d0de97 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aee8597f-ba1f-4cae-9dff-24e769d0de97 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aee8597f-ba1f-4cae-9dff-24e769d0de97 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8 {
  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-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8: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-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8-atc-btn-wrapper {
    text-align: center;
  }


#s-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8 {
  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-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-dc187db6-cbda-4d30-b0af-2dcb67aa9fd8.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-8aea395f-eb64-4205-bc23-e82904d8833d {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-8aea395f-eb64-4205-bc23-e82904d8833d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aea395f-eb64-4205-bc23-e82904d8833d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8aea395f-eb64-4205-bc23-e82904d8833d {
  
}
}@media (max-width: 767px){#s-8aea395f-eb64-4205-bc23-e82904d8833d {
  
}
}
#s-8aea395f-eb64-4205-bc23-e82904d8833d {
  display: none;
}
#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  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-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  
}
}@media (max-width: 767px){#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  
}
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  max-width: 100%;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom,
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  max-width: 100%;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom,
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  max-width: 100%;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom,
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  max-width: 100%;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom,
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 {
  max-width: 100%;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom,
.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c8904d6-f7ba-4ba5-8515-e10f640da616 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cd8ec0ac-04d4-4b7c-86ff-5ae9be3181a1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-cd8ec0ac-04d4-4b7c-86ff-5ae9be3181a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd8ec0ac-04d4-4b7c-86ff-5ae9be3181a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd8ec0ac-04d4-4b7c-86ff-5ae9be3181a1 {
  
}
}@media (max-width: 767px){#s-cd8ec0ac-04d4-4b7c-86ff-5ae9be3181a1 {
  
}
}
#s-cd8ec0ac-04d4-4b7c-86ff-5ae9be3181a1 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-64085125-5821-45c2-abf1-1d4b5f3bd1d0 {
  text-align: center;
}
@media (min-width: 1200px){#s-64085125-5821-45c2-abf1-1d4b5f3bd1d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64085125-5821-45c2-abf1-1d4b5f3bd1d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-64085125-5821-45c2-abf1-1d4b5f3bd1d0 {
  
}
}@media (max-width: 767px){#s-64085125-5821-45c2-abf1-1d4b5f3bd1d0 {
  
}
}
#s-64085125-5821-45c2-abf1-1d4b5f3bd1d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-64085125-5821-45c2-abf1-1d4b5f3bd1d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-64085125-5821-45c2-abf1-1d4b5f3bd1d0 .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-61ff0786-f565-492e-98f9-5237be9a24b0 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-61ff0786-f565-492e-98f9-5237be9a24b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61ff0786-f565-492e-98f9-5237be9a24b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61ff0786-f565-492e-98f9-5237be9a24b0 {
  
}
}@media (max-width: 767px){#s-61ff0786-f565-492e-98f9-5237be9a24b0 {
  
}
}
@media (min-width: 0px) {
[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-61ff0786-f565-492e-98f9-5237be9a24b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-60ba2af9-5312-4950-abe1-328b87abedb6 {
  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-60ba2af9-5312-4950-abe1-328b87abedb6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-60ba2af9-5312-4950-abe1-328b87abedb6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-60ba2af9-5312-4950-abe1-328b87abedb6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-60ba2af9-5312-4950-abe1-328b87abedb6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c71c3b74-66ef-482d-b16e-e0733ce7567e {
  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-c71c3b74-66ef-482d-b16e-e0733ce7567e: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-c71c3b74-66ef-482d-b16e-e0733ce7567e:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c71c3b74-66ef-482d-b16e-e0733ce7567e-atc-btn-wrapper {
    text-align: center;
  }


#s-c71c3b74-66ef-482d-b16e-e0733ce7567e {
  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-c71c3b74-66ef-482d-b16e-e0733ce7567e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c71c3b74-66ef-482d-b16e-e0733ce7567e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c71c3b74-66ef-482d-b16e-e0733ce7567e.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-c71c3b74-66ef-482d-b16e-e0733ce7567e.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-813e66f7-e532-49ec-b127-18f922e64a4c {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-813e66f7-e532-49ec-b127-18f922e64a4c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-813e66f7-e532-49ec-b127-18f922e64a4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-813e66f7-e532-49ec-b127-18f922e64a4c {
  
}
}@media (max-width: 767px){#s-813e66f7-e532-49ec-b127-18f922e64a4c {
  
}
}
@media (min-width: 0px) {
[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-813e66f7-e532-49ec-b127-18f922e64a4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-91c6ce05-9a22-44d8-8056-d99caf4234e2 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-91c6ce05-9a22-44d8-8056-d99caf4234e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91c6ce05-9a22-44d8-8056-d99caf4234e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91c6ce05-9a22-44d8-8056-d99caf4234e2 {
  
}
}@media (max-width: 767px){#s-91c6ce05-9a22-44d8-8056-d99caf4234e2 {
  
}
}
#s-91c6ce05-9a22-44d8-8056-d99caf4234e2 {
  display: none;
}
#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  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-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  
}
}@media (max-width: 767px){#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  
}
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  max-width: 100%;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom,
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  max-width: 100%;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom,
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  max-width: 100%;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom,
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  max-width: 100%;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom,
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 {
  max-width: 100%;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom,
.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14cef966-2ce0-4514-abfd-4af7f1e34910 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b558a319-86e4-4c2b-8ea9-888b937b1441 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-b558a319-86e4-4c2b-8ea9-888b937b1441 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b558a319-86e4-4c2b-8ea9-888b937b1441 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b558a319-86e4-4c2b-8ea9-888b937b1441 {
  
}
}@media (max-width: 767px){#s-b558a319-86e4-4c2b-8ea9-888b937b1441 {
  
}
}
#s-b558a319-86e4-4c2b-8ea9-888b937b1441 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-65b49b7a-e503-47ba-89b6-87a4d9fc361d {
  text-align: center;
}
@media (min-width: 1200px){#s-65b49b7a-e503-47ba-89b6-87a4d9fc361d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65b49b7a-e503-47ba-89b6-87a4d9fc361d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65b49b7a-e503-47ba-89b6-87a4d9fc361d {
  
}
}@media (max-width: 767px){#s-65b49b7a-e503-47ba-89b6-87a4d9fc361d {
  
}
}
#s-65b49b7a-e503-47ba-89b6-87a4d9fc361d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-65b49b7a-e503-47ba-89b6-87a4d9fc361d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-65b49b7a-e503-47ba-89b6-87a4d9fc361d .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-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f {
  
}
}@media (max-width: 767px){#s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f {
  
}
}
@media (min-width: 0px) {
[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c71c8cf6-1bb8-4c6e-90b5-6227e7ac382f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-fa9fda5a-b9aa-4bfb-8b54-c19ce1458e5a {
  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-fa9fda5a-b9aa-4bfb-8b54-c19ce1458e5a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fa9fda5a-b9aa-4bfb-8b54-c19ce1458e5a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fa9fda5a-b9aa-4bfb-8b54-c19ce1458e5a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fa9fda5a-b9aa-4bfb-8b54-c19ce1458e5a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac {
  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-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac: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-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac-atc-btn-wrapper {
    text-align: center;
  }


#s-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac {
  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-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-84adc505-36f0-4d1c-9f69-d7d8e0bd21ac.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-5a46b6d5-73e2-42a0-bf08-9b69e79511be {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-5a46b6d5-73e2-42a0-bf08-9b69e79511be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a46b6d5-73e2-42a0-bf08-9b69e79511be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a46b6d5-73e2-42a0-bf08-9b69e79511be {
  
}
}@media (max-width: 767px){#s-5a46b6d5-73e2-42a0-bf08-9b69e79511be {
  
}
}
#s-5a46b6d5-73e2-42a0-bf08-9b69e79511be {
  display: none;
}
#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  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-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  
}
}@media (max-width: 767px){#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  
}
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  max-width: 100%;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom,
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  max-width: 100%;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom,
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  max-width: 100%;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom,
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  max-width: 100%;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom,
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 {
  max-width: 100%;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom,
.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1eb0863-731e-4462-81d7-239b8ab29dc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d56aeba8-ab84-402a-914b-2df4ad6d57b0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-d56aeba8-ab84-402a-914b-2df4ad6d57b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d56aeba8-ab84-402a-914b-2df4ad6d57b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d56aeba8-ab84-402a-914b-2df4ad6d57b0 {
  
}
}@media (max-width: 767px){#s-d56aeba8-ab84-402a-914b-2df4ad6d57b0 {
  
}
}
#s-d56aeba8-ab84-402a-914b-2df4ad6d57b0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-a3444626-cdf3-454e-8d3b-921f390903fb {
  text-align: center;
}
@media (min-width: 1200px){#s-a3444626-cdf3-454e-8d3b-921f390903fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3444626-cdf3-454e-8d3b-921f390903fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3444626-cdf3-454e-8d3b-921f390903fb {
  
}
}@media (max-width: 767px){#s-a3444626-cdf3-454e-8d3b-921f390903fb {
  
}
}
#s-a3444626-cdf3-454e-8d3b-921f390903fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-a3444626-cdf3-454e-8d3b-921f390903fb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-a3444626-cdf3-454e-8d3b-921f390903fb .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-10491a81-49ba-413b-bf31-b88b49e263b0 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-10491a81-49ba-413b-bf31-b88b49e263b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10491a81-49ba-413b-bf31-b88b49e263b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10491a81-49ba-413b-bf31-b88b49e263b0 {
  
}
}@media (max-width: 767px){#s-10491a81-49ba-413b-bf31-b88b49e263b0 {
  
}
}
@media (min-width: 0px) {
[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-10491a81-49ba-413b-bf31-b88b49e263b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-bb07be5b-656e-4f14-ae49-d4168b9d5f1c {
  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-bb07be5b-656e-4f14-ae49-d4168b9d5f1c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bb07be5b-656e-4f14-ae49-d4168b9d5f1c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bb07be5b-656e-4f14-ae49-d4168b9d5f1c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bb07be5b-656e-4f14-ae49-d4168b9d5f1c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1 {
  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-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1: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-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1-atc-btn-wrapper {
    text-align: center;
  }


#s-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1 {
  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-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(249, 3, 3, 1);
}


  #s-581fc39a-92b2-4f4f-9d1a-3f12c888e6f1.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-d70a636d-ce25-497f-8ecc-fac14f4fbf1d {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d70a636d-ce25-497f-8ecc-fac14f4fbf1d {
  display: none;
}
#s-d70a636d-ce25-497f-8ecc-fac14f4fbf1d, #wrap-s-d70a636d-ce25-497f-8ecc-fac14f4fbf1d { display:none !important; }}







#s-d70a636d-ce25-497f-8ecc-fac14f4fbf1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d70a636d-ce25-497f-8ecc-fac14f4fbf1d.shg-box.shg-c {
  justify-content: center;
}

#s-85ecb494-ef4a-431d-b492-c29cb40e0a35 {
  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-85ecb494-ef4a-431d-b492-c29cb40e0a35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85ecb494-ef4a-431d-b492-c29cb40e0a35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85ecb494-ef4a-431d-b492-c29cb40e0a35 {
  
}
}@media (max-width: 767px){#s-85ecb494-ef4a-431d-b492-c29cb40e0a35 {
  
}
}
#s-85ecb494-ef4a-431d-b492-c29cb40e0a35 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-446da0cc-39ae-4516-9f3b-eed302a08111 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-446da0cc-39ae-4516-9f3b-eed302a08111 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-446da0cc-39ae-4516-9f3b-eed302a08111 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-446da0cc-39ae-4516-9f3b-eed302a08111 {
  
}
}@media (max-width: 767px){#s-446da0cc-39ae-4516-9f3b-eed302a08111 {
  
}
}
@media (min-width: 0px) {
[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-446da0cc-39ae-4516-9f3b-eed302a08111"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-e048cf46-10c3-4c4e-8933-8d3cde2d62c1 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-e048cf46-10c3-4c4e-8933-8d3cde2d62c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e048cf46-10c3-4c4e-8933-8d3cde2d62c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e048cf46-10c3-4c4e-8933-8d3cde2d62c1 {
  
}
}@media (max-width: 767px){#s-e048cf46-10c3-4c4e-8933-8d3cde2d62c1 {
  
}
}
#s-e048cf46-10c3-4c4e-8933-8d3cde2d62c1 {
  display: none;
}
#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  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-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  
}
}@media (max-width: 767px){#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  
}
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  max-width: 100%;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom,
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  max-width: 100%;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom,
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  max-width: 100%;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom,
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  max-width: 100%;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom,
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b {
  max-width: 100%;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom,
.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe65a527-91b8-469f-99af-8ad6a3c0877b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-aecea4e0-3471-4f7f-a8bc-90c76462419d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-aecea4e0-3471-4f7f-a8bc-90c76462419d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aecea4e0-3471-4f7f-a8bc-90c76462419d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aecea4e0-3471-4f7f-a8bc-90c76462419d {
  
}
}@media (max-width: 767px){#s-aecea4e0-3471-4f7f-a8bc-90c76462419d {
  
}
}
#s-aecea4e0-3471-4f7f-a8bc-90c76462419d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-5e85dfb4-3055-4af1-9b5d-f9e3d78c92d4 {
  text-align: center;
}
@media (min-width: 1200px){#s-5e85dfb4-3055-4af1-9b5d-f9e3d78c92d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e85dfb4-3055-4af1-9b5d-f9e3d78c92d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e85dfb4-3055-4af1-9b5d-f9e3d78c92d4 {
  
}
}@media (max-width: 767px){#s-5e85dfb4-3055-4af1-9b5d-f9e3d78c92d4 {
  
}
}
#s-5e85dfb4-3055-4af1-9b5d-f9e3d78c92d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-5e85dfb4-3055-4af1-9b5d-f9e3d78c92d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-5e85dfb4-3055-4af1-9b5d-f9e3d78c92d4 .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-0b7a80c3-10ac-41b1-86ee-da2473ba83c1 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1 {
  
}
}@media (max-width: 767px){#s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1 {
  
}
}
@media (min-width: 0px) {
[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b7a80c3-10ac-41b1-86ee-da2473ba83c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-fbe003e5-8713-4df6-9a61-284fe22f2eed {
  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-fbe003e5-8713-4df6-9a61-284fe22f2eed .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fbe003e5-8713-4df6-9a61-284fe22f2eed .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fbe003e5-8713-4df6-9a61-284fe22f2eed .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fbe003e5-8713-4df6-9a61-284fe22f2eed .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-cde0a92b-5401-4880-afcd-bfa710e75cad {
  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-cde0a92b-5401-4880-afcd-bfa710e75cad: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-cde0a92b-5401-4880-afcd-bfa710e75cad:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-cde0a92b-5401-4880-afcd-bfa710e75cad-atc-btn-wrapper {
    text-align: center;
  }


#s-cde0a92b-5401-4880-afcd-bfa710e75cad {
  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-cde0a92b-5401-4880-afcd-bfa710e75cad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde0a92b-5401-4880-afcd-bfa710e75cad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-cde0a92b-5401-4880-afcd-bfa710e75cad.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-cde0a92b-5401-4880-afcd-bfa710e75cad.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-7f5605c1-14a5-4398-93fa-ad12537f2978 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-7f5605c1-14a5-4398-93fa-ad12537f2978 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f5605c1-14a5-4398-93fa-ad12537f2978 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f5605c1-14a5-4398-93fa-ad12537f2978 {
  
}
}@media (max-width: 767px){#s-7f5605c1-14a5-4398-93fa-ad12537f2978 {
  
}
}
#s-7f5605c1-14a5-4398-93fa-ad12537f2978 {
  display: none;
}
#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  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-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  
}
}@media (max-width: 767px){#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  
}
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  max-width: 100%;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom,
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  max-width: 100%;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom,
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  max-width: 100%;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom,
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  max-width: 100%;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom,
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 {
  max-width: 100%;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom,
.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eada2fa-0194-4182-a8b3-7a82a3047772 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bee6e007-c0d3-4a6a-b0e7-6091e2763243 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-bee6e007-c0d3-4a6a-b0e7-6091e2763243 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bee6e007-c0d3-4a6a-b0e7-6091e2763243 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bee6e007-c0d3-4a6a-b0e7-6091e2763243 {
  
}
}@media (max-width: 767px){#s-bee6e007-c0d3-4a6a-b0e7-6091e2763243 {
  
}
}
#s-bee6e007-c0d3-4a6a-b0e7-6091e2763243 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-f2ec846f-512e-421a-9fd1-85c83603af7e {
  text-align: center;
}
@media (min-width: 1200px){#s-f2ec846f-512e-421a-9fd1-85c83603af7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2ec846f-512e-421a-9fd1-85c83603af7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2ec846f-512e-421a-9fd1-85c83603af7e {
  
}
}@media (max-width: 767px){#s-f2ec846f-512e-421a-9fd1-85c83603af7e {
  
}
}
#s-f2ec846f-512e-421a-9fd1-85c83603af7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-f2ec846f-512e-421a-9fd1-85c83603af7e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-f2ec846f-512e-421a-9fd1-85c83603af7e .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-8298f770-ae30-4746-afe3-bb89ab7f84b3 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-8298f770-ae30-4746-afe3-bb89ab7f84b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8298f770-ae30-4746-afe3-bb89ab7f84b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8298f770-ae30-4746-afe3-bb89ab7f84b3 {
  
}
}@media (max-width: 767px){#s-8298f770-ae30-4746-afe3-bb89ab7f84b3 {
  
}
}
@media (min-width: 0px) {
[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8298f770-ae30-4746-afe3-bb89ab7f84b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-da455257-d86b-4af9-b669-af6f818d78a1 {
  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-da455257-d86b-4af9-b669-af6f818d78a1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-da455257-d86b-4af9-b669-af6f818d78a1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-da455257-d86b-4af9-b669-af6f818d78a1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-da455257-d86b-4af9-b669-af6f818d78a1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-32232aa9-cb46-44f0-8a8b-14629b2a47e8 {
  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-32232aa9-cb46-44f0-8a8b-14629b2a47e8: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-32232aa9-cb46-44f0-8a8b-14629b2a47e8:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-32232aa9-cb46-44f0-8a8b-14629b2a47e8-atc-btn-wrapper {
    text-align: center;
  }


#s-32232aa9-cb46-44f0-8a8b-14629b2a47e8 {
  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-32232aa9-cb46-44f0-8a8b-14629b2a47e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32232aa9-cb46-44f0-8a8b-14629b2a47e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-32232aa9-cb46-44f0-8a8b-14629b2a47e8.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-32232aa9-cb46-44f0-8a8b-14629b2a47e8.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-55915558-d066-4cc8-b1f0-15918a5313e5 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-55915558-d066-4cc8-b1f0-15918a5313e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55915558-d066-4cc8-b1f0-15918a5313e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55915558-d066-4cc8-b1f0-15918a5313e5 {
  
}
}@media (max-width: 767px){#s-55915558-d066-4cc8-b1f0-15918a5313e5 {
  
}
}
#s-55915558-d066-4cc8-b1f0-15918a5313e5 {
  display: none;
}
#s-6267b327-7312-460b-a308-4e82a28e4499 {
  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-6267b327-7312-460b-a308-4e82a28e4499 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6267b327-7312-460b-a308-4e82a28e4499 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6267b327-7312-460b-a308-4e82a28e4499 {
  
}
}@media (max-width: 767px){#s-6267b327-7312-460b-a308-4e82a28e4499 {
  
}
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 {
  max-width: 100%;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom,
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 {
  max-width: 100%;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom,
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 {
  max-width: 100%;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom,
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 {
  max-width: 100%;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom,
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 {
  max-width: 100%;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom,
.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6267b327-7312-460b-a308-4e82a28e4499 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-38673155-a440-4f21-9ca6-78bddf2f34e9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-38673155-a440-4f21-9ca6-78bddf2f34e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38673155-a440-4f21-9ca6-78bddf2f34e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38673155-a440-4f21-9ca6-78bddf2f34e9 {
  
}
}@media (max-width: 767px){#s-38673155-a440-4f21-9ca6-78bddf2f34e9 {
  
}
}
#s-38673155-a440-4f21-9ca6-78bddf2f34e9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-881460a8-8a8c-4ccc-8cf6-5b1ddfb703fc {
  text-align: center;
}
@media (min-width: 1200px){#s-881460a8-8a8c-4ccc-8cf6-5b1ddfb703fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-881460a8-8a8c-4ccc-8cf6-5b1ddfb703fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-881460a8-8a8c-4ccc-8cf6-5b1ddfb703fc {
  
}
}@media (max-width: 767px){#s-881460a8-8a8c-4ccc-8cf6-5b1ddfb703fc {
  
}
}
#s-881460a8-8a8c-4ccc-8cf6-5b1ddfb703fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-881460a8-8a8c-4ccc-8cf6-5b1ddfb703fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-881460a8-8a8c-4ccc-8cf6-5b1ddfb703fc .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-5dea75c1-c86c-441d-89b5-da0d32383375 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-5dea75c1-c86c-441d-89b5-da0d32383375 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dea75c1-c86c-441d-89b5-da0d32383375 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dea75c1-c86c-441d-89b5-da0d32383375 {
  
}
}@media (max-width: 767px){#s-5dea75c1-c86c-441d-89b5-da0d32383375 {
  
}
}
@media (min-width: 0px) {
[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5dea75c1-c86c-441d-89b5-da0d32383375"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-6606c9e3-9979-408a-b1f3-a5e5a8d826d4 {
  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-6606c9e3-9979-408a-b1f3-a5e5a8d826d4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6606c9e3-9979-408a-b1f3-a5e5a8d826d4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6606c9e3-9979-408a-b1f3-a5e5a8d826d4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6606c9e3-9979-408a-b1f3-a5e5a8d826d4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-36b0e6d0-b136-492d-8682-8f9b83138761 {
  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-36b0e6d0-b136-492d-8682-8f9b83138761: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-36b0e6d0-b136-492d-8682-8f9b83138761:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-36b0e6d0-b136-492d-8682-8f9b83138761-atc-btn-wrapper {
    text-align: center;
  }


#s-36b0e6d0-b136-492d-8682-8f9b83138761 {
  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-36b0e6d0-b136-492d-8682-8f9b83138761.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36b0e6d0-b136-492d-8682-8f9b83138761.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-36b0e6d0-b136-492d-8682-8f9b83138761.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-36b0e6d0-b136-492d-8682-8f9b83138761.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-56e4d3e9-c79f-4e5f-acca-8bd31ff95385 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-56e4d3e9-c79f-4e5f-acca-8bd31ff95385 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56e4d3e9-c79f-4e5f-acca-8bd31ff95385 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56e4d3e9-c79f-4e5f-acca-8bd31ff95385 {
  
}
}@media (max-width: 767px){#s-56e4d3e9-c79f-4e5f-acca-8bd31ff95385 {
  
}
}
#s-56e4d3e9-c79f-4e5f-acca-8bd31ff95385 {
  display: none;
}
#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  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-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  
}
}@media (max-width: 767px){#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  
}
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  max-width: 100%;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom,
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  max-width: 100%;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom,
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  max-width: 100%;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom,
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  max-width: 100%;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom,
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d {
  max-width: 100%;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom,
.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e408ef7-83b2-4aa4-a885-12a553f0b45d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ac6c4d92-9d33-4190-84e6-66d294287de4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-ac6c4d92-9d33-4190-84e6-66d294287de4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac6c4d92-9d33-4190-84e6-66d294287de4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac6c4d92-9d33-4190-84e6-66d294287de4 {
  
}
}@media (max-width: 767px){#s-ac6c4d92-9d33-4190-84e6-66d294287de4 {
  
}
}
#s-ac6c4d92-9d33-4190-84e6-66d294287de4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-834d64b3-8b86-4647-aeec-50f1c9ae58a8 {
  text-align: center;
}
@media (min-width: 1200px){#s-834d64b3-8b86-4647-aeec-50f1c9ae58a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-834d64b3-8b86-4647-aeec-50f1c9ae58a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-834d64b3-8b86-4647-aeec-50f1c9ae58a8 {
  
}
}@media (max-width: 767px){#s-834d64b3-8b86-4647-aeec-50f1c9ae58a8 {
  
}
}
#s-834d64b3-8b86-4647-aeec-50f1c9ae58a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-834d64b3-8b86-4647-aeec-50f1c9ae58a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-834d64b3-8b86-4647-aeec-50f1c9ae58a8 .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-88da5448-de3b-44eb-ba43-dcb2a04fee4e {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-88da5448-de3b-44eb-ba43-dcb2a04fee4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88da5448-de3b-44eb-ba43-dcb2a04fee4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-88da5448-de3b-44eb-ba43-dcb2a04fee4e {
  
}
}@media (max-width: 767px){#s-88da5448-de3b-44eb-ba43-dcb2a04fee4e {
  
}
}
@media (min-width: 0px) {
[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-88da5448-de3b-44eb-ba43-dcb2a04fee4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-dcc6180c-e040-4dc3-bdaf-a53e36a2f83e {
  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-dcc6180c-e040-4dc3-bdaf-a53e36a2f83e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dcc6180c-e040-4dc3-bdaf-a53e36a2f83e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dcc6180c-e040-4dc3-bdaf-a53e36a2f83e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dcc6180c-e040-4dc3-bdaf-a53e36a2f83e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c5f87c01-c817-47e0-9e39-90f3e11eb977 {
  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-c5f87c01-c817-47e0-9e39-90f3e11eb977: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-c5f87c01-c817-47e0-9e39-90f3e11eb977:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c5f87c01-c817-47e0-9e39-90f3e11eb977-atc-btn-wrapper {
    text-align: center;
  }


#s-c5f87c01-c817-47e0-9e39-90f3e11eb977 {
  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-c5f87c01-c817-47e0-9e39-90f3e11eb977.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5f87c01-c817-47e0-9e39-90f3e11eb977.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c5f87c01-c817-47e0-9e39-90f3e11eb977.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-c5f87c01-c817-47e0-9e39-90f3e11eb977.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-5af7536c-9501-4554-a3d1-115e49600e32 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-5af7536c-9501-4554-a3d1-115e49600e32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5af7536c-9501-4554-a3d1-115e49600e32 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5af7536c-9501-4554-a3d1-115e49600e32 {
  
}
}@media (max-width: 767px){#s-5af7536c-9501-4554-a3d1-115e49600e32 {
  
}
}
@media (min-width: 0px) {
[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5af7536c-9501-4554-a3d1-115e49600e32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-7a7eda60-3791-4cd9-820a-0e4029ad11c0 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-7a7eda60-3791-4cd9-820a-0e4029ad11c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a7eda60-3791-4cd9-820a-0e4029ad11c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a7eda60-3791-4cd9-820a-0e4029ad11c0 {
  
}
}@media (max-width: 767px){#s-7a7eda60-3791-4cd9-820a-0e4029ad11c0 {
  
}
}
#s-7a7eda60-3791-4cd9-820a-0e4029ad11c0 {
  display: none;
}
#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  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-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  
}
}@media (max-width: 767px){#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  
}
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  max-width: 100%;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom,
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  max-width: 100%;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom,
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  max-width: 100%;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom,
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  max-width: 100%;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom,
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 {
  max-width: 100%;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom,
.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95ae6d48-d023-46c2-997a-de3ab0cead15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2ec0aa01-45fa-478b-ac54-f1baa8df081c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-2ec0aa01-45fa-478b-ac54-f1baa8df081c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ec0aa01-45fa-478b-ac54-f1baa8df081c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ec0aa01-45fa-478b-ac54-f1baa8df081c {
  
}
}@media (max-width: 767px){#s-2ec0aa01-45fa-478b-ac54-f1baa8df081c {
  
}
}
#s-2ec0aa01-45fa-478b-ac54-f1baa8df081c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-b8d2642e-9b6b-4095-bc34-041eff26963c {
  text-align: center;
}
@media (min-width: 1200px){#s-b8d2642e-9b6b-4095-bc34-041eff26963c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8d2642e-9b6b-4095-bc34-041eff26963c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8d2642e-9b6b-4095-bc34-041eff26963c {
  
}
}@media (max-width: 767px){#s-b8d2642e-9b6b-4095-bc34-041eff26963c {
  
}
}
#s-b8d2642e-9b6b-4095-bc34-041eff26963c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-b8d2642e-9b6b-4095-bc34-041eff26963c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-b8d2642e-9b6b-4095-bc34-041eff26963c .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-7cbb5600-760a-4993-a8fb-39b6d1d80cca {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-7cbb5600-760a-4993-a8fb-39b6d1d80cca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cbb5600-760a-4993-a8fb-39b6d1d80cca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cbb5600-760a-4993-a8fb-39b6d1d80cca {
  
}
}@media (max-width: 767px){#s-7cbb5600-760a-4993-a8fb-39b6d1d80cca {
  
}
}
@media (min-width: 0px) {
[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7cbb5600-760a-4993-a8fb-39b6d1d80cca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ef6d8f17-7762-4012-b647-a1d8eb34a020 {
  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-ef6d8f17-7762-4012-b647-a1d8eb34a020 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ef6d8f17-7762-4012-b647-a1d8eb34a020 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ef6d8f17-7762-4012-b647-a1d8eb34a020 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ef6d8f17-7762-4012-b647-a1d8eb34a020 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3e797d00-0b11-4e3a-847a-2ff933d1e680 {
  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-3e797d00-0b11-4e3a-847a-2ff933d1e680: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-3e797d00-0b11-4e3a-847a-2ff933d1e680:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-3e797d00-0b11-4e3a-847a-2ff933d1e680-atc-btn-wrapper {
    text-align: center;
  }


#s-3e797d00-0b11-4e3a-847a-2ff933d1e680 {
  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-3e797d00-0b11-4e3a-847a-2ff933d1e680.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3e797d00-0b11-4e3a-847a-2ff933d1e680.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-3e797d00-0b11-4e3a-847a-2ff933d1e680.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-3e797d00-0b11-4e3a-847a-2ff933d1e680.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-1b20e90c-4881-42cb-acd9-c42b3905ea14 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-1b20e90c-4881-42cb-acd9-c42b3905ea14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b20e90c-4881-42cb-acd9-c42b3905ea14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b20e90c-4881-42cb-acd9-c42b3905ea14 {
  
}
}@media (max-width: 767px){#s-1b20e90c-4881-42cb-acd9-c42b3905ea14 {
  
}
}
#s-1b20e90c-4881-42cb-acd9-c42b3905ea14 {
  display: none;
}
#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  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-d44ed514-827e-4b0d-befc-1abe388027ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  
}
}@media (max-width: 767px){#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  
}
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  max-width: 100%;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom,
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  max-width: 100%;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom,
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  max-width: 100%;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom,
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  max-width: 100%;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom,
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce {
  max-width: 100%;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom,
.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d44ed514-827e-4b0d-befc-1abe388027ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-329ac8df-20c7-4328-90ae-0e854fb0c02f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-329ac8df-20c7-4328-90ae-0e854fb0c02f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-329ac8df-20c7-4328-90ae-0e854fb0c02f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-329ac8df-20c7-4328-90ae-0e854fb0c02f {
  
}
}@media (max-width: 767px){#s-329ac8df-20c7-4328-90ae-0e854fb0c02f {
  
}
}
#s-329ac8df-20c7-4328-90ae-0e854fb0c02f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-09fb5b6b-0935-4d91-8e3d-4c845d6f103f {
  text-align: center;
}
@media (min-width: 1200px){#s-09fb5b6b-0935-4d91-8e3d-4c845d6f103f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09fb5b6b-0935-4d91-8e3d-4c845d6f103f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09fb5b6b-0935-4d91-8e3d-4c845d6f103f {
  
}
}@media (max-width: 767px){#s-09fb5b6b-0935-4d91-8e3d-4c845d6f103f {
  
}
}
#s-09fb5b6b-0935-4d91-8e3d-4c845d6f103f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-09fb5b6b-0935-4d91-8e3d-4c845d6f103f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-09fb5b6b-0935-4d91-8e3d-4c845d6f103f .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-b297131c-e25c-4d96-b424-0eeb4f2cab75 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-b297131c-e25c-4d96-b424-0eeb4f2cab75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b297131c-e25c-4d96-b424-0eeb4f2cab75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b297131c-e25c-4d96-b424-0eeb4f2cab75 {
  
}
}@media (max-width: 767px){#s-b297131c-e25c-4d96-b424-0eeb4f2cab75 {
  
}
}
@media (min-width: 0px) {
[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b297131c-e25c-4d96-b424-0eeb4f2cab75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-cd7b8a57-74b9-41b5-a95c-387a168852e1 {
  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-cd7b8a57-74b9-41b5-a95c-387a168852e1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cd7b8a57-74b9-41b5-a95c-387a168852e1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cd7b8a57-74b9-41b5-a95c-387a168852e1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cd7b8a57-74b9-41b5-a95c-387a168852e1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c9251166-4ed4-4259-a1a8-229edc50eafb {
  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-c9251166-4ed4-4259-a1a8-229edc50eafb: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-c9251166-4ed4-4259-a1a8-229edc50eafb:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c9251166-4ed4-4259-a1a8-229edc50eafb-atc-btn-wrapper {
    text-align: center;
  }


#s-c9251166-4ed4-4259-a1a8-229edc50eafb {
  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-c9251166-4ed4-4259-a1a8-229edc50eafb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9251166-4ed4-4259-a1a8-229edc50eafb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c9251166-4ed4-4259-a1a8-229edc50eafb.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-c9251166-4ed4-4259-a1a8-229edc50eafb.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-f6fab035-0997-4c4d-a20b-ffd27d98d8b4 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-f6fab035-0997-4c4d-a20b-ffd27d98d8b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6fab035-0997-4c4d-a20b-ffd27d98d8b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6fab035-0997-4c4d-a20b-ffd27d98d8b4 {
  
}
}@media (max-width: 767px){#s-f6fab035-0997-4c4d-a20b-ffd27d98d8b4 {
  
}
}
#s-f6fab035-0997-4c4d-a20b-ffd27d98d8b4 {
  display: none;
}
#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  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-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  
}
}@media (max-width: 767px){#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  
}
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  max-width: 100%;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom,
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  max-width: 100%;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom,
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  max-width: 100%;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom,
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  max-width: 100%;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom,
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 {
  max-width: 100%;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom,
.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb1396d5-d5ac-44c2-9d6c-48e2538182b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-21235030-c4e0-43c0-b791-a42df8f0384f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-21235030-c4e0-43c0-b791-a42df8f0384f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21235030-c4e0-43c0-b791-a42df8f0384f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21235030-c4e0-43c0-b791-a42df8f0384f {
  
}
}@media (max-width: 767px){#s-21235030-c4e0-43c0-b791-a42df8f0384f {
  
}
}
#s-21235030-c4e0-43c0-b791-a42df8f0384f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-3c6ee850-21fb-4dd3-a70f-cefbe33b1bf2 {
  text-align: center;
}
@media (min-width: 1200px){#s-3c6ee850-21fb-4dd3-a70f-cefbe33b1bf2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c6ee850-21fb-4dd3-a70f-cefbe33b1bf2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c6ee850-21fb-4dd3-a70f-cefbe33b1bf2 {
  
}
}@media (max-width: 767px){#s-3c6ee850-21fb-4dd3-a70f-cefbe33b1bf2 {
  
}
}
#s-3c6ee850-21fb-4dd3-a70f-cefbe33b1bf2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-3c6ee850-21fb-4dd3-a70f-cefbe33b1bf2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-3c6ee850-21fb-4dd3-a70f-cefbe33b1bf2 .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-723729f6-672a-4d23-81e3-7af7d464a6ab {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-723729f6-672a-4d23-81e3-7af7d464a6ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-723729f6-672a-4d23-81e3-7af7d464a6ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-723729f6-672a-4d23-81e3-7af7d464a6ab {
  
}
}@media (max-width: 767px){#s-723729f6-672a-4d23-81e3-7af7d464a6ab {
  
}
}
@media (min-width: 0px) {
[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-723729f6-672a-4d23-81e3-7af7d464a6ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-a6fcd9de-56f9-4f08-a86d-3525d0cb2ba2 {
  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-a6fcd9de-56f9-4f08-a86d-3525d0cb2ba2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a6fcd9de-56f9-4f08-a86d-3525d0cb2ba2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a6fcd9de-56f9-4f08-a86d-3525d0cb2ba2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a6fcd9de-56f9-4f08-a86d-3525d0cb2ba2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c644ee64-10f7-4a3f-960b-2b87e7f768d8 {
  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-c644ee64-10f7-4a3f-960b-2b87e7f768d8: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-c644ee64-10f7-4a3f-960b-2b87e7f768d8:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c644ee64-10f7-4a3f-960b-2b87e7f768d8-atc-btn-wrapper {
    text-align: center;
  }


#s-c644ee64-10f7-4a3f-960b-2b87e7f768d8 {
  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-c644ee64-10f7-4a3f-960b-2b87e7f768d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c644ee64-10f7-4a3f-960b-2b87e7f768d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c644ee64-10f7-4a3f-960b-2b87e7f768d8.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-c644ee64-10f7-4a3f-960b-2b87e7f768d8.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-db62e499-d166-4f34-8c7a-3692e89d988f {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-db62e499-d166-4f34-8c7a-3692e89d988f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db62e499-d166-4f34-8c7a-3692e89d988f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db62e499-d166-4f34-8c7a-3692e89d988f {
  
}
}@media (max-width: 767px){#s-db62e499-d166-4f34-8c7a-3692e89d988f {
  
}
}
#s-db62e499-d166-4f34-8c7a-3692e89d988f {
  display: none;
}
#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  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-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  
}
}@media (max-width: 767px){#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  
}
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  max-width: 100%;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom,
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  max-width: 100%;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom,
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  max-width: 100%;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom,
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  max-width: 100%;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom,
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 {
  max-width: 100%;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom,
.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54b94966-44fb-4803-ad4f-c5140c0a8439 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-939f6476-9a76-4fc5-9d36-daa141f90a64 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-939f6476-9a76-4fc5-9d36-daa141f90a64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-939f6476-9a76-4fc5-9d36-daa141f90a64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-939f6476-9a76-4fc5-9d36-daa141f90a64 {
  
}
}@media (max-width: 767px){#s-939f6476-9a76-4fc5-9d36-daa141f90a64 {
  
}
}
#s-939f6476-9a76-4fc5-9d36-daa141f90a64 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-9a879ec3-89b4-48d1-bef6-520f9cfd17c8 {
  text-align: center;
}
@media (min-width: 1200px){#s-9a879ec3-89b4-48d1-bef6-520f9cfd17c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a879ec3-89b4-48d1-bef6-520f9cfd17c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a879ec3-89b4-48d1-bef6-520f9cfd17c8 {
  
}
}@media (max-width: 767px){#s-9a879ec3-89b4-48d1-bef6-520f9cfd17c8 {
  
}
}
#s-9a879ec3-89b4-48d1-bef6-520f9cfd17c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-9a879ec3-89b4-48d1-bef6-520f9cfd17c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-9a879ec3-89b4-48d1-bef6-520f9cfd17c8 .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-e41eabb4-3be8-4e2d-a692-39097aff2edf {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-e41eabb4-3be8-4e2d-a692-39097aff2edf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e41eabb4-3be8-4e2d-a692-39097aff2edf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e41eabb4-3be8-4e2d-a692-39097aff2edf {
  
}
}@media (max-width: 767px){#s-e41eabb4-3be8-4e2d-a692-39097aff2edf {
  
}
}
@media (min-width: 0px) {
[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41eabb4-3be8-4e2d-a692-39097aff2edf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3f185591-0024-4c33-9495-92f6b2fb23e5 {
  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-3f185591-0024-4c33-9495-92f6b2fb23e5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3f185591-0024-4c33-9495-92f6b2fb23e5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3f185591-0024-4c33-9495-92f6b2fb23e5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3f185591-0024-4c33-9495-92f6b2fb23e5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3fdfd956-c1b2-4317-9b59-f9bc5b612503 {
  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-3fdfd956-c1b2-4317-9b59-f9bc5b612503: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-3fdfd956-c1b2-4317-9b59-f9bc5b612503:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-3fdfd956-c1b2-4317-9b59-f9bc5b612503-atc-btn-wrapper {
    text-align: center;
  }


#s-3fdfd956-c1b2-4317-9b59-f9bc5b612503 {
  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-3fdfd956-c1b2-4317-9b59-f9bc5b612503.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fdfd956-c1b2-4317-9b59-f9bc5b612503.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-3fdfd956-c1b2-4317-9b59-f9bc5b612503.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-3fdfd956-c1b2-4317-9b59-f9bc5b612503.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-dd7ebf65-cf71-4806-9358-4caf8b3afcac {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-dd7ebf65-cf71-4806-9358-4caf8b3afcac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd7ebf65-cf71-4806-9358-4caf8b3afcac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd7ebf65-cf71-4806-9358-4caf8b3afcac {
  
}
}@media (max-width: 767px){#s-dd7ebf65-cf71-4806-9358-4caf8b3afcac {
  
}
}
@media (min-width: 0px) {
[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-dd7ebf65-cf71-4806-9358-4caf8b3afcac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-b1298709-63f4-4ebf-8aad-8865ffcf0977 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-b1298709-63f4-4ebf-8aad-8865ffcf0977 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1298709-63f4-4ebf-8aad-8865ffcf0977 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1298709-63f4-4ebf-8aad-8865ffcf0977 {
  
}
}@media (max-width: 767px){#s-b1298709-63f4-4ebf-8aad-8865ffcf0977 {
  
}
}
#s-b1298709-63f4-4ebf-8aad-8865ffcf0977 {
  display: none;
}
#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  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-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  
}
}@media (max-width: 767px){#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  
}
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  max-width: 100%;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom,
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  max-width: 100%;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom,
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  max-width: 100%;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom,
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  max-width: 100%;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom,
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 {
  max-width: 100%;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom,
.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcefc15-12bc-43dd-b7b5-c2050d379b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bfe17d45-55ce-4f6b-af1f-37fd857e19a4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-bfe17d45-55ce-4f6b-af1f-37fd857e19a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfe17d45-55ce-4f6b-af1f-37fd857e19a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfe17d45-55ce-4f6b-af1f-37fd857e19a4 {
  
}
}@media (max-width: 767px){#s-bfe17d45-55ce-4f6b-af1f-37fd857e19a4 {
  
}
}
#s-bfe17d45-55ce-4f6b-af1f-37fd857e19a4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-6bc3ec51-10d3-4d16-9f55-020f20426e55 {
  text-align: center;
}
@media (min-width: 1200px){#s-6bc3ec51-10d3-4d16-9f55-020f20426e55 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6bc3ec51-10d3-4d16-9f55-020f20426e55 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6bc3ec51-10d3-4d16-9f55-020f20426e55 {
  
}
}@media (max-width: 767px){#s-6bc3ec51-10d3-4d16-9f55-020f20426e55 {
  
}
}
#s-6bc3ec51-10d3-4d16-9f55-020f20426e55 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-6bc3ec51-10d3-4d16-9f55-020f20426e55 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-6bc3ec51-10d3-4d16-9f55-020f20426e55 .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-e655368a-5b47-4500-84d0-3e412d2c4fe7 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-e655368a-5b47-4500-84d0-3e412d2c4fe7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e655368a-5b47-4500-84d0-3e412d2c4fe7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e655368a-5b47-4500-84d0-3e412d2c4fe7 {
  
}
}@media (max-width: 767px){#s-e655368a-5b47-4500-84d0-3e412d2c4fe7 {
  
}
}
@media (min-width: 0px) {
[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e655368a-5b47-4500-84d0-3e412d2c4fe7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-acfdc186-71b6-4beb-aa34-3374741b22b6 {
  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-acfdc186-71b6-4beb-aa34-3374741b22b6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-acfdc186-71b6-4beb-aa34-3374741b22b6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-acfdc186-71b6-4beb-aa34-3374741b22b6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-acfdc186-71b6-4beb-aa34-3374741b22b6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c4723d09-7f79-45bc-b237-24ae7773e6e0 {
  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-c4723d09-7f79-45bc-b237-24ae7773e6e0: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-c4723d09-7f79-45bc-b237-24ae7773e6e0:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c4723d09-7f79-45bc-b237-24ae7773e6e0-atc-btn-wrapper {
    text-align: center;
  }


#s-c4723d09-7f79-45bc-b237-24ae7773e6e0 {
  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-c4723d09-7f79-45bc-b237-24ae7773e6e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4723d09-7f79-45bc-b237-24ae7773e6e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c4723d09-7f79-45bc-b237-24ae7773e6e0.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-c4723d09-7f79-45bc-b237-24ae7773e6e0.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 13px;
    
  }


#s-bdbd78a5-1153-4646-9ca9-e19502b5fddc {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-bdbd78a5-1153-4646-9ca9-e19502b5fddc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdbd78a5-1153-4646-9ca9-e19502b5fddc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdbd78a5-1153-4646-9ca9-e19502b5fddc {
  
}
}@media (max-width: 767px){#s-bdbd78a5-1153-4646-9ca9-e19502b5fddc {
  
}
}
#s-bdbd78a5-1153-4646-9ca9-e19502b5fddc {
  display: none;
}
#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  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-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  
}
}@media (max-width: 767px){#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  
}
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  max-width: 100%;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom,
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  max-width: 100%;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom,
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  max-width: 100%;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom,
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  max-width: 100%;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom,
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea {
  max-width: 100%;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom,
.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b20733a-cd1b-4ee8-9d16-bfaf708345ea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4824ad2c-28b5-4bc1-b125-25b7ca267160 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 39px;
text-align: center;
}
@media (min-width: 1200px){#s-4824ad2c-28b5-4bc1-b125-25b7ca267160 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4824ad2c-28b5-4bc1-b125-25b7ca267160 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4824ad2c-28b5-4bc1-b125-25b7ca267160 {
  
}
}@media (max-width: 767px){#s-4824ad2c-28b5-4bc1-b125-25b7ca267160 {
  
}
}
#s-4824ad2c-28b5-4bc1-b125-25b7ca267160 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
}

#s-a9429b6c-a17d-444c-9e14-27ee97c206f7 {
  text-align: center;
}
@media (min-width: 1200px){#s-a9429b6c-a17d-444c-9e14-27ee97c206f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9429b6c-a17d-444c-9e14-27ee97c206f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9429b6c-a17d-444c-9e14-27ee97c206f7 {
  
}
}@media (max-width: 767px){#s-a9429b6c-a17d-444c-9e14-27ee97c206f7 {
  
}
}
#s-a9429b6c-a17d-444c-9e14-27ee97c206f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-a9429b6c-a17d-444c-9e14-27ee97c206f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-a9429b6c-a17d-444c-9e14-27ee97c206f7 .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-30c9c375-8cba-40e6-896e-96a18d6e215a {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-30c9c375-8cba-40e6-896e-96a18d6e215a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30c9c375-8cba-40e6-896e-96a18d6e215a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30c9c375-8cba-40e6-896e-96a18d6e215a {
  
}
}@media (max-width: 767px){#s-30c9c375-8cba-40e6-896e-96a18d6e215a {
  
}
}
@media (min-width: 0px) {
[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-30c9c375-8cba-40e6-896e-96a18d6e215a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-973e3cf0-76ca-4e58-bf09-1c0dcdf017ca {
  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-973e3cf0-76ca-4e58-bf09-1c0dcdf017ca .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-973e3cf0-76ca-4e58-bf09-1c0dcdf017ca .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-973e3cf0-76ca-4e58-bf09-1c0dcdf017ca .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-973e3cf0-76ca-4e58-bf09-1c0dcdf017ca .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-dfad22bf-a9df-4d66-8e95-05f70f60716b {
  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-dfad22bf-a9df-4d66-8e95-05f70f60716b: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-dfad22bf-a9df-4d66-8e95-05f70f60716b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-dfad22bf-a9df-4d66-8e95-05f70f60716b-atc-btn-wrapper {
    text-align: center;
  }


#s-dfad22bf-a9df-4d66-8e95-05f70f60716b {
  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-dfad22bf-a9df-4d66-8e95-05f70f60716b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfad22bf-a9df-4d66-8e95-05f70f60716b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-dfad22bf-a9df-4d66-8e95-05f70f60716b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 13px;
  color: rgba(255, 3, 3, 1);
}


  #s-dfad22bf-a9df-4d66-8e95-05f70f60716b.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;
}
