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

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

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

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

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

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

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

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

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(167, 204, 127, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: center;
}

#s-e3039e97-add4-4793-bac3-5d871a13070d {
  background-image: url(https://i.shgcdn.com/f211fc9c-dc4d-4043-9da3-02cf92736ea2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-e3039e97-add4-4793-bac3-5d871a13070d > .shg-box-overlay {
  background-color: rgba(235, 238, 233, 1);
  opacity: 0;
}#s-e3039e97-add4-4793-bac3-5d871a13070d.shg-box.shg-c {
  justify-content: flex-end;
}

/*
  $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-0f84db41-59ec-49bd-af00-4bff591169b2 {
  box-shadow:1px 1px 1px 1px rgba(85, 28, 37, 1);
margin-top: 54px;
margin-left: 18px;
margin-bottom: 54px;
margin-right: 18px;
text-align: center;
}

#s-1c219c94-00df-4fef-a3dc-6599f136cf95 {
  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-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 175, 175, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a {
  max-width: 100%;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom,
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a {
  max-width: 100%;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom,
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a {
  max-width: 100%;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom,
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a {
  max-width: 100%;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom,
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a {
  max-width: 100%;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .shg-image-zoom,
.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-480d4d7c-769e-40e4-a2c8-4e74ebb05e3a .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-41caf610-ac7c-4546-84e9-f78d987c40da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41caf610-ac7c-4546-84e9-f78d987c40da .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-698371fc-a9d2-4c99-9f8f-2e09c5cbba9c {
  text-align: center;
}

#s-698371fc-a9d2-4c99-9f8f-2e09c5cbba9c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-698371fc-a9d2-4c99-9f8f-2e09c5cbba9c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-698371fc-a9d2-4c99-9f8f-2e09c5cbba9c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-698371fc-a9d2-4c99-9f8f-2e09c5cbba9c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-62838490-3f61-4030-9f40-4d3ca9e43444 {
  text-align: center;
}

#s-62838490-3f61-4030-9f40-4d3ca9e43444 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-62838490-3f61-4030-9f40-4d3ca9e43444 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-62838490-3f61-4030-9f40-4d3ca9e43444 .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-4984fd1c-fbc9-4b9a-94a9-9c4c0105380e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4984fd1c-fbc9-4b9a-94a9-9c4c0105380e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4984fd1c-fbc9-4b9a-94a9-9c4c0105380e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4984fd1c-fbc9-4b9a-94a9-9c4c0105380e {
  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-4984fd1c-fbc9-4b9a-94a9-9c4c0105380e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4984fd1c-fbc9-4b9a-94a9-9c4c0105380e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4984fd1c-fbc9-4b9a-94a9-9c4c0105380e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4886a43d-97c8-4e97-b4fb-07ce0d2ebcf5 {
  display: none;
}
#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 175, 175, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf {
  max-width: 100%;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom,
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf {
  max-width: 100%;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom,
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf {
  max-width: 100%;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom,
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf {
  max-width: 100%;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom,
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf {
  max-width: 100%;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom,
.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda60e5f-1d30-4b18-ae2e-7b87225e25cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dc96d707-e861-4313-a018-03c3c49ab20a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc96d707-e861-4313-a018-03c3c49ab20a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d578106e-816d-4efe-be16-1aaa3d1b6648 {
  text-align: left;
}

#s-d578106e-816d-4efe-be16-1aaa3d1b6648 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d578106e-816d-4efe-be16-1aaa3d1b6648 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d578106e-816d-4efe-be16-1aaa3d1b6648 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d578106e-816d-4efe-be16-1aaa3d1b6648 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4e0b9938-3c65-4e51-a435-09d18876bc79 {
  text-align: center;
}

#s-4e0b9938-3c65-4e51-a435-09d18876bc79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4e0b9938-3c65-4e51-a435-09d18876bc79 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4e0b9938-3c65-4e51-a435-09d18876bc79 .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-e723a2f9-e901-4428-9fe0-25072cbabf2f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e723a2f9-e901-4428-9fe0-25072cbabf2f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e723a2f9-e901-4428-9fe0-25072cbabf2f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e723a2f9-e901-4428-9fe0-25072cbabf2f {
  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-e723a2f9-e901-4428-9fe0-25072cbabf2f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e723a2f9-e901-4428-9fe0-25072cbabf2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e723a2f9-e901-4428-9fe0-25072cbabf2f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fbe85f4d-a738-4557-83aa-4d4628048c39 {
  display: none;
}
#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 175, 175, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a {
  max-width: 100%;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom,
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a {
  max-width: 100%;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom,
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a {
  max-width: 100%;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom,
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a {
  max-width: 100%;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom,
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a {
  max-width: 100%;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom,
.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f25b34a4-dfdc-4754-9c1e-068e26fe924a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bdd3866c-cd79-469e-8e0d-eacefcc1901d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdd3866c-cd79-469e-8e0d-eacefcc1901d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-31129145-b752-4360-a787-288c5fdde212 {
  text-align: left;
}

#s-31129145-b752-4360-a787-288c5fdde212 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-31129145-b752-4360-a787-288c5fdde212 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-31129145-b752-4360-a787-288c5fdde212 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-31129145-b752-4360-a787-288c5fdde212 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a71f7903-563b-47a3-95f7-efe921fe6d9f {
  text-align: center;
}

#s-a71f7903-563b-47a3-95f7-efe921fe6d9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a71f7903-563b-47a3-95f7-efe921fe6d9f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a71f7903-563b-47a3-95f7-efe921fe6d9f .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-fd39cd35-7c94-46cf-aa3b-cc2ac42417be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fd39cd35-7c94-46cf-aa3b-cc2ac42417be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd39cd35-7c94-46cf-aa3b-cc2ac42417be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd39cd35-7c94-46cf-aa3b-cc2ac42417be {
  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-fd39cd35-7c94-46cf-aa3b-cc2ac42417be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd39cd35-7c94-46cf-aa3b-cc2ac42417be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd39cd35-7c94-46cf-aa3b-cc2ac42417be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c48024d4-681f-4365-b95b-8f4331e12b3c {
  display: none;
}
#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 175, 175, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc {
  max-width: 100%;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom,
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc {
  max-width: 100%;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom,
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc {
  max-width: 100%;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom,
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc {
  max-width: 100%;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom,
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc {
  max-width: 100%;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom,
.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6645be29-3cd0-43e6-a1ce-51e4d03d54dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-27b954ac-b9a3-4fad-a8a4-66ac5550877b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27b954ac-b9a3-4fad-a8a4-66ac5550877b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1ad6ac3c-3681-456d-aa76-15e6d799dd4d {
  text-align: left;
}

#s-1ad6ac3c-3681-456d-aa76-15e6d799dd4d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1ad6ac3c-3681-456d-aa76-15e6d799dd4d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1ad6ac3c-3681-456d-aa76-15e6d799dd4d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1ad6ac3c-3681-456d-aa76-15e6d799dd4d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-21833b8f-4ecc-48d8-981b-4d0fd2bc2786 {
  text-align: center;
}

#s-21833b8f-4ecc-48d8-981b-4d0fd2bc2786 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-21833b8f-4ecc-48d8-981b-4d0fd2bc2786 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-21833b8f-4ecc-48d8-981b-4d0fd2bc2786 .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-328e4e5a-0ae3-4468-9e84-5730149eb623 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-328e4e5a-0ae3-4468-9e84-5730149eb623:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-328e4e5a-0ae3-4468-9e84-5730149eb623:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-328e4e5a-0ae3-4468-9e84-5730149eb623 {
  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-328e4e5a-0ae3-4468-9e84-5730149eb623.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-328e4e5a-0ae3-4468-9e84-5730149eb623.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-328e4e5a-0ae3-4468-9e84-5730149eb623.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-top: -105px;
margin-left: 0px;
margin-right: 0px;
min-height: 34px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

#s-4b075803-c072-4e93-9532-d593f4a21884 {
  margin-top: 137px;
margin-left: 50px;
margin-bottom: 88px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (max-width: 767px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}
@media (min-width: 0px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

#s-6a345038-6186-4bec-9274-8e409489555f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a345038-6186-4bec-9274-8e409489555f .shogun-heading-component h2 {
  color: rgba(85, 28, 37, 1);
  font-weight:  600 ;
  font-family: Gothic A1;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b4ae2f75-74d7-45d3-a211-66339cc89fa7 {
  margin-top: -46px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
min-height: 366px;
}

@media (min-width: 0px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

.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-4ea29a18-4961-405a-b6f7-c581d75f10ba {
  margin-top: 8px;
margin-bottom: 8px;
max-width: 350px;
text-align: center;
}




  #s-4ea29a18-4961-405a-b6f7-c581d75f10ba img.shogun-image {
    
    width: px;
  }


#s-4ea29a18-4961-405a-b6f7-c581d75f10ba .shogun-image-content {
  
    align-items: center;
  
}

#s-cc1f2855-d8b8-4f7a-bf09-c4cd231dcca1 {
  max-width: 365px;
}




  #s-cc1f2855-d8b8-4f7a-bf09-c4cd231dcca1 img.shogun-image {
    
    width: px;
  }


#s-cc1f2855-d8b8-4f7a-bf09-c4cd231dcca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7066acda-62ed-4305-9515-9e15fe6fe140 {
  max-width: 350px;
text-align: center;
}




  #s-7066acda-62ed-4305-9515-9e15fe6fe140 img.shogun-image {
    
    width: px;
  }


#s-7066acda-62ed-4305-9515-9e15fe6fe140 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8a41fff-189d-480d-b106-db4a473ec450 {
  max-width: 350px;
text-align: center;
}




  #s-a8a41fff-189d-480d-b106-db4a473ec450 img.shogun-image {
    
    width: px;
  }


#s-a8a41fff-189d-480d-b106-db4a473ec450 .shogun-image-content {
  
    align-items: center;
  
}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: -59px;
margin-left: 0px;
margin-bottom: -59px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4724e1b9-de74-4993-a656-a4e6c28dfe6f {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-4724e1b9-de74-4993-a656-a4e6c28dfe6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4724e1b9-de74-4993-a656-a4e6c28dfe6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4724e1b9-de74-4993-a656-a4e6c28dfe6f {
  
}
}@media (max-width: 767px){#s-4724e1b9-de74-4993-a656-a4e6c28dfe6f {
  
}
}
@media (min-width: 0px) {
[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4724e1b9-de74-4993-a656-a4e6c28dfe6f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7e0d4cd1-b89b-4134-80ff-5209f3a92f7b {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(85, 28, 37, 1);
border-style: solid;
text-align: center;
}

#s-7e0d4cd1-b89b-4134-80ff-5209f3a92f7b .shogun-heading-component h2 {
  color: rgba(85, 28, 37, 1);
  font-weight:  500 ;
  font-family: Gothic A1;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-d027572b-b18a-48b2-8e63-498c6b19eadc {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84d26dbc-ea49-49c1-98a2-6ef315d5d7be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-13d87606-1ad9-41e7-8883-fd9bcbc09cf0 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-13d87606-1ad9-41e7-8883-fd9bcbc09cf0 {
  display: none;
}
#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 {
  text-align: left;
}


.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 {
  max-width: 100%;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom,
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 {
  max-width: 100%;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom,
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 {
  max-width: 100%;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom,
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 {
  max-width: 100%;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom,
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 {
  max-width: 100%;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom,
.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bd3ebb6-87cc-4261-853e-4b3b915bca41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ea9501b-3479-4372-a6d9-f283165b8c3d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-7ea9501b-3479-4372-a6d9-f283165b8c3d .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-2513cc60-ef27-4280-8d71-312c64df1a5e {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-2513cc60-ef27-4280-8d71-312c64df1a5e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-2513cc60-ef27-4280-8d71-312c64df1a5e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-2513cc60-ef27-4280-8d71-312c64df1a5e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6dcf51b0-3967-4c07-aa02-2a90cda2c49d {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-6dcf51b0-3967-4c07-aa02-2a90cda2c49d {
  display: none;
}
#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 {
  text-align: left;
}


.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 {
  max-width: 100%;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom,
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 {
  max-width: 100%;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom,
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 {
  max-width: 100%;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom,
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 {
  max-width: 100%;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom,
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 {
  max-width: 100%;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom,
.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34763928-bbfe-48ae-9f9f-07b159cec8e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c98472f4-b025-43e8-9ea7-217c1a444495 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c98472f4-b025-43e8-9ea7-217c1a444495 .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0d322002-65f7-49b5-b86d-7e1b762914d1 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-0d322002-65f7-49b5-b86d-7e1b762914d1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-0d322002-65f7-49b5-b86d-7e1b762914d1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d322002-65f7-49b5-b86d-7e1b762914d1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-01c961ee-553b-4406-b50b-83fa26d5268c {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-01c961ee-553b-4406-b50b-83fa26d5268c {
  display: none;
}
#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 {
  text-align: left;
}


.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 {
  max-width: 100%;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom,
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 {
  max-width: 100%;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom,
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 {
  max-width: 100%;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom,
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 {
  max-width: 100%;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom,
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 {
  max-width: 100%;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom,
.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f30f8fd9-7331-4f74-a463-0f9f01f50680 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-05d8aaea-dbc2-4150-a2f7-c26937cee12c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-05d8aaea-dbc2-4150-a2f7-c26937cee12c .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d5475765-3ced-4d16-b1f5-3392de211b13 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-d5475765-3ced-4d16-b1f5-3392de211b13 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-d5475765-3ced-4d16-b1f5-3392de211b13 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-d5475765-3ced-4d16-b1f5-3392de211b13 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-71e9cb0b-8d45-49bd-9f34-63fb82984b00 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-71e9cb0b-8d45-49bd-9f34-63fb82984b00 {
  display: none;
}
#s-f87b41e5-f90a-439e-b89f-af86a9151e9e {
  text-align: left;
}


.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e {
  max-width: 100%;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom,
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e {
  max-width: 100%;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom,
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e {
  max-width: 100%;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom,
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e {
  max-width: 100%;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom,
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e {
  max-width: 100%;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom,
.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f87b41e5-f90a-439e-b89f-af86a9151e9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bdca5491-62df-4ae3-a947-bcba4688b276 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-bdca5491-62df-4ae3-a947-bcba4688b276 .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7a94df74-cea7-4a9f-ba07-c8bebea78762 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-7a94df74-cea7-4a9f-ba07-c8bebea78762 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-7a94df74-cea7-4a9f-ba07-c8bebea78762 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-7a94df74-cea7-4a9f-ba07-c8bebea78762 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  display: none;
}
#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 175, 175, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-30f36046-a275-43ca-8570-2059659d2b2d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-30f36046-a275-43ca-8570-2059659d2b2d .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-960fa292-89cf-45ea-9dca-b42f5e505ea0 {
  text-align: left;
}

#s-960fa292-89cf-45ea-9dca-b42f5e505ea0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-960fa292-89cf-45ea-9dca-b42f5e505ea0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-960fa292-89cf-45ea-9dca-b42f5e505ea0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-960fa292-89cf-45ea-9dca-b42f5e505ea0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-f385e8b6-2483-4410-9b44-16a4fab83034 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-03276f8e-e5a2-41be-a29f-26f7c7837399 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-03276f8e-e5a2-41be-a29f-26f7c7837399:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03276f8e-e5a2-41be-a29f-26f7c7837399:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-03276f8e-e5a2-41be-a29f-26f7c7837399 {
  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-03276f8e-e5a2-41be-a29f-26f7c7837399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03276f8e-e5a2-41be-a29f-26f7c7837399.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03276f8e-e5a2-41be-a29f-26f7c7837399.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7d2a7dde-d54e-44b9-9ff0-f54b099d9691 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-7d2a7dde-d54e-44b9-9ff0-f54b099d9691 {
  display: none;
}
#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 175, 175, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c2d8ec4e-1351-474f-87d7-414cad586a44 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c2d8ec4e-1351-474f-87d7-414cad586a44 .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-179dc5de-ba1a-4f9c-9deb-3ee7eb2e79cb {
  text-align: left;
}

#s-179dc5de-ba1a-4f9c-9deb-3ee7eb2e79cb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-179dc5de-ba1a-4f9c-9deb-3ee7eb2e79cb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-179dc5de-ba1a-4f9c-9deb-3ee7eb2e79cb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-179dc5de-ba1a-4f9c-9deb-3ee7eb2e79cb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-f9742e6b-1ab1-4d2a-aa63-113489de4301 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-f9742e6b-1ab1-4d2a-aa63-113489de4301 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-f9742e6b-1ab1-4d2a-aa63-113489de4301 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-f9742e6b-1ab1-4d2a-aa63-113489de4301 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e7396de-097c-4f86-bb8d-c62c9dafa71e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2e7396de-097c-4f86-bb8d-c62c9dafa71e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e7396de-097c-4f86-bb8d-c62c9dafa71e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e7396de-097c-4f86-bb8d-c62c9dafa71e {
  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-2e7396de-097c-4f86-bb8d-c62c9dafa71e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e7396de-097c-4f86-bb8d-c62c9dafa71e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e7396de-097c-4f86-bb8d-c62c9dafa71e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ec901ee5-7e94-4d65-855e-23025f90fd1b {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-ec901ee5-7e94-4d65-855e-23025f90fd1b {
  display: none;
}
#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 175, 175, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c72d8cdd-5372-4ee3-b862-0321b8e45735 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c72d8cdd-5372-4ee3-b862-0321b8e45735 .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4ee68899-ca08-4017-a12d-b900bacfde4f {
  text-align: left;
}

#s-4ee68899-ca08-4017-a12d-b900bacfde4f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4ee68899-ca08-4017-a12d-b900bacfde4f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4ee68899-ca08-4017-a12d-b900bacfde4f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4ee68899-ca08-4017-a12d-b900bacfde4f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c46b2547-9e01-41a1-bac7-48d1b6a6d451 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-c46b2547-9e01-41a1-bac7-48d1b6a6d451 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-c46b2547-9e01-41a1-bac7-48d1b6a6d451 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-c46b2547-9e01-41a1-bac7-48d1b6a6d451 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0dfbdc0b-876d-400b-a9b2-283658853691 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0dfbdc0b-876d-400b-a9b2-283658853691:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dfbdc0b-876d-400b-a9b2-283658853691:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0dfbdc0b-876d-400b-a9b2-283658853691 {
  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-0dfbdc0b-876d-400b-a9b2-283658853691.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dfbdc0b-876d-400b-a9b2-283658853691.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0dfbdc0b-876d-400b-a9b2-283658853691.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c9dd5184-3cc4-4679-a077-d8054a388a0f {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-c9dd5184-3cc4-4679-a077-d8054a388a0f {
  display: none;
}
#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 175, 175, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b {
  max-width: 100%;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom,
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b {
  max-width: 100%;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom,
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b {
  max-width: 100%;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom,
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b {
  max-width: 100%;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom,
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b {
  max-width: 100%;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom,
.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-00fdbf25-8a1f-4bf5-bfd1-2ffc9649ff36 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-00fdbf25-8a1f-4bf5-bfd1-2ffc9649ff36 .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-f031aa4a-1ee4-436d-8995-8ba7a685247f {
  text-align: left;
}

#s-f031aa4a-1ee4-436d-8995-8ba7a685247f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f031aa4a-1ee4-436d-8995-8ba7a685247f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f031aa4a-1ee4-436d-8995-8ba7a685247f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f031aa4a-1ee4-436d-8995-8ba7a685247f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-84695874-4cff-46fc-bcb6-25f993fde78c {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-84695874-4cff-46fc-bcb6-25f993fde78c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-84695874-4cff-46fc-bcb6-25f993fde78c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-84695874-4cff-46fc-bcb6-25f993fde78c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2c6b757-ed73-4cf6-8b59-2b2785bfaea5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d2c6b757-ed73-4cf6-8b59-2b2785bfaea5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2c6b757-ed73-4cf6-8b59-2b2785bfaea5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2c6b757-ed73-4cf6-8b59-2b2785bfaea5 {
  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-d2c6b757-ed73-4cf6-8b59-2b2785bfaea5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2c6b757-ed73-4cf6-8b59-2b2785bfaea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d2c6b757-ed73-4cf6-8b59-2b2785bfaea5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238 {
  margin-top: 6px;
margin-left: 50px;
margin-bottom: 81px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98d5ab2a-9698-4d6f-8f3a-d8b050a01238"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

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

#s-2b167d84-15a6-4c8d-8432-2b76e5759662 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(85, 28, 37, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2b167d84-15a6-4c8d-8432-2b76e5759662:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(85, 28, 37, 1) !important;
text-decoration: none !important;}#s-2b167d84-15a6-4c8d-8432-2b76e5759662:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2b167d84-15a6-4c8d-8432-2b76e5759662 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b167d84-15a6-4c8d-8432-2b76e5759662 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b167d84-15a6-4c8d-8432-2b76e5759662 {
  
}
}@media (max-width: 767px){#s-2b167d84-15a6-4c8d-8432-2b76e5759662 {
  
}
}


#s-2b167d84-15a6-4c8d-8432-2b76e5759662.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  font-family: Gothic A1;
  display:  block ;
}

#s-42962590-19f4-45b1-a517-0c9b416ffd4e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 0.07);
}
@media (min-width: 1200px){#s-42962590-19f4-45b1-a517-0c9b416ffd4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42962590-19f4-45b1-a517-0c9b416ffd4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42962590-19f4-45b1-a517-0c9b416ffd4e {
  
}
}@media (max-width: 767px){#s-42962590-19f4-45b1-a517-0c9b416ffd4e {
  
}
}







#s-42962590-19f4-45b1-a517-0c9b416ffd4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42962590-19f4-45b1-a517-0c9b416ffd4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d {
  margin-top: 72px;
margin-left: 0px;
margin-bottom: 31px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d96d2bcb-5c20-46c8-862f-e98d95a87b3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-331378d1-a088-4e9d-bd31-16c71dd83840 {
  text-align: center;
}




  #s-331378d1-a088-4e9d-bd31-16c71dd83840 img.shogun-image {
    
    width: px;
  }


#s-331378d1-a088-4e9d-bd31-16c71dd83840 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e3f4a0c-24e6-48d7-8320-4a90d0acd582 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e3f4a0c-24e6-48d7-8320-4a90d0acd582 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Gothic A1;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-49946d27-bbfe-4133-9c1d-6b831460109a {
  margin-left: 50px;
margin-right: 50px;
}

#s-49946d27-bbfe-4133-9c1d-6b831460109a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc257bf9-19d9-4d9d-9e9d-336fa5004e2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7f6397f5-61db-431c-bce5-98714d15c8b1 {
  text-align: center;
}

#s-7f6397f5-61db-431c-bce5-98714d15c8b1 {
  display: none;
}
#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac {
  text-align: left;
}


.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac {
  max-width: 100%;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom,
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac {
  max-width: 100%;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom,
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac {
  max-width: 100%;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom,
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac {
  max-width: 100%;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom,
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac {
  max-width: 100%;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom,
.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac5b26b3-dd20-4b9c-a7a8-ab5b999c30ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-77e98b7e-f2c9-4bf8-90eb-e95c8fcd0848 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77e98b7e-f2c9-4bf8-90eb-e95c8fcd0848 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c7036ea3-20b1-4270-a3d3-2d5f8a6c96ba {
  text-align: left;
}

#s-c7036ea3-20b1-4270-a3d3-2d5f8a6c96ba .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c7036ea3-20b1-4270-a3d3-2d5f8a6c96ba .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7036ea3-20b1-4270-a3d3-2d5f8a6c96ba .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7036ea3-20b1-4270-a3d3-2d5f8a6c96ba .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-bb88c84d-89fa-43a6-bf06-ff0931e1682c {
  text-align: center;
}

#s-bb88c84d-89fa-43a6-bf06-ff0931e1682c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bb88c84d-89fa-43a6-bf06-ff0931e1682c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bb88c84d-89fa-43a6-bf06-ff0931e1682c .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-a45b1f1f-bf91-47a6-8d39-6506c1244110 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a45b1f1f-bf91-47a6-8d39-6506c1244110:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a45b1f1f-bf91-47a6-8d39-6506c1244110:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a45b1f1f-bf91-47a6-8d39-6506c1244110 {
  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-a45b1f1f-bf91-47a6-8d39-6506c1244110.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a45b1f1f-bf91-47a6-8d39-6506c1244110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a45b1f1f-bf91-47a6-8d39-6506c1244110.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34d94355-e7b7-4796-97a2-e5eb64e23be6 {
  display: none;
}
#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 {
  text-align: left;
}


.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 {
  max-width: 100%;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom,
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 {
  max-width: 100%;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom,
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 {
  max-width: 100%;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom,
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 {
  max-width: 100%;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom,
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 {
  max-width: 100%;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom,
.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f258b0f-0dbe-4846-bd0c-9bb888993d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ef2c1586-1256-4036-baa7-f60968f50de9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef2c1586-1256-4036-baa7-f60968f50de9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-891ed7ac-1b0a-45c1-b960-3a8c8184b55f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-891ed7ac-1b0a-45c1-b960-3a8c8184b55f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-891ed7ac-1b0a-45c1-b960-3a8c8184b55f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-891ed7ac-1b0a-45c1-b960-3a8c8184b55f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-891ed7ac-1b0a-45c1-b960-3a8c8184b55f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1db06496-2ffc-482a-b9aa-35597043c7a4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-1db06496-2ffc-482a-b9aa-35597043c7a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1db06496-2ffc-482a-b9aa-35597043c7a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1db06496-2ffc-482a-b9aa-35597043c7a4 .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-f37c2183-4aa8-46e3-ba1f-510b2d8b0918 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f37c2183-4aa8-46e3-ba1f-510b2d8b0918:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f37c2183-4aa8-46e3-ba1f-510b2d8b0918:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f37c2183-4aa8-46e3-ba1f-510b2d8b0918-atc-btn-wrapper {
    text-align: center;
  }


#s-f37c2183-4aa8-46e3-ba1f-510b2d8b0918 {
  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-f37c2183-4aa8-46e3-ba1f-510b2d8b0918.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f37c2183-4aa8-46e3-ba1f-510b2d8b0918.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f37c2183-4aa8-46e3-ba1f-510b2d8b0918.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a5c6ce6-118b-4275-a5c4-6d430ac143e5 {
  display: none;
}
#s-552de09d-a36c-43de-a809-ed62637b8a3e {
  text-align: left;
}


.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e {
  max-width: 100%;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom,
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e {
  max-width: 100%;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom,
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e {
  max-width: 100%;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom,
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e {
  max-width: 100%;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom,
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e {
  max-width: 100%;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom,
.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552de09d-a36c-43de-a809-ed62637b8a3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6edc8fb5-6692-4247-998f-7889943d09e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6edc8fb5-6692-4247-998f-7889943d09e0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-272739a4-e543-4e48-b429-7ae2dfa85570 {
  text-align: left;
}

#s-272739a4-e543-4e48-b429-7ae2dfa85570 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-272739a4-e543-4e48-b429-7ae2dfa85570 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-272739a4-e543-4e48-b429-7ae2dfa85570 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-272739a4-e543-4e48-b429-7ae2dfa85570 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-fc109f91-875e-4de2-b5a2-d487b661c631 {
  text-align: center;
}

#s-fc109f91-875e-4de2-b5a2-d487b661c631 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc109f91-875e-4de2-b5a2-d487b661c631 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc109f91-875e-4de2-b5a2-d487b661c631 .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-31d76cd8-9d3f-4f49-b4ed-96eb8b261f6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 28, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-31d76cd8-9d3f-4f49-b4ed-96eb8b261f6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31d76cd8-9d3f-4f49-b4ed-96eb8b261f6d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31d76cd8-9d3f-4f49-b4ed-96eb8b261f6d {
  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-31d76cd8-9d3f-4f49-b4ed-96eb8b261f6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d76cd8-9d3f-4f49-b4ed-96eb8b261f6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31d76cd8-9d3f-4f49-b4ed-96eb8b261f6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e74a274-1761-4524-8937-4b07db6fb702 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9e74a274-1761-4524-8937-4b07db6fb702 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.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-4ec1888f-a661-45b6-b32f-8fd1baea074b {
  margin-left: 50px;
margin-right: 50px;
}

#s-632d5768-5511-4231-8f91-fea98167602d {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-632d5768-5511-4231-8f91-fea98167602d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-afe85c5f-147f-4d6b-bad7-d254146d7fdf {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(85, 28, 37, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-afe85c5f-147f-4d6b-bad7-d254146d7fdf:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-afe85c5f-147f-4d6b-bad7-d254146d7fdf:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-afe85c5f-147f-4d6b-bad7-d254146d7fdf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afe85c5f-147f-4d6b-bad7-d254146d7fdf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afe85c5f-147f-4d6b-bad7-d254146d7fdf {
  
}
}@media (max-width: 767px){#s-afe85c5f-147f-4d6b-bad7-d254146d7fdf {
  
}
}


#s-afe85c5f-147f-4d6b-bad7-d254146d7fdf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}
