.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-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  margin-top: -155px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







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

#s-177b6a8a-e2d9-49c5-bb4e-08b71ef4cf30 {
  min-height: 50px;
}








#s-177b6a8a-e2d9-49c5-bb4e-08b71ef4cf30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-177b6a8a-e2d9-49c5-bb4e-08b71ef4cf30.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-e417dfc9-c595-4481-8bb4-b2a478993add {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e417dfc9-c595-4481-8bb4-b2a478993add {
  display: none;
}
#s-e417dfc9-c595-4481-8bb4-b2a478993add, #wrap-s-e417dfc9-c595-4481-8bb4-b2a478993add { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e417dfc9-c595-4481-8bb4-b2a478993add {
  display: none;
}
#s-e417dfc9-c595-4481-8bb4-b2a478993add, #wrap-s-e417dfc9-c595-4481-8bb4-b2a478993add { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e417dfc9-c595-4481-8bb4-b2a478993add {
  display: none;
}
#s-e417dfc9-c595-4481-8bb4-b2a478993add, #wrap-s-e417dfc9-c595-4481-8bb4-b2a478993add { display:none !important; }}@media (max-width: 767px){#s-e417dfc9-c595-4481-8bb4-b2a478993add {
  display: none;
}
#s-e417dfc9-c595-4481-8bb4-b2a478993add, #wrap-s-e417dfc9-c595-4481-8bb4-b2a478993add { display:none !important; }}



  #s-e417dfc9-c595-4481-8bb4-b2a478993add img.shogun-image {
    
    width: px;
  }


#s-e417dfc9-c595-4481-8bb4-b2a478993add .shogun-image-content {
  
    align-items: center;
  
}

#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb {
  margin-top: -7px;
text-align: center;
}
@media (min-width: 1200px){#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb {
  display: none;
}
#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb, #wrap-s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb {
  display: none;
}
#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb, #wrap-s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb {
  display: none;
}
#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb, #wrap-s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb { display:none !important; }}@media (max-width: 767px){#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb {
  display: none;
}
#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb, #wrap-s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb { display:none !important; }}



  #s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb img.shogun-image {
    
    width: px;
  }


#s-bfd6cd58-ecd5-4d40-9a69-64373df5fcdb .shogun-image-content {
  
    align-items: 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;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-1e4cda49-8c51-4e9b-ae92-69a84f0663a5 {
  margin-top: -4px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e4cda49-8c51-4e9b-ae92-69a84f0663a5 {
  display: none;
}
#s-1e4cda49-8c51-4e9b-ae92-69a84f0663a5, #wrap-s-1e4cda49-8c51-4e9b-ae92-69a84f0663a5 { display:none !important; }}@media (max-width: 767px){#s-1e4cda49-8c51-4e9b-ae92-69a84f0663a5 {
  display: none;
}
#s-1e4cda49-8c51-4e9b-ae92-69a84f0663a5, #wrap-s-1e4cda49-8c51-4e9b-ae92-69a84f0663a5 { display:none !important; }}
#s-d7ff39f5-55c9-4e66-a6d4-68d7ea2fb5f8 {
  text-align: center;
}




  #s-d7ff39f5-55c9-4e66-a6d4-68d7ea2fb5f8 img.shogun-image {
    
    width: px;
  }


#s-d7ff39f5-55c9-4e66-a6d4-68d7ea2fb5f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 {
  text-align: center;
}
@media (min-width: 1200px){#s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 {
  display: none;
}
#s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79, #wrap-s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 { display:none !important; }}@media (max-width: 767px){#s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 {
  display: none;
}
#s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79, #wrap-s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 { display:none !important; }}



  #s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 img.shogun-image {
    
    width: px;
  }


#s-9d5f1e05-ed9a-4cef-9558-ca434b9c9f79 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4dff757-fa86-413e-9b03-21b8caee401d {
  margin-top: -19px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e4dff757-fa86-413e-9b03-21b8caee401d {
  display: none;
}
#s-e4dff757-fa86-413e-9b03-21b8caee401d, #wrap-s-e4dff757-fa86-413e-9b03-21b8caee401d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4dff757-fa86-413e-9b03-21b8caee401d {
  display: none;
}
#s-e4dff757-fa86-413e-9b03-21b8caee401d, #wrap-s-e4dff757-fa86-413e-9b03-21b8caee401d { display:none !important; }}
#s-35c4ea97-b58f-4211-acf3-6a3acf7785cd {
  text-align: center;
}
@media (min-width: 1200px){#s-35c4ea97-b58f-4211-acf3-6a3acf7785cd {
  display: none;
}
#s-35c4ea97-b58f-4211-acf3-6a3acf7785cd, #wrap-s-35c4ea97-b58f-4211-acf3-6a3acf7785cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c4ea97-b58f-4211-acf3-6a3acf7785cd {
  display: none;
}
#s-35c4ea97-b58f-4211-acf3-6a3acf7785cd, #wrap-s-35c4ea97-b58f-4211-acf3-6a3acf7785cd { display:none !important; }}



  #s-35c4ea97-b58f-4211-acf3-6a3acf7785cd img.shogun-image {
    
    width: px;
  }


#s-35c4ea97-b58f-4211-acf3-6a3acf7785cd .shogun-image-content {
  
    align-items: center;
  
}

#s-22c089eb-b90e-4d88-b4c8-be51e2d2b175 {
  text-align: center;
}




  #s-22c089eb-b90e-4d88-b4c8-be51e2d2b175 img.shogun-image {
    
    width: px;
  }


#s-22c089eb-b90e-4d88-b4c8-be51e2d2b175 .shogun-image-content {
  
    align-items: center;
  
}

#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.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-d445265c-226a-425f-bca5-ab91462baec0 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (max-width: 767px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d3f209f3-14c2-43fb-97f3-ec9013766920 {
  text-align: center;
}




  #s-d3f209f3-14c2-43fb-97f3-ec9013766920 img.shogun-image {
    
    width: px;
  }


#s-d3f209f3-14c2-43fb-97f3-ec9013766920 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content 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-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  opacity: 1;
}
@media (min-width: 1200px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (max-width: 767px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}
#s-ff1bce88-b206-410e-ab24-aeea0e9a7813 {
  text-align: center;
}




  #s-ff1bce88-b206-410e-ab24-aeea0e9a7813 img.shogun-image {
    
    width: px;
  }


#s-ff1bce88-b206-410e-ab24-aeea0e9a7813 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  opacity: 1;
}
@media (min-width: 1200px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (max-width: 767px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}
#s-42e96aa0-1006-4a87-9dac-83f5633ef74e {
  text-align: center;
}




  #s-42e96aa0-1006-4a87-9dac-83f5633ef74e img.shogun-image {
    
    width: px;
  }


#s-42e96aa0-1006-4a87-9dac-83f5633ef74e .shogun-image-content {
  
    align-items: center;
  
}

#s-07063159-9af0-491c-ab0f-bdf259099949 {
  opacity: 1;
}
@media (min-width: 1200px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (max-width: 767px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}
#s-09dddf9e-aadb-42c5-9c74-ab03a2be4fd7 {
  margin-top: 3px;
text-align: center;
}




  #s-09dddf9e-aadb-42c5-9c74-ab03a2be4fd7 img.shogun-image {
    
    width: px;
  }


#s-09dddf9e-aadb-42c5-9c74-ab03a2be4fd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  opacity: 1;
}
@media (min-width: 1200px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (max-width: 767px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  justify-content: flex-start;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  background-image: url(https://i.shgcdn.com/43f9c332-ace7-4a49-8530-107c93e03b8d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (max-width: 767px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}







#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (max-width: 767px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}
#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 .shogun-heading-component h1 {
  color: rgba(245, 241, 241, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dc5a3804-cd0c-4b2b-88a9-3248081060fb {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-dc5a3804-cd0c-4b2b-88a9-3248081060fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc5a3804-cd0c-4b2b-88a9-3248081060fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc5a3804-cd0c-4b2b-88a9-3248081060fb {
  
}
}@media (max-width: 767px){#s-dc5a3804-cd0c-4b2b-88a9-3248081060fb {
  
}
}
@media (min-width: 0px) {
[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc5a3804-cd0c-4b2b-88a9-3248081060fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.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-fcee611d-17a2-4721-aa7b-f9465c61bbdd {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 15px;
margin-right: 15px;
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: 0px;
text-align: center;
background-color: rgba(255, 130, 27, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-fcee611d-17a2-4721-aa7b-f9465c61bbdd:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-fcee611d-17a2-4721-aa7b-f9465c61bbdd:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fcee611d-17a2-4721-aa7b-f9465c61bbdd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fcee611d-17a2-4721-aa7b-f9465c61bbdd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcee611d-17a2-4721-aa7b-f9465c61bbdd {
  
}
}@media (max-width: 767px){#s-fcee611d-17a2-4721-aa7b-f9465c61bbdd {
  
}
}


#s-fcee611d-17a2-4721-aa7b-f9465c61bbdd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  background-image: url(https://i.shgcdn.com/a8475f79-dc4b-4cbe-91ba-5a50c532ecd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 20px;
margin-bottom: 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-style: solid;
min-height: 400px;
max-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  
}
}@media (max-width: 767px){#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  
}
}







#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e.shg-box.shg-c {
  justify-content: center;
}

#s-af52f17a-f8cc-474d-8991-d6eaad433383 {
  min-height: 50px;
}








#s-af52f17a-f8cc-474d-8991-d6eaad433383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af52f17a-f8cc-474d-8991-d6eaad433383.shg-box.shg-c {
  justify-content: center;
}

#s-ce760467-f7c7-4672-b21c-922eeea3dd8d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ce760467-f7c7-4672-b21c-922eeea3dd8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce760467-f7c7-4672-b21c-922eeea3dd8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce760467-f7c7-4672-b21c-922eeea3dd8d {
  
}
}@media (max-width: 767px){#s-ce760467-f7c7-4672-b21c-922eeea3dd8d {
  
}
}
#s-ce760467-f7c7-4672-b21c-922eeea3dd8d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c9bdffd-d16e-421b-a2a2-bda0644693ec {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2c9bdffd-d16e-421b-a2a2-bda0644693ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c9bdffd-d16e-421b-a2a2-bda0644693ec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c9bdffd-d16e-421b-a2a2-bda0644693ec {
  
}
}@media (max-width: 767px){#s-2c9bdffd-d16e-421b-a2a2-bda0644693ec {
  
}
}
@media (min-width: 0px) {
[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c9bdffd-d16e-421b-a2a2-bda0644693ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-adb619b8-add1-4a82-b82e-923624f04d83 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 15px;
margin-right: 15px;
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: 0px;
text-align: center;
background-color: rgba(255, 130, 27, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-adb619b8-add1-4a82-b82e-923624f04d83:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-adb619b8-add1-4a82-b82e-923624f04d83:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-adb619b8-add1-4a82-b82e-923624f04d83-btn-wrapper {
    text-align: center;
  }


#s-adb619b8-add1-4a82-b82e-923624f04d83.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

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







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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (max-width: 767px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}
#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs {
  justify-content: center;
}


  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(0, 0, 0, 0.21);
  }
#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(244, 244, 244, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (max-width: 767px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}
@media (min-width: 0px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (max-width: 767px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}
#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  display: none;
}
.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-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  
}
}@media (max-width: 767px){#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  
}
}
#s-1f1964c6-f6c6-4761-9548-2b1121b95976 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 23px;
}

.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-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (max-width: 767px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7 {
  
}
}@media (max-width: 767px){#s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7 {
  
}
}
@media (min-width: 0px) {
[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03e84c2d-aa5e-4ca2-901f-69d81635d5f7"] > .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-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-4b78e0a6-ff52-4b47-a4b1-3dd4fbca5ff3 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4b78e0a6-ff52-4b47-a4b1-3dd4fbca5ff3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b78e0a6-ff52-4b47-a4b1-3dd4fbca5ff3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4b78e0a6-ff52-4b47-a4b1-3dd4fbca5ff3 {
  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-4b78e0a6-ff52-4b47-a4b1-3dd4fbca5ff3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b78e0a6-ff52-4b47-a4b1-3dd4fbca5ff3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b78e0a6-ff52-4b47-a4b1-3dd4fbca5ff3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-87a79ce8-242f-458a-b1f7-42e9751c7f8f {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-87a79ce8-242f-458a-b1f7-42e9751c7f8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87a79ce8-242f-458a-b1f7-42e9751c7f8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87a79ce8-242f-458a-b1f7-42e9751c7f8f {
  
}
}@media (max-width: 767px){#s-87a79ce8-242f-458a-b1f7-42e9751c7f8f {
  
}
}
#s-87a79ce8-242f-458a-b1f7-42e9751c7f8f {
  display: none;
}
#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  
}
}@media (max-width: 767px){#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  
}
}
#s-c216c8cc-f893-4755-9ade-a367aa9828b5 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 23px;
}

#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  
}
}@media (max-width: 767px){#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  
}
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-1f207fda-2e14-41b5-9d8e-f7021fe4da09 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f207fda-2e14-41b5-9d8e-f7021fe4da09 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f207fda-2e14-41b5-9d8e-f7021fe4da09 {
  
}
}@media (max-width: 767px){#s-1f207fda-2e14-41b5-9d8e-f7021fe4da09 {
  
}
}
@media (min-width: 0px) {
[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f207fda-2e14-41b5-9d8e-f7021fe4da09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cec14e02-5f50-4230-be52-0a4b048b5454 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-cec14e02-5f50-4230-be52-0a4b048b5454:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cec14e02-5f50-4230-be52-0a4b048b5454:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cec14e02-5f50-4230-be52-0a4b048b5454 {
  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-cec14e02-5f50-4230-be52-0a4b048b5454.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cec14e02-5f50-4230-be52-0a4b048b5454.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cec14e02-5f50-4230-be52-0a4b048b5454.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b623e07b-fb9c-4a01-b79a-f32bebd85e80 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-b623e07b-fb9c-4a01-b79a-f32bebd85e80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b623e07b-fb9c-4a01-b79a-f32bebd85e80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b623e07b-fb9c-4a01-b79a-f32bebd85e80 {
  
}
}@media (max-width: 767px){#s-b623e07b-fb9c-4a01-b79a-f32bebd85e80 {
  
}
}
#s-b623e07b-fb9c-4a01-b79a-f32bebd85e80 {
  display: none;
}
#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  
}
}@media (max-width: 767px){#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  
}
}
#s-7fe4a985-8531-4423-96c9-53791c3f3764 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 21px;
}

#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  
}
}@media (max-width: 767px){#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  
}
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-3046a75a-0b54-406e-8188-3d63856c3f5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3046a75a-0b54-406e-8188-3d63856c3f5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3046a75a-0b54-406e-8188-3d63856c3f5f {
  
}
}@media (max-width: 767px){#s-3046a75a-0b54-406e-8188-3d63856c3f5f {
  
}
}
@media (min-width: 0px) {
[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3046a75a-0b54-406e-8188-3d63856c3f5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bbfdcfd8-c3b7-4dac-af44-ae1c7989adb9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-bbfdcfd8-c3b7-4dac-af44-ae1c7989adb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bbfdcfd8-c3b7-4dac-af44-ae1c7989adb9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bbfdcfd8-c3b7-4dac-af44-ae1c7989adb9 {
  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-bbfdcfd8-c3b7-4dac-af44-ae1c7989adb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bbfdcfd8-c3b7-4dac-af44-ae1c7989adb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bbfdcfd8-c3b7-4dac-af44-ae1c7989adb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9d98e33c-68fe-4fd5-8762-f60556124d66 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-9d98e33c-68fe-4fd5-8762-f60556124d66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d98e33c-68fe-4fd5-8762-f60556124d66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d98e33c-68fe-4fd5-8762-f60556124d66 {
  
}
}@media (max-width: 767px){#s-9d98e33c-68fe-4fd5-8762-f60556124d66 {
  
}
}
#s-9d98e33c-68fe-4fd5-8762-f60556124d66 {
  display: none;
}
#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  
}
}@media (max-width: 767px){#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  
}
}
#s-fa536175-5576-46db-a6d0-fef2afb67f0e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
}

#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  
}
}@media (max-width: 767px){#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  
}
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-4187767b-000f-4f5e-8e73-8e2bd561efa6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4187767b-000f-4f5e-8e73-8e2bd561efa6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4187767b-000f-4f5e-8e73-8e2bd561efa6 {
  
}
}@media (max-width: 767px){#s-4187767b-000f-4f5e-8e73-8e2bd561efa6 {
  
}
}
@media (min-width: 0px) {
[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4187767b-000f-4f5e-8e73-8e2bd561efa6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0ad6e8f4-38f9-433d-b851-9c838d2e138a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-0ad6e8f4-38f9-433d-b851-9c838d2e138a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ad6e8f4-38f9-433d-b851-9c838d2e138a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0ad6e8f4-38f9-433d-b851-9c838d2e138a {
  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-0ad6e8f4-38f9-433d-b851-9c838d2e138a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ad6e8f4-38f9-433d-b851-9c838d2e138a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0ad6e8f4-38f9-433d-b851-9c838d2e138a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-47d32a37-1f5d-44df-b99c-c671eae85d78 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-47d32a37-1f5d-44df-b99c-c671eae85d78 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47d32a37-1f5d-44df-b99c-c671eae85d78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47d32a37-1f5d-44df-b99c-c671eae85d78 {
  
}
}@media (max-width: 767px){#s-47d32a37-1f5d-44df-b99c-c671eae85d78 {
  
}
}
@media (min-width: 0px) {
[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-47d32a37-1f5d-44df-b99c-c671eae85d78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-3f87ae77-d0da-4b67-9c23-f1b1d4d730f1 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-3f87ae77-d0da-4b67-9c23-f1b1d4d730f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f87ae77-d0da-4b67-9c23-f1b1d4d730f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f87ae77-d0da-4b67-9c23-f1b1d4d730f1 {
  
}
}@media (max-width: 767px){#s-3f87ae77-d0da-4b67-9c23-f1b1d4d730f1 {
  
}
}
#s-3f87ae77-d0da-4b67-9c23-f1b1d4d730f1 {
  display: none;
}
#s-6fb6d18e-a901-434a-b7d1-f55c3a5fdd10 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-6fb6d18e-a901-434a-b7d1-f55c3a5fdd10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fb6d18e-a901-434a-b7d1-f55c3a5fdd10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fb6d18e-a901-434a-b7d1-f55c3a5fdd10 {
  
}
}@media (max-width: 767px){#s-6fb6d18e-a901-434a-b7d1-f55c3a5fdd10 {
  
}
}
#s-6fb6d18e-a901-434a-b7d1-f55c3a5fdd10 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 23px;
}

#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  
}
}@media (max-width: 767px){#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  
}
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  max-width: 100%;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom,
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  max-width: 100%;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom,
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  max-width: 100%;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom,
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  max-width: 100%;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom,
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d {
  max-width: 100%;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom,
.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58fcfd64-a64e-48c2-a09b-8b0d0754a38d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848 {
  
}
}@media (max-width: 767px){#s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848 {
  
}
}
@media (min-width: 0px) {
[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6bbd6d0-03cd-4b38-966c-bb2fddd4b848"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7fe9f9b5-928f-49fb-8dbd-65e75a0bcad4 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-7fe9f9b5-928f-49fb-8dbd-65e75a0bcad4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fe9f9b5-928f-49fb-8dbd-65e75a0bcad4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7fe9f9b5-928f-49fb-8dbd-65e75a0bcad4 {
  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-7fe9f9b5-928f-49fb-8dbd-65e75a0bcad4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7fe9f9b5-928f-49fb-8dbd-65e75a0bcad4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7fe9f9b5-928f-49fb-8dbd-65e75a0bcad4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d86e50f-c105-4e25-b27b-9d8c6e611786 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-1d86e50f-c105-4e25-b27b-9d8c6e611786 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d86e50f-c105-4e25-b27b-9d8c6e611786 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d86e50f-c105-4e25-b27b-9d8c6e611786 {
  
}
}@media (max-width: 767px){#s-1d86e50f-c105-4e25-b27b-9d8c6e611786 {
  
}
}
#s-1d86e50f-c105-4e25-b27b-9d8c6e611786 {
  display: none;
}
#s-c2d800af-b352-4157-aa13-a5406b1bc413 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-c2d800af-b352-4157-aa13-a5406b1bc413 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2d800af-b352-4157-aa13-a5406b1bc413 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2d800af-b352-4157-aa13-a5406b1bc413 {
  
}
}@media (max-width: 767px){#s-c2d800af-b352-4157-aa13-a5406b1bc413 {
  
}
}
#s-c2d800af-b352-4157-aa13-a5406b1bc413 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 23px;
}

#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  
}
}@media (max-width: 767px){#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  
}
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  max-width: 100%;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom,
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  max-width: 100%;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom,
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  max-width: 100%;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom,
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  max-width: 100%;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom,
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d {
  max-width: 100%;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom,
.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8baac4f6-ca57-4bf9-afea-6e2ed160988d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-786b15a1-a7c3-4683-b562-98ef7f5ebeee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-786b15a1-a7c3-4683-b562-98ef7f5ebeee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-786b15a1-a7c3-4683-b562-98ef7f5ebeee {
  
}
}@media (max-width: 767px){#s-786b15a1-a7c3-4683-b562-98ef7f5ebeee {
  
}
}
@media (min-width: 0px) {
[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-786b15a1-a7c3-4683-b562-98ef7f5ebeee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0dd94b89-225e-497e-81b0-ba94b2ba32bc {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-0dd94b89-225e-497e-81b0-ba94b2ba32bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dd94b89-225e-497e-81b0-ba94b2ba32bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0dd94b89-225e-497e-81b0-ba94b2ba32bc {
  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-0dd94b89-225e-497e-81b0-ba94b2ba32bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dd94b89-225e-497e-81b0-ba94b2ba32bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0dd94b89-225e-497e-81b0-ba94b2ba32bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-783c0652-3d3b-4dd8-89ef-ccf22942b49a {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-783c0652-3d3b-4dd8-89ef-ccf22942b49a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-783c0652-3d3b-4dd8-89ef-ccf22942b49a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-783c0652-3d3b-4dd8-89ef-ccf22942b49a {
  
}
}@media (max-width: 767px){#s-783c0652-3d3b-4dd8-89ef-ccf22942b49a {
  
}
}
#s-783c0652-3d3b-4dd8-89ef-ccf22942b49a {
  display: none;
}
#s-785bf7e3-a364-4585-95ad-a84902d5435c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-785bf7e3-a364-4585-95ad-a84902d5435c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-785bf7e3-a364-4585-95ad-a84902d5435c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-785bf7e3-a364-4585-95ad-a84902d5435c {
  
}
}@media (max-width: 767px){#s-785bf7e3-a364-4585-95ad-a84902d5435c {
  
}
}
#s-785bf7e3-a364-4585-95ad-a84902d5435c .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 23px;
}

#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  
}
}@media (max-width: 767px){#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  
}
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  max-width: 100%;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom,
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  max-width: 100%;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom,
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  max-width: 100%;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom,
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  max-width: 100%;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom,
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 {
  max-width: 100%;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom,
.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d15a480-bba5-415c-9f05-9f9b524c7c32 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-6929b6fc-700f-428f-bd25-00c43267c388 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6929b6fc-700f-428f-bd25-00c43267c388 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6929b6fc-700f-428f-bd25-00c43267c388 {
  
}
}@media (max-width: 767px){#s-6929b6fc-700f-428f-bd25-00c43267c388 {
  
}
}
@media (min-width: 0px) {
[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6929b6fc-700f-428f-bd25-00c43267c388"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6330d843-b2e7-47ad-af7b-c354bc53cfcb {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-6330d843-b2e7-47ad-af7b-c354bc53cfcb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6330d843-b2e7-47ad-af7b-c354bc53cfcb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6330d843-b2e7-47ad-af7b-c354bc53cfcb {
  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-6330d843-b2e7-47ad-af7b-c354bc53cfcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6330d843-b2e7-47ad-af7b-c354bc53cfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6330d843-b2e7-47ad-af7b-c354bc53cfcb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7ae5bff-a1d2-47f4-9bb1-5e7aad928e57 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-d7ae5bff-a1d2-47f4-9bb1-5e7aad928e57 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7ae5bff-a1d2-47f4-9bb1-5e7aad928e57 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7ae5bff-a1d2-47f4-9bb1-5e7aad928e57 {
  
}
}@media (max-width: 767px){#s-d7ae5bff-a1d2-47f4-9bb1-5e7aad928e57 {
  
}
}
#s-d7ae5bff-a1d2-47f4-9bb1-5e7aad928e57 {
  display: none;
}
#s-e9ff7fc6-c3fd-456f-a43b-717939a2ea8f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-e9ff7fc6-c3fd-456f-a43b-717939a2ea8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9ff7fc6-c3fd-456f-a43b-717939a2ea8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9ff7fc6-c3fd-456f-a43b-717939a2ea8f {
  
}
}@media (max-width: 767px){#s-e9ff7fc6-c3fd-456f-a43b-717939a2ea8f {
  
}
}
#s-e9ff7fc6-c3fd-456f-a43b-717939a2ea8f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
}

#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  
}
}@media (max-width: 767px){#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  
}
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  max-width: 100%;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom,
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  max-width: 100%;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom,
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  max-width: 100%;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom,
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  max-width: 100%;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom,
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 {
  max-width: 100%;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom,
.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40d919f-3b21-4ea5-935b-7a9c7ae452e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-bce2c82a-ef08-4493-9425-a196a853b827 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bce2c82a-ef08-4493-9425-a196a853b827 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bce2c82a-ef08-4493-9425-a196a853b827 {
  
}
}@media (max-width: 767px){#s-bce2c82a-ef08-4493-9425-a196a853b827 {
  
}
}
@media (min-width: 0px) {
[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bce2c82a-ef08-4493-9425-a196a853b827"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a17428e7-e62c-492d-a4de-7b555088ca29 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-a17428e7-e62c-492d-a4de-7b555088ca29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a17428e7-e62c-492d-a4de-7b555088ca29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a17428e7-e62c-492d-a4de-7b555088ca29 {
  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-a17428e7-e62c-492d-a4de-7b555088ca29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a17428e7-e62c-492d-a4de-7b555088ca29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a17428e7-e62c-492d-a4de-7b555088ca29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-087d6697-6acd-4e9e-bd1c-82882a404fcb {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-087d6697-6acd-4e9e-bd1c-82882a404fcb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-087d6697-6acd-4e9e-bd1c-82882a404fcb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-087d6697-6acd-4e9e-bd1c-82882a404fcb {
  
}
}@media (max-width: 767px){#s-087d6697-6acd-4e9e-bd1c-82882a404fcb {
  
}
}
@media (min-width: 0px) {
[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-087d6697-6acd-4e9e-bd1c-82882a404fcb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-74eb493f-0c0b-4339-95d2-ffc5359d31da {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-74eb493f-0c0b-4339-95d2-ffc5359d31da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74eb493f-0c0b-4339-95d2-ffc5359d31da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74eb493f-0c0b-4339-95d2-ffc5359d31da {
  
}
}@media (max-width: 767px){#s-74eb493f-0c0b-4339-95d2-ffc5359d31da {
  
}
}
#s-74eb493f-0c0b-4339-95d2-ffc5359d31da {
  display: none;
}
#s-2517334c-f69c-41ca-aae1-eb575367d138 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-2517334c-f69c-41ca-aae1-eb575367d138 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2517334c-f69c-41ca-aae1-eb575367d138 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2517334c-f69c-41ca-aae1-eb575367d138 {
  
}
}@media (max-width: 767px){#s-2517334c-f69c-41ca-aae1-eb575367d138 {
  
}
}
#s-2517334c-f69c-41ca-aae1-eb575367d138 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 23px;
}

#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  
}
}@media (max-width: 767px){#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  
}
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  max-width: 100%;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom,
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  max-width: 100%;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom,
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  max-width: 100%;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom,
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  max-width: 100%;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom,
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa {
  max-width: 100%;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom,
.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1036ba93-fd90-4943-8f5f-b1a4acd035fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-172ccae4-af0e-4965-a5a6-62be491ac16d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-172ccae4-af0e-4965-a5a6-62be491ac16d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-172ccae4-af0e-4965-a5a6-62be491ac16d {
  
}
}@media (max-width: 767px){#s-172ccae4-af0e-4965-a5a6-62be491ac16d {
  
}
}
@media (min-width: 0px) {
[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-172ccae4-af0e-4965-a5a6-62be491ac16d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4d7acd52-6361-4114-8c22-8f017097a6de {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4d7acd52-6361-4114-8c22-8f017097a6de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d7acd52-6361-4114-8c22-8f017097a6de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d7acd52-6361-4114-8c22-8f017097a6de {
  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-4d7acd52-6361-4114-8c22-8f017097a6de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d7acd52-6361-4114-8c22-8f017097a6de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d7acd52-6361-4114-8c22-8f017097a6de.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f6f25ce2-f467-4240-bfdc-af34c8f0ed6f {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-f6f25ce2-f467-4240-bfdc-af34c8f0ed6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6f25ce2-f467-4240-bfdc-af34c8f0ed6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6f25ce2-f467-4240-bfdc-af34c8f0ed6f {
  
}
}@media (max-width: 767px){#s-f6f25ce2-f467-4240-bfdc-af34c8f0ed6f {
  
}
}
#s-f6f25ce2-f467-4240-bfdc-af34c8f0ed6f {
  display: none;
}
#s-f344e6b0-c6e8-4ae5-aa5b-ba7dc74005f1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-f344e6b0-c6e8-4ae5-aa5b-ba7dc74005f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f344e6b0-c6e8-4ae5-aa5b-ba7dc74005f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f344e6b0-c6e8-4ae5-aa5b-ba7dc74005f1 {
  
}
}@media (max-width: 767px){#s-f344e6b0-c6e8-4ae5-aa5b-ba7dc74005f1 {
  
}
}
#s-f344e6b0-c6e8-4ae5-aa5b-ba7dc74005f1 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 23px;
}

#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  
}
}@media (max-width: 767px){#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  
}
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  max-width: 100%;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom,
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  max-width: 100%;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom,
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  max-width: 100%;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom,
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  max-width: 100%;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom,
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 {
  max-width: 100%;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom,
.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b6b6f62-31a5-456b-85a1-4077ba025145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9 {
  
}
}@media (max-width: 767px){#s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9 {
  
}
}
@media (min-width: 0px) {
[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e07d0b46-bc4f-481b-88a6-443f0c3fafe9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a00f4259-b6da-4c1a-b8a7-a92d8912847b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-a00f4259-b6da-4c1a-b8a7-a92d8912847b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a00f4259-b6da-4c1a-b8a7-a92d8912847b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a00f4259-b6da-4c1a-b8a7-a92d8912847b {
  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-a00f4259-b6da-4c1a-b8a7-a92d8912847b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a00f4259-b6da-4c1a-b8a7-a92d8912847b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a00f4259-b6da-4c1a-b8a7-a92d8912847b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41915f0d-6bbe-49cc-97b7-2bd97034cbd5 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-41915f0d-6bbe-49cc-97b7-2bd97034cbd5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41915f0d-6bbe-49cc-97b7-2bd97034cbd5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41915f0d-6bbe-49cc-97b7-2bd97034cbd5 {
  
}
}@media (max-width: 767px){#s-41915f0d-6bbe-49cc-97b7-2bd97034cbd5 {
  
}
}
#s-41915f0d-6bbe-49cc-97b7-2bd97034cbd5 {
  display: none;
}
#s-9148de8d-41eb-4fe4-a739-bd8a2bdbb2d2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-9148de8d-41eb-4fe4-a739-bd8a2bdbb2d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9148de8d-41eb-4fe4-a739-bd8a2bdbb2d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9148de8d-41eb-4fe4-a739-bd8a2bdbb2d2 {
  
}
}@media (max-width: 767px){#s-9148de8d-41eb-4fe4-a739-bd8a2bdbb2d2 {
  
}
}
#s-9148de8d-41eb-4fe4-a739-bd8a2bdbb2d2 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: ;
  font-style:  normal ;
  font-size: 23px;
}

#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  
}
}@media (max-width: 767px){#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  
}
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  max-width: 100%;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom,
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  max-width: 100%;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom,
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  max-width: 100%;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom,
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  max-width: 100%;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom,
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 {
  max-width: 100%;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom,
.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d292b55a-aa93-466a-b220-67c41c825b66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-cc49ad9a-e984-4dce-a499-5c9770253d07 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc49ad9a-e984-4dce-a499-5c9770253d07 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc49ad9a-e984-4dce-a499-5c9770253d07 {
  
}
}@media (max-width: 767px){#s-cc49ad9a-e984-4dce-a499-5c9770253d07 {
  
}
}
@media (min-width: 0px) {
[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc49ad9a-e984-4dce-a499-5c9770253d07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2e4052b0-4a32-46ca-9393-1e735486677a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2e4052b0-4a32-46ca-9393-1e735486677a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e4052b0-4a32-46ca-9393-1e735486677a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e4052b0-4a32-46ca-9393-1e735486677a {
  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-2e4052b0-4a32-46ca-9393-1e735486677a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e4052b0-4a32-46ca-9393-1e735486677a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e4052b0-4a32-46ca-9393-1e735486677a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cf3ca435-8ccd-4d7a-a549-fe9296d3c5b4 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-cf3ca435-8ccd-4d7a-a549-fe9296d3c5b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf3ca435-8ccd-4d7a-a549-fe9296d3c5b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf3ca435-8ccd-4d7a-a549-fe9296d3c5b4 {
  
}
}@media (max-width: 767px){#s-cf3ca435-8ccd-4d7a-a549-fe9296d3c5b4 {
  
}
}
#s-cf3ca435-8ccd-4d7a-a549-fe9296d3c5b4 {
  display: none;
}
#s-fb561f9a-2194-4eb9-84cd-f85329e9d284 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-fb561f9a-2194-4eb9-84cd-f85329e9d284 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb561f9a-2194-4eb9-84cd-f85329e9d284 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb561f9a-2194-4eb9-84cd-f85329e9d284 {
  
}
}@media (max-width: 767px){#s-fb561f9a-2194-4eb9-84cd-f85329e9d284 {
  
}
}
#s-fb561f9a-2194-4eb9-84cd-f85329e9d284 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
}

#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  
}
}@media (max-width: 767px){#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  
}
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  max-width: 100%;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom,
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  max-width: 100%;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom,
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  max-width: 100%;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom,
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  max-width: 100%;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom,
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 {
  max-width: 100%;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom,
.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d8c898e-bd5b-4062-870e-c86b0eafa224 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-15026f15-77d3-48b1-a47e-3d9546f48493 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15026f15-77d3-48b1-a47e-3d9546f48493 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15026f15-77d3-48b1-a47e-3d9546f48493 {
  
}
}@media (max-width: 767px){#s-15026f15-77d3-48b1-a47e-3d9546f48493 {
  
}
}
@media (min-width: 0px) {
[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-15026f15-77d3-48b1-a47e-3d9546f48493"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bf8b5e8a-9500-4ff7-a27d-19f1468d1f7a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-bf8b5e8a-9500-4ff7-a27d-19f1468d1f7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf8b5e8a-9500-4ff7-a27d-19f1468d1f7a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf8b5e8a-9500-4ff7-a27d-19f1468d1f7a {
  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-bf8b5e8a-9500-4ff7-a27d-19f1468d1f7a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf8b5e8a-9500-4ff7-a27d-19f1468d1f7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bf8b5e8a-9500-4ff7-a27d-19f1468d1f7a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 370px;
background-position: center center;
}
@media (min-width: 1200px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  display: none;
}
#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0, #wrap-s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 { display:none !important; }}@media (max-width: 767px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  display: none;
}
#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0, #wrap-s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 { display:none !important; }}







#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0.shg-box.shg-c {
  justify-content: center;
}

#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (max-width: 767px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}
#s-ec08c90f-696b-48eb-8e56-64c1044015e3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (max-width: 767px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}
#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (max-width: 767px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}
@media (min-width: 0px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-4db8f828-5999-4122-b213-a3127acd540d {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 15px;
margin-right: 15px;
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: 0px;
text-align: center;
background-color: rgba(255, 130, 27, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-4db8f828-5999-4122-b213-a3127acd540d:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-4db8f828-5999-4122-b213-a3127acd540d:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4db8f828-5999-4122-b213-a3127acd540d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4db8f828-5999-4122-b213-a3127acd540d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4db8f828-5999-4122-b213-a3127acd540d {
  
}
}@media (max-width: 767px){#s-4db8f828-5999-4122-b213-a3127acd540d {
  
}
}


#s-4db8f828-5999-4122-b213-a3127acd540d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 370px;
background-position: right center;
}
@media (min-width: 1200px){#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145 {
  display: none;
}
#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145, #wrap-s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145 {
  display: none;
}
#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145, #wrap-s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145 {
  
}
}@media (max-width: 767px){#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145 {
  
}
}







#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-5ef04083-b73f-48b3-a1b1-fa3a30ae0145.shg-box.shg-c {
  justify-content: center;
}

#s-998681f4-3282-4d54-886b-f6490511a636 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-998681f4-3282-4d54-886b-f6490511a636 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-998681f4-3282-4d54-886b-f6490511a636 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-998681f4-3282-4d54-886b-f6490511a636 {
  
}
}@media (max-width: 767px){#s-998681f4-3282-4d54-886b-f6490511a636 {
  
}
}
#s-998681f4-3282-4d54-886b-f6490511a636 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-465891b5-edb0-4578-a9e5-d4279388bb17 {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-465891b5-edb0-4578-a9e5-d4279388bb17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-465891b5-edb0-4578-a9e5-d4279388bb17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-465891b5-edb0-4578-a9e5-d4279388bb17 {
  
}
}@media (max-width: 767px){#s-465891b5-edb0-4578-a9e5-d4279388bb17 {
  
}
}
#s-08d9096e-d72c-4adc-b914-c60acae542a9 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-08d9096e-d72c-4adc-b914-c60acae542a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08d9096e-d72c-4adc-b914-c60acae542a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08d9096e-d72c-4adc-b914-c60acae542a9 {
  
}
}@media (max-width: 767px){#s-08d9096e-d72c-4adc-b914-c60acae542a9 {
  
}
}
@media (min-width: 0px) {
[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-08d9096e-d72c-4adc-b914-c60acae542a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-84201621-0f74-44c5-b7a0-ec3b4218844c {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 15px;
margin-right: 15px;
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: 0px;
text-align: center;
background-color: rgba(255, 130, 27, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-84201621-0f74-44c5-b7a0-ec3b4218844c:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-84201621-0f74-44c5-b7a0-ec3b4218844c:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-84201621-0f74-44c5-b7a0-ec3b4218844c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84201621-0f74-44c5-b7a0-ec3b4218844c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84201621-0f74-44c5-b7a0-ec3b4218844c {
  
}
}@media (max-width: 767px){#s-84201621-0f74-44c5-b7a0-ec3b4218844c {
  
}
}


#s-84201621-0f74-44c5-b7a0-ec3b4218844c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  margin-top: 40px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (max-width: 767px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}







#s-71708fbf-5123-4822-bbc5-6c6b14349904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71708fbf-5123-4822-bbc5-6c6b14349904.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  
}
}@media (max-width: 767px){#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  
}
}
#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-419991b4-9b12-4f22-b67e-5d70f0d09a58 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-419991b4-9b12-4f22-b67e-5d70f0d09a58 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-419991b4-9b12-4f22-b67e-5d70f0d09a58 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-419991b4-9b12-4f22-b67e-5d70f0d09a58 {
  
}
}@media (max-width: 767px){#s-419991b4-9b12-4f22-b67e-5d70f0d09a58 {
  
}
}
@media (min-width: 0px) {
[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-419991b4-9b12-4f22-b67e-5d70f0d09a58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-0941e9cf-8084-4fae-a639-ab30925decd2 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-0941e9cf-8084-4fae-a639-ab30925decd2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0941e9cf-8084-4fae-a639-ab30925decd2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0941e9cf-8084-4fae-a639-ab30925decd2 {
  
}
}@media (max-width: 767px){#s-0941e9cf-8084-4fae-a639-ab30925decd2 {
  
}
}
#s-0941e9cf-8084-4fae-a639-ab30925decd2 {
  display: none;
}
#s-d6065db1-7353-4465-b955-82b31acbf279 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d6065db1-7353-4465-b955-82b31acbf279 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6065db1-7353-4465-b955-82b31acbf279 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6065db1-7353-4465-b955-82b31acbf279 {
  
}
}@media (max-width: 767px){#s-d6065db1-7353-4465-b955-82b31acbf279 {
  
}
}
#s-d6065db1-7353-4465-b955-82b31acbf279 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}

#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  
}
}@media (max-width: 767px){#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  
}
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  max-width: 100%;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom,
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  max-width: 100%;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom,
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  max-width: 100%;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom,
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  max-width: 100%;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom,
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 {
  max-width: 100%;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom,
.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-a1cf8c48-1299-4e57-a8a0-3bf9551c7ba3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-da2aeb03-6806-45d1-a4b4-a03789902d5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da2aeb03-6806-45d1-a4b4-a03789902d5c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da2aeb03-6806-45d1-a4b4-a03789902d5c {
  
}
}@media (max-width: 767px){#s-da2aeb03-6806-45d1-a4b4-a03789902d5c {
  
}
}
@media (min-width: 0px) {
[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da2aeb03-6806-45d1-a4b4-a03789902d5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4712caaa-d41c-47f1-ae03-0f456b7a93a2 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4712caaa-d41c-47f1-ae03-0f456b7a93a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4712caaa-d41c-47f1-ae03-0f456b7a93a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4712caaa-d41c-47f1-ae03-0f456b7a93a2 {
  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-4712caaa-d41c-47f1-ae03-0f456b7a93a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4712caaa-d41c-47f1-ae03-0f456b7a93a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4712caaa-d41c-47f1-ae03-0f456b7a93a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fefb88bd-2795-4580-86d7-71b2b1bbf036 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-fefb88bd-2795-4580-86d7-71b2b1bbf036 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fefb88bd-2795-4580-86d7-71b2b1bbf036 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fefb88bd-2795-4580-86d7-71b2b1bbf036 {
  
}
}@media (max-width: 767px){#s-fefb88bd-2795-4580-86d7-71b2b1bbf036 {
  
}
}
#s-fefb88bd-2795-4580-86d7-71b2b1bbf036 {
  display: none;
}
#s-f8c86f81-e437-4eac-ab61-a889a9eed0e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f8c86f81-e437-4eac-ab61-a889a9eed0e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8c86f81-e437-4eac-ab61-a889a9eed0e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8c86f81-e437-4eac-ab61-a889a9eed0e7 {
  
}
}@media (max-width: 767px){#s-f8c86f81-e437-4eac-ab61-a889a9eed0e7 {
  
}
}
#s-f8c86f81-e437-4eac-ab61-a889a9eed0e7 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}

#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  
}
}@media (max-width: 767px){#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  
}
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  max-width: 100%;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom,
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  max-width: 100%;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom,
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  max-width: 100%;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom,
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  max-width: 100%;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom,
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb {
  max-width: 100%;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom,
.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-603e4a3a-07ef-4bd3-9a6e-79682ee3abeb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-46094b3b-06d6-4a43-8925-80281af13d8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46094b3b-06d6-4a43-8925-80281af13d8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46094b3b-06d6-4a43-8925-80281af13d8e {
  
}
}@media (max-width: 767px){#s-46094b3b-06d6-4a43-8925-80281af13d8e {
  
}
}
@media (min-width: 0px) {
[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46094b3b-06d6-4a43-8925-80281af13d8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-44073dee-362f-409e-bc1d-97263916009b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-44073dee-362f-409e-bc1d-97263916009b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44073dee-362f-409e-bc1d-97263916009b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44073dee-362f-409e-bc1d-97263916009b {
  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-44073dee-362f-409e-bc1d-97263916009b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44073dee-362f-409e-bc1d-97263916009b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-44073dee-362f-409e-bc1d-97263916009b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a67f366d-c6ac-46c7-bc3c-2074fb1291d1 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-a67f366d-c6ac-46c7-bc3c-2074fb1291d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a67f366d-c6ac-46c7-bc3c-2074fb1291d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a67f366d-c6ac-46c7-bc3c-2074fb1291d1 {
  
}
}@media (max-width: 767px){#s-a67f366d-c6ac-46c7-bc3c-2074fb1291d1 {
  
}
}
#s-a67f366d-c6ac-46c7-bc3c-2074fb1291d1 {
  display: none;
}
#s-9bd62a30-ced5-4cbe-bf79-df0d5e7bbc29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bd62a30-ced5-4cbe-bf79-df0d5e7bbc29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bd62a30-ced5-4cbe-bf79-df0d5e7bbc29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bd62a30-ced5-4cbe-bf79-df0d5e7bbc29 {
  
}
}@media (max-width: 767px){#s-9bd62a30-ced5-4cbe-bf79-df0d5e7bbc29 {
  
}
}
#s-9bd62a30-ced5-4cbe-bf79-df0d5e7bbc29 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}

#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  
}
}@media (max-width: 767px){#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  
}
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  max-width: 100%;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom,
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  max-width: 100%;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom,
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  max-width: 100%;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom,
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  max-width: 100%;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom,
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d {
  max-width: 100%;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom,
.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1450aff9-4d4b-408f-b90e-73e83030a24d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-6280cb08-7987-4a95-9115-944fa4a117f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6280cb08-7987-4a95-9115-944fa4a117f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6280cb08-7987-4a95-9115-944fa4a117f8 {
  
}
}@media (max-width: 767px){#s-6280cb08-7987-4a95-9115-944fa4a117f8 {
  
}
}
@media (min-width: 0px) {
[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6280cb08-7987-4a95-9115-944fa4a117f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a05e5a51-92a5-4b38-87e4-331f7c57f3f6 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 130, 27, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-a05e5a51-92a5-4b38-87e4-331f7c57f3f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a05e5a51-92a5-4b38-87e4-331f7c57f3f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a05e5a51-92a5-4b38-87e4-331f7c57f3f6 {
  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-a05e5a51-92a5-4b38-87e4-331f7c57f3f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a05e5a51-92a5-4b38-87e4-331f7c57f3f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a05e5a51-92a5-4b38-87e4-331f7c57f3f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e6ecb7dd-dbea-4183-8879-5a9c5b7f813b {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-e6ecb7dd-dbea-4183-8879-5a9c5b7f813b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6ecb7dd-dbea-4183-8879-5a9c5b7f813b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6ecb7dd-dbea-4183-8879-5a9c5b7f813b {
  
}
}@media (max-width: 767px){#s-e6ecb7dd-dbea-4183-8879-5a9c5b7f813b {
  
}
}
#s-e6ecb7dd-dbea-4183-8879-5a9c5b7f813b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-400fdafb-6420-4fd1-8530-9e4d64d7d939"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
