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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c5983e41-2489-4990-9e22-b9244b6dd65c {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-69e7ef01-fac1-40ba-99a7-d9af40c29597 { text-align: left; }
.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-efc11c76-185e-4560-823c-2192a85f03ca { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-efc11c76-185e-4560-823c-2192a85f03ca .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3f34b364-9a75-4869-b679-9bd6cda3a3c4 { text-align: left; }
#s-3f34b364-9a75-4869-b679-9bd6cda3a3c4 .shg-product-sold-out {
  display: none;
}

#s-3f34b364-9a75-4869-b679-9bd6cda3a3c4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3f34b364-9a75-4869-b679-9bd6cda3a3c4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.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-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-92b2a1fe-8dc1-439c-bf91-15876c3e781e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-92b2a1fe-8dc1-439c-bf91-15876c3e781e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-92b2a1fe-8dc1-439c-bf91-15876c3e781e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-92b2a1fe-8dc1-439c-bf91-15876c3e781e {
  display: block;
  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-92b2a1fe-8dc1-439c-bf91-15876c3e781e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92b2a1fe-8dc1-439c-bf91-15876c3e781e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-92b2a1fe-8dc1-439c-bf91-15876c3e781e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ecf79344-33a3-4fa8-9bc1-781a5a8a3011 {
  display: none;
}
#s-9578c3f2-f7a4-4db8-87d1-38ddd998ee2f { text-align: left; }
#s-b506500a-1ce2-4c9d-8511-dfa3a8b6f425 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b506500a-1ce2-4c9d-8511-dfa3a8b6f425 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fe583740-47da-471f-8c77-b91574071944 { text-align: left; }
#s-fe583740-47da-471f-8c77-b91574071944 .shg-product-sold-out {
  display: none;
}

#s-fe583740-47da-471f-8c77-b91574071944 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fe583740-47da-471f-8c77-b91574071944 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a3553a0e-5109-49f8-a9c0-bd7605cf54b6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a3553a0e-5109-49f8-a9c0-bd7605cf54b6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a3553a0e-5109-49f8-a9c0-bd7605cf54b6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a3553a0e-5109-49f8-a9c0-bd7605cf54b6 {
  display: block;
  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-a3553a0e-5109-49f8-a9c0-bd7605cf54b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3553a0e-5109-49f8-a9c0-bd7605cf54b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a3553a0e-5109-49f8-a9c0-bd7605cf54b6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6b333192-ba3d-47a2-9522-4b9ed95b2da7 {
  display: none;
}
#s-1fed5348-dd9b-413f-9dd5-f92a73b9ed4c { text-align: left; }
#s-27ee1daf-05ff-44b2-b8af-e9e9161d3abb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-27ee1daf-05ff-44b2-b8af-e9e9161d3abb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ea2f0069-53e5-403e-bca8-a9840e077018 { text-align: left; }
#s-ea2f0069-53e5-403e-bca8-a9840e077018 .shg-product-sold-out {
  display: none;
}

#s-ea2f0069-53e5-403e-bca8-a9840e077018 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ea2f0069-53e5-403e-bca8-a9840e077018 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b89e20b5-7fc5-4ce1-85f4-45b248e575d2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b89e20b5-7fc5-4ce1-85f4-45b248e575d2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b89e20b5-7fc5-4ce1-85f4-45b248e575d2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b89e20b5-7fc5-4ce1-85f4-45b248e575d2 {
  display: block;
  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-b89e20b5-7fc5-4ce1-85f4-45b248e575d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b89e20b5-7fc5-4ce1-85f4-45b248e575d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b89e20b5-7fc5-4ce1-85f4-45b248e575d2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4e6b4e01-189a-4a34-8d50-67bb17d7be1f {
  display: none;
}
#s-cb839c63-33f1-4bb2-8b61-dcf5adf9f28f { text-align: left; }
#s-f55906ff-e364-481b-a22d-d685bec9b317 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f55906ff-e364-481b-a22d-d685bec9b317 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0db3d662-a548-4e8c-a025-a191ff1f116f { text-align: left; }
#s-0db3d662-a548-4e8c-a025-a191ff1f116f .shg-product-sold-out {
  display: none;
}

#s-0db3d662-a548-4e8c-a025-a191ff1f116f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0db3d662-a548-4e8c-a025-a191ff1f116f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-13abd456-b2a7-447f-9965-65592619fd8d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-13abd456-b2a7-447f-9965-65592619fd8d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-13abd456-b2a7-447f-9965-65592619fd8d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-13abd456-b2a7-447f-9965-65592619fd8d {
  display: block;
  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-13abd456-b2a7-447f-9965-65592619fd8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13abd456-b2a7-447f-9965-65592619fd8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-13abd456-b2a7-447f-9965-65592619fd8d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-80783e02-70bc-44bc-a9ef-b82eaaebfa52 {
  display: none;
}
#s-2203916a-1a1b-4038-8541-6a71324535b5 { text-align: left; }
#s-377f671e-8db2-4b51-94c3-ba9e8bceb659 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-377f671e-8db2-4b51-94c3-ba9e8bceb659 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-36f30b57-cb38-4ec4-81de-d3e1299d8a05 { text-align: left; }
#s-36f30b57-cb38-4ec4-81de-d3e1299d8a05 .shg-product-sold-out {
  display: none;
}

#s-36f30b57-cb38-4ec4-81de-d3e1299d8a05 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-36f30b57-cb38-4ec4-81de-d3e1299d8a05 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8eea22dc-256f-46fc-9eb7-3a518dfab5ef { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8eea22dc-256f-46fc-9eb7-3a518dfab5ef:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8eea22dc-256f-46fc-9eb7-3a518dfab5ef:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8eea22dc-256f-46fc-9eb7-3a518dfab5ef {
  display: block;
  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-8eea22dc-256f-46fc-9eb7-3a518dfab5ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8eea22dc-256f-46fc-9eb7-3a518dfab5ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8eea22dc-256f-46fc-9eb7-3a518dfab5ef.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e7bde092-f862-49fb-9828-af25616e3d6e {
  display: none;
}
#s-dea63e4c-88b0-4ad2-be56-57763c43b0d6 { text-align: left; }
#s-9ef4a381-7ca2-43a4-9c28-fac2a653cef2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9ef4a381-7ca2-43a4-9c28-fac2a653cef2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9e07631f-6cf8-4e2e-957a-34889ea1fad3 { text-align: left; }
#s-9e07631f-6cf8-4e2e-957a-34889ea1fad3 .shg-product-sold-out {
  display: none;
}

#s-9e07631f-6cf8-4e2e-957a-34889ea1fad3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9e07631f-6cf8-4e2e-957a-34889ea1fad3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5b2792da-e7c6-4f8b-8ab0-60cbe9b98ea6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5b2792da-e7c6-4f8b-8ab0-60cbe9b98ea6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5b2792da-e7c6-4f8b-8ab0-60cbe9b98ea6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5b2792da-e7c6-4f8b-8ab0-60cbe9b98ea6 {
  display: block;
  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-5b2792da-e7c6-4f8b-8ab0-60cbe9b98ea6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b2792da-e7c6-4f8b-8ab0-60cbe9b98ea6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5b2792da-e7c6-4f8b-8ab0-60cbe9b98ea6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e85cb1ff-1a6b-49e4-a7d5-660fa43c96a2 {
  display: none;
}
#s-c56f0146-5756-4e78-8256-99f703b28322 { text-align: left; }
#s-cb9b2067-5d00-4612-9236-06bda6cb42df { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cb9b2067-5d00-4612-9236-06bda6cb42df .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1c6ae721-346c-4e33-8d2d-7c9875785470 { text-align: left; }
#s-1c6ae721-346c-4e33-8d2d-7c9875785470 .shg-product-sold-out {
  display: none;
}

#s-1c6ae721-346c-4e33-8d2d-7c9875785470 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1c6ae721-346c-4e33-8d2d-7c9875785470 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3c90c502-21d6-4803-9061-d44813701b2e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3c90c502-21d6-4803-9061-d44813701b2e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3c90c502-21d6-4803-9061-d44813701b2e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3c90c502-21d6-4803-9061-d44813701b2e {
  display: block;
  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-3c90c502-21d6-4803-9061-d44813701b2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c90c502-21d6-4803-9061-d44813701b2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3c90c502-21d6-4803-9061-d44813701b2e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a22d8362-04e9-4e11-9f71-a2dfa032f614 {
  display: none;
}
#s-2eeacb92-7b46-4b08-8ab7-e5700efdfe30 { text-align: left; }
#s-8b631f78-e4fa-4a13-a6a3-552f8c430039 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8b631f78-e4fa-4a13-a6a3-552f8c430039 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a7b88d81-1701-4d2f-8862-e1ed5186dc2b { text-align: left; }
#s-a7b88d81-1701-4d2f-8862-e1ed5186dc2b .shg-product-sold-out {
  display: none;
}

#s-a7b88d81-1701-4d2f-8862-e1ed5186dc2b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a7b88d81-1701-4d2f-8862-e1ed5186dc2b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-69959cd3-cc06-49c7-92d4-9f5856cf158c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-69959cd3-cc06-49c7-92d4-9f5856cf158c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-69959cd3-cc06-49c7-92d4-9f5856cf158c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-69959cd3-cc06-49c7-92d4-9f5856cf158c {
  display: block;
  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-69959cd3-cc06-49c7-92d4-9f5856cf158c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69959cd3-cc06-49c7-92d4-9f5856cf158c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-69959cd3-cc06-49c7-92d4-9f5856cf158c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3c93f2d3-1a1f-44a6-bbca-a33fc940eebd {
  display: none;
}
#s-6ae7d4c8-4a46-452c-aebd-c0aa8b41b0cf { text-align: left; }
#s-ccf4d946-da68-4459-8f0e-ac37f1a733ec { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ccf4d946-da68-4459-8f0e-ac37f1a733ec .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-44bf7781-ac7f-4e20-858f-e37f85e06ace { text-align: left; }
#s-44bf7781-ac7f-4e20-858f-e37f85e06ace .shg-product-sold-out {
  display: none;
}

#s-44bf7781-ac7f-4e20-858f-e37f85e06ace .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-44bf7781-ac7f-4e20-858f-e37f85e06ace .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-635ac0ac-fb49-43ed-b913-25249879fed4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-635ac0ac-fb49-43ed-b913-25249879fed4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-635ac0ac-fb49-43ed-b913-25249879fed4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-635ac0ac-fb49-43ed-b913-25249879fed4 {
  display: block;
  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-635ac0ac-fb49-43ed-b913-25249879fed4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-635ac0ac-fb49-43ed-b913-25249879fed4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-635ac0ac-fb49-43ed-b913-25249879fed4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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,
.shogun-lazyloading {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
