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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f3cb19ea-dc21-46ff-816b-80aca5d99d22 {
  padding-top: 5px;
padding-bottom: 5px;
}

.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-183ff9ba-433f-4c98-823a-3ede8d1d79f7 {
  text-align: center;
}




  #s-183ff9ba-433f-4c98-823a-3ede8d1d79f7 img.shogun-image {
    
    width: px;
  }


#s-183ff9ba-433f-4c98-823a-3ede8d1d79f7 .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-3f96f948-7d23-41b4-9cf6-504035b5c340 {
  min-height: 50px;
}








#s-3f96f948-7d23-41b4-9cf6-504035b5c340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f96f948-7d23-41b4-9cf6-504035b5c340.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9ca4acb0-c38b-4a1c-8040-4b576a40834d {
  margin-top: 100px;
margin-bottom: 100px;
max-width: 100%;
}

#s-9ca4acb0-c38b-4a1c-8040-4b576a40834d .shogun-tabs {
  justify-content: center;
}


  #s-9ca4acb0-c38b-4a1c-8040-4b576a40834d .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-9ca4acb0-c38b-4a1c-8040-4b576a40834d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-9ca4acb0-c38b-4a1c-8040-4b576a40834d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(153, 185, 152, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9ca4acb0-c38b-4a1c-8040-4b576a40834d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-9ca4acb0-c38b-4a1c-8040-4b576a40834d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-9ca4acb0-c38b-4a1c-8040-4b576a40834d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-9ca4acb0-c38b-4a1c-8040-4b576a40834d .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-465ccb77-a019-45de-9423-f728cdafff34 {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-465ccb77-a019-45de-9423-f728cdafff34 {
  display: none;
}
#s-465ccb77-a019-45de-9423-f728cdafff34, #wrap-s-465ccb77-a019-45de-9423-f728cdafff34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-465ccb77-a019-45de-9423-f728cdafff34 {
  display: none;
}
#s-465ccb77-a019-45de-9423-f728cdafff34, #wrap-s-465ccb77-a019-45de-9423-f728cdafff34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-465ccb77-a019-45de-9423-f728cdafff34 {
  display: none;
}
#s-465ccb77-a019-45de-9423-f728cdafff34, #wrap-s-465ccb77-a019-45de-9423-f728cdafff34 { display:none !important; }}
#s-7bdf754a-5f30-42ca-a1f3-70028a2debcf {
  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-59e2cf8a-ee49-4ead-8081-34d067e35adb {
  text-align: left;
}


.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb {
  max-width: 100%;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom,
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb {
  max-width: 100%;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom,
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb {
  max-width: 100%;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom,
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb {
  max-width: 100%;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom,
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb {
  max-width: 100%;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom,
.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59e2cf8a-ee49-4ead-8081-34d067e35adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-3a3f249d-a262-4120-9544-7a562f09432f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a3f249d-a262-4120-9544-7a562f09432f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

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

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

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

@media (min-width: 0px) {
[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4e32176-9a26-48dd-bf4b-028b73d9651d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4c44c059-ed7c-424b-9b18-745a879071ac {
  text-align: center;
}

#s-4c44c059-ed7c-424b-9b18-745a879071ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4c44c059-ed7c-424b-9b18-745a879071ac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4c44c059-ed7c-424b-9b18-745a879071ac .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-b8bc2337-70fb-4904-83bb-b366ad6cd793 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-b8bc2337-70fb-4904-83bb-b366ad6cd793:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b8bc2337-70fb-4904-83bb-b366ad6cd793:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-b8bc2337-70fb-4904-83bb-b366ad6cd793 {
  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-b8bc2337-70fb-4904-83bb-b366ad6cd793.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8bc2337-70fb-4904-83bb-b366ad6cd793.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-b8bc2337-70fb-4904-83bb-b366ad6cd793.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b8bc2337-70fb-4904-83bb-b366ad6cd793.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-8b98caa3-22ef-4555-8526-9fe066de6b96 {
  display: none;
}
#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 {
  text-align: left;
}


.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 {
  max-width: 100%;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom,
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 {
  max-width: 100%;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom,
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 {
  max-width: 100%;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom,
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 {
  max-width: 100%;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom,
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 {
  max-width: 100%;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom,
.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedd6e4-41ca-4141-acd9-2df7fa61aa85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-124187f9-f088-442f-8372-092a9c21c745 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-124187f9-f088-442f-8372-092a9c21c745 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74523097-79fc-4e2b-8725-d85a6f735d40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-84b0d738-db7a-4f10-860c-e162066b9d41 {
  text-align: center;
}

#s-84b0d738-db7a-4f10-860c-e162066b9d41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-84b0d738-db7a-4f10-860c-e162066b9d41 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-84b0d738-db7a-4f10-860c-e162066b9d41 .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-7a456368-816e-4f49-9346-de7eb8c2b598 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-7a456368-816e-4f49-9346-de7eb8c2b598:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7a456368-816e-4f49-9346-de7eb8c2b598:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-7a456368-816e-4f49-9346-de7eb8c2b598 {
  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-7a456368-816e-4f49-9346-de7eb8c2b598.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a456368-816e-4f49-9346-de7eb8c2b598.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-7a456368-816e-4f49-9346-de7eb8c2b598.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a456368-816e-4f49-9346-de7eb8c2b598.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-f6b64623-841c-48a0-8dc5-542d07c9eef3 {
  display: none;
}
#s-a377f609-7d30-4859-ab76-905e339cfa3a {
  text-align: left;
}


.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a {
  max-width: 100%;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom,
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a {
  max-width: 100%;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom,
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a {
  max-width: 100%;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom,
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a {
  max-width: 100%;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom,
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a {
  max-width: 100%;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom,
.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a377f609-7d30-4859-ab76-905e339cfa3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-da01aa3b-f79d-4cdc-a692-5559617e643b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da01aa3b-f79d-4cdc-a692-5559617e643b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73d86653-c0de-4487-be2b-78908ec91e9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c6635b6d-2a71-4530-b0e7-189c0e223e2b {
  text-align: center;
}

#s-c6635b6d-2a71-4530-b0e7-189c0e223e2b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c6635b6d-2a71-4530-b0e7-189c0e223e2b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c6635b6d-2a71-4530-b0e7-189c0e223e2b .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-238d4e9a-5048-46d2-8b5b-cc7d713f64b0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-238d4e9a-5048-46d2-8b5b-cc7d713f64b0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-238d4e9a-5048-46d2-8b5b-cc7d713f64b0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-238d4e9a-5048-46d2-8b5b-cc7d713f64b0 {
  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-238d4e9a-5048-46d2-8b5b-cc7d713f64b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-238d4e9a-5048-46d2-8b5b-cc7d713f64b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-238d4e9a-5048-46d2-8b5b-cc7d713f64b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-238d4e9a-5048-46d2-8b5b-cc7d713f64b0.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-9c49a81a-41ba-4d5e-9d5a-3a6cf78f03da {
  display: none;
}
#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 {
  text-align: left;
}


.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 {
  max-width: 100%;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom,
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 {
  max-width: 100%;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom,
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 {
  max-width: 100%;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom,
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 {
  max-width: 100%;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom,
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 {
  max-width: 100%;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom,
.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd615831-c4e4-4bd8-b0fe-28cc71cfe823 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-27db3569-f7bd-4d70-85d3-3878be016649 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27db3569-f7bd-4d70-85d3-3878be016649 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d0cba7a-244c-4687-a4f2-878a4bc15c03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-85705624-d8fd-4987-8223-3adc81661edb {
  text-align: center;
}

#s-85705624-d8fd-4987-8223-3adc81661edb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-85705624-d8fd-4987-8223-3adc81661edb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-85705624-d8fd-4987-8223-3adc81661edb .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-8f2c4ef1-ac2a-4912-bb65-1962ae800891 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-8f2c4ef1-ac2a-4912-bb65-1962ae800891:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8f2c4ef1-ac2a-4912-bb65-1962ae800891:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-8f2c4ef1-ac2a-4912-bb65-1962ae800891 {
  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-8f2c4ef1-ac2a-4912-bb65-1962ae800891.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f2c4ef1-ac2a-4912-bb65-1962ae800891.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-8f2c4ef1-ac2a-4912-bb65-1962ae800891.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8f2c4ef1-ac2a-4912-bb65-1962ae800891.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-69ef57f2-9522-4bed-adc2-89799ce1bebc {
  display: none;
}
#s-5fb940a1-4dce-434c-8c4f-10417dcac514 {
  text-align: left;
}


.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 {
  max-width: 100%;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom,
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 {
  max-width: 100%;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom,
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 {
  max-width: 100%;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom,
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 {
  max-width: 100%;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom,
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 {
  max-width: 100%;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom,
.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb940a1-4dce-434c-8c4f-10417dcac514 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d47c7a2c-f45f-4dbc-8c5b-30a6525deda6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d47c7a2c-f45f-4dbc-8c5b-30a6525deda6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92e2600c-42c4-433c-926d-4c2b4302b85d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-104bfb64-b9d8-458f-9d69-3a20c3899de0 {
  text-align: center;
}

#s-104bfb64-b9d8-458f-9d69-3a20c3899de0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-104bfb64-b9d8-458f-9d69-3a20c3899de0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-104bfb64-b9d8-458f-9d69-3a20c3899de0 .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-2bf305d5-c3ad-4786-8e91-aad9d5d7dddf {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2bf305d5-c3ad-4786-8e91-aad9d5d7dddf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2bf305d5-c3ad-4786-8e91-aad9d5d7dddf:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-2bf305d5-c3ad-4786-8e91-aad9d5d7dddf {
  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-2bf305d5-c3ad-4786-8e91-aad9d5d7dddf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bf305d5-c3ad-4786-8e91-aad9d5d7dddf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2bf305d5-c3ad-4786-8e91-aad9d5d7dddf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2bf305d5-c3ad-4786-8e91-aad9d5d7dddf.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-ba49b549-e6ad-4f31-9ab6-7ae7a6618033 {
  display: none;
}
#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 {
  text-align: left;
}


.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 {
  max-width: 100%;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom,
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 {
  max-width: 100%;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom,
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 {
  max-width: 100%;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom,
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 {
  max-width: 100%;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom,
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 {
  max-width: 100%;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom,
.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a6a93ae-d6e0-47c0-babc-afd3b668a421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-66156f8a-a569-4159-a10b-fe257a0cd351 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66156f8a-a569-4159-a10b-fe257a0cd351 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40489c38-9192-4ff5-ae78-42dc3f82ec20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7c8fc1a7-162e-46ed-81d4-8342f871c761 {
  text-align: center;
}

#s-7c8fc1a7-162e-46ed-81d4-8342f871c761 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-7c8fc1a7-162e-46ed-81d4-8342f871c761 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7c8fc1a7-162e-46ed-81d4-8342f871c761 .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-e4f82af6-fe48-4ed1-8f6e-7b0bd54f7796 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-e4f82af6-fe48-4ed1-8f6e-7b0bd54f7796:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e4f82af6-fe48-4ed1-8f6e-7b0bd54f7796:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-e4f82af6-fe48-4ed1-8f6e-7b0bd54f7796 {
  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-e4f82af6-fe48-4ed1-8f6e-7b0bd54f7796.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4f82af6-fe48-4ed1-8f6e-7b0bd54f7796.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-e4f82af6-fe48-4ed1-8f6e-7b0bd54f7796.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4f82af6-fe48-4ed1-8f6e-7b0bd54f7796.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-ce2bc8a3-cb00-4998-87b2-ca50c7bc326d {
  display: none;
}
#s-cabab2b4-7179-4a42-83a3-688314b540a3 {
  text-align: left;
}


.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 {
  max-width: 100%;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom,
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 {
  max-width: 100%;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom,
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 {
  max-width: 100%;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom,
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 {
  max-width: 100%;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom,
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 {
  max-width: 100%;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom,
.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cabab2b4-7179-4a42-83a3-688314b540a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cbead7af-2551-4e15-b75d-6f5d34521e72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbead7af-2551-4e15-b75d-6f5d34521e72 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66c2079b-42aa-48b6-90fb-1b65732c1c26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e823027f-3ad7-4a31-a0a2-091fb7bf4766 {
  text-align: center;
}

#s-e823027f-3ad7-4a31-a0a2-091fb7bf4766 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-e823027f-3ad7-4a31-a0a2-091fb7bf4766 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e823027f-3ad7-4a31-a0a2-091fb7bf4766 .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-0f759ab7-5fb9-4d55-8289-8e373ec308fd {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-0f759ab7-5fb9-4d55-8289-8e373ec308fd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0f759ab7-5fb9-4d55-8289-8e373ec308fd:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-0f759ab7-5fb9-4d55-8289-8e373ec308fd {
  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-0f759ab7-5fb9-4d55-8289-8e373ec308fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f759ab7-5fb9-4d55-8289-8e373ec308fd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0f759ab7-5fb9-4d55-8289-8e373ec308fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0f759ab7-5fb9-4d55-8289-8e373ec308fd.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-35a3ca57-446d-428f-92db-a093d2ced475 {
  display: none;
}
#s-3e61f352-9511-4085-ab9f-4a29024a82de {
  text-align: left;
}


.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de {
  max-width: 100%;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom,
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de {
  max-width: 100%;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom,
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de {
  max-width: 100%;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom,
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de {
  max-width: 100%;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom,
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de {
  max-width: 100%;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom,
.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e61f352-9511-4085-ab9f-4a29024a82de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b5486fe4-1e77-419c-9781-d20a1f088598 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5486fe4-1e77-419c-9781-d20a1f088598 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e1b1358-164e-418f-97d9-5253cb679f7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7cf0f309-b1ae-4f82-b5cb-e8b80c54185f {
  text-align: center;
}

#s-7cf0f309-b1ae-4f82-b5cb-e8b80c54185f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-7cf0f309-b1ae-4f82-b5cb-e8b80c54185f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7cf0f309-b1ae-4f82-b5cb-e8b80c54185f .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-562b0a47-6179-4bd4-ab7a-95032895a296 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-562b0a47-6179-4bd4-ab7a-95032895a296:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-562b0a47-6179-4bd4-ab7a-95032895a296:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-562b0a47-6179-4bd4-ab7a-95032895a296 {
  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-562b0a47-6179-4bd4-ab7a-95032895a296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-562b0a47-6179-4bd4-ab7a-95032895a296.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-562b0a47-6179-4bd4-ab7a-95032895a296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-562b0a47-6179-4bd4-ab7a-95032895a296.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-3be2c039-f76c-4e98-a707-6d6f8aa9af46 {
  display: none;
}
#s-ffd4d412-d429-4fd3-879e-cef3c7728469 {
  text-align: left;
}


.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 {
  max-width: 100%;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom,
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 {
  max-width: 100%;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom,
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 {
  max-width: 100%;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom,
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 {
  max-width: 100%;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom,
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 {
  max-width: 100%;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom,
.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd4d412-d429-4fd3-879e-cef3c7728469 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-81b44b17-cfc4-4244-b57a-afdd960376e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81b44b17-cfc4-4244-b57a-afdd960376e8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9f65ee9-bf4a-4716-83b4-6732d2448aac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-93f5616c-bd35-441b-b6a5-62b2a17100a4 {
  text-align: center;
}

#s-93f5616c-bd35-441b-b6a5-62b2a17100a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-93f5616c-bd35-441b-b6a5-62b2a17100a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-93f5616c-bd35-441b-b6a5-62b2a17100a4 .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-2479fd30-df25-4034-9e7e-b643230964ad {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2479fd30-df25-4034-9e7e-b643230964ad:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2479fd30-df25-4034-9e7e-b643230964ad:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-2479fd30-df25-4034-9e7e-b643230964ad {
  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-2479fd30-df25-4034-9e7e-b643230964ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2479fd30-df25-4034-9e7e-b643230964ad.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2479fd30-df25-4034-9e7e-b643230964ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2479fd30-df25-4034-9e7e-b643230964ad.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-05dc0263-bced-4eae-89c9-cbca6191e339 {
  display: none;
}
#s-c240dc30-2eb6-4772-add7-95282a920c95 {
  text-align: left;
}


.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 {
  max-width: 100%;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom,
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 {
  max-width: 100%;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom,
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 {
  max-width: 100%;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom,
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 {
  max-width: 100%;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom,
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 {
  max-width: 100%;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom,
.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c240dc30-2eb6-4772-add7-95282a920c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-13e66216-decb-4503-8dc7-ddce1a5628fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13e66216-decb-4503-8dc7-ddce1a5628fc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38c5b17-7a03-437a-8263-2f5ba6704495"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-80de90de-5c6d-4c98-8cac-49aad2e9bab0 {
  text-align: center;
}

#s-80de90de-5c6d-4c98-8cac-49aad2e9bab0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-80de90de-5c6d-4c98-8cac-49aad2e9bab0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-80de90de-5c6d-4c98-8cac-49aad2e9bab0 .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-176cfc84-7aa4-4b72-9ff3-0d9189468ca9 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-176cfc84-7aa4-4b72-9ff3-0d9189468ca9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-176cfc84-7aa4-4b72-9ff3-0d9189468ca9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-176cfc84-7aa4-4b72-9ff3-0d9189468ca9 {
  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-176cfc84-7aa4-4b72-9ff3-0d9189468ca9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-176cfc84-7aa4-4b72-9ff3-0d9189468ca9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-176cfc84-7aa4-4b72-9ff3-0d9189468ca9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-176cfc84-7aa4-4b72-9ff3-0d9189468ca9.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-817b0cde-4301-44b9-af2a-82dffe6def84 {
  display: none;
}
#s-441a8b8e-abe4-4978-a946-57376b35caba {
  text-align: left;
}


.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba {
  max-width: 100%;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom,
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba {
  max-width: 100%;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom,
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba {
  max-width: 100%;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom,
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba {
  max-width: 100%;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom,
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba {
  max-width: 100%;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom,
.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-441a8b8e-abe4-4978-a946-57376b35caba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-622cceb5-9baf-423d-9993-edfd1b83ed6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-622cceb5-9baf-423d-9993-edfd1b83ed6d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1368a94-e808-48c9-a035-dd9d5f3a2828"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f60f0b02-2a50-4336-a968-9f01a420279c {
  text-align: center;
}

#s-f60f0b02-2a50-4336-a968-9f01a420279c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-f60f0b02-2a50-4336-a968-9f01a420279c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f60f0b02-2a50-4336-a968-9f01a420279c .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-5ffdf880-988c-428f-bd56-b4c9a7a75307 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-5ffdf880-988c-428f-bd56-b4c9a7a75307:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5ffdf880-988c-428f-bd56-b4c9a7a75307:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-5ffdf880-988c-428f-bd56-b4c9a7a75307 {
  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-5ffdf880-988c-428f-bd56-b4c9a7a75307.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ffdf880-988c-428f-bd56-b4c9a7a75307.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-5ffdf880-988c-428f-bd56-b4c9a7a75307.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5ffdf880-988c-428f-bd56-b4c9a7a75307.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-5e84950f-f0c2-46f4-b71e-492db23d71dd {
  display: none;
}
#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf {
  text-align: left;
}


.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf {
  max-width: 100%;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom,
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf {
  max-width: 100%;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom,
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf {
  max-width: 100%;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom,
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf {
  max-width: 100%;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom,
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf {
  max-width: 100%;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom,
.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ca3c55e-c5a9-4d50-a3c4-d2dc90e0fadf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e27c4a0b-61df-4e4b-b6c7-0defce63aa19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e27c4a0b-61df-4e4b-b6c7-0defce63aa19 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa2a5954-8719-4bb5-9956-7d3bd70e2387"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-390c0ad1-2761-466a-8bd7-9c26c3219d4c {
  text-align: center;
}

#s-390c0ad1-2761-466a-8bd7-9c26c3219d4c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-390c0ad1-2761-466a-8bd7-9c26c3219d4c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-390c0ad1-2761-466a-8bd7-9c26c3219d4c .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-8f50dc86-c713-4ef1-a6df-34a3b1611dc3 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-8f50dc86-c713-4ef1-a6df-34a3b1611dc3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8f50dc86-c713-4ef1-a6df-34a3b1611dc3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-8f50dc86-c713-4ef1-a6df-34a3b1611dc3 {
  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-8f50dc86-c713-4ef1-a6df-34a3b1611dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f50dc86-c713-4ef1-a6df-34a3b1611dc3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-8f50dc86-c713-4ef1-a6df-34a3b1611dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8f50dc86-c713-4ef1-a6df-34a3b1611dc3.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-b910affc-7909-4d22-a73b-63b5d5c54e82 {
  display: none;
}
#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 {
  text-align: left;
}


.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 {
  max-width: 100%;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom,
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 {
  max-width: 100%;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom,
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 {
  max-width: 100%;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom,
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 {
  max-width: 100%;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom,
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 {
  max-width: 100%;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom,
.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb6d2b4e-8a6e-4c84-83b9-79c48695bd33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-57678ab2-7a71-40c2-8f67-f5a2b612974d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57678ab2-7a71-40c2-8f67-f5a2b612974d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4cf4869b-e246-4113-aecb-a3909249c881"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-78c2019f-b3e7-4835-bba5-f8552472e2d2 {
  text-align: center;
}

#s-78c2019f-b3e7-4835-bba5-f8552472e2d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-78c2019f-b3e7-4835-bba5-f8552472e2d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-78c2019f-b3e7-4835-bba5-f8552472e2d2 .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-84f6c794-1337-49ef-9b19-a396e31f8206 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-84f6c794-1337-49ef-9b19-a396e31f8206:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-84f6c794-1337-49ef-9b19-a396e31f8206:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-84f6c794-1337-49ef-9b19-a396e31f8206 {
  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-84f6c794-1337-49ef-9b19-a396e31f8206.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f6c794-1337-49ef-9b19-a396e31f8206.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-84f6c794-1337-49ef-9b19-a396e31f8206.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-84f6c794-1337-49ef-9b19-a396e31f8206.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-01688f77-e297-46fc-b4aa-58f8709f0be5 {
  display: none;
}
#s-12f30842-89c3-4413-8ae5-047e31ad4a9a {
  text-align: left;
}


.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a {
  max-width: 100%;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom,
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a {
  max-width: 100%;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom,
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a {
  max-width: 100%;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom,
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a {
  max-width: 100%;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom,
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a {
  max-width: 100%;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom,
.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12f30842-89c3-4413-8ae5-047e31ad4a9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ebee2caa-ab3e-4926-8250-06c79e80bcec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebee2caa-ab3e-4926-8250-06c79e80bcec .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38d70952-64e1-452c-ba5b-3a92fe2ad3f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e151eedd-2b19-4e31-88f3-cfb884f06348 {
  text-align: center;
}

#s-e151eedd-2b19-4e31-88f3-cfb884f06348 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-e151eedd-2b19-4e31-88f3-cfb884f06348 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e151eedd-2b19-4e31-88f3-cfb884f06348 .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-911c09e0-135e-44bd-9d35-96831ef21ba2 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-911c09e0-135e-44bd-9d35-96831ef21ba2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-911c09e0-135e-44bd-9d35-96831ef21ba2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-911c09e0-135e-44bd-9d35-96831ef21ba2 {
  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-911c09e0-135e-44bd-9d35-96831ef21ba2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911c09e0-135e-44bd-9d35-96831ef21ba2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-911c09e0-135e-44bd-9d35-96831ef21ba2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-911c09e0-135e-44bd-9d35-96831ef21ba2.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0 {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0 {
  display: none;
}
#s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0, #wrap-s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0 {
  display: none;
}
#s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0, #wrap-s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0 {
  display: none;
}
#s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0, #wrap-s-ef4190ae-25d3-4e0b-a90d-800cb70df5d0 { display:none !important; }}
#s-ea229253-66a9-4fcd-b6a2-dbf24c626415 {
  display: none;
}
#s-9936c14d-b051-4944-93be-4014e8e0de36 {
  text-align: left;
}


.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 {
  max-width: 100%;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom,
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 {
  max-width: 100%;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom,
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 {
  max-width: 100%;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom,
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 {
  max-width: 100%;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom,
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 {
  max-width: 100%;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom,
.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9936c14d-b051-4944-93be-4014e8e0de36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-34d0b81c-1eca-420e-b497-34ce6e6d4f87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34d0b81c-1eca-420e-b497-34ce6e6d4f87 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db3696e-0803-4715-8f28-aa844b2e1c13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c30370b8-b8c4-438d-b469-58d7857d6457 {
  text-align: center;
}

#s-c30370b8-b8c4-438d-b469-58d7857d6457 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c30370b8-b8c4-438d-b469-58d7857d6457 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c30370b8-b8c4-438d-b469-58d7857d6457 .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-99d21d22-8e68-4394-a297-bbf64cd9e3bc {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-99d21d22-8e68-4394-a297-bbf64cd9e3bc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-99d21d22-8e68-4394-a297-bbf64cd9e3bc:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-99d21d22-8e68-4394-a297-bbf64cd9e3bc {
  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-99d21d22-8e68-4394-a297-bbf64cd9e3bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99d21d22-8e68-4394-a297-bbf64cd9e3bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-99d21d22-8e68-4394-a297-bbf64cd9e3bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-99d21d22-8e68-4394-a297-bbf64cd9e3bc.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-08f74744-ee96-49c9-8efa-0dddfcb5fadd {
  display: none;
}
#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 {
  text-align: left;
}


.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 {
  max-width: 100%;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom,
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 {
  max-width: 100%;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom,
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 {
  max-width: 100%;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom,
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 {
  max-width: 100%;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom,
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 {
  max-width: 100%;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom,
.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14ff30e6-5e53-4c45-ab8e-918135c022b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-02454fcd-fe2f-4148-ae07-9751615cb53c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02454fcd-fe2f-4148-ae07-9751615cb53c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fc8a37c-932a-4eef-8c48-ab7d3502d9c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-44a23424-4aea-4469-ae98-35fe8f495f12 {
  text-align: center;
}

#s-44a23424-4aea-4469-ae98-35fe8f495f12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-44a23424-4aea-4469-ae98-35fe8f495f12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-44a23424-4aea-4469-ae98-35fe8f495f12 .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-969948d9-74cd-43f8-bb0e-8d3e19cab4b5 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-969948d9-74cd-43f8-bb0e-8d3e19cab4b5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-969948d9-74cd-43f8-bb0e-8d3e19cab4b5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-969948d9-74cd-43f8-bb0e-8d3e19cab4b5 {
  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-969948d9-74cd-43f8-bb0e-8d3e19cab4b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-969948d9-74cd-43f8-bb0e-8d3e19cab4b5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-969948d9-74cd-43f8-bb0e-8d3e19cab4b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-969948d9-74cd-43f8-bb0e-8d3e19cab4b5.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-29df3c37-99df-48f4-9e13-2ff6984c261b {
  display: none;
}
#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 {
  text-align: left;
}


.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 {
  max-width: 100%;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom,
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 {
  max-width: 100%;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom,
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 {
  max-width: 100%;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom,
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 {
  max-width: 100%;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom,
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 {
  max-width: 100%;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom,
.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f9d88c-70c5-4b00-ba58-fb1cc54601b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2f7917e5-6506-4ebd-9502-08c5d682426b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f7917e5-6506-4ebd-9502-08c5d682426b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8d4f255-c78f-4437-ba1d-6dfdd0787476"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-af8e206b-9ea8-47c0-8d76-13c1ea0c3933 {
  text-align: center;
}

#s-af8e206b-9ea8-47c0-8d76-13c1ea0c3933 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-af8e206b-9ea8-47c0-8d76-13c1ea0c3933 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-af8e206b-9ea8-47c0-8d76-13c1ea0c3933 .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-9a21fd3f-e4c4-4f3c-947d-41c92eccaec1 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-9a21fd3f-e4c4-4f3c-947d-41c92eccaec1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9a21fd3f-e4c4-4f3c-947d-41c92eccaec1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-9a21fd3f-e4c4-4f3c-947d-41c92eccaec1 {
  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-9a21fd3f-e4c4-4f3c-947d-41c92eccaec1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a21fd3f-e4c4-4f3c-947d-41c92eccaec1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9a21fd3f-e4c4-4f3c-947d-41c92eccaec1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9a21fd3f-e4c4-4f3c-947d-41c92eccaec1.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-5bb327e6-9401-4421-b39c-7316978bf3ad {
  display: none;
}
#s-0cb13049-58fd-4884-ad0d-364c5006c521 {
  text-align: left;
}


.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 {
  max-width: 100%;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom,
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 {
  max-width: 100%;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom,
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 {
  max-width: 100%;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom,
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 {
  max-width: 100%;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom,
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 {
  max-width: 100%;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom,
.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cb13049-58fd-4884-ad0d-364c5006c521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2c0d5e6-7f4b-4eb6-94ce-77755c46e53f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2c0d5e6-7f4b-4eb6-94ce-77755c46e53f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17cb4655-92d8-4d87-b6cc-d8ea6af18c58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c893d321-d7ed-4245-9339-c86a06fc7921 {
  text-align: center;
}

#s-c893d321-d7ed-4245-9339-c86a06fc7921 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c893d321-d7ed-4245-9339-c86a06fc7921 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c893d321-d7ed-4245-9339-c86a06fc7921 .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-836880a1-46a0-402c-ad53-9f416db2e9dd {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-836880a1-46a0-402c-ad53-9f416db2e9dd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-836880a1-46a0-402c-ad53-9f416db2e9dd:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-836880a1-46a0-402c-ad53-9f416db2e9dd {
  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-836880a1-46a0-402c-ad53-9f416db2e9dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-836880a1-46a0-402c-ad53-9f416db2e9dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-836880a1-46a0-402c-ad53-9f416db2e9dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-836880a1-46a0-402c-ad53-9f416db2e9dd.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-1e507abd-b3df-49dc-bc3c-9597ab778099 {
  display: none;
}
#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 {
  text-align: left;
}


.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 {
  max-width: 100%;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom,
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 {
  max-width: 100%;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom,
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 {
  max-width: 100%;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom,
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 {
  max-width: 100%;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom,
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 {
  max-width: 100%;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom,
.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb787a9-45a8-48f7-8a1a-9f4be63945c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-17e5b0a9-6eed-4e23-b9ef-0378689bfb68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17e5b0a9-6eed-4e23-b9ef-0378689bfb68 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9daa238-cd6e-4b81-b9b1-679cd9b8cc33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4c03c06e-d25b-413c-abaf-595ff9e4c975 {
  text-align: center;
}

#s-4c03c06e-d25b-413c-abaf-595ff9e4c975 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4c03c06e-d25b-413c-abaf-595ff9e4c975 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c03c06e-d25b-413c-abaf-595ff9e4c975 .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-b7264897-2f85-4eb0-96c3-614d9064a6a5 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-b7264897-2f85-4eb0-96c3-614d9064a6a5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b7264897-2f85-4eb0-96c3-614d9064a6a5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-b7264897-2f85-4eb0-96c3-614d9064a6a5 {
  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-b7264897-2f85-4eb0-96c3-614d9064a6a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7264897-2f85-4eb0-96c3-614d9064a6a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-b7264897-2f85-4eb0-96c3-614d9064a6a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b7264897-2f85-4eb0-96c3-614d9064a6a5.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-561943c6-3c2d-4c0f-89af-a57a51de7e83 {
  display: none;
}
#s-12aa207d-176e-4af2-b2d3-abf8316243e7 {
  text-align: left;
}


.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 {
  max-width: 100%;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom,
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 {
  max-width: 100%;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom,
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 {
  max-width: 100%;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom,
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 {
  max-width: 100%;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom,
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 {
  max-width: 100%;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom,
.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12aa207d-176e-4af2-b2d3-abf8316243e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6c1aa2f0-4a61-45f8-ab03-f0e901a9e60c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c1aa2f0-4a61-45f8-ab03-f0e901a9e60c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92ed68b3-77dd-46f3-ba18-fd803da85c7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-33fd2917-585a-43bb-8c4e-ae34725ff21b {
  text-align: center;
}

#s-33fd2917-585a-43bb-8c4e-ae34725ff21b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-33fd2917-585a-43bb-8c4e-ae34725ff21b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-33fd2917-585a-43bb-8c4e-ae34725ff21b .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-ed372a8e-a0d4-4702-9864-69691d7bce9b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-ed372a8e-a0d4-4702-9864-69691d7bce9b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ed372a8e-a0d4-4702-9864-69691d7bce9b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ed372a8e-a0d4-4702-9864-69691d7bce9b {
  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-ed372a8e-a0d4-4702-9864-69691d7bce9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed372a8e-a0d4-4702-9864-69691d7bce9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-ed372a8e-a0d4-4702-9864-69691d7bce9b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ed372a8e-a0d4-4702-9864-69691d7bce9b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-667796d4-0708-41ba-82f2-9050ad08afc3 {
  display: none;
}
#s-aa70def8-209d-415c-90f2-209773c2a43f {
  text-align: left;
}


.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f {
  max-width: 100%;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom,
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f {
  max-width: 100%;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom,
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f {
  max-width: 100%;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom,
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f {
  max-width: 100%;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom,
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f {
  max-width: 100%;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom,
.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa70def8-209d-415c-90f2-209773c2a43f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8ce490b0-8ad8-4acb-b1d1-59315db0ca2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ce490b0-8ad8-4acb-b1d1-59315db0ca2c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-916e0bf7-a02b-47db-b42e-beced24c0105"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-795d7860-9f6e-42aa-9e2b-2af044feb669 {
  text-align: center;
}

#s-795d7860-9f6e-42aa-9e2b-2af044feb669 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-795d7860-9f6e-42aa-9e2b-2af044feb669 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-795d7860-9f6e-42aa-9e2b-2af044feb669 .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-c027f3d8-941b-4554-97fb-30043d5a1cc5 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c027f3d8-941b-4554-97fb-30043d5a1cc5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c027f3d8-941b-4554-97fb-30043d5a1cc5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-c027f3d8-941b-4554-97fb-30043d5a1cc5 {
  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-c027f3d8-941b-4554-97fb-30043d5a1cc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c027f3d8-941b-4554-97fb-30043d5a1cc5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-c027f3d8-941b-4554-97fb-30043d5a1cc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c027f3d8-941b-4554-97fb-30043d5a1cc5.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-4171942e-9b00-4067-a449-f12a560fee16 {
  display: none;
}
#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b {
  text-align: left;
}


.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b {
  max-width: 100%;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom,
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b {
  max-width: 100%;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom,
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b {
  max-width: 100%;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom,
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b {
  max-width: 100%;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom,
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b {
  max-width: 100%;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom,
.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f3a845-5d3a-4b8d-88ac-b1fb72a66c9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-88c5c3fa-c979-4fc4-9901-926e08f8888c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88c5c3fa-c979-4fc4-9901-926e08f8888c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1e94562-eaa3-405f-b5bc-7bd718d5e774"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-58cb0570-f17e-40a6-acef-4b53129b323a {
  text-align: center;
}

#s-58cb0570-f17e-40a6-acef-4b53129b323a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-58cb0570-f17e-40a6-acef-4b53129b323a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-58cb0570-f17e-40a6-acef-4b53129b323a .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-6dafdb9b-e56a-4b14-aef5-59f5b42cfc23 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-6dafdb9b-e56a-4b14-aef5-59f5b42cfc23:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6dafdb9b-e56a-4b14-aef5-59f5b42cfc23:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-6dafdb9b-e56a-4b14-aef5-59f5b42cfc23 {
  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-6dafdb9b-e56a-4b14-aef5-59f5b42cfc23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6dafdb9b-e56a-4b14-aef5-59f5b42cfc23.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-6dafdb9b-e56a-4b14-aef5-59f5b42cfc23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6dafdb9b-e56a-4b14-aef5-59f5b42cfc23.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-fadeb97b-1efc-40b4-be10-163f140fab9b {
  display: none;
}
#s-494dcdc0-a012-4913-8fd4-74b466bad31a {
  text-align: left;
}


.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a {
  max-width: 100%;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom,
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a {
  max-width: 100%;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom,
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a {
  max-width: 100%;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom,
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a {
  max-width: 100%;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom,
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a {
  max-width: 100%;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom,
.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-494dcdc0-a012-4913-8fd4-74b466bad31a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1cf03190-7b1b-4daa-bae3-04f58d4d7957 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cf03190-7b1b-4daa-bae3-04f58d4d7957 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc86ac26-b5d1-4e25-9129-2d7669d65388"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-125960ea-2d7e-4eab-af3a-95fc0a717015 {
  text-align: center;
}

#s-125960ea-2d7e-4eab-af3a-95fc0a717015 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-125960ea-2d7e-4eab-af3a-95fc0a717015 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-125960ea-2d7e-4eab-af3a-95fc0a717015 .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-8e66824e-50e3-4a1e-b7a0-77d37bb63d66 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-8e66824e-50e3-4a1e-b7a0-77d37bb63d66:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8e66824e-50e3-4a1e-b7a0-77d37bb63d66:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-8e66824e-50e3-4a1e-b7a0-77d37bb63d66 {
  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-8e66824e-50e3-4a1e-b7a0-77d37bb63d66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e66824e-50e3-4a1e-b7a0-77d37bb63d66.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-8e66824e-50e3-4a1e-b7a0-77d37bb63d66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e66824e-50e3-4a1e-b7a0-77d37bb63d66.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-51cdded8-0e5f-4657-84a9-0ec3396ace60 {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-51cdded8-0e5f-4657-84a9-0ec3396ace60 {
  display: none;
}
#s-51cdded8-0e5f-4657-84a9-0ec3396ace60, #wrap-s-51cdded8-0e5f-4657-84a9-0ec3396ace60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51cdded8-0e5f-4657-84a9-0ec3396ace60 {
  display: none;
}
#s-51cdded8-0e5f-4657-84a9-0ec3396ace60, #wrap-s-51cdded8-0e5f-4657-84a9-0ec3396ace60 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51cdded8-0e5f-4657-84a9-0ec3396ace60 {
  display: none;
}
#s-51cdded8-0e5f-4657-84a9-0ec3396ace60, #wrap-s-51cdded8-0e5f-4657-84a9-0ec3396ace60 { display:none !important; }}
#s-f2ec5b30-8912-480b-9e48-7207fb4ac96c {
  display: none;
}
#s-4278eaad-7516-4121-9ef8-db330300bddd {
  text-align: left;
}


.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd {
  max-width: 100%;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom,
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd {
  max-width: 100%;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom,
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd {
  max-width: 100%;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom,
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd {
  max-width: 100%;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom,
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd {
  max-width: 100%;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom,
.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4278eaad-7516-4121-9ef8-db330300bddd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7780b06c-8a95-4156-948b-638d1f849dfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7780b06c-8a95-4156-948b-638d1f849dfc .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67a7970d-abe4-4401-a761-6507f3709535"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-851bba5b-2931-48d0-94e8-c70da99d78b7 {
  text-align: center;
}

#s-851bba5b-2931-48d0-94e8-c70da99d78b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-851bba5b-2931-48d0-94e8-c70da99d78b7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-851bba5b-2931-48d0-94e8-c70da99d78b7 .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-11e181cb-1563-406a-b422-689f24e85936 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-11e181cb-1563-406a-b422-689f24e85936:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-11e181cb-1563-406a-b422-689f24e85936:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-11e181cb-1563-406a-b422-689f24e85936 {
  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-11e181cb-1563-406a-b422-689f24e85936.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11e181cb-1563-406a-b422-689f24e85936.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-11e181cb-1563-406a-b422-689f24e85936.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-11e181cb-1563-406a-b422-689f24e85936.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-9a0922b1-f502-49c1-958b-9cb8adb8bef2 {
  display: none;
}
#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 {
  text-align: left;
}


.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 {
  max-width: 100%;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom,
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 {
  max-width: 100%;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom,
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 {
  max-width: 100%;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom,
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 {
  max-width: 100%;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom,
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 {
  max-width: 100%;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom,
.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32676010-0823-4b1a-aeea-60d7cbd2ff39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b35a6755-7390-463b-a937-58ddd2b3e21d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b35a6755-7390-463b-a937-58ddd2b3e21d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff8683e3-3f06-4a05-a68c-b11b5e93e99b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-435f56da-271e-4e62-b81c-5fc15a9326a6 {
  text-align: center;
}

#s-435f56da-271e-4e62-b81c-5fc15a9326a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-435f56da-271e-4e62-b81c-5fc15a9326a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-435f56da-271e-4e62-b81c-5fc15a9326a6 .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-d38b0063-be54-4183-999d-d3ba4bf69b41 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-d38b0063-be54-4183-999d-d3ba4bf69b41:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d38b0063-be54-4183-999d-d3ba4bf69b41:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-d38b0063-be54-4183-999d-d3ba4bf69b41 {
  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-d38b0063-be54-4183-999d-d3ba4bf69b41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d38b0063-be54-4183-999d-d3ba4bf69b41.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d38b0063-be54-4183-999d-d3ba4bf69b41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d38b0063-be54-4183-999d-d3ba4bf69b41.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-838e2cf7-074e-47f1-bd68-b7fce1a948d6 {
  display: none;
}
#s-82af651d-b350-4edd-bbc3-d9ec5446848e {
  text-align: left;
}


.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e {
  max-width: 100%;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom,
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e {
  max-width: 100%;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom,
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e {
  max-width: 100%;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom,
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e {
  max-width: 100%;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom,
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e {
  max-width: 100%;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom,
.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82af651d-b350-4edd-bbc3-d9ec5446848e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f37f2487-73ac-45a7-8af8-137128b97bf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f37f2487-73ac-45a7-8af8-137128b97bf9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c5a3c45-f77f-454e-92c5-482a6357f331"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b412cc28-1a69-437a-bd54-dfa2b7d217f7 {
  text-align: center;
}

#s-b412cc28-1a69-437a-bd54-dfa2b7d217f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b412cc28-1a69-437a-bd54-dfa2b7d217f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b412cc28-1a69-437a-bd54-dfa2b7d217f7 .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-73dd9792-90ad-4a4b-b595-eeb04ac6367e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-73dd9792-90ad-4a4b-b595-eeb04ac6367e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-73dd9792-90ad-4a4b-b595-eeb04ac6367e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-73dd9792-90ad-4a4b-b595-eeb04ac6367e {
  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-73dd9792-90ad-4a4b-b595-eeb04ac6367e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73dd9792-90ad-4a4b-b595-eeb04ac6367e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-73dd9792-90ad-4a4b-b595-eeb04ac6367e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-73dd9792-90ad-4a4b-b595-eeb04ac6367e.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-66461cd4-9442-4da5-97dc-0cc457635fcb {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-66461cd4-9442-4da5-97dc-0cc457635fcb {
  display: none;
}
#s-66461cd4-9442-4da5-97dc-0cc457635fcb, #wrap-s-66461cd4-9442-4da5-97dc-0cc457635fcb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66461cd4-9442-4da5-97dc-0cc457635fcb {
  display: none;
}
#s-66461cd4-9442-4da5-97dc-0cc457635fcb, #wrap-s-66461cd4-9442-4da5-97dc-0cc457635fcb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66461cd4-9442-4da5-97dc-0cc457635fcb {
  display: none;
}
#s-66461cd4-9442-4da5-97dc-0cc457635fcb, #wrap-s-66461cd4-9442-4da5-97dc-0cc457635fcb { display:none !important; }}
#s-b3779c1e-c4ee-49ab-a1a9-17e085f2f440 {
  display: none;
}
#s-f0eeeaed-e813-4187-b93e-fa54b2504393 {
  text-align: left;
}


.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 {
  max-width: 100%;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom,
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 {
  max-width: 100%;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom,
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 {
  max-width: 100%;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom,
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 {
  max-width: 100%;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom,
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 {
  max-width: 100%;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom,
.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0eeeaed-e813-4187-b93e-fa54b2504393 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e33a3f3b-4f67-4659-b2ba-517f14e2d4e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e33a3f3b-4f67-4659-b2ba-517f14e2d4e8 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc042350-046f-48d0-962f-6b144581ec8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c434890f-35a2-43b7-887f-49c9ace29bbe {
  text-align: center;
}

#s-c434890f-35a2-43b7-887f-49c9ace29bbe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c434890f-35a2-43b7-887f-49c9ace29bbe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c434890f-35a2-43b7-887f-49c9ace29bbe .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-90860b82-abf7-429f-b1c4-b77c33c7f7f4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-90860b82-abf7-429f-b1c4-b77c33c7f7f4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-90860b82-abf7-429f-b1c4-b77c33c7f7f4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-90860b82-abf7-429f-b1c4-b77c33c7f7f4 {
  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-90860b82-abf7-429f-b1c4-b77c33c7f7f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90860b82-abf7-429f-b1c4-b77c33c7f7f4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-90860b82-abf7-429f-b1c4-b77c33c7f7f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-90860b82-abf7-429f-b1c4-b77c33c7f7f4.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-1effa632-d5ae-4b23-8fb5-62c0c195a15f {
  display: none;
}
#s-544f4d34-d00a-42eb-b7f6-15925de71714 {
  text-align: left;
}


.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 {
  max-width: 100%;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom,
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 {
  max-width: 100%;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom,
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 {
  max-width: 100%;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom,
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 {
  max-width: 100%;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom,
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 {
  max-width: 100%;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom,
.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-544f4d34-d00a-42eb-b7f6-15925de71714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a088dab5-13e3-40ed-b598-4d3c60a69b32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a088dab5-13e3-40ed-b598-4d3c60a69b32 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a89e7393-dca4-42ae-b768-4e6abb26fc49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3e00baf6-23b6-4017-ba39-e4ef607dc8fd {
  text-align: center;
}

#s-3e00baf6-23b6-4017-ba39-e4ef607dc8fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3e00baf6-23b6-4017-ba39-e4ef607dc8fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3e00baf6-23b6-4017-ba39-e4ef607dc8fd .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-b29da330-0714-4653-9b60-b85e295f53fc {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-b29da330-0714-4653-9b60-b85e295f53fc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b29da330-0714-4653-9b60-b85e295f53fc:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-b29da330-0714-4653-9b60-b85e295f53fc {
  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-b29da330-0714-4653-9b60-b85e295f53fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b29da330-0714-4653-9b60-b85e295f53fc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-b29da330-0714-4653-9b60-b85e295f53fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b29da330-0714-4653-9b60-b85e295f53fc.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-90d8924b-5341-4fb1-99d8-896ce2ec52b4 {
  display: none;
}
#s-e9380781-4edc-43fc-bbf7-4934c9499f6a {
  text-align: left;
}


.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a {
  max-width: 100%;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom,
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a {
  max-width: 100%;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom,
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a {
  max-width: 100%;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom,
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a {
  max-width: 100%;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom,
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a {
  max-width: 100%;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom,
.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9380781-4edc-43fc-bbf7-4934c9499f6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0836eaac-a17d-4a44-9ca3-4ee5de267027 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0836eaac-a17d-4a44-9ca3-4ee5de267027 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4de51c3-7f43-47f8-b4ca-14fab170cc26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-377b8224-7c2b-446d-819c-55f47268556d {
  text-align: center;
}

#s-377b8224-7c2b-446d-819c-55f47268556d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-377b8224-7c2b-446d-819c-55f47268556d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-377b8224-7c2b-446d-819c-55f47268556d .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-f71dc40a-7963-4928-b956-ae025af8a731 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-f71dc40a-7963-4928-b956-ae025af8a731:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f71dc40a-7963-4928-b956-ae025af8a731:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-f71dc40a-7963-4928-b956-ae025af8a731 {
  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-f71dc40a-7963-4928-b956-ae025af8a731.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f71dc40a-7963-4928-b956-ae025af8a731.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-f71dc40a-7963-4928-b956-ae025af8a731.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f71dc40a-7963-4928-b956-ae025af8a731.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-64d4d657-8dbd-4146-969a-b9c56fad040e {
  display: none;
}
#s-12ba51ad-116c-4c37-9621-c5558614a16f {
  text-align: left;
}


.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f {
  max-width: 100%;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom,
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f {
  max-width: 100%;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom,
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f {
  max-width: 100%;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom,
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f {
  max-width: 100%;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom,
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f {
  max-width: 100%;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom,
.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12ba51ad-116c-4c37-9621-c5558614a16f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f281b549-0a07-4091-980a-e93e5af33f70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f281b549-0a07-4091-980a-e93e5af33f70 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c79a1a78-f4fd-46b3-956b-15d7c3de9b1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-66d54c86-05f3-4355-95ea-1e8cbf437d4a {
  text-align: center;
}

#s-66d54c86-05f3-4355-95ea-1e8cbf437d4a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-66d54c86-05f3-4355-95ea-1e8cbf437d4a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-66d54c86-05f3-4355-95ea-1e8cbf437d4a .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-fbc4901a-8b74-4e84-97c8-6bc2405bce93 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-fbc4901a-8b74-4e84-97c8-6bc2405bce93:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fbc4901a-8b74-4e84-97c8-6bc2405bce93:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-fbc4901a-8b74-4e84-97c8-6bc2405bce93 {
  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-fbc4901a-8b74-4e84-97c8-6bc2405bce93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbc4901a-8b74-4e84-97c8-6bc2405bce93.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-fbc4901a-8b74-4e84-97c8-6bc2405bce93.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fbc4901a-8b74-4e84-97c8-6bc2405bce93.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-c45696f8-959f-4067-9276-31a574572bb2 {
  display: none;
}
#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d {
  text-align: left;
}


.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d {
  max-width: 100%;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom,
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d {
  max-width: 100%;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom,
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d {
  max-width: 100%;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom,
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d {
  max-width: 100%;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom,
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d {
  max-width: 100%;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom,
.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93d57cf-ef3b-4884-a38d-0c78a59e3d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4f9ba1d0-4280-49e4-81a3-963218f8da46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f9ba1d0-4280-49e4-81a3-963218f8da46 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcd34137-a8db-4e56-9039-1311511c105d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d9970ee-a96f-420d-b269-10f6cfa28aaf {
  text-align: center;
}

#s-2d9970ee-a96f-420d-b269-10f6cfa28aaf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2d9970ee-a96f-420d-b269-10f6cfa28aaf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d9970ee-a96f-420d-b269-10f6cfa28aaf .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-25e66577-c174-45f9-814f-9ae21a9e7825 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-25e66577-c174-45f9-814f-9ae21a9e7825:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-25e66577-c174-45f9-814f-9ae21a9e7825:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-25e66577-c174-45f9-814f-9ae21a9e7825 {
  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-25e66577-c174-45f9-814f-9ae21a9e7825.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25e66577-c174-45f9-814f-9ae21a9e7825.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-25e66577-c174-45f9-814f-9ae21a9e7825.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-25e66577-c174-45f9-814f-9ae21a9e7825.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-1dce66d2-42ea-42da-bf67-e60f5ca3b376 {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-1dce66d2-42ea-42da-bf67-e60f5ca3b376 {
  display: none;
}
#s-1dce66d2-42ea-42da-bf67-e60f5ca3b376, #wrap-s-1dce66d2-42ea-42da-bf67-e60f5ca3b376 { display:none !important; }}
#s-ce378b67-050e-494a-a209-82e180be54cd {
  display: none;
}
#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba {
  text-align: left;
}


.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba {
  max-width: 100%;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom,
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba {
  max-width: 100%;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom,
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba {
  max-width: 100%;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom,
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba {
  max-width: 100%;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom,
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba {
  max-width: 100%;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom,
.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37cd2070-c9ec-4409-b17a-5bb56e2136ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d98cfad-06ad-4000-8ef4-812e30646c7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d98cfad-06ad-4000-8ef4-812e30646c7d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7791f1e-0d84-4c5b-b19a-c770d223b2ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6f3486f5-30c5-4953-8714-8ef13296bb65 {
  text-align: center;
}

#s-6f3486f5-30c5-4953-8714-8ef13296bb65 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-6f3486f5-30c5-4953-8714-8ef13296bb65 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6f3486f5-30c5-4953-8714-8ef13296bb65 .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-7a0f2070-379f-41fb-87a5-514e0f5c0b8a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-7a0f2070-379f-41fb-87a5-514e0f5c0b8a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7a0f2070-379f-41fb-87a5-514e0f5c0b8a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-7a0f2070-379f-41fb-87a5-514e0f5c0b8a {
  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-7a0f2070-379f-41fb-87a5-514e0f5c0b8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a0f2070-379f-41fb-87a5-514e0f5c0b8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-7a0f2070-379f-41fb-87a5-514e0f5c0b8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a0f2070-379f-41fb-87a5-514e0f5c0b8a.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-3729828b-ba7d-43e1-85d1-b7f2c91cd2f8 {
  display: none;
}
#s-3f1e46ce-85d0-424b-96dd-3809c423855b {
  text-align: left;
}


.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b {
  max-width: 100%;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom,
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b {
  max-width: 100%;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom,
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b {
  max-width: 100%;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom,
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b {
  max-width: 100%;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom,
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b {
  max-width: 100%;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom,
.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f1e46ce-85d0-424b-96dd-3809c423855b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fb0ca053-56cf-4225-ba39-1ac075a677dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb0ca053-56cf-4225-ba39-1ac075a677dd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4728138-9b92-481c-9c69-fa8a1a043ae9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-556fa055-cc4d-48d3-8af9-cd6d500526a8 {
  text-align: center;
}

#s-556fa055-cc4d-48d3-8af9-cd6d500526a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-556fa055-cc4d-48d3-8af9-cd6d500526a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-556fa055-cc4d-48d3-8af9-cd6d500526a8 .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-6d582cc5-d046-4a77-bf1f-ccb7bcbf9e5a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-6d582cc5-d046-4a77-bf1f-ccb7bcbf9e5a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6d582cc5-d046-4a77-bf1f-ccb7bcbf9e5a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-6d582cc5-d046-4a77-bf1f-ccb7bcbf9e5a {
  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-6d582cc5-d046-4a77-bf1f-ccb7bcbf9e5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d582cc5-d046-4a77-bf1f-ccb7bcbf9e5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-6d582cc5-d046-4a77-bf1f-ccb7bcbf9e5a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6d582cc5-d046-4a77-bf1f-ccb7bcbf9e5a.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-298cb43f-39b9-4bdb-9934-b017a32bdce6 {
  display: none;
}
#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 {
  text-align: left;
}


.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 {
  max-width: 100%;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom,
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 {
  max-width: 100%;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom,
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 {
  max-width: 100%;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom,
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 {
  max-width: 100%;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom,
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 {
  max-width: 100%;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom,
.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d91235c3-facc-46b9-a4a0-61610d99e4f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-18212da5-9feb-4bdd-b58d-b27f91ecfb86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18212da5-9feb-4bdd-b58d-b27f91ecfb86 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a87cd71-8d14-40ce-bad6-2d1c045f65af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c41e9d4c-5afa-41d0-8edf-fb06713d9e1a {
  text-align: center;
}

#s-c41e9d4c-5afa-41d0-8edf-fb06713d9e1a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c41e9d4c-5afa-41d0-8edf-fb06713d9e1a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c41e9d4c-5afa-41d0-8edf-fb06713d9e1a .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-73e65794-5442-47b3-8b62-5611d5f3c767 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-73e65794-5442-47b3-8b62-5611d5f3c767:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-73e65794-5442-47b3-8b62-5611d5f3c767:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-73e65794-5442-47b3-8b62-5611d5f3c767 {
  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-73e65794-5442-47b3-8b62-5611d5f3c767.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73e65794-5442-47b3-8b62-5611d5f3c767.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-73e65794-5442-47b3-8b62-5611d5f3c767.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-73e65794-5442-47b3-8b62-5611d5f3c767.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-c4da3b42-f538-40ac-a651-6eadd5fcdcc4 {
  display: none;
}
#s-1c827973-594b-4641-b2e3-e2e774a6da3f {
  text-align: left;
}


.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f {
  max-width: 100%;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom,
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f {
  max-width: 100%;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom,
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f {
  max-width: 100%;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom,
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f {
  max-width: 100%;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom,
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f {
  max-width: 100%;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom,
.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c827973-594b-4641-b2e3-e2e774a6da3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7a6d1342-61bb-42b4-b207-7e8b84a44116 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a6d1342-61bb-42b4-b207-7e8b84a44116 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9db41e9-04ad-4dc8-9279-05b54066526b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6405369-d4cd-45aa-b38b-6dedd98c4990 {
  text-align: center;
}

#s-a6405369-d4cd-45aa-b38b-6dedd98c4990 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a6405369-d4cd-45aa-b38b-6dedd98c4990 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a6405369-d4cd-45aa-b38b-6dedd98c4990 .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-10eb6b6b-b679-42b6-8c68-41edf155e158 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-10eb6b6b-b679-42b6-8c68-41edf155e158:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-10eb6b6b-b679-42b6-8c68-41edf155e158:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-10eb6b6b-b679-42b6-8c68-41edf155e158 {
  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-10eb6b6b-b679-42b6-8c68-41edf155e158.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10eb6b6b-b679-42b6-8c68-41edf155e158.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-10eb6b6b-b679-42b6-8c68-41edf155e158.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-10eb6b6b-b679-42b6-8c68-41edf155e158.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-ba728d45-a5c0-4625-9ef7-dd1d93c84da4 {
  display: none;
}
#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 {
  text-align: left;
}


.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 {
  max-width: 100%;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom,
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 {
  max-width: 100%;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom,
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 {
  max-width: 100%;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom,
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 {
  max-width: 100%;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom,
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 {
  max-width: 100%;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom,
.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ef1f74b-58ad-48c2-af7f-332f118a1b23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b5e089c0-a772-4770-80a8-b0e01a0a64cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5e089c0-a772-4770-80a8-b0e01a0a64cd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce56e41a-e7b5-48f7-bce6-ca9ceeb41089"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c2210d23-d66c-471c-ae40-9e52d332906a {
  text-align: center;
}

#s-c2210d23-d66c-471c-ae40-9e52d332906a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c2210d23-d66c-471c-ae40-9e52d332906a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c2210d23-d66c-471c-ae40-9e52d332906a .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-77b44a0d-5aa1-4b56-8764-2dc3dae33fbf {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-77b44a0d-5aa1-4b56-8764-2dc3dae33fbf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-77b44a0d-5aa1-4b56-8764-2dc3dae33fbf:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-77b44a0d-5aa1-4b56-8764-2dc3dae33fbf {
  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-77b44a0d-5aa1-4b56-8764-2dc3dae33fbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77b44a0d-5aa1-4b56-8764-2dc3dae33fbf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-77b44a0d-5aa1-4b56-8764-2dc3dae33fbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-77b44a0d-5aa1-4b56-8764-2dc3dae33fbf.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-0b55c7ff-0c15-448a-a463-1bf4d1f0b8af {
  display: none;
}
#s-b253712d-f94c-4200-ac06-e67fab2a49f9 {
  text-align: left;
}


.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 {
  max-width: 100%;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom,
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 {
  max-width: 100%;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom,
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 {
  max-width: 100%;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom,
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 {
  max-width: 100%;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom,
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 {
  max-width: 100%;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom,
.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b253712d-f94c-4200-ac06-e67fab2a49f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c148b31b-5702-4d36-a6a7-753fe97f7bc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c148b31b-5702-4d36-a6a7-753fe97f7bc4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb8f9ac4-05e5-48d7-9015-0f5f0955de2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a2c06e1b-ffbf-47a7-af52-a67814633dea {
  text-align: center;
}

#s-a2c06e1b-ffbf-47a7-af52-a67814633dea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a2c06e1b-ffbf-47a7-af52-a67814633dea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a2c06e1b-ffbf-47a7-af52-a67814633dea .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-58445966-4248-4c4c-ac5d-4ea066861da2 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-58445966-4248-4c4c-ac5d-4ea066861da2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-58445966-4248-4c4c-ac5d-4ea066861da2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-58445966-4248-4c4c-ac5d-4ea066861da2 {
  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-58445966-4248-4c4c-ac5d-4ea066861da2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58445966-4248-4c4c-ac5d-4ea066861da2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-58445966-4248-4c4c-ac5d-4ea066861da2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-58445966-4248-4c4c-ac5d-4ea066861da2.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-0cd33892-3f2c-4536-a936-b452f69e6e86 {
  display: none;
}
#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d {
  text-align: left;
}


.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d {
  max-width: 100%;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom,
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d {
  max-width: 100%;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom,
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d {
  max-width: 100%;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom,
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d {
  max-width: 100%;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom,
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d {
  max-width: 100%;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom,
.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91b9cf5a-a8c3-456f-8456-f36e35d9e29d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dcfbb175-e1e7-418d-bce6-f7cbb3aa19ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcfbb175-e1e7-418d-bce6-f7cbb3aa19ec .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-422e8eec-925a-44d1-8cdf-c119ae95e0da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d46b5c43-1d29-4121-895a-72f85e52109a {
  text-align: center;
}

#s-d46b5c43-1d29-4121-895a-72f85e52109a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-d46b5c43-1d29-4121-895a-72f85e52109a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d46b5c43-1d29-4121-895a-72f85e52109a .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-96b7d859-2611-4378-8d21-7d026f9fd7f3 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-96b7d859-2611-4378-8d21-7d026f9fd7f3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-96b7d859-2611-4378-8d21-7d026f9fd7f3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-96b7d859-2611-4378-8d21-7d026f9fd7f3 {
  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-96b7d859-2611-4378-8d21-7d026f9fd7f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96b7d859-2611-4378-8d21-7d026f9fd7f3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-96b7d859-2611-4378-8d21-7d026f9fd7f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-96b7d859-2611-4378-8d21-7d026f9fd7f3.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-3d8491ad-a58e-4d38-8634-98f4ebcfc696 {
  display: none;
}
#s-2c141a5a-1690-486f-8d32-5000ebb134d3 {
  text-align: left;
}


.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 {
  max-width: 100%;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom,
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 {
  max-width: 100%;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom,
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 {
  max-width: 100%;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom,
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 {
  max-width: 100%;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom,
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 {
  max-width: 100%;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom,
.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c141a5a-1690-486f-8d32-5000ebb134d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e4f39796-187b-4b64-ab33-9c66f15ce357 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4f39796-187b-4b64-ab33-9c66f15ce357 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30172d1a-6ded-4302-acf3-9b31ea7a2197"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c2be789e-373c-46a2-a209-158f8e973817 {
  text-align: center;
}

#s-c2be789e-373c-46a2-a209-158f8e973817 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c2be789e-373c-46a2-a209-158f8e973817 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c2be789e-373c-46a2-a209-158f8e973817 .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-cb05007c-bf2d-47e7-8054-50e068a1b187 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-cb05007c-bf2d-47e7-8054-50e068a1b187:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-cb05007c-bf2d-47e7-8054-50e068a1b187:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-cb05007c-bf2d-47e7-8054-50e068a1b187 {
  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-cb05007c-bf2d-47e7-8054-50e068a1b187.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb05007c-bf2d-47e7-8054-50e068a1b187.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-cb05007c-bf2d-47e7-8054-50e068a1b187.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cb05007c-bf2d-47e7-8054-50e068a1b187.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-e2774842-075c-4cf6-ac46-42afce26a1d2 {
  display: none;
}
#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 {
  text-align: left;
}


.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 {
  max-width: 100%;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom,
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 {
  max-width: 100%;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom,
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 {
  max-width: 100%;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom,
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 {
  max-width: 100%;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom,
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 {
  max-width: 100%;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom,
.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f28439fa-61af-40cd-b03e-1ac0ff4c2f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7fe57754-b97e-4957-acfe-f2c206efe76e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fe57754-b97e-4957-acfe-f2c206efe76e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcc3ca1b-4c91-465e-aae9-252837aea0bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6187aa97-042e-475a-b0a9-041ea13ad871 {
  text-align: center;
}

#s-6187aa97-042e-475a-b0a9-041ea13ad871 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-6187aa97-042e-475a-b0a9-041ea13ad871 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6187aa97-042e-475a-b0a9-041ea13ad871 .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-62cdb6de-4035-4660-ab3a-fc7cce673cb4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-62cdb6de-4035-4660-ab3a-fc7cce673cb4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-62cdb6de-4035-4660-ab3a-fc7cce673cb4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-62cdb6de-4035-4660-ab3a-fc7cce673cb4 {
  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-62cdb6de-4035-4660-ab3a-fc7cce673cb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62cdb6de-4035-4660-ab3a-fc7cce673cb4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-62cdb6de-4035-4660-ab3a-fc7cce673cb4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-62cdb6de-4035-4660-ab3a-fc7cce673cb4.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-6d3c9733-5db8-41d2-b0a5-6b2a11eed550 {
  display: none;
}
#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 {
  text-align: left;
}


.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 {
  max-width: 100%;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom,
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 {
  max-width: 100%;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom,
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 {
  max-width: 100%;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom,
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 {
  max-width: 100%;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom,
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 {
  max-width: 100%;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom,
.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf6a87d-b93b-4bc0-87c3-cab95fd24a12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-12c9f974-3250-4a2d-9c6e-c4ac76b5f20a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12c9f974-3250-4a2d-9c6e-c4ac76b5f20a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8129bb9-9259-4308-b483-d113b09c3612"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5a99f1a9-84c8-42aa-a776-4ab6b88fbf48 {
  text-align: center;
}

#s-5a99f1a9-84c8-42aa-a776-4ab6b88fbf48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-5a99f1a9-84c8-42aa-a776-4ab6b88fbf48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5a99f1a9-84c8-42aa-a776-4ab6b88fbf48 .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-3137d0e3-2e89-4ae9-b539-f75db644f201 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3137d0e3-2e89-4ae9-b539-f75db644f201:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3137d0e3-2e89-4ae9-b539-f75db644f201:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-3137d0e3-2e89-4ae9-b539-f75db644f201 {
  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-3137d0e3-2e89-4ae9-b539-f75db644f201.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3137d0e3-2e89-4ae9-b539-f75db644f201.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-3137d0e3-2e89-4ae9-b539-f75db644f201.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3137d0e3-2e89-4ae9-b539-f75db644f201.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-015c557c-aecc-498a-8540-6b30bf0c9ef2 {
  display: none;
}
#s-dea661a9-bf03-4445-811f-a21a6184ebce {
  text-align: left;
}


.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce {
  max-width: 100%;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom,
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce {
  max-width: 100%;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom,
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce {
  max-width: 100%;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom,
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce {
  max-width: 100%;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom,
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce {
  max-width: 100%;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom,
.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dea661a9-bf03-4445-811f-a21a6184ebce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d4df3f6a-d805-4003-a886-9510f5bd7177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4df3f6a-d805-4003-a886-9510f5bd7177 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6acaeeb-fcd9-4957-bdda-570cdb388149"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-339c686a-54ef-45d5-a2f6-ea56e24da10a {
  text-align: center;
}

#s-339c686a-54ef-45d5-a2f6-ea56e24da10a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-339c686a-54ef-45d5-a2f6-ea56e24da10a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-339c686a-54ef-45d5-a2f6-ea56e24da10a .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-c9862431-c75f-4a1f-8d52-93a5c11a802f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c9862431-c75f-4a1f-8d52-93a5c11a802f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c9862431-c75f-4a1f-8d52-93a5c11a802f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-c9862431-c75f-4a1f-8d52-93a5c11a802f {
  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-c9862431-c75f-4a1f-8d52-93a5c11a802f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9862431-c75f-4a1f-8d52-93a5c11a802f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-c9862431-c75f-4a1f-8d52-93a5c11a802f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c9862431-c75f-4a1f-8d52-93a5c11a802f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-6d315d6c-b3bb-43ff-a06b-52a2e8de12ce {
  display: none;
}
#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 {
  text-align: left;
}


.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 {
  max-width: 100%;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom,
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 {
  max-width: 100%;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom,
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 {
  max-width: 100%;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom,
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 {
  max-width: 100%;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom,
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 {
  max-width: 100%;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom,
.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7fac6fd-0c27-4ff0-9eb1-a647bc5a7b51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1bf1869e-9f11-4420-b9fe-2253866f2100 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bf1869e-9f11-4420-b9fe-2253866f2100 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-edc423a7-b950-411f-a7a0-1a0062d064d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0a7b2efb-4188-4ba0-b978-435992d976f4 {
  text-align: center;
}

#s-0a7b2efb-4188-4ba0-b978-435992d976f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-0a7b2efb-4188-4ba0-b978-435992d976f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0a7b2efb-4188-4ba0-b978-435992d976f4 .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-2660ef88-6fb2-4ee2-96d6-b40e279b4920 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2660ef88-6fb2-4ee2-96d6-b40e279b4920:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2660ef88-6fb2-4ee2-96d6-b40e279b4920:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-2660ef88-6fb2-4ee2-96d6-b40e279b4920 {
  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-2660ef88-6fb2-4ee2-96d6-b40e279b4920.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2660ef88-6fb2-4ee2-96d6-b40e279b4920.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2660ef88-6fb2-4ee2-96d6-b40e279b4920.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2660ef88-6fb2-4ee2-96d6-b40e279b4920.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-a736a605-137f-4944-b9fd-3e9718b3da4b {
  display: none;
}
#s-2353d7c7-b08f-4b05-a097-1178b79208ce {
  text-align: left;
}


.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce {
  max-width: 100%;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom,
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce {
  max-width: 100%;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom,
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce {
  max-width: 100%;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom,
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce {
  max-width: 100%;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom,
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce {
  max-width: 100%;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom,
.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2353d7c7-b08f-4b05-a097-1178b79208ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ec825125-368a-4a62-b973-9f4f27db9b05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec825125-368a-4a62-b973-9f4f27db9b05 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9979e672-05ef-4485-9df1-82587f5581b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-321ab711-0ce4-42db-bdb1-af5403622f5b {
  text-align: center;
}

#s-321ab711-0ce4-42db-bdb1-af5403622f5b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-321ab711-0ce4-42db-bdb1-af5403622f5b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-321ab711-0ce4-42db-bdb1-af5403622f5b .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-de3fb317-5637-4444-8978-e0bac13d26f3 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-de3fb317-5637-4444-8978-e0bac13d26f3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-de3fb317-5637-4444-8978-e0bac13d26f3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-de3fb317-5637-4444-8978-e0bac13d26f3 {
  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-de3fb317-5637-4444-8978-e0bac13d26f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de3fb317-5637-4444-8978-e0bac13d26f3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-de3fb317-5637-4444-8978-e0bac13d26f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-de3fb317-5637-4444-8978-e0bac13d26f3.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-99bd4d41-e784-4ff9-b163-e68b4343bf22 {
  display: none;
}
#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 {
  text-align: left;
}


.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 {
  max-width: 100%;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom,
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 {
  max-width: 100%;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom,
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 {
  max-width: 100%;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom,
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 {
  max-width: 100%;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom,
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 {
  max-width: 100%;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom,
.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ba7b35-8f7f-4b80-b5fb-6c25bcc3e198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a226188-c80c-40ac-ab6e-bb21c945f3b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a226188-c80c-40ac-ab6e-bb21c945f3b7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-557df7de-b387-482f-9501-d54458af8180"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6737706a-dcde-49a7-bd96-31a55e6b1745 {
  text-align: center;
}

#s-6737706a-dcde-49a7-bd96-31a55e6b1745 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-6737706a-dcde-49a7-bd96-31a55e6b1745 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6737706a-dcde-49a7-bd96-31a55e6b1745 .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-fc554b17-27ae-469e-82d6-5dbc299fa6a4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-fc554b17-27ae-469e-82d6-5dbc299fa6a4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fc554b17-27ae-469e-82d6-5dbc299fa6a4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-fc554b17-27ae-469e-82d6-5dbc299fa6a4 {
  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-fc554b17-27ae-469e-82d6-5dbc299fa6a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc554b17-27ae-469e-82d6-5dbc299fa6a4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-fc554b17-27ae-469e-82d6-5dbc299fa6a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fc554b17-27ae-469e-82d6-5dbc299fa6a4.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-15adf082-13d8-4268-acc8-78b2a13f25f7 {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-15adf082-13d8-4268-acc8-78b2a13f25f7 {
  display: none;
}
#s-15adf082-13d8-4268-acc8-78b2a13f25f7, #wrap-s-15adf082-13d8-4268-acc8-78b2a13f25f7 { display:none !important; }}
#s-dc52f7b8-c3bc-458c-b0b0-85603aa14d30 {
  display: none;
}
#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 {
  text-align: left;
}


.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 {
  max-width: 100%;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom,
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 {
  max-width: 100%;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom,
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 {
  max-width: 100%;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom,
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 {
  max-width: 100%;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom,
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 {
  max-width: 100%;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom,
.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-debdbd8b-605f-484a-a40d-c030b82ea0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a6513cd0-6fcd-49bd-a57a-e89ffd7e20f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6513cd0-6fcd-49bd-a57a-e89ffd7e20f3 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92bd3674-8b4f-44a9-b569-224c7731f2ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d4c1256-ec8f-4920-b3a1-2ed89e503857 {
  text-align: left;
}

#s-6d4c1256-ec8f-4920-b3a1-2ed89e503857 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6d4c1256-ec8f-4920-b3a1-2ed89e503857 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6d4c1256-ec8f-4920-b3a1-2ed89e503857 .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-892b598e-768b-433a-932a-aca7f5a35c16 {
  text-align: center;
}

#s-892b598e-768b-433a-932a-aca7f5a35c16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-892b598e-768b-433a-932a-aca7f5a35c16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-892b598e-768b-433a-932a-aca7f5a35c16 .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-2ec01ea9-2aad-4632-acad-9cbeecb8de0f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2ec01ea9-2aad-4632-acad-9cbeecb8de0f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2ec01ea9-2aad-4632-acad-9cbeecb8de0f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-2ec01ea9-2aad-4632-acad-9cbeecb8de0f {
  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-2ec01ea9-2aad-4632-acad-9cbeecb8de0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ec01ea9-2aad-4632-acad-9cbeecb8de0f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2ec01ea9-2aad-4632-acad-9cbeecb8de0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2ec01ea9-2aad-4632-acad-9cbeecb8de0f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-88b6c87a-f542-4839-994a-498774ba8196 {
  display: none;
}
#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a {
  text-align: left;
}


.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a {
  max-width: 100%;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom,
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a {
  max-width: 100%;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom,
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a {
  max-width: 100%;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom,
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a {
  max-width: 100%;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom,
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a {
  max-width: 100%;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom,
.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-516cd2ac-82c6-40ac-bf7f-0b38d043cb8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-479bb8c0-51ad-415f-bec7-1c0e25147d4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-479bb8c0-51ad-415f-bec7-1c0e25147d4f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb3b974d-6077-4f19-9c40-5786ed448024"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-89639635-f8c7-4ad3-aabd-f6cfcbd50492 {
  text-align: left;
}

#s-89639635-f8c7-4ad3-aabd-f6cfcbd50492 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-89639635-f8c7-4ad3-aabd-f6cfcbd50492 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-89639635-f8c7-4ad3-aabd-f6cfcbd50492 .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-5cbb0e74-cd9a-47d9-b72a-5cfa87c7b7b0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-5cbb0e74-cd9a-47d9-b72a-5cfa87c7b7b0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5cbb0e74-cd9a-47d9-b72a-5cfa87c7b7b0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-5cbb0e74-cd9a-47d9-b72a-5cfa87c7b7b0 {
  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-5cbb0e74-cd9a-47d9-b72a-5cfa87c7b7b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cbb0e74-cd9a-47d9-b72a-5cfa87c7b7b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-5cbb0e74-cd9a-47d9-b72a-5cfa87c7b7b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5cbb0e74-cd9a-47d9-b72a-5cfa87c7b7b0.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-0c68d732-a5c4-41f2-8bf0-6d8405c3da7c {
  display: none;
}
#s-d0684f54-0a2f-4295-8556-59bc692210ff {
  text-align: left;
}


.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff {
  max-width: 100%;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom,
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff {
  max-width: 100%;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom,
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff {
  max-width: 100%;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom,
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff {
  max-width: 100%;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom,
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff {
  max-width: 100%;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom,
.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0684f54-0a2f-4295-8556-59bc692210ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-853571b8-9cb4-4af2-b968-28bdae58346d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-853571b8-9cb4-4af2-b968-28bdae58346d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f108e0cb-9db4-49f1-9454-cabbe85a550b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a35e4ca3-9b61-4937-8194-923ae8ab046b {
  text-align: left;
}

#s-a35e4ca3-9b61-4937-8194-923ae8ab046b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a35e4ca3-9b61-4937-8194-923ae8ab046b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a35e4ca3-9b61-4937-8194-923ae8ab046b .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-409cdb76-14a0-45b9-8909-07b5ebe9a523 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-409cdb76-14a0-45b9-8909-07b5ebe9a523:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-409cdb76-14a0-45b9-8909-07b5ebe9a523:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-409cdb76-14a0-45b9-8909-07b5ebe9a523 {
  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-409cdb76-14a0-45b9-8909-07b5ebe9a523.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-409cdb76-14a0-45b9-8909-07b5ebe9a523.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-409cdb76-14a0-45b9-8909-07b5ebe9a523.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-409cdb76-14a0-45b9-8909-07b5ebe9a523.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-cbfebe11-ace0-4129-bf57-d5f542a07aaa {
  display: none;
}
#s-bf01a05c-7a6b-4093-823d-804bbf75d846 {
  text-align: left;
}


.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 {
  max-width: 100%;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom,
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 {
  max-width: 100%;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom,
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 {
  max-width: 100%;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom,
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 {
  max-width: 100%;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom,
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 {
  max-width: 100%;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom,
.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf01a05c-7a6b-4093-823d-804bbf75d846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-be782261-3244-4bb6-956b-0ae386ca10e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be782261-3244-4bb6-956b-0ae386ca10e7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83f34941-d1e0-4aa1-acfb-4c1d8916b377"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c9678180-87f7-4462-88fe-960acb37440d {
  text-align: left;
}

#s-c9678180-87f7-4462-88fe-960acb37440d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c9678180-87f7-4462-88fe-960acb37440d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c9678180-87f7-4462-88fe-960acb37440d .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-11827013-227b-482c-9cc8-ebe18efb4398 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-11827013-227b-482c-9cc8-ebe18efb4398:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-11827013-227b-482c-9cc8-ebe18efb4398:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-11827013-227b-482c-9cc8-ebe18efb4398 {
  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-11827013-227b-482c-9cc8-ebe18efb4398.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11827013-227b-482c-9cc8-ebe18efb4398.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-11827013-227b-482c-9cc8-ebe18efb4398.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-11827013-227b-482c-9cc8-ebe18efb4398.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-0980550d-c976-446d-8441-ba95dffb97f7 {
  display: none;
}
#s-a6230631-6d48-44c7-87a6-49e09490c81b {
  text-align: left;
}


.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b {
  max-width: 100%;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom,
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b {
  max-width: 100%;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom,
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b {
  max-width: 100%;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom,
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b {
  max-width: 100%;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom,
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b {
  max-width: 100%;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom,
.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6230631-6d48-44c7-87a6-49e09490c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1350d22c-9652-43bc-a7a0-a40e033019f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1350d22c-9652-43bc-a7a0-a40e033019f3 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2a07ccc-3755-46af-a0ae-6afb6e5d7e2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dc6781ac-44f7-4c8e-a28d-53d62b65a4a8 {
  text-align: left;
}

#s-dc6781ac-44f7-4c8e-a28d-53d62b65a4a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dc6781ac-44f7-4c8e-a28d-53d62b65a4a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc6781ac-44f7-4c8e-a28d-53d62b65a4a8 .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-0fe96427-704a-4884-ab1b-a9b7f12e68ed {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-0fe96427-704a-4884-ab1b-a9b7f12e68ed:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0fe96427-704a-4884-ab1b-a9b7f12e68ed:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-0fe96427-704a-4884-ab1b-a9b7f12e68ed {
  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-0fe96427-704a-4884-ab1b-a9b7f12e68ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fe96427-704a-4884-ab1b-a9b7f12e68ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0fe96427-704a-4884-ab1b-a9b7f12e68ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fe96427-704a-4884-ab1b-a9b7f12e68ed.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-a066cfcd-cbde-46a6-bc53-24dacb24389d {
  display: none;
}
#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f {
  text-align: left;
}


.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f {
  max-width: 100%;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom,
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f {
  max-width: 100%;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom,
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f {
  max-width: 100%;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom,
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f {
  max-width: 100%;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom,
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f {
  max-width: 100%;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom,
.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c8f1378-2689-4b32-82b0-e2fcaebfac5f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7592176b-0c85-45f0-bc8c-020f669c8eab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7592176b-0c85-45f0-bc8c-020f669c8eab .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7612df67-e24e-417d-b7fb-52d75212b73a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-08f8e758-7991-4f11-8fcf-092eb290afbf {
  text-align: left;
}

#s-08f8e758-7991-4f11-8fcf-092eb290afbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-08f8e758-7991-4f11-8fcf-092eb290afbf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-08f8e758-7991-4f11-8fcf-092eb290afbf .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-2c0a18f8-74a5-487b-a658-fe65d059a2fb {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2c0a18f8-74a5-487b-a658-fe65d059a2fb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2c0a18f8-74a5-487b-a658-fe65d059a2fb:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-2c0a18f8-74a5-487b-a658-fe65d059a2fb {
  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-2c0a18f8-74a5-487b-a658-fe65d059a2fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c0a18f8-74a5-487b-a658-fe65d059a2fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2c0a18f8-74a5-487b-a658-fe65d059a2fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2c0a18f8-74a5-487b-a658-fe65d059a2fb.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-b38731cf-64c3-4ae8-8ad2-8103a15d3993 {
  display: none;
}
#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 {
  text-align: left;
}


.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 {
  max-width: 100%;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom,
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 {
  max-width: 100%;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom,
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 {
  max-width: 100%;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom,
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 {
  max-width: 100%;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom,
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 {
  max-width: 100%;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom,
.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df701dd4-d488-4461-9f9a-ec27d3b0a361 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4f927fb8-34a1-4d43-96e3-5d0bcdfb8dcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f927fb8-34a1-4d43-96e3-5d0bcdfb8dcf .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e62d1255-39af-4ab3-a881-1dd281dc41c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7946082d-c5c9-4c7f-9d15-66e453ead649 {
  text-align: left;
}

#s-7946082d-c5c9-4c7f-9d15-66e453ead649 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7946082d-c5c9-4c7f-9d15-66e453ead649 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7946082d-c5c9-4c7f-9d15-66e453ead649 .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-0eef2978-f8bf-43ba-a072-0f5f12e6d62e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-0eef2978-f8bf-43ba-a072-0f5f12e6d62e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0eef2978-f8bf-43ba-a072-0f5f12e6d62e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-0eef2978-f8bf-43ba-a072-0f5f12e6d62e {
  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-0eef2978-f8bf-43ba-a072-0f5f12e6d62e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0eef2978-f8bf-43ba-a072-0f5f12e6d62e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0eef2978-f8bf-43ba-a072-0f5f12e6d62e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0eef2978-f8bf-43ba-a072-0f5f12e6d62e.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-9390855e-ea18-4370-9742-e7ffb2fc4dae {
  display: none;
}
#s-57403a8a-866c-49ab-92a3-e44f1d666630 {
  text-align: left;
}


.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 {
  max-width: 100%;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom,
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 {
  max-width: 100%;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom,
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 {
  max-width: 100%;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom,
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 {
  max-width: 100%;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom,
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 {
  max-width: 100%;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom,
.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57403a8a-866c-49ab-92a3-e44f1d666630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c5442d50-cfd0-4648-9e58-8c9d71f7fbfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5442d50-cfd0-4648-9e58-8c9d71f7fbfc .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb4b470c-fb51-4cec-8569-a1823fd0bb14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7c91e50d-7c90-4037-87f9-bad8fe9b1eea {
  text-align: left;
}

#s-7c91e50d-7c90-4037-87f9-bad8fe9b1eea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7c91e50d-7c90-4037-87f9-bad8fe9b1eea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7c91e50d-7c90-4037-87f9-bad8fe9b1eea .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-4480eacb-55b8-442e-b575-a6a257e419b1 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4480eacb-55b8-442e-b575-a6a257e419b1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4480eacb-55b8-442e-b575-a6a257e419b1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-4480eacb-55b8-442e-b575-a6a257e419b1 {
  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-4480eacb-55b8-442e-b575-a6a257e419b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4480eacb-55b8-442e-b575-a6a257e419b1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4480eacb-55b8-442e-b575-a6a257e419b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4480eacb-55b8-442e-b575-a6a257e419b1.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-a4a803b5-a154-479f-8dae-3556bbecd18b {
  display: none;
}
#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a {
  text-align: left;
}


.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a {
  max-width: 100%;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom,
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a {
  max-width: 100%;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom,
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a {
  max-width: 100%;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom,
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a {
  max-width: 100%;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom,
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a {
  max-width: 100%;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom,
.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a976ec-5a79-42c7-9f8c-1c7b9438ba1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-80cdaee5-760b-4d77-ab1c-78a483d4fcf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80cdaee5-760b-4d77-ab1c-78a483d4fcf9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b7eff77-24e3-4215-af39-cae7f0d16fa3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bd2496d0-f83a-40ba-af00-b198f1585926 {
  text-align: left;
}

#s-bd2496d0-f83a-40ba-af00-b198f1585926 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bd2496d0-f83a-40ba-af00-b198f1585926 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bd2496d0-f83a-40ba-af00-b198f1585926 .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-78cec78d-4be3-4e2f-b257-15e5da59ebeb {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-78cec78d-4be3-4e2f-b257-15e5da59ebeb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-78cec78d-4be3-4e2f-b257-15e5da59ebeb:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-78cec78d-4be3-4e2f-b257-15e5da59ebeb {
  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-78cec78d-4be3-4e2f-b257-15e5da59ebeb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78cec78d-4be3-4e2f-b257-15e5da59ebeb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-78cec78d-4be3-4e2f-b257-15e5da59ebeb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-78cec78d-4be3-4e2f-b257-15e5da59ebeb.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-e6fbaaeb-98c4-44ec-ae06-b959400ec91e {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-e6fbaaeb-98c4-44ec-ae06-b959400ec91e {
  display: none;
}
#s-e6fbaaeb-98c4-44ec-ae06-b959400ec91e, #wrap-s-e6fbaaeb-98c4-44ec-ae06-b959400ec91e { display:none !important; }}
#s-fa146d3f-d01e-40cc-9d02-5649c9323d99 {
  display: none;
}
#s-73eda26c-c572-439a-94c9-6d8c1b14580e {
  text-align: left;
}


.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e {
  max-width: 100%;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom,
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e {
  max-width: 100%;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom,
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e {
  max-width: 100%;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom,
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e {
  max-width: 100%;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom,
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e {
  max-width: 100%;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom,
.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73eda26c-c572-439a-94c9-6d8c1b14580e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-46baba8c-45b9-49a3-a91e-2d4c943db002 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46baba8c-45b9-49a3-a91e-2d4c943db002 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39b9d399-11d1-4a1b-aa17-6cca52ef8bda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5ab37153-01d9-4c03-85bf-7786b6ca7d4d {
  text-align: left;
}

#s-5ab37153-01d9-4c03-85bf-7786b6ca7d4d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5ab37153-01d9-4c03-85bf-7786b6ca7d4d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ab37153-01d9-4c03-85bf-7786b6ca7d4d .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-acb0a224-fda8-4a60-b284-291da4b2f73b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-acb0a224-fda8-4a60-b284-291da4b2f73b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-acb0a224-fda8-4a60-b284-291da4b2f73b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-acb0a224-fda8-4a60-b284-291da4b2f73b {
  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-acb0a224-fda8-4a60-b284-291da4b2f73b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acb0a224-fda8-4a60-b284-291da4b2f73b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-acb0a224-fda8-4a60-b284-291da4b2f73b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-acb0a224-fda8-4a60-b284-291da4b2f73b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-66a99153-e3f7-48c5-9462-7238dccd1e37 {
  display: none;
}
#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 {
  text-align: left;
}


.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 {
  max-width: 100%;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom,
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 {
  max-width: 100%;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom,
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 {
  max-width: 100%;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom,
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 {
  max-width: 100%;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom,
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 {
  max-width: 100%;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom,
.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298ff98d-973d-4c35-88d0-9f810a6d5a87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1779c2bf-7a87-4123-b7fc-5540a367243f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1779c2bf-7a87-4123-b7fc-5540a367243f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a842539-7c9f-4765-835a-74432a479cb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d6790f8f-ae27-4e53-82d2-e6e5d51a30c5 {
  text-align: left;
}

#s-d6790f8f-ae27-4e53-82d2-e6e5d51a30c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d6790f8f-ae27-4e53-82d2-e6e5d51a30c5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d6790f8f-ae27-4e53-82d2-e6e5d51a30c5 .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-7c1cd70f-be95-4b1c-af9c-6c8e0a1c6da4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-7c1cd70f-be95-4b1c-af9c-6c8e0a1c6da4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7c1cd70f-be95-4b1c-af9c-6c8e0a1c6da4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-7c1cd70f-be95-4b1c-af9c-6c8e0a1c6da4 {
  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-7c1cd70f-be95-4b1c-af9c-6c8e0a1c6da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c1cd70f-be95-4b1c-af9c-6c8e0a1c6da4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-7c1cd70f-be95-4b1c-af9c-6c8e0a1c6da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7c1cd70f-be95-4b1c-af9c-6c8e0a1c6da4.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-b848deea-84fe-4097-86ef-d16b14676fd6 {
  display: none;
}
#s-936e06cd-96db-4ed6-bf80-b2523be7cddf {
  text-align: left;
}


.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf {
  max-width: 100%;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom,
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf {
  max-width: 100%;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom,
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf {
  max-width: 100%;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom,
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf {
  max-width: 100%;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom,
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf {
  max-width: 100%;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom,
.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-936e06cd-96db-4ed6-bf80-b2523be7cddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c3cbd3d0-9973-4011-b0f8-c8df2c249acb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3cbd3d0-9973-4011-b0f8-c8df2c249acb .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3674ad7e-bb06-4fc7-affd-255419b193ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-adf01b8a-a044-4e13-95f2-df2a497442d0 {
  text-align: left;
}

#s-adf01b8a-a044-4e13-95f2-df2a497442d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-adf01b8a-a044-4e13-95f2-df2a497442d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-adf01b8a-a044-4e13-95f2-df2a497442d0 .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-e28a1661-ff78-4f90-b4b8-ee0db2ebc976 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-e28a1661-ff78-4f90-b4b8-ee0db2ebc976:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e28a1661-ff78-4f90-b4b8-ee0db2ebc976:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-e28a1661-ff78-4f90-b4b8-ee0db2ebc976 {
  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-e28a1661-ff78-4f90-b4b8-ee0db2ebc976.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e28a1661-ff78-4f90-b4b8-ee0db2ebc976.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-e28a1661-ff78-4f90-b4b8-ee0db2ebc976.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e28a1661-ff78-4f90-b4b8-ee0db2ebc976.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-7ce6565e-e524-431e-b4a6-20dd53696ce1 {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-7ce6565e-e524-431e-b4a6-20dd53696ce1 {
  display: none;
}
#s-7ce6565e-e524-431e-b4a6-20dd53696ce1, #wrap-s-7ce6565e-e524-431e-b4a6-20dd53696ce1 { display:none !important; }}
#s-b74588d9-4fd7-489d-9610-2006fc750319 {
  display: none;
}
#s-b0a7d133-1121-4d28-892b-d8530cb07a05 {
  text-align: left;
}


.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 {
  max-width: 100%;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom,
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 {
  max-width: 100%;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom,
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 {
  max-width: 100%;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom,
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 {
  max-width: 100%;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom,
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 {
  max-width: 100%;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom,
.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0a7d133-1121-4d28-892b-d8530cb07a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d726f7f-86df-4927-b3c1-183d4a7193ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d726f7f-86df-4927-b3c1-183d4a7193ec .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8dc5cf9-8e85-466a-a1d9-f1c1160efb70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d3de3e35-5599-49c3-ab86-b69787639b3b {
  text-align: left;
}

#s-d3de3e35-5599-49c3-ab86-b69787639b3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d3de3e35-5599-49c3-ab86-b69787639b3b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3de3e35-5599-49c3-ab86-b69787639b3b .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-df5b530e-63c5-43ad-b6db-4c95fdee5d37 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-df5b530e-63c5-43ad-b6db-4c95fdee5d37:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-df5b530e-63c5-43ad-b6db-4c95fdee5d37:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-df5b530e-63c5-43ad-b6db-4c95fdee5d37 {
  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-df5b530e-63c5-43ad-b6db-4c95fdee5d37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df5b530e-63c5-43ad-b6db-4c95fdee5d37.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-df5b530e-63c5-43ad-b6db-4c95fdee5d37.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-df5b530e-63c5-43ad-b6db-4c95fdee5d37.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-ae777bb0-3aa3-4905-bfa9-aaae3a071b7f {
  display: none;
}
#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 {
  text-align: left;
}


.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 {
  max-width: 100%;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom,
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 {
  max-width: 100%;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom,
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 {
  max-width: 100%;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom,
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 {
  max-width: 100%;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom,
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 {
  max-width: 100%;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom,
.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd8f1866-59a0-4cd4-8e46-85bf399f4f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-04a740b3-aa62-470f-81cb-f2218b7efbe9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04a740b3-aa62-470f-81cb-f2218b7efbe9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df135614-97e4-4e09-923d-6bd4e91fc7cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0ad2f8ee-34fd-4bd3-b190-a745811fede8 {
  text-align: left;
}

#s-0ad2f8ee-34fd-4bd3-b190-a745811fede8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0ad2f8ee-34fd-4bd3-b190-a745811fede8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0ad2f8ee-34fd-4bd3-b190-a745811fede8 .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-4e4d5793-4406-4620-a672-88625741b4df {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4e4d5793-4406-4620-a672-88625741b4df:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4e4d5793-4406-4620-a672-88625741b4df:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-4e4d5793-4406-4620-a672-88625741b4df {
  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-4e4d5793-4406-4620-a672-88625741b4df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e4d5793-4406-4620-a672-88625741b4df.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4e4d5793-4406-4620-a672-88625741b4df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e4d5793-4406-4620-a672-88625741b4df.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-bab0802e-e646-4f56-bfc0-0b2e1d5930cc {
  display: none;
}
#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 {
  text-align: left;
}


.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 {
  max-width: 100%;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom,
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 {
  max-width: 100%;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom,
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 {
  max-width: 100%;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom,
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 {
  max-width: 100%;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom,
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 {
  max-width: 100%;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom,
.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b538bd4-f9f0-43ad-91ce-60d36b5f9298 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1edb1be4-17d5-40d7-8d21-08aed89a9e2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1edb1be4-17d5-40d7-8d21-08aed89a9e2c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16ecfa91-a95d-4f89-aab2-73d7ca903636"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8f85a029-14eb-4357-916a-8e6f99fe1635 {
  text-align: left;
}

#s-8f85a029-14eb-4357-916a-8e6f99fe1635 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8f85a029-14eb-4357-916a-8e6f99fe1635 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f85a029-14eb-4357-916a-8e6f99fe1635 .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-ba0d5828-3c7e-439a-b730-773a0a245e21 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-ba0d5828-3c7e-439a-b730-773a0a245e21:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ba0d5828-3c7e-439a-b730-773a0a245e21:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ba0d5828-3c7e-439a-b730-773a0a245e21 {
  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-ba0d5828-3c7e-439a-b730-773a0a245e21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba0d5828-3c7e-439a-b730-773a0a245e21.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-ba0d5828-3c7e-439a-b730-773a0a245e21.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ba0d5828-3c7e-439a-b730-773a0a245e21.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-df8f1853-6016-4a74-b556-d67ca2298114 {
  display: none;
}
#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b {
  text-align: left;
}


.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b {
  max-width: 100%;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom,
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b {
  max-width: 100%;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom,
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b {
  max-width: 100%;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom,
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b {
  max-width: 100%;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom,
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b {
  max-width: 100%;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom,
.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298bbadd-fbe7-4e1c-9184-b859f7bbc67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d47fb0d4-595c-4bfa-8502-15c6a1c3f863 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d47fb0d4-595c-4bfa-8502-15c6a1c3f863 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76870342-673f-454f-9e93-e39ada470651"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-97fe0dbd-7a92-47ec-93ca-c2a2f1c0caa0 {
  text-align: left;
}

#s-97fe0dbd-7a92-47ec-93ca-c2a2f1c0caa0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-97fe0dbd-7a92-47ec-93ca-c2a2f1c0caa0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-97fe0dbd-7a92-47ec-93ca-c2a2f1c0caa0 .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-04ec3bdc-b311-46e3-96fe-3526412bce02 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-04ec3bdc-b311-46e3-96fe-3526412bce02:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-04ec3bdc-b311-46e3-96fe-3526412bce02:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-04ec3bdc-b311-46e3-96fe-3526412bce02 {
  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-04ec3bdc-b311-46e3-96fe-3526412bce02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04ec3bdc-b311-46e3-96fe-3526412bce02.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-04ec3bdc-b311-46e3-96fe-3526412bce02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-04ec3bdc-b311-46e3-96fe-3526412bce02.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


#s-b92b393b-049d-4a3e-9bad-4263f2a4b1e7 {
  display: none;
}
#s-6554f785-afc1-4eca-8262-90d7d3a194d3 {
  text-align: left;
}


.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 {
  max-width: 100%;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom,
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 {
  max-width: 100%;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom,
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 {
  max-width: 100%;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom,
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 {
  max-width: 100%;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom,
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 {
  max-width: 100%;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom,
.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6554f785-afc1-4eca-8262-90d7d3a194d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-27d31688-5cd8-4e15-b963-0e0b5cb6cdf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27d31688-5cd8-4e15-b963-0e0b5cb6cdf2 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82f31928-fe8d-4c98-9f3c-cd6dc2682b29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-da0402b3-dbea-4ba8-ad7d-9e04386b961f {
  text-align: left;
}

#s-da0402b3-dbea-4ba8-ad7d-9e04386b961f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-da0402b3-dbea-4ba8-ad7d-9e04386b961f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da0402b3-dbea-4ba8-ad7d-9e04386b961f .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-3fbbf01d-d96d-4752-9a1a-2b143f8024e3 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.5);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3fbbf01d-d96d-4752-9a1a-2b143f8024e3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 244, 244, 0.8) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3fbbf01d-d96d-4752-9a1a-2b143f8024e3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-3fbbf01d-d96d-4752-9a1a-2b143f8024e3 {
  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-3fbbf01d-d96d-4752-9a1a-2b143f8024e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fbbf01d-d96d-4752-9a1a-2b143f8024e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-3fbbf01d-d96d-4752-9a1a-2b143f8024e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3fbbf01d-d96d-4752-9a1a-2b143f8024e3.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 1px;
    
  }


/*
  $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;
}
