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

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93 {
  display: none;
}
#s-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93, #wrap-s-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93 { display:none !important; }}@media (max-width: 767px){#s-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93 {
  display: none;
}
#s-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93, #wrap-s-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93 { display:none !important; }}







#s-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee0ff5e6-f91d-44be-a505-c0dce4ee3f93.shg-box.shg-c {
  -webkit-box-pack: center;
  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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-e737b59b-81a4-42a0-b70e-69cc9091a6cf {
  text-align: center;
background-color: rgba(233, 230, 227, 0);
}




  #s-e737b59b-81a4-42a0-b70e-69cc9091a6cf img.shogun-image {
    
    width: px;
  }


#s-e737b59b-81a4-42a0-b70e-69cc9091a6cf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-eff294e3-e8da-4951-8923-399e8c235395 {
  margin-left: 30%;
margin-right: 30%;
padding-top: 5%;
padding-left: 15px;
padding-bottom: 5%;
padding-right: 15px;
min-height: 50px;
opacity: 0.8999999999999999;
}








#s-eff294e3-e8da-4951-8923-399e8c235395 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 1;
}#s-eff294e3-e8da-4951-8923-399e8c235395.shg-box.shg-c {
  -webkit-box-pack: center;
  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-4c0698d7-9aba-438a-aa98-0ea58b9118ba {
  text-align: center;
background-color: rgba(115, 121, 106, 0);
}

#s-4c0698d7-9aba-438a-aa98-0ea58b9118ba .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 2em;
  letter-spacing: 3px;
  text-align: 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-1e8892f0-688c-426b-ada9-d3f9c45a6dba {
  padding-left: 17%;
padding-right: 17%;
}

#s-457f7586-0a9a-44c9-bc79-22297c0a92b3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-457f7586-0a9a-44c9-bc79-22297c0a92b3 {
  display: none;
}
#s-457f7586-0a9a-44c9-bc79-22297c0a92b3, #wrap-s-457f7586-0a9a-44c9-bc79-22297c0a92b3 { display:none !important; }}@media (max-width: 767px){#s-457f7586-0a9a-44c9-bc79-22297c0a92b3 {
  display: none;
}
#s-457f7586-0a9a-44c9-bc79-22297c0a92b3, #wrap-s-457f7586-0a9a-44c9-bc79-22297c0a92b3 { display:none !important; }}







#s-457f7586-0a9a-44c9-bc79-22297c0a92b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457f7586-0a9a-44c9-bc79-22297c0a92b3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fae89059-2118-49a2-ad76-62d54b1cec83 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fae89059-2118-49a2-ad76-62d54b1cec83 {
  display: none;
}
#s-fae89059-2118-49a2-ad76-62d54b1cec83, #wrap-s-fae89059-2118-49a2-ad76-62d54b1cec83 { display:none !important; }}@media (max-width: 767px){#s-fae89059-2118-49a2-ad76-62d54b1cec83 {
  display: none;
}
#s-fae89059-2118-49a2-ad76-62d54b1cec83, #wrap-s-fae89059-2118-49a2-ad76-62d54b1cec83 { display:none !important; }}







#s-fae89059-2118-49a2-ad76-62d54b1cec83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fae89059-2118-49a2-ad76-62d54b1cec83.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0ce4ed57-7835-4fa9-bbc9-1858d3c2d701 {
  min-height: 50px;
}








#s-0ce4ed57-7835-4fa9-bbc9-1858d3c2d701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ce4ed57-7835-4fa9-bbc9-1858d3c2d701.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c8d527f0-cf94-4b08-b9c7-4042f2840419 {
  padding-top: 10%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}

#s-c8d527f0-cf94-4b08-b9c7-4042f2840419 .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-da1ebc15-83c5-4899-a617-0e2cf44d40f5 {
  padding-top: 2%;
padding-bottom: 10%;
background-color: rgba(242, 242, 242, 1);
}

#s-0dac6363-17b5-4899-afa0-21298ad615a8 {
  min-height: 50px;
}








#s-0dac6363-17b5-4899-afa0-21298ad615a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dac6363-17b5-4899-afa0-21298ad615a8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-94e5532c-6088-43eb-ae96-9cc6079f70a3 {
  padding-top: 7%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-94e5532c-6088-43eb-ae96-9cc6079f70a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-4f12ed3b-848b-42cd-8f72-7a439c197252 {
  text-align: center;
}




  #s-4f12ed3b-848b-42cd-8f72-7a439c197252 img.shogun-image {
    
    width: px;
  }


#s-4f12ed3b-848b-42cd-8f72-7a439c197252 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-da3672fe-23c0-4c2a-babb-e55d8b10c2b6 {
  text-align: center;
}




  #s-da3672fe-23c0-4c2a-babb-e55d8b10c2b6 img.shogun-image {
    
    width: px;
  }


#s-da3672fe-23c0-4c2a-babb-e55d8b10c2b6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f3fb7967-1601-44b9-8729-6aca984a2f72 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-f3fb7967-1601-44b9-8729-6aca984a2f72 {
  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-6efd980c-7beb-4c90-8d6c-90462bb0d537 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6efd980c-7beb-4c90-8d6c-90462bb0d537 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-766c4207-8998-460c-b77f-e871a2e26bad {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-766c4207-8998-460c-b77f-e871a2e26bad .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-766c4207-8998-460c-b77f-e871a2e26bad .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-766c4207-8998-460c-b77f-e871a2e26bad .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: 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-06d356cc-316f-4650-a6b9-b8eef82120be {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-06d356cc-316f-4650-a6b9-b8eef82120be:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-06d356cc-316f-4650-a6b9-b8eef82120be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-06d356cc-316f-4650-a6b9-b8eef82120be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-06d356cc-316f-4650-a6b9-b8eef82120be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06d356cc-316f-4650-a6b9-b8eef82120be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-06d356cc-316f-4650-a6b9-b8eef82120be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a788976-4f36-4698-a5b5-13680d202c45 {
  text-align: center;
}




  #s-8a788976-4f36-4698-a5b5-13680d202c45 img.shogun-image {
    
    width: px;
  }


#s-8a788976-4f36-4698-a5b5-13680d202c45 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-655b5a6a-8251-4dca-9506-b151a93e2ba2 {
  margin-top: 10%;
margin-bottom: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-655b5a6a-8251-4dca-9506-b151a93e2ba2 {
  display: none;
}
#s-719a395c-13d5-4819-b1ca-49e20660f813 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-719a395c-13d5-4819-b1ca-49e20660f813 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7c577cc0-965a-43d1-8164-c5b9bde2ab0e {
  margin-top: 2%;
text-align: center;
}

#s-7c577cc0-965a-43d1-8164-c5b9bde2ab0e .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-7c577cc0-965a-43d1-8164-c5b9bde2ab0e .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-7c577cc0-965a-43d1-8164-c5b9bde2ab0e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-1c2af7ab-e47d-4fd8-86c0-22b8442d423f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-295354e5-a12d-4d1a-b9f5-188496fd82cf {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-295354e5-a12d-4d1a-b9f5-188496fd82cf .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-295354e5-a12d-4d1a-b9f5-188496fd82cf .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-295354e5-a12d-4d1a-b9f5-188496fd82cf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-295354e5-a12d-4d1a-b9f5-188496fd82cf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-295354e5-a12d-4d1a-b9f5-188496fd82cf .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-295354e5-a12d-4d1a-b9f5-188496fd82cf .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-83be1f6e-dcd2-40be-ab38-eb8181e48528 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-83be1f6e-dcd2-40be-ab38-eb8181e48528:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-83be1f6e-dcd2-40be-ab38-eb8181e48528:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83be1f6e-dcd2-40be-ab38-eb8181e48528 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-83be1f6e-dcd2-40be-ab38-eb8181e48528.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83be1f6e-dcd2-40be-ab38-eb8181e48528.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-83be1f6e-dcd2-40be-ab38-eb8181e48528.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-56313e46-91f5-47b3-9623-6a205bd197a9 {
  display: none;
}
#s-fb36d377-beca-41c9-a91d-e69c9253ba1e {
  text-align: center;
}




  #s-fb36d377-beca-41c9-a91d-e69c9253ba1e img.shogun-image {
    
    width: px;
  }


#s-fb36d377-beca-41c9-a91d-e69c9253ba1e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b137ba39-62db-404d-b190-bbb0f34acaaa {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-b137ba39-62db-404d-b190-bbb0f34acaaa {
  display: none;
}
#s-22017829-ce22-4c9c-8dd7-21540a8551e4 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-22017829-ce22-4c9c-8dd7-21540a8551e4 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-74121fbf-a0bd-4a96-ada1-7d768f37b281 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-74121fbf-a0bd-4a96-ada1-7d768f37b281 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-74121fbf-a0bd-4a96-ada1-7d768f37b281 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-74121fbf-a0bd-4a96-ada1-7d768f37b281 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-de9be155-0cdc-43fa-b2bd-b5ea2fa9097f {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-de9be155-0cdc-43fa-b2bd-b5ea2fa9097f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-de9be155-0cdc-43fa-b2bd-b5ea2fa9097f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de9be155-0cdc-43fa-b2bd-b5ea2fa9097f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-de9be155-0cdc-43fa-b2bd-b5ea2fa9097f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de9be155-0cdc-43fa-b2bd-b5ea2fa9097f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de9be155-0cdc-43fa-b2bd-b5ea2fa9097f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-092bc682-cf7a-45a6-a391-036852c47ce1 {
  padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-092bc682-cf7a-45a6-a391-036852c47ce1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-a09073dd-fae0-4a99-ba82-2fef5cd3fe06 {
  text-align: center;
}




  #s-a09073dd-fae0-4a99-ba82-2fef5cd3fe06 img.shogun-image {
    
    width: px;
  }


#s-a09073dd-fae0-4a99-ba82-2fef5cd3fe06 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bfb933ba-452a-49f9-9507-068bf06531e7 {
  display: none;
}
#s-2f2c484f-a83c-4f05-bf6d-aa9577210388 {
  margin-top: 10%;
margin-bottom: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-2f2c484f-a83c-4f05-bf6d-aa9577210388 {
  display: none;
}
#s-eccd5f7b-f8c4-4625-8f09-2f9ea06e9fe2 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-eccd5f7b-f8c4-4625-8f09-2f9ea06e9fe2 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6fb46bb0-4400-40c5-8733-1de6b21a36ef {
  margin-top: 2%;
text-align: center;
}

#s-6fb46bb0-4400-40c5-8733-1de6b21a36ef .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-6fb46bb0-4400-40c5-8733-1de6b21a36ef .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-6fb46bb0-4400-40c5-8733-1de6b21a36ef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0b75b8c3-196b-4639-95f4-1439f7b39d30 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-0b75b8c3-196b-4639-95f4-1439f7b39d30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-2c1641a0-7f1b-4070-8bfd-8b6f4db01a3d {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-2c1641a0-7f1b-4070-8bfd-8b6f4db01a3d .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-2c1641a0-7f1b-4070-8bfd-8b6f4db01a3d .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-2c1641a0-7f1b-4070-8bfd-8b6f4db01a3d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2c1641a0-7f1b-4070-8bfd-8b6f4db01a3d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-2c1641a0-7f1b-4070-8bfd-8b6f4db01a3d .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-2c1641a0-7f1b-4070-8bfd-8b6f4db01a3d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-92cc5aed-7edf-4123-8745-65272d20c071 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-92cc5aed-7edf-4123-8745-65272d20c071:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-92cc5aed-7edf-4123-8745-65272d20c071:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92cc5aed-7edf-4123-8745-65272d20c071 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-92cc5aed-7edf-4123-8745-65272d20c071.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92cc5aed-7edf-4123-8745-65272d20c071.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-92cc5aed-7edf-4123-8745-65272d20c071.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34108fe2-f220-4a5a-b475-84d3a43bdb20 {
  text-align: center;
}




  #s-34108fe2-f220-4a5a-b475-84d3a43bdb20 img.shogun-image {
    
    width: px;
  }


#s-34108fe2-f220-4a5a-b475-84d3a43bdb20 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-23d49916-81d5-446e-b33d-841f94a55520 {
  display: none;
}
#s-2ff0b9fe-e5b8-45f0-83a7-1af0c8672541 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-2ff0b9fe-e5b8-45f0-83a7-1af0c8672541 {
  display: none;
}
#s-5c07628d-6e2a-47e2-ab8e-8a5a8dd055d1 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5c07628d-6e2a-47e2-ab8e-8a5a8dd055d1 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-84ab7f76-f01e-43b1-8c61-8a8f04a9c2ab {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-84ab7f76-f01e-43b1-8c61-8a8f04a9c2ab .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-84ab7f76-f01e-43b1-8c61-8a8f04a9c2ab .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-84ab7f76-f01e-43b1-8c61-8a8f04a9c2ab .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a95d4972-df2d-4f71-90b6-5e9fec65f9c3 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-a95d4972-df2d-4f71-90b6-5e9fec65f9c3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a95d4972-df2d-4f71-90b6-5e9fec65f9c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a95d4972-df2d-4f71-90b6-5e9fec65f9c3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a95d4972-df2d-4f71-90b6-5e9fec65f9c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a95d4972-df2d-4f71-90b6-5e9fec65f9c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a95d4972-df2d-4f71-90b6-5e9fec65f9c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-850b1b9d-2d45-4b76-9e3a-5755b2a2b5ae {
  text-align: center;
}




  #s-850b1b9d-2d45-4b76-9e3a-5755b2a2b5ae img.shogun-image {
    
    width: px;
  }


#s-850b1b9d-2d45-4b76-9e3a-5755b2a2b5ae .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f677dd37-f9a3-426f-855b-b1a2ab3835b8 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-f677dd37-f9a3-426f-855b-b1a2ab3835b8 {
  display: none;
}
#s-0afa728f-0749-46fa-8966-c2f04656e465 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0afa728f-0749-46fa-8966-c2f04656e465 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-9244af31-3854-44c6-9885-42456be0b019 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-9244af31-3854-44c6-9885-42456be0b019 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-9244af31-3854-44c6-9885-42456be0b019 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-9244af31-3854-44c6-9885-42456be0b019 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-51f70bd2-b8e9-4271-9cb4-0c6f38ad9a72 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-51f70bd2-b8e9-4271-9cb4-0c6f38ad9a72:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-51f70bd2-b8e9-4271-9cb4-0c6f38ad9a72:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51f70bd2-b8e9-4271-9cb4-0c6f38ad9a72 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-51f70bd2-b8e9-4271-9cb4-0c6f38ad9a72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51f70bd2-b8e9-4271-9cb4-0c6f38ad9a72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51f70bd2-b8e9-4271-9cb4-0c6f38ad9a72.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1571450d-af99-4ca6-beb0-01944e290a4c {
  padding-top: 10%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}

#s-1571450d-af99-4ca6-beb0-01944e290a4c .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-216c3fd9-72ff-4ead-a6d5-04447fc693dc {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 2%;
padding-bottom: 10%;
background-color: rgba(242, 242, 242, 1);
}

#s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd {
  display: none;
}
#s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd, #wrap-s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd { display:none !important; }}@media (max-width: 767px){#s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd {
  display: none;
}
#s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd, #wrap-s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd { display:none !important; }}







#s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1a45d5-014e-4c87-afcb-4ebac31e13fd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-14990d56-48ab-41e6-978b-ed60141827ee {
  padding-top: 7%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-14990d56-48ab-41e6-978b-ed60141827ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-b111b877-96da-46f4-8250-e7fdea5aa5ce {
  text-align: center;
}




  #s-b111b877-96da-46f4-8250-e7fdea5aa5ce img.shogun-image {
    
    width: px;
  }


#s-b111b877-96da-46f4-8250-e7fdea5aa5ce .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-90481bcf-59a6-44e4-bb8e-98ec896979c4 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-90481bcf-59a6-44e4-bb8e-98ec896979c4 {
  display: none;
}
#s-ea71ed96-7ba1-4026-8127-e1245e127dc2 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ea71ed96-7ba1-4026-8127-e1245e127dc2 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-30dbb18d-8c4f-47d8-86ac-3c13abc4b97b {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-30dbb18d-8c4f-47d8-86ac-3c13abc4b97b .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-30dbb18d-8c4f-47d8-86ac-3c13abc4b97b .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-30dbb18d-8c4f-47d8-86ac-3c13abc4b97b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-18bc48b7-b86e-44ec-918b-17f54e1e2855 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-18bc48b7-b86e-44ec-918b-17f54e1e2855:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-18bc48b7-b86e-44ec-918b-17f54e1e2855:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18bc48b7-b86e-44ec-918b-17f54e1e2855 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-18bc48b7-b86e-44ec-918b-17f54e1e2855.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18bc48b7-b86e-44ec-918b-17f54e1e2855.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-18bc48b7-b86e-44ec-918b-17f54e1e2855.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7371447-12c7-4d91-a4b7-7d0b41a2d45f {
  text-align: center;
}




  #s-d7371447-12c7-4d91-a4b7-7d0b41a2d45f img.shogun-image {
    
    width: px;
  }


#s-d7371447-12c7-4d91-a4b7-7d0b41a2d45f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f4155a99-1b69-4cf3-90d6-817aab511258 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-f4155a99-1b69-4cf3-90d6-817aab511258 {
  display: none;
}
#s-9b15f216-9d80-4959-8bc8-a9fa1a7e3fb5 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9b15f216-9d80-4959-8bc8-a9fa1a7e3fb5 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-33781379-61e6-4ea3-9912-6779809302bc {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-33781379-61e6-4ea3-9912-6779809302bc .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-33781379-61e6-4ea3-9912-6779809302bc .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-33781379-61e6-4ea3-9912-6779809302bc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-38e59c57-a331-452c-9a88-212eefb44cd9 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-38e59c57-a331-452c-9a88-212eefb44cd9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-38e59c57-a331-452c-9a88-212eefb44cd9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-38e59c57-a331-452c-9a88-212eefb44cd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-38e59c57-a331-452c-9a88-212eefb44cd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38e59c57-a331-452c-9a88-212eefb44cd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-38e59c57-a331-452c-9a88-212eefb44cd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e1a81731-4fe8-4128-a030-c7353e55652e {
  display: none;
}
#s-94a9b8ef-b613-4be4-9469-1d9effd201b6 {
  text-align: center;
}




  #s-94a9b8ef-b613-4be4-9469-1d9effd201b6 img.shogun-image {
    
    width: px;
  }


#s-94a9b8ef-b613-4be4-9469-1d9effd201b6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-902ed403-fc3c-496d-97f0-a03b5d6f48ab {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-902ed403-fc3c-496d-97f0-a03b5d6f48ab {
  display: none;
}
#s-0d5a489c-f9f6-4977-be0c-40cb7ba6e29b {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0d5a489c-f9f6-4977-be0c-40cb7ba6e29b .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6a7c4acb-2f20-4c60-9d83-679b266a5492 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-6a7c4acb-2f20-4c60-9d83-679b266a5492 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-6a7c4acb-2f20-4c60-9d83-679b266a5492 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-6a7c4acb-2f20-4c60-9d83-679b266a5492 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c4662385-d2d5-4eca-b657-472f79ab6c62 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c4662385-d2d5-4eca-b657-472f79ab6c62:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c4662385-d2d5-4eca-b657-472f79ab6c62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4662385-d2d5-4eca-b657-472f79ab6c62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-c4662385-d2d5-4eca-b657-472f79ab6c62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4662385-d2d5-4eca-b657-472f79ab6c62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c4662385-d2d5-4eca-b657-472f79ab6c62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb {
  padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-9b5c9282-5287-4d4f-a1ba-0e55ee23a2cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-85441c73-492b-4cc8-8572-c480c49e954a {
  text-align: center;
}




  #s-85441c73-492b-4cc8-8572-c480c49e954a img.shogun-image {
    
    width: px;
  }


#s-85441c73-492b-4cc8-8572-c480c49e954a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-351a9d98-3bed-43a0-a0c4-ac596ca2194c {
  display: none;
}
#s-ea4c9e2c-3400-4ae4-ac68-0f45f034622b {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-ea4c9e2c-3400-4ae4-ac68-0f45f034622b {
  display: none;
}
#s-024b67c1-9f34-42dc-8467-367d188cac8a {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-024b67c1-9f34-42dc-8467-367d188cac8a .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4d1b9a51-d3e4-4030-9919-98ae4e109900 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-4d1b9a51-d3e4-4030-9919-98ae4e109900 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-4d1b9a51-d3e4-4030-9919-98ae4e109900 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-4d1b9a51-d3e4-4030-9919-98ae4e109900 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5b0297a1-a0ff-49f1-ab5e-4bb24a3f8473 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-5b0297a1-a0ff-49f1-ab5e-4bb24a3f8473:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5b0297a1-a0ff-49f1-ab5e-4bb24a3f8473:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b0297a1-a0ff-49f1-ab5e-4bb24a3f8473 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-5b0297a1-a0ff-49f1-ab5e-4bb24a3f8473.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b0297a1-a0ff-49f1-ab5e-4bb24a3f8473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5b0297a1-a0ff-49f1-ab5e-4bb24a3f8473.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a58e9192-f56e-4d79-88ed-b658a87a35d4 {
  text-align: center;
}




  #s-a58e9192-f56e-4d79-88ed-b658a87a35d4 img.shogun-image {
    
    width: px;
  }


#s-a58e9192-f56e-4d79-88ed-b658a87a35d4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2a851626-6187-4ab6-b76f-17f6352fafbf {
  display: none;
}
#s-be54c9e2-3fff-482c-b1c3-b6d749402890 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-be54c9e2-3fff-482c-b1c3-b6d749402890 {
  display: none;
}
#s-d5758ec1-d5b9-48da-b95d-eb54378e4168 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d5758ec1-d5b9-48da-b95d-eb54378e4168 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-2881454d-b651-4df7-90f8-6d9f5db97f79 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-2881454d-b651-4df7-90f8-6d9f5db97f79 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-2881454d-b651-4df7-90f8-6d9f5db97f79 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-2881454d-b651-4df7-90f8-6d9f5db97f79 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4c48d1aa-bd36-4b7d-8087-409a14abb4bf {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4c48d1aa-bd36-4b7d-8087-409a14abb4bf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4c48d1aa-bd36-4b7d-8087-409a14abb4bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c48d1aa-bd36-4b7d-8087-409a14abb4bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-4c48d1aa-bd36-4b7d-8087-409a14abb4bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c48d1aa-bd36-4b7d-8087-409a14abb4bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4c48d1aa-bd36-4b7d-8087-409a14abb4bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-788ae926-5818-4797-b6a7-5814836d2e5f {
  text-align: center;
}




  #s-788ae926-5818-4797-b6a7-5814836d2e5f img.shogun-image {
    
    width: px;
  }


#s-788ae926-5818-4797-b6a7-5814836d2e5f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a6f2e834-5758-4a02-96e0-f6a7ab40d6b3 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-a6f2e834-5758-4a02-96e0-f6a7ab40d6b3 {
  display: none;
}
#s-2fadfe8f-7fbf-4c49-92d3-56c0b9024fa8 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-2fadfe8f-7fbf-4c49-92d3-56c0b9024fa8 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4ef20a1d-3812-463f-952d-acb2ad5bd951 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-4ef20a1d-3812-463f-952d-acb2ad5bd951 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-4ef20a1d-3812-463f-952d-acb2ad5bd951 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-4ef20a1d-3812-463f-952d-acb2ad5bd951 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f171db1d-5cc4-4b23-8001-8e290f905213 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-f171db1d-5cc4-4b23-8001-8e290f905213:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f171db1d-5cc4-4b23-8001-8e290f905213:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f171db1d-5cc4-4b23-8001-8e290f905213 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-f171db1d-5cc4-4b23-8001-8e290f905213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f171db1d-5cc4-4b23-8001-8e290f905213.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f171db1d-5cc4-4b23-8001-8e290f905213.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fa4a474d-f959-41f6-a867-a620cc466900 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fa4a474d-f959-41f6-a867-a620cc466900 {
  display: none;
}
#s-fa4a474d-f959-41f6-a867-a620cc466900, #wrap-s-fa4a474d-f959-41f6-a867-a620cc466900 { display:none !important; }}@media (max-width: 767px){#s-fa4a474d-f959-41f6-a867-a620cc466900 {
  display: none;
}
#s-fa4a474d-f959-41f6-a867-a620cc466900, #wrap-s-fa4a474d-f959-41f6-a867-a620cc466900 { display:none !important; }}
#s-fa4a474d-f959-41f6-a867-a620cc466900 .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-b577c03e-5b07-4d94-a35e-656d8441ac88 {
  padding-top: 2%;
padding-bottom: 10%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b577c03e-5b07-4d94-a35e-656d8441ac88 {
  display: none;
}
#s-b577c03e-5b07-4d94-a35e-656d8441ac88, #wrap-s-b577c03e-5b07-4d94-a35e-656d8441ac88 { display:none !important; }}@media (max-width: 767px){#s-b577c03e-5b07-4d94-a35e-656d8441ac88 {
  display: none;
}
#s-b577c03e-5b07-4d94-a35e-656d8441ac88, #wrap-s-b577c03e-5b07-4d94-a35e-656d8441ac88 { display:none !important; }}
#s-c2622662-b1b4-40b3-9174-3d37ae760a54 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c2622662-b1b4-40b3-9174-3d37ae760a54 {
  display: none;
}
#s-c2622662-b1b4-40b3-9174-3d37ae760a54, #wrap-s-c2622662-b1b4-40b3-9174-3d37ae760a54 { display:none !important; }}@media (max-width: 767px){#s-c2622662-b1b4-40b3-9174-3d37ae760a54 {
  display: none;
}
#s-c2622662-b1b4-40b3-9174-3d37ae760a54, #wrap-s-c2622662-b1b4-40b3-9174-3d37ae760a54 { display:none !important; }}







#s-c2622662-b1b4-40b3-9174-3d37ae760a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2622662-b1b4-40b3-9174-3d37ae760a54.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-6ce017ed-476f-41a4-b032-e4674bab25e0 {
  padding-top: 7%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-6ce017ed-476f-41a4-b032-e4674bab25e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-52a73a41-84d0-490b-bc99-6a98f46bf70f {
  text-align: center;
}




  #s-52a73a41-84d0-490b-bc99-6a98f46bf70f img.shogun-image {
    
    width: px;
  }


#s-52a73a41-84d0-490b-bc99-6a98f46bf70f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-65c4a9d8-87bb-45ed-8e49-7148996e9335 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-65c4a9d8-87bb-45ed-8e49-7148996e9335 {
  display: none;
}
#s-55f6422c-f28f-48f8-886b-4a0d03d2e1cc {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-55f6422c-f28f-48f8-886b-4a0d03d2e1cc .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f856bf5b-5a1d-4df8-82ba-8479d88cbe86 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-f856bf5b-5a1d-4df8-82ba-8479d88cbe86 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-f856bf5b-5a1d-4df8-82ba-8479d88cbe86 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-f856bf5b-5a1d-4df8-82ba-8479d88cbe86 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-45ebd205-6385-4c63-bebc-c1a0bfa75f76 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-45ebd205-6385-4c63-bebc-c1a0bfa75f76:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-45ebd205-6385-4c63-bebc-c1a0bfa75f76:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45ebd205-6385-4c63-bebc-c1a0bfa75f76 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-45ebd205-6385-4c63-bebc-c1a0bfa75f76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45ebd205-6385-4c63-bebc-c1a0bfa75f76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-45ebd205-6385-4c63-bebc-c1a0bfa75f76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-88072ba5-0f82-462d-b014-f3ac340ce8ea {
  text-align: center;
}




  #s-88072ba5-0f82-462d-b014-f3ac340ce8ea img.shogun-image {
    
    width: px;
  }


#s-88072ba5-0f82-462d-b014-f3ac340ce8ea .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-202d0c56-54c0-438e-8539-3fe964f0462f {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-202d0c56-54c0-438e-8539-3fe964f0462f {
  display: none;
}
#s-05f3f01e-bf20-4460-976f-5ad57a29f84d {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-05f3f01e-bf20-4460-976f-5ad57a29f84d .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-faafbcb0-95e8-43e7-a92e-746c764e2851 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-faafbcb0-95e8-43e7-a92e-746c764e2851 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-faafbcb0-95e8-43e7-a92e-746c764e2851 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-faafbcb0-95e8-43e7-a92e-746c764e2851 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3765e215-766b-4733-8dde-1708acc405ca {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3765e215-766b-4733-8dde-1708acc405ca:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3765e215-766b-4733-8dde-1708acc405ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3765e215-766b-4733-8dde-1708acc405ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-3765e215-766b-4733-8dde-1708acc405ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3765e215-766b-4733-8dde-1708acc405ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3765e215-766b-4733-8dde-1708acc405ca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e6be08d-ffe8-42a0-b879-8a1abea88d5b {
  display: none;
}
#s-c8d8012b-a0c1-48c7-b25d-9c96bcda76c3 {
  text-align: center;
}




  #s-c8d8012b-a0c1-48c7-b25d-9c96bcda76c3 img.shogun-image {
    
    width: px;
  }


#s-c8d8012b-a0c1-48c7-b25d-9c96bcda76c3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e2acdcc0-9710-4080-9af7-6513c9f438d5 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-e2acdcc0-9710-4080-9af7-6513c9f438d5 {
  display: none;
}
#s-7ced662b-7ee6-41cc-9a12-fef82e58c8e1 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7ced662b-7ee6-41cc-9a12-fef82e58c8e1 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e9f12c84-1ea1-4744-93da-da376871d6db {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-e9f12c84-1ea1-4744-93da-da376871d6db .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-e9f12c84-1ea1-4744-93da-da376871d6db .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-e9f12c84-1ea1-4744-93da-da376871d6db .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3ae56ecb-3660-4264-84ef-e138d267fe73 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3ae56ecb-3660-4264-84ef-e138d267fe73:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3ae56ecb-3660-4264-84ef-e138d267fe73:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ae56ecb-3660-4264-84ef-e138d267fe73 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-3ae56ecb-3660-4264-84ef-e138d267fe73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ae56ecb-3660-4264-84ef-e138d267fe73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3ae56ecb-3660-4264-84ef-e138d267fe73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-58887968-8bc1-49c7-8bc6-4f91997ddc36 {
  padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-58887968-8bc1-49c7-8bc6-4f91997ddc36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-034050d3-1919-4d27-8cdf-aef84f797137 {
  text-align: center;
}




  #s-034050d3-1919-4d27-8cdf-aef84f797137 img.shogun-image {
    
    width: px;
  }


#s-034050d3-1919-4d27-8cdf-aef84f797137 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b76e4ac3-1511-4991-935a-09f2017d6eec {
  display: none;
}
#s-eb62e68f-049f-45ad-86df-6783fe6eee74 {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-eb62e68f-049f-45ad-86df-6783fe6eee74 {
  display: none;
}
#s-e2a5e2ca-b1fd-40a4-8d4b-a020e6307957 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e2a5e2ca-b1fd-40a4-8d4b-a020e6307957 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-718201e3-a3a2-49df-aa96-0d65d102a862 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-718201e3-a3a2-49df-aa96-0d65d102a862 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-718201e3-a3a2-49df-aa96-0d65d102a862 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-718201e3-a3a2-49df-aa96-0d65d102a862 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d957a392-e2de-4d18-ae3d-bd49f6a0ec8d {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-d957a392-e2de-4d18-ae3d-bd49f6a0ec8d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d957a392-e2de-4d18-ae3d-bd49f6a0ec8d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d957a392-e2de-4d18-ae3d-bd49f6a0ec8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-d957a392-e2de-4d18-ae3d-bd49f6a0ec8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d957a392-e2de-4d18-ae3d-bd49f6a0ec8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d957a392-e2de-4d18-ae3d-bd49f6a0ec8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94f27e0a-612a-474f-a8c8-e07deccb3859 {
  text-align: center;
}




  #s-94f27e0a-612a-474f-a8c8-e07deccb3859 img.shogun-image {
    
    width: px;
  }


#s-94f27e0a-612a-474f-a8c8-e07deccb3859 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e65166aa-4df0-47f4-be4b-c7a9442a0aad {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-e65166aa-4df0-47f4-be4b-c7a9442a0aad {
  display: none;
}
#s-0e526524-fbf5-47ee-b696-6ac061506b5e {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0e526524-fbf5-47ee-b696-6ac061506b5e .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-615a8323-bd62-4bf0-885a-4962719e3e2c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-615a8323-bd62-4bf0-885a-4962719e3e2c .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-615a8323-bd62-4bf0-885a-4962719e3e2c .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-615a8323-bd62-4bf0-885a-4962719e3e2c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-07e1a712-a9af-4a7c-9a49-563f3d9c1977 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-07e1a712-a9af-4a7c-9a49-563f3d9c1977:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-07e1a712-a9af-4a7c-9a49-563f3d9c1977:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07e1a712-a9af-4a7c-9a49-563f3d9c1977 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-07e1a712-a9af-4a7c-9a49-563f3d9c1977.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07e1a712-a9af-4a7c-9a49-563f3d9c1977.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-07e1a712-a9af-4a7c-9a49-563f3d9c1977.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fbf54b24-d039-461c-9e4f-2deb72b75f41 {
  text-align: center;
}




  #s-fbf54b24-d039-461c-9e4f-2deb72b75f41 img.shogun-image {
    
    width: px;
  }


#s-fbf54b24-d039-461c-9e4f-2deb72b75f41 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5ffdf581-7e29-469e-91f5-48bc3f75e7ef {
  display: none;
}
#s-a9b63d68-06d4-46e6-9105-bc399d04d0b6 {
  margin-top: 10%;
margin-bottom: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-a9b63d68-06d4-46e6-9105-bc399d04d0b6 {
  display: none;
}
#s-8d6e6f1c-1e87-4fdd-99ea-8769fc7b5173 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8d6e6f1c-1e87-4fdd-99ea-8769fc7b5173 .shg-product-title-component h2 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-44137284-48e9-4489-b98b-e2a984a2e7d5 {
  margin-top: 2%;
text-align: center;
}

#s-44137284-48e9-4489-b98b-e2a984a2e7d5 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 15px;
}

#s-44137284-48e9-4489-b98b-e2a984a2e7d5 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-44137284-48e9-4489-b98b-e2a984a2e7d5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c75d63d2-e572-4822-8820-4f248d35eda0 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-c75d63d2-e572-4822-8820-4f248d35eda0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-a921c57c-4ce8-48fb-9272-d4d78f1fd881 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-a921c57c-4ce8-48fb-9272-d4d78f1fd881 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-a921c57c-4ce8-48fb-9272-d4d78f1fd881 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-a921c57c-4ce8-48fb-9272-d4d78f1fd881 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a921c57c-4ce8-48fb-9272-d4d78f1fd881 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-a921c57c-4ce8-48fb-9272-d4d78f1fd881 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-a921c57c-4ce8-48fb-9272-d4d78f1fd881 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-8dc9ea78-9822-457b-b230-cc44082097d1 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-8dc9ea78-9822-457b-b230-cc44082097d1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8dc9ea78-9822-457b-b230-cc44082097d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8dc9ea78-9822-457b-b230-cc44082097d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-8dc9ea78-9822-457b-b230-cc44082097d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc9ea78-9822-457b-b230-cc44082097d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8dc9ea78-9822-457b-b230-cc44082097d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0075c160-679f-4f0f-a19f-2ad9d61ea350 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0075c160-679f-4f0f-a19f-2ad9d61ea350 {
  display: none;
}
#s-0075c160-679f-4f0f-a19f-2ad9d61ea350, #wrap-s-0075c160-679f-4f0f-a19f-2ad9d61ea350 { display:none !important; }}@media (max-width: 767px){#s-0075c160-679f-4f0f-a19f-2ad9d61ea350 {
  display: none;
}
#s-0075c160-679f-4f0f-a19f-2ad9d61ea350, #wrap-s-0075c160-679f-4f0f-a19f-2ad9d61ea350 { display:none !important; }}







#s-0075c160-679f-4f0f-a19f-2ad9d61ea350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0075c160-679f-4f0f-a19f-2ad9d61ea350.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e42317d6-045a-4675-8a68-a35db1293a84 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e42317d6-045a-4675-8a68-a35db1293a84 {
  display: none;
}
#s-e42317d6-045a-4675-8a68-a35db1293a84, #wrap-s-e42317d6-045a-4675-8a68-a35db1293a84 { display:none !important; }}@media (max-width: 767px){#s-e42317d6-045a-4675-8a68-a35db1293a84 {
  display: none;
}
#s-e42317d6-045a-4675-8a68-a35db1293a84, #wrap-s-e42317d6-045a-4675-8a68-a35db1293a84 { display:none !important; }}







#s-e42317d6-045a-4675-8a68-a35db1293a84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e42317d6-045a-4675-8a68-a35db1293a84.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ed0f6b66-3197-490f-b876-7d1f7afd74cd {
  padding-top: 5%;
text-align: center;
}

#s-ed0f6b66-3197-490f-b876-7d1f7afd74cd .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-18b5522d-b937-43d1-b091-3b5bd4622b2b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-18b5522d-b937-43d1-b091-3b5bd4622b2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18b5522d-b937-43d1-b091-3b5bd4622b2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18b5522d-b937-43d1-b091-3b5bd4622b2b {
  
}
}@media (max-width: 767px){#s-18b5522d-b937-43d1-b091-3b5bd4622b2b {
  
}
}
@media (min-width: 0px) {
[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-18b5522d-b937-43d1-b091-3b5bd4622b2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-42132f44-d69f-441e-b26b-ca75c182bc95 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-42132f44-d69f-441e-b26b-ca75c182bc95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42132f44-d69f-441e-b26b-ca75c182bc95.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4d77ada1-2b92-425c-b5a3-d10702b66fcc {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-4d77ada1-2b92-425c-b5a3-d10702b66fcc .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-1c0019bc-ea48-489d-8551-2e9589d8e763 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c0019bc-ea48-489d-8551-2e9589d8e763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0019bc-ea48-489d-8551-2e9589d8e763.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2c1843df-da23-47d4-b923-bc55a0116539 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-2c1843df-da23-47d4-b923-bc55a0116539 .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-27f12f68-c2f7-4e9a-9b87-032fe2c45e6c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-27f12f68-c2f7-4e9a-9b87-032fe2c45e6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27f12f68-c2f7-4e9a-9b87-032fe2c45e6c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d1d2fa2a-399b-4fe5-9967-9e561f004d00 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-d1d2fa2a-399b-4fe5-9967-9e561f004d00 .shogun-heading-component h5 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0 {
  display: none;
}
#s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0, #wrap-s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0 { display:none !important; }}@media (max-width: 767px){#s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0 {
  display: none;
}
#s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0, #wrap-s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0 { display:none !important; }}



  #s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0 img.shogun-image {
    
    width: px;
  }


#s-e07d6d2f-927c-4bd6-918a-c453ce1c88a0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2b244114-d6c1-45c4-889c-4e5356097459 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-2b244114-d6c1-45c4-889c-4e5356097459 .shogun-heading-component h1 {
  color: rgba(72, 72, 72, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 41px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-d3122f4e-f3ec-468b-923a-7c07ecb6b2fa {
  margin-right: 5%;
}

#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4 {
  display: none;
}
#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4, #wrap-s-bfad499a-6bbb-430d-aa97-fc1246d27ed4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4 {
  display: none;
}
#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4, #wrap-s-bfad499a-6bbb-430d-aa97-fc1246d27ed4 { display:none !important; }}@media (max-width: 767px){#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4 {
  display: none;
}
#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4, #wrap-s-bfad499a-6bbb-430d-aa97-fc1246d27ed4 { display:none !important; }}







#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfad499a-6bbb-430d-aa97-fc1246d27ed4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d215a0b8-6198-494d-95c4-6203f45c9a90 {
  text-align: center;
}




  #s-d215a0b8-6198-494d-95c4-6203f45c9a90 img.shogun-image {
    
    width: px;
  }


#s-d215a0b8-6198-494d-95c4-6203f45c9a90 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0729bc3b-6fde-4e04-888e-932b22e22d44 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0729bc3b-6fde-4e04-888e-932b22e22d44 {
  display: none;
}
#s-0729bc3b-6fde-4e04-888e-932b22e22d44, #wrap-s-0729bc3b-6fde-4e04-888e-932b22e22d44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0729bc3b-6fde-4e04-888e-932b22e22d44 {
  display: none;
}
#s-0729bc3b-6fde-4e04-888e-932b22e22d44, #wrap-s-0729bc3b-6fde-4e04-888e-932b22e22d44 { display:none !important; }}@media (max-width: 767px){#s-0729bc3b-6fde-4e04-888e-932b22e22d44 {
  display: none;
}
#s-0729bc3b-6fde-4e04-888e-932b22e22d44, #wrap-s-0729bc3b-6fde-4e04-888e-932b22e22d44 { display:none !important; }}







#s-0729bc3b-6fde-4e04-888e-932b22e22d44 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-0729bc3b-6fde-4e04-888e-932b22e22d44.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-05eec7c6-7e1b-475f-bb64-dd517bfe7822 {
  text-align: center;
}

#s-05eec7c6-7e1b-475f-bb64-dd517bfe7822 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 2em;
  letter-spacing: 2px;
  text-align: center;
}



#s-53871049-264d-4a4a-a82b-d4a4dbec0089 {
  margin-left: 16%;
margin-right: 16%;
min-height: 50px;
}








#s-53871049-264d-4a4a-a82b-d4a4dbec0089 > .shg-box-overlay {
  background-color: rgba(162, 162, 162, 1);
  opacity: 0;
}#s-53871049-264d-4a4a-a82b-d4a4dbec0089.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ffb8f2a7-9d09-4467-9515-4666d214dcf9 {
  margin-bottom: 10%;
padding-left: 2px;
padding-right: 2px;
}

#s-661dc4a2-2902-4485-8a97-85cb6a8e350f {
  padding-top: 15%;
padding-bottom: 2%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-661dc4a2-2902-4485-8a97-85cb6a8e350f {
  display: none;
}
#s-661dc4a2-2902-4485-8a97-85cb6a8e350f, #wrap-s-661dc4a2-2902-4485-8a97-85cb6a8e350f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-661dc4a2-2902-4485-8a97-85cb6a8e350f {
  display: none;
}
#s-661dc4a2-2902-4485-8a97-85cb6a8e350f, #wrap-s-661dc4a2-2902-4485-8a97-85cb6a8e350f { display:none !important; }}@media (max-width: 767px){#s-661dc4a2-2902-4485-8a97-85cb6a8e350f {
  display: none;
}
#s-661dc4a2-2902-4485-8a97-85cb6a8e350f, #wrap-s-661dc4a2-2902-4485-8a97-85cb6a8e350f { display:none !important; }}
#s-661dc4a2-2902-4485-8a97-85cb6a8e350f .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-50c5950e-8645-4589-8c3d-0c8d123c5eb3 {
  padding-left: 15%;
padding-bottom: 15%;
padding-right: 15%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-50c5950e-8645-4589-8c3d-0c8d123c5eb3 {
  display: none;
}
#s-50c5950e-8645-4589-8c3d-0c8d123c5eb3, #wrap-s-50c5950e-8645-4589-8c3d-0c8d123c5eb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50c5950e-8645-4589-8c3d-0c8d123c5eb3 {
  display: none;
}
#s-50c5950e-8645-4589-8c3d-0c8d123c5eb3, #wrap-s-50c5950e-8645-4589-8c3d-0c8d123c5eb3 { display:none !important; }}@media (max-width: 767px){#s-50c5950e-8645-4589-8c3d-0c8d123c5eb3 {
  display: none;
}
#s-50c5950e-8645-4589-8c3d-0c8d123c5eb3, #wrap-s-50c5950e-8645-4589-8c3d-0c8d123c5eb3 { display:none !important; }}
#s-b3e78426-019c-41ad-80b6-67815d951b21 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b3e78426-019c-41ad-80b6-67815d951b21 {
  display: none;
}
#s-b3e78426-019c-41ad-80b6-67815d951b21, #wrap-s-b3e78426-019c-41ad-80b6-67815d951b21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3e78426-019c-41ad-80b6-67815d951b21 {
  display: none;
}
#s-b3e78426-019c-41ad-80b6-67815d951b21, #wrap-s-b3e78426-019c-41ad-80b6-67815d951b21 { display:none !important; }}@media (max-width: 767px){#s-b3e78426-019c-41ad-80b6-67815d951b21 {
  display: none;
}
#s-b3e78426-019c-41ad-80b6-67815d951b21, #wrap-s-b3e78426-019c-41ad-80b6-67815d951b21 { display:none !important; }}







#s-b3e78426-019c-41ad-80b6-67815d951b21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3e78426-019c-41ad-80b6-67815d951b21.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-77d1c93d-ce58-46ae-a1d3-9383107ff07d {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-77d1c93d-ce58-46ae-a1d3-9383107ff07d {
  display: none;
}
#s-77d1c93d-ce58-46ae-a1d3-9383107ff07d, #wrap-s-77d1c93d-ce58-46ae-a1d3-9383107ff07d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77d1c93d-ce58-46ae-a1d3-9383107ff07d {
  display: none;
}
#s-77d1c93d-ce58-46ae-a1d3-9383107ff07d, #wrap-s-77d1c93d-ce58-46ae-a1d3-9383107ff07d { display:none !important; }}@media (max-width: 767px){#s-77d1c93d-ce58-46ae-a1d3-9383107ff07d {
  display: none;
}
#s-77d1c93d-ce58-46ae-a1d3-9383107ff07d, #wrap-s-77d1c93d-ce58-46ae-a1d3-9383107ff07d { display:none !important; }}
@media (min-width: 0px) {
[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-77d1c93d-ce58-46ae-a1d3-9383107ff07d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-a712d73d-4a01-4bd5-a30a-1698234fee51 {
  text-align: center;
}




  #s-a712d73d-4a01-4bd5-a30a-1698234fee51 img.shogun-image {
    
    width: px;
  }


#s-a712d73d-4a01-4bd5-a30a-1698234fee51 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ac84ea91-caee-4c82-b334-fd6e03c65a75 {
  display: none;
}
#s-105c7410-55bc-4720-8289-3ce000e5f8f3 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-105c7410-55bc-4720-8289-3ce000e5f8f3 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-be916592-9621-4d2a-9d00-b94dd462d022 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-be916592-9621-4d2a-9d00-b94dd462d022 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-be916592-9621-4d2a-9d00-b94dd462d022 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-be916592-9621-4d2a-9d00-b94dd462d022 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-53435d82-7bed-4efa-ba0f-e95c33996c58 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-53435d82-7bed-4efa-ba0f-e95c33996c58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53435d82-7bed-4efa-ba0f-e95c33996c58:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-53435d82-7bed-4efa-ba0f-e95c33996c58 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-53435d82-7bed-4efa-ba0f-e95c33996c58.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53435d82-7bed-4efa-ba0f-e95c33996c58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-53435d82-7bed-4efa-ba0f-e95c33996c58.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9c145a0c-3c6b-4cb7-b612-3eda03734253 {
  text-align: center;
}




  #s-9c145a0c-3c6b-4cb7-b612-3eda03734253 img.shogun-image {
    
    width: px;
  }


#s-9c145a0c-3c6b-4cb7-b612-3eda03734253 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4ca88ad2-a4c8-49a5-b3e8-ad9a6f6e1a4b {
  display: none;
}
#s-04334a7a-8d81-4ec6-bc7a-b9e5421ad5d4 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-04334a7a-8d81-4ec6-bc7a-b9e5421ad5d4 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b9f81e2d-474d-4ac7-a8c0-f700b62fd7ba {
  text-align: center;
}

#s-b9f81e2d-474d-4ac7-a8c0-f700b62fd7ba .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-b9f81e2d-474d-4ac7-a8c0-f700b62fd7ba .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b9f81e2d-474d-4ac7-a8c0-f700b62fd7ba .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6a31ea6c-484f-46a0-8956-ed02db3e6cbb {
  padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
text-align: left;
}

#s-6a31ea6c-484f-46a0-8956-ed02db3e6cbb .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-6a31ea6c-484f-46a0-8956-ed02db3e6cbb .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-6a31ea6c-484f-46a0-8956-ed02db3e6cbb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6a31ea6c-484f-46a0-8956-ed02db3e6cbb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9cce8aa1-8e32-4c2b-82b6-6f26bef82b45 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-9cce8aa1-8e32-4c2b-82b6-6f26bef82b45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9cce8aa1-8e32-4c2b-82b6-6f26bef82b45:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9cce8aa1-8e32-4c2b-82b6-6f26bef82b45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-9cce8aa1-8e32-4c2b-82b6-6f26bef82b45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9cce8aa1-8e32-4c2b-82b6-6f26bef82b45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9cce8aa1-8e32-4c2b-82b6-6f26bef82b45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-06d96166-be25-495d-bf75-0ed4df6feb92 {
  text-align: center;
}




  #s-06d96166-be25-495d-bf75-0ed4df6feb92 img.shogun-image {
    
    width: px;
  }


#s-06d96166-be25-495d-bf75-0ed4df6feb92 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-58d73cc6-9f98-447b-b6d7-8e86a339f1c7 {
  display: none;
}
#s-f877549d-7997-47d7-8bb1-512965a5b42c {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-f877549d-7997-47d7-8bb1-512965a5b42c .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-cf936ccf-efde-49f1-9fb0-2644635654a7 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-cf936ccf-efde-49f1-9fb0-2644635654a7 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-cf936ccf-efde-49f1-9fb0-2644635654a7 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cf936ccf-efde-49f1-9fb0-2644635654a7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d75f493d-2e23-4460-9234-2c2d5b94e522 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-d75f493d-2e23-4460-9234-2c2d5b94e522:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d75f493d-2e23-4460-9234-2c2d5b94e522:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d75f493d-2e23-4460-9234-2c2d5b94e522 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-d75f493d-2e23-4460-9234-2c2d5b94e522.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d75f493d-2e23-4460-9234-2c2d5b94e522.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d75f493d-2e23-4460-9234-2c2d5b94e522.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81b68acf-0a37-4a58-b66d-09695b2546cd {
  padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-81b68acf-0a37-4a58-b66d-09695b2546cd {
  display: none;
}
#s-81b68acf-0a37-4a58-b66d-09695b2546cd, #wrap-s-81b68acf-0a37-4a58-b66d-09695b2546cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81b68acf-0a37-4a58-b66d-09695b2546cd {
  display: none;
}
#s-81b68acf-0a37-4a58-b66d-09695b2546cd, #wrap-s-81b68acf-0a37-4a58-b66d-09695b2546cd { display:none !important; }}@media (max-width: 767px){#s-81b68acf-0a37-4a58-b66d-09695b2546cd {
  display: none;
}
#s-81b68acf-0a37-4a58-b66d-09695b2546cd, #wrap-s-81b68acf-0a37-4a58-b66d-09695b2546cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-81b68acf-0a37-4a58-b66d-09695b2546cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-06635ecc-0b52-4c56-894d-ff92e5a8abb5 {
  text-align: center;
}




  #s-06635ecc-0b52-4c56-894d-ff92e5a8abb5 img.shogun-image {
    
    width: px;
  }


#s-06635ecc-0b52-4c56-894d-ff92e5a8abb5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e495289b-820e-4b0e-9955-c0a7a33258df {
  display: none;
}
#s-80f17aff-1598-4ff0-ab5e-946cf53fa5f2 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-80f17aff-1598-4ff0-ab5e-946cf53fa5f2 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-9bb0664c-89f8-4f00-aa6f-5bd52be7b1b5 {
  text-align: center;
}

#s-9bb0664c-89f8-4f00-aa6f-5bd52be7b1b5 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-9bb0664c-89f8-4f00-aa6f-5bd52be7b1b5 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9bb0664c-89f8-4f00-aa6f-5bd52be7b1b5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8a1f920a-12f0-4783-b310-ce1ce0a2b739 {
  padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
text-align: left;
}

#s-8a1f920a-12f0-4783-b310-ce1ce0a2b739 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-8a1f920a-12f0-4783-b310-ce1ce0a2b739 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-8a1f920a-12f0-4783-b310-ce1ce0a2b739 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8a1f920a-12f0-4783-b310-ce1ce0a2b739 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-86a69bd9-a0ff-4bfe-8a1f-c71d53239a38 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-86a69bd9-a0ff-4bfe-8a1f-c71d53239a38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86a69bd9-a0ff-4bfe-8a1f-c71d53239a38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-86a69bd9-a0ff-4bfe-8a1f-c71d53239a38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-86a69bd9-a0ff-4bfe-8a1f-c71d53239a38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86a69bd9-a0ff-4bfe-8a1f-c71d53239a38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86a69bd9-a0ff-4bfe-8a1f-c71d53239a38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ec1b21a-4c6b-47da-9fe1-4d5497ece55c {
  text-align: center;
}




  #s-4ec1b21a-4c6b-47da-9fe1-4d5497ece55c img.shogun-image {
    
    width: px;
  }


#s-4ec1b21a-4c6b-47da-9fe1-4d5497ece55c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8d0d9daa-5c00-497e-8b54-523f2432e8f8 {
  display: none;
}
#s-205af20c-7dd1-4de6-942b-0fbd569633e1 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-205af20c-7dd1-4de6-942b-0fbd569633e1 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-572c892c-d6ee-4f73-b5e2-1e5b7dfc3a18 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-572c892c-d6ee-4f73-b5e2-1e5b7dfc3a18 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-572c892c-d6ee-4f73-b5e2-1e5b7dfc3a18 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-572c892c-d6ee-4f73-b5e2-1e5b7dfc3a18 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f4296065-ba68-4448-93cd-209f46da5609 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-f4296065-ba68-4448-93cd-209f46da5609:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4296065-ba68-4448-93cd-209f46da5609:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4296065-ba68-4448-93cd-209f46da5609 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-f4296065-ba68-4448-93cd-209f46da5609.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4296065-ba68-4448-93cd-209f46da5609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4296065-ba68-4448-93cd-209f46da5609.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-270764e0-ed47-4e13-9d10-4ebab24c6ab8 {
  text-align: center;
}




  #s-270764e0-ed47-4e13-9d10-4ebab24c6ab8 img.shogun-image {
    
    width: px;
  }


#s-270764e0-ed47-4e13-9d10-4ebab24c6ab8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-acb51c3b-c5cf-4047-9e91-a25a53e14a11 {
  display: none;
}
#s-66936d21-1aa8-4cf6-ad77-d33da6a3058c {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-66936d21-1aa8-4cf6-ad77-d33da6a3058c .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f8325afd-d0e7-4a1a-b8c4-4ae6a46a100f {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-f8325afd-d0e7-4a1a-b8c4-4ae6a46a100f .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-f8325afd-d0e7-4a1a-b8c4-4ae6a46a100f .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f8325afd-d0e7-4a1a-b8c4-4ae6a46a100f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c80fc185-7f24-41fb-a8f1-ee1046ed7763 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c80fc185-7f24-41fb-a8f1-ee1046ed7763:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c80fc185-7f24-41fb-a8f1-ee1046ed7763:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c80fc185-7f24-41fb-a8f1-ee1046ed7763 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-c80fc185-7f24-41fb-a8f1-ee1046ed7763.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c80fc185-7f24-41fb-a8f1-ee1046ed7763.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c80fc185-7f24-41fb-a8f1-ee1046ed7763.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-257a8254-182d-4f65-802c-ccc2c4858935 {
  padding-top: 15%;
padding-bottom: 2%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-257a8254-182d-4f65-802c-ccc2c4858935 {
  display: none;
}
#s-257a8254-182d-4f65-802c-ccc2c4858935, #wrap-s-257a8254-182d-4f65-802c-ccc2c4858935 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-257a8254-182d-4f65-802c-ccc2c4858935 {
  display: none;
}
#s-257a8254-182d-4f65-802c-ccc2c4858935, #wrap-s-257a8254-182d-4f65-802c-ccc2c4858935 { display:none !important; }}@media (max-width: 767px){#s-257a8254-182d-4f65-802c-ccc2c4858935 {
  display: none;
}
#s-257a8254-182d-4f65-802c-ccc2c4858935, #wrap-s-257a8254-182d-4f65-802c-ccc2c4858935 { display:none !important; }}
#s-257a8254-182d-4f65-802c-ccc2c4858935 .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-c7d6841c-cc2a-4995-8f55-9374802f3113 {
  padding-left: 15%;
padding-bottom: 15%;
padding-right: 15%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-c7d6841c-cc2a-4995-8f55-9374802f3113 {
  display: none;
}
#s-c7d6841c-cc2a-4995-8f55-9374802f3113, #wrap-s-c7d6841c-cc2a-4995-8f55-9374802f3113 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7d6841c-cc2a-4995-8f55-9374802f3113 {
  display: none;
}
#s-c7d6841c-cc2a-4995-8f55-9374802f3113, #wrap-s-c7d6841c-cc2a-4995-8f55-9374802f3113 { display:none !important; }}@media (max-width: 767px){#s-c7d6841c-cc2a-4995-8f55-9374802f3113 {
  display: none;
}
#s-c7d6841c-cc2a-4995-8f55-9374802f3113, #wrap-s-c7d6841c-cc2a-4995-8f55-9374802f3113 { display:none !important; }}
#s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227 {
  display: none;
}
#s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227, #wrap-s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227 {
  display: none;
}
#s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227, #wrap-s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227 { display:none !important; }}@media (max-width: 767px){#s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227 {
  display: none;
}
#s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227, #wrap-s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-8b6aec5b-6dbb-42fe-abc3-93a1ca266227"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-f412615f-2088-42cf-9a1e-26e8dbcefc79 {
  text-align: center;
}




  #s-f412615f-2088-42cf-9a1e-26e8dbcefc79 img.shogun-image {
    
    width: px;
  }


#s-f412615f-2088-42cf-9a1e-26e8dbcefc79 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3bb2875f-4cfd-44a3-85b5-b1b320931252 {
  display: none;
}
#s-27c137c6-02eb-4d46-920d-ea6ddf955e8b {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-27c137c6-02eb-4d46-920d-ea6ddf955e8b .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7fddc241-f9e9-497f-864c-64a5eae33967 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-7fddc241-f9e9-497f-864c-64a5eae33967 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-7fddc241-f9e9-497f-864c-64a5eae33967 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7fddc241-f9e9-497f-864c-64a5eae33967 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-62141a90-d507-4d98-93d6-617fae39070d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-62141a90-d507-4d98-93d6-617fae39070d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62141a90-d507-4d98-93d6-617fae39070d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62141a90-d507-4d98-93d6-617fae39070d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-62141a90-d507-4d98-93d6-617fae39070d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62141a90-d507-4d98-93d6-617fae39070d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-62141a90-d507-4d98-93d6-617fae39070d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cc025da0-2b05-4039-89e9-fe5999f2c39c {
  text-align: center;
}




  #s-cc025da0-2b05-4039-89e9-fe5999f2c39c img.shogun-image {
    
    width: px;
  }


#s-cc025da0-2b05-4039-89e9-fe5999f2c39c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5929d190-629a-42aa-9995-73753e9b2bd5 {
  display: none;
}
#s-2f5e5874-bbd4-4229-a768-180973732777 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-2f5e5874-bbd4-4229-a768-180973732777 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4ae89a25-0db9-4b63-9d24-71a8c2f274c5 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-4ae89a25-0db9-4b63-9d24-71a8c2f274c5 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-4ae89a25-0db9-4b63-9d24-71a8c2f274c5 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4ae89a25-0db9-4b63-9d24-71a8c2f274c5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b9b1a766-4f6c-43aa-b170-e06d05ca664a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-b9b1a766-4f6c-43aa-b170-e06d05ca664a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9b1a766-4f6c-43aa-b170-e06d05ca664a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b9b1a766-4f6c-43aa-b170-e06d05ca664a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-b9b1a766-4f6c-43aa-b170-e06d05ca664a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9b1a766-4f6c-43aa-b170-e06d05ca664a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9b1a766-4f6c-43aa-b170-e06d05ca664a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dacebe5f-50e5-4b67-93df-444d4ffdb35c {
  text-align: center;
}




  #s-dacebe5f-50e5-4b67-93df-444d4ffdb35c img.shogun-image {
    
    width: px;
  }


#s-dacebe5f-50e5-4b67-93df-444d4ffdb35c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-436139e9-32e8-4195-8653-3d53ab5498eb {
  display: none;
}
#s-4b1cc690-41ca-42a1-abf6-5411df1d1334 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-4b1cc690-41ca-42a1-abf6-5411df1d1334 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8e2266e5-6700-4ca0-915b-0d7b66b3b279 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-8e2266e5-6700-4ca0-915b-0d7b66b3b279 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-8e2266e5-6700-4ca0-915b-0d7b66b3b279 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8e2266e5-6700-4ca0-915b-0d7b66b3b279 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cbe20469-4c9c-4139-a06d-a2c4864d95df {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-cbe20469-4c9c-4139-a06d-a2c4864d95df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbe20469-4c9c-4139-a06d-a2c4864d95df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbe20469-4c9c-4139-a06d-a2c4864d95df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-cbe20469-4c9c-4139-a06d-a2c4864d95df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbe20469-4c9c-4139-a06d-a2c4864d95df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbe20469-4c9c-4139-a06d-a2c4864d95df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0c41a317-c149-4bd6-b791-d6ce121579b3 {
  padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-0c41a317-c149-4bd6-b791-d6ce121579b3 {
  display: none;
}
#s-0c41a317-c149-4bd6-b791-d6ce121579b3, #wrap-s-0c41a317-c149-4bd6-b791-d6ce121579b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c41a317-c149-4bd6-b791-d6ce121579b3 {
  display: none;
}
#s-0c41a317-c149-4bd6-b791-d6ce121579b3, #wrap-s-0c41a317-c149-4bd6-b791-d6ce121579b3 { display:none !important; }}@media (max-width: 767px){#s-0c41a317-c149-4bd6-b791-d6ce121579b3 {
  display: none;
}
#s-0c41a317-c149-4bd6-b791-d6ce121579b3, #wrap-s-0c41a317-c149-4bd6-b791-d6ce121579b3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-0c41a317-c149-4bd6-b791-d6ce121579b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-d2ca7b9f-dba9-44a0-8e5b-30039bf02675 {
  text-align: center;
}




  #s-d2ca7b9f-dba9-44a0-8e5b-30039bf02675 img.shogun-image {
    
    width: px;
  }


#s-d2ca7b9f-dba9-44a0-8e5b-30039bf02675 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-17c4df04-b3e6-4a89-b0e8-b8bf7a9444b5 {
  display: none;
}
#s-ae3a6c5f-cbc4-46be-b9c6-96e91596d8fc {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-ae3a6c5f-cbc4-46be-b9c6-96e91596d8fc .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-9a1a2516-b243-4941-8f04-a4558a764f01 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-9a1a2516-b243-4941-8f04-a4558a764f01 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-9a1a2516-b243-4941-8f04-a4558a764f01 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9a1a2516-b243-4941-8f04-a4558a764f01 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2e75b6a2-27ba-4e9e-8d40-ace6b5074030 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2e75b6a2-27ba-4e9e-8d40-ace6b5074030:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e75b6a2-27ba-4e9e-8d40-ace6b5074030:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e75b6a2-27ba-4e9e-8d40-ace6b5074030 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-2e75b6a2-27ba-4e9e-8d40-ace6b5074030.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e75b6a2-27ba-4e9e-8d40-ace6b5074030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e75b6a2-27ba-4e9e-8d40-ace6b5074030.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5ee17bd1-e34f-4b38-8a48-558ed420845c {
  text-align: center;
}




  #s-5ee17bd1-e34f-4b38-8a48-558ed420845c img.shogun-image {
    
    width: px;
  }


#s-5ee17bd1-e34f-4b38-8a48-558ed420845c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-75a7d244-c999-4048-a3a6-5c12ac20c2f8 {
  display: none;
}
#s-66947a2a-bb3d-45f3-a427-e798280c92dc {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-66947a2a-bb3d-45f3-a427-e798280c92dc .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-1c187bae-b50b-4e32-8d9d-36f692178501 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-1c187bae-b50b-4e32-8d9d-36f692178501 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-1c187bae-b50b-4e32-8d9d-36f692178501 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1c187bae-b50b-4e32-8d9d-36f692178501 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-30e50fe6-3b18-499b-9ef1-88c549df08ce {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-30e50fe6-3b18-499b-9ef1-88c549df08ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30e50fe6-3b18-499b-9ef1-88c549df08ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30e50fe6-3b18-499b-9ef1-88c549df08ce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-30e50fe6-3b18-499b-9ef1-88c549df08ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30e50fe6-3b18-499b-9ef1-88c549df08ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30e50fe6-3b18-499b-9ef1-88c549df08ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d4a0cbc9-03ea-4615-99fb-1cc7d53c429a {
  text-align: center;
}




  #s-d4a0cbc9-03ea-4615-99fb-1cc7d53c429a img.shogun-image {
    
    width: px;
  }


#s-d4a0cbc9-03ea-4615-99fb-1cc7d53c429a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-815712e3-c3db-4021-b720-da23873cfaac {
  display: none;
}
#s-740756c7-5c48-4746-b966-187de211fbc7 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-740756c7-5c48-4746-b966-187de211fbc7 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e9e20819-dafd-4b57-a7e1-7c8d2dae5a5b {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-e9e20819-dafd-4b57-a7e1-7c8d2dae5a5b .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-e9e20819-dafd-4b57-a7e1-7c8d2dae5a5b .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e9e20819-dafd-4b57-a7e1-7c8d2dae5a5b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ff5e038a-0e68-49b6-9fac-8a9ff0f0c251 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-ff5e038a-0e68-49b6-9fac-8a9ff0f0c251:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff5e038a-0e68-49b6-9fac-8a9ff0f0c251:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff5e038a-0e68-49b6-9fac-8a9ff0f0c251 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-ff5e038a-0e68-49b6-9fac-8a9ff0f0c251.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff5e038a-0e68-49b6-9fac-8a9ff0f0c251.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff5e038a-0e68-49b6-9fac-8a9ff0f0c251.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b {
  padding-top: 15%;
padding-bottom: 2%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b {
  display: none;
}
#s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b, #wrap-s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b {
  display: none;
}
#s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b, #wrap-s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b { display:none !important; }}@media (max-width: 767px){#s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b {
  display: none;
}
#s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b, #wrap-s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b { display:none !important; }}
#s-4976a6a8-8bd6-47b5-aff2-cc79f476c38b .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-955e6e01-2b8b-4efe-981b-521707501378 {
  padding-left: 15%;
padding-bottom: 15%;
padding-right: 15%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-955e6e01-2b8b-4efe-981b-521707501378 {
  display: none;
}
#s-955e6e01-2b8b-4efe-981b-521707501378, #wrap-s-955e6e01-2b8b-4efe-981b-521707501378 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-955e6e01-2b8b-4efe-981b-521707501378 {
  display: none;
}
#s-955e6e01-2b8b-4efe-981b-521707501378, #wrap-s-955e6e01-2b8b-4efe-981b-521707501378 { display:none !important; }}@media (max-width: 767px){#s-955e6e01-2b8b-4efe-981b-521707501378 {
  display: none;
}
#s-955e6e01-2b8b-4efe-981b-521707501378, #wrap-s-955e6e01-2b8b-4efe-981b-521707501378 { display:none !important; }}
#s-b8370aa6-0c98-46b5-9010-497d893bf9da {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-b8370aa6-0c98-46b5-9010-497d893bf9da {
  display: none;
}
#s-b8370aa6-0c98-46b5-9010-497d893bf9da, #wrap-s-b8370aa6-0c98-46b5-9010-497d893bf9da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8370aa6-0c98-46b5-9010-497d893bf9da {
  display: none;
}
#s-b8370aa6-0c98-46b5-9010-497d893bf9da, #wrap-s-b8370aa6-0c98-46b5-9010-497d893bf9da { display:none !important; }}@media (max-width: 767px){#s-b8370aa6-0c98-46b5-9010-497d893bf9da {
  display: none;
}
#s-b8370aa6-0c98-46b5-9010-497d893bf9da, #wrap-s-b8370aa6-0c98-46b5-9010-497d893bf9da { display:none !important; }}
@media (min-width: 0px) {
[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-b8370aa6-0c98-46b5-9010-497d893bf9da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-46144c29-b3ad-4fda-963a-ee43f55e931b {
  text-align: center;
}




  #s-46144c29-b3ad-4fda-963a-ee43f55e931b img.shogun-image {
    
    width: px;
  }


#s-46144c29-b3ad-4fda-963a-ee43f55e931b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b5270be7-84f3-424b-8ee4-1e32dd2afdc1 {
  display: none;
}
#s-b22439cf-b5a1-4e2d-8f9d-1366909c391e {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-b22439cf-b5a1-4e2d-8f9d-1366909c391e .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-2730a642-54a2-4eee-a94d-76196c7a6ae7 {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-2730a642-54a2-4eee-a94d-76196c7a6ae7 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-2730a642-54a2-4eee-a94d-76196c7a6ae7 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2730a642-54a2-4eee-a94d-76196c7a6ae7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ae034fe4-b550-4d7a-be4f-0140d5051f6a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-ae034fe4-b550-4d7a-be4f-0140d5051f6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae034fe4-b550-4d7a-be4f-0140d5051f6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ae034fe4-b550-4d7a-be4f-0140d5051f6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-ae034fe4-b550-4d7a-be4f-0140d5051f6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae034fe4-b550-4d7a-be4f-0140d5051f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ae034fe4-b550-4d7a-be4f-0140d5051f6a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78fcdc45-a651-4270-b9ea-c5134af11b5c {
  text-align: center;
}




  #s-78fcdc45-a651-4270-b9ea-c5134af11b5c img.shogun-image {
    
    width: px;
  }


#s-78fcdc45-a651-4270-b9ea-c5134af11b5c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f4ccb752-3b85-4698-9eea-088cfe20a0d2 {
  display: none;
}
#s-d5c3619e-4e0b-4e24-8e15-78afadf97407 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-d5c3619e-4e0b-4e24-8e15-78afadf97407 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-1acf4a89-3652-4a75-b642-8fbf05a88462 {
  text-align: center;
}

#s-1acf4a89-3652-4a75-b642-8fbf05a88462 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-1acf4a89-3652-4a75-b642-8fbf05a88462 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1acf4a89-3652-4a75-b642-8fbf05a88462 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-3cd51d03-1e2b-489c-869f-2a4bf5b46055"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-584d2383-5941-4c65-873b-f3df9abceef0 {
  padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
text-align: left;
}

#s-584d2383-5941-4c65-873b-f3df9abceef0 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-584d2383-5941-4c65-873b-f3df9abceef0 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-584d2383-5941-4c65-873b-f3df9abceef0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-584d2383-5941-4c65-873b-f3df9abceef0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-fb1f03f8-c5b0-4559-bfe2-0039b3b2c638 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-fb1f03f8-c5b0-4559-bfe2-0039b3b2c638:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb1f03f8-c5b0-4559-bfe2-0039b3b2c638:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb1f03f8-c5b0-4559-bfe2-0039b3b2c638 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-fb1f03f8-c5b0-4559-bfe2-0039b3b2c638.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb1f03f8-c5b0-4559-bfe2-0039b3b2c638.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb1f03f8-c5b0-4559-bfe2-0039b3b2c638.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1f22555a-e136-43f9-b1d7-5a0fbca7d9b6 {
  text-align: center;
}




  #s-1f22555a-e136-43f9-b1d7-5a0fbca7d9b6 img.shogun-image {
    
    width: px;
  }


#s-1f22555a-e136-43f9-b1d7-5a0fbca7d9b6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1d456c37-381f-4290-97fa-3079672632fa {
  display: none;
}
#s-a2bd8aa1-97b6-40e1-9a8d-256c2dfd8080 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-a2bd8aa1-97b6-40e1-9a8d-256c2dfd8080 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-61fbc391-182e-48cc-be0d-bb09fef5beda {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-61fbc391-182e-48cc-be0d-bb09fef5beda .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-61fbc391-182e-48cc-be0d-bb09fef5beda .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-61fbc391-182e-48cc-be0d-bb09fef5beda .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-577918ef-4b83-4ab9-b6cb-a50cd0cdf092 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-577918ef-4b83-4ab9-b6cb-a50cd0cdf092:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-577918ef-4b83-4ab9-b6cb-a50cd0cdf092:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-577918ef-4b83-4ab9-b6cb-a50cd0cdf092 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-577918ef-4b83-4ab9-b6cb-a50cd0cdf092.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-577918ef-4b83-4ab9-b6cb-a50cd0cdf092.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-577918ef-4b83-4ab9-b6cb-a50cd0cdf092.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1 {
  padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1 {
  display: none;
}
#s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1, #wrap-s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1 {
  display: none;
}
#s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1, #wrap-s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1 { display:none !important; }}@media (max-width: 767px){#s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1 {
  display: none;
}
#s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1, #wrap-s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-3a43c08c-4c9c-4663-8c5a-3daddc2143a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-dd953c1c-c4ca-431d-95ba-d159aab71859 {
  text-align: center;
}




  #s-dd953c1c-c4ca-431d-95ba-d159aab71859 img.shogun-image {
    
    width: px;
  }


#s-dd953c1c-c4ca-431d-95ba-d159aab71859 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8ab9ab47-23c6-49e8-916f-0b78b429eb7a {
  display: none;
}
#s-d7d090fe-d41c-455c-a346-9e3b26b407ab {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-d7d090fe-d41c-455c-a346-9e3b26b407ab .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4691f688-d5d1-4d4f-a5d7-811d712c9bfd {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-4691f688-d5d1-4d4f-a5d7-811d712c9bfd .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-4691f688-d5d1-4d4f-a5d7-811d712c9bfd .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4691f688-d5d1-4d4f-a5d7-811d712c9bfd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c682d367-d78e-4424-8e43-c50816d479b7 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c682d367-d78e-4424-8e43-c50816d479b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c682d367-d78e-4424-8e43-c50816d479b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c682d367-d78e-4424-8e43-c50816d479b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-c682d367-d78e-4424-8e43-c50816d479b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c682d367-d78e-4424-8e43-c50816d479b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c682d367-d78e-4424-8e43-c50816d479b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-42c0bb8f-f961-4a0f-acc0-3c28b7a2b028 {
  text-align: center;
}




  #s-42c0bb8f-f961-4a0f-acc0-3c28b7a2b028 img.shogun-image {
    
    width: px;
  }


#s-42c0bb8f-f961-4a0f-acc0-3c28b7a2b028 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d77827b3-c31f-4a41-8ee6-29766cb8c68b {
  display: none;
}
#s-2b0b2996-1c1d-403e-acb3-0076a4a6cf6c {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-2b0b2996-1c1d-403e-acb3-0076a4a6cf6c .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e95d5ecf-1e0b-4b95-ba50-83732ca53fdb {
  padding-top: 5%;
padding-bottom: 10%;
text-align: center;
}

#s-e95d5ecf-1e0b-4b95-ba50-83732ca53fdb .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-e95d5ecf-1e0b-4b95-ba50-83732ca53fdb .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e95d5ecf-1e0b-4b95-ba50-83732ca53fdb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6c44b75d-6661-4cae-beda-ebd9e4685af1 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-6c44b75d-6661-4cae-beda-ebd9e4685af1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c44b75d-6661-4cae-beda-ebd9e4685af1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c44b75d-6661-4cae-beda-ebd9e4685af1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-6c44b75d-6661-4cae-beda-ebd9e4685af1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c44b75d-6661-4cae-beda-ebd9e4685af1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c44b75d-6661-4cae-beda-ebd9e4685af1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9b90c72-cdd4-449a-8c66-8bf74b5eb3f0 {
  text-align: center;
}




  #s-d9b90c72-cdd4-449a-8c66-8bf74b5eb3f0 img.shogun-image {
    
    width: px;
  }


#s-d9b90c72-cdd4-449a-8c66-8bf74b5eb3f0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7a01714f-e87a-41ee-8f60-98acec6a0406 {
  display: none;
}
#s-ae1449f5-7a19-4b8d-a267-806456bf6f02 {
  padding-top: 15%;
padding-bottom: 5%;
text-align: center;
}

#s-ae1449f5-7a19-4b8d-a267-806456bf6f02 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-603e57a6-0932-410b-86eb-74c5c0b03785 {
  padding-top: 2%;
text-align: center;
}

#s-603e57a6-0932-410b-86eb-74c5c0b03785 .shg-product-sold-out {
  display: none;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

#s-603e57a6-0932-410b-86eb-74c5c0b03785 .shg-product-price {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-603e57a6-0932-410b-86eb-74c5c0b03785 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6e9ef0c9-b31c-4e6d-8729-53a10c9176d6 {
  padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
text-align: left;
}

#s-6e9ef0c9-b31c-4e6d-8729-53a10c9176d6 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-6e9ef0c9-b31c-4e6d-8729-53a10c9176d6 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-6e9ef0c9-b31c-4e6d-8729-53a10c9176d6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6e9ef0c9-b31c-4e6d-8729-53a10c9176d6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-468e7890-105d-4f81-98cb-49c0563cdcde {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-468e7890-105d-4f81-98cb-49c0563cdcde:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-468e7890-105d-4f81-98cb-49c0563cdcde:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-468e7890-105d-4f81-98cb-49c0563cdcde {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-468e7890-105d-4f81-98cb-49c0563cdcde.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-468e7890-105d-4f81-98cb-49c0563cdcde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-468e7890-105d-4f81-98cb-49c0563cdcde.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-210170a9-2775-41a1-a577-f106ef330672 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-210170a9-2775-41a1-a577-f106ef330672 {
  display: none;
}
#s-210170a9-2775-41a1-a577-f106ef330672, #wrap-s-210170a9-2775-41a1-a577-f106ef330672 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-210170a9-2775-41a1-a577-f106ef330672 {
  display: none;
}
#s-210170a9-2775-41a1-a577-f106ef330672, #wrap-s-210170a9-2775-41a1-a577-f106ef330672 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-210170a9-2775-41a1-a577-f106ef330672 {
  
}
}@media (max-width: 767px){#s-210170a9-2775-41a1-a577-f106ef330672 {
  display: none;
}
#s-210170a9-2775-41a1-a577-f106ef330672, #wrap-s-210170a9-2775-41a1-a577-f106ef330672 { display:none !important; }}







#s-210170a9-2775-41a1-a577-f106ef330672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-210170a9-2775-41a1-a577-f106ef330672.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-987205db-dde7-4010-a52c-4846edafc27f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-987205db-dde7-4010-a52c-4846edafc27f {
  display: none;
}
#s-987205db-dde7-4010-a52c-4846edafc27f, #wrap-s-987205db-dde7-4010-a52c-4846edafc27f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-987205db-dde7-4010-a52c-4846edafc27f {
  display: none;
}
#s-987205db-dde7-4010-a52c-4846edafc27f, #wrap-s-987205db-dde7-4010-a52c-4846edafc27f { display:none !important; }}@media (max-width: 767px){#s-987205db-dde7-4010-a52c-4846edafc27f {
  display: none;
}
#s-987205db-dde7-4010-a52c-4846edafc27f, #wrap-s-987205db-dde7-4010-a52c-4846edafc27f { display:none !important; }}







#s-987205db-dde7-4010-a52c-4846edafc27f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-987205db-dde7-4010-a52c-4846edafc27f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-02ade844-1e7f-4e84-92fb-ffd46c607c03 {
  padding-top: 5%;
padding-bottom: 0%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-02ade844-1e7f-4e84-92fb-ffd46c607c03 {
  display: none;
}
#s-02ade844-1e7f-4e84-92fb-ffd46c607c03, #wrap-s-02ade844-1e7f-4e84-92fb-ffd46c607c03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02ade844-1e7f-4e84-92fb-ffd46c607c03 {
  display: none;
}
#s-02ade844-1e7f-4e84-92fb-ffd46c607c03, #wrap-s-02ade844-1e7f-4e84-92fb-ffd46c607c03 { display:none !important; }}@media (max-width: 767px){#s-02ade844-1e7f-4e84-92fb-ffd46c607c03 {
  display: none;
}
#s-02ade844-1e7f-4e84-92fb-ffd46c607c03, #wrap-s-02ade844-1e7f-4e84-92fb-ffd46c607c03 { display:none !important; }}
#s-02ade844-1e7f-4e84-92fb-ffd46c607c03 .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-7431902c-6e49-46d1-94e4-6d4eb108f0ce {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7431902c-6e49-46d1-94e4-6d4eb108f0ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e09693d0-a923-4661-80ea-2d8caec724b9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
}

#s-ce4f5aa5-3437-4479-8ea1-9f22139edf83 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
}

#s-4ae6277c-c4d9-4ef6-bdf2-2b9bb6665684 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
}

#s-c83ff292-3ae2-43da-88d6-204934bd9636 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-c83ff292-3ae2-43da-88d6-204934bd9636 {
  display: none;
}
#s-c83ff292-3ae2-43da-88d6-204934bd9636, #wrap-s-c83ff292-3ae2-43da-88d6-204934bd9636 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c83ff292-3ae2-43da-88d6-204934bd9636 {
  display: none;
}
#s-c83ff292-3ae2-43da-88d6-204934bd9636, #wrap-s-c83ff292-3ae2-43da-88d6-204934bd9636 { display:none !important; }}@media (max-width: 767px){#s-c83ff292-3ae2-43da-88d6-204934bd9636 {
  display: none;
}
#s-c83ff292-3ae2-43da-88d6-204934bd9636, #wrap-s-c83ff292-3ae2-43da-88d6-204934bd9636 { display:none !important; }}



  #s-c83ff292-3ae2-43da-88d6-204934bd9636 img.shogun-image {
    
    width: px;
  }


#s-c83ff292-3ae2-43da-88d6-204934bd9636 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-89fa7040-1b77-4da5-a0e3-8986850238a6 {
  margin-right: 5%;
padding-right: 5%;
text-align: center;
}

#s-89fa7040-1b77-4da5-a0e3-8986850238a6 .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-e8b4a0b1-0047-421c-b11b-9768c2a2c0ff {
  padding-right: 10%;
}

#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165 {
  display: none;
}
#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165, #wrap-s-7bbf168b-6d23-4754-a4a7-6cc363aa3165 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165 {
  display: none;
}
#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165, #wrap-s-7bbf168b-6d23-4754-a4a7-6cc363aa3165 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165 {
  display: none;
}
#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165, #wrap-s-7bbf168b-6d23-4754-a4a7-6cc363aa3165 { display:none !important; }}







#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bbf168b-6d23-4754-a4a7-6cc363aa3165.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-539b9156-18b2-49b1-9b83-c32e4760d508 {
  text-align: center;
}




  #s-539b9156-18b2-49b1-9b83-c32e4760d508 img.shogun-image {
    
    width: px;
  }


#s-539b9156-18b2-49b1-9b83-c32e4760d508 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a52a9690-17c0-4556-ac97-e1fd5293b756 {
  padding-top: 10px;
text-align: center;
}

#s-a52a9690-17c0-4556-ac97-e1fd5293b756 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 2em;
  letter-spacing: 6px;
  text-align: center;
}



#s-3d88a8aa-ef14-41ed-956f-b9badf85a4ac {
  padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
@media (max-width: 767px){#s-3d88a8aa-ef14-41ed-956f-b9badf85a4ac {
  display: none;
}
#s-3d88a8aa-ef14-41ed-956f-b9badf85a4ac, #wrap-s-3d88a8aa-ef14-41ed-956f-b9badf85a4ac { display:none !important; }}
#s-17afdb64-5df2-4a85-b931-ff4fb8982072 {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-17afdb64-5df2-4a85-b931-ff4fb8982072 {
  display: none;
}
#s-17afdb64-5df2-4a85-b931-ff4fb8982072, #wrap-s-17afdb64-5df2-4a85-b931-ff4fb8982072 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17afdb64-5df2-4a85-b931-ff4fb8982072 {
  display: none;
}
#s-17afdb64-5df2-4a85-b931-ff4fb8982072, #wrap-s-17afdb64-5df2-4a85-b931-ff4fb8982072 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17afdb64-5df2-4a85-b931-ff4fb8982072 {
  display: none;
}
#s-17afdb64-5df2-4a85-b931-ff4fb8982072, #wrap-s-17afdb64-5df2-4a85-b931-ff4fb8982072 { display:none !important; }}
#s-0bbe3136-8838-43dd-b15e-e9e7e788a24e {
  padding-top: 20%;
padding-bottom: 2%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-0bbe3136-8838-43dd-b15e-e9e7e788a24e {
  display: none;
}
#s-0bbe3136-8838-43dd-b15e-e9e7e788a24e, #wrap-s-0bbe3136-8838-43dd-b15e-e9e7e788a24e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bbe3136-8838-43dd-b15e-e9e7e788a24e {
  display: none;
}
#s-0bbe3136-8838-43dd-b15e-e9e7e788a24e, #wrap-s-0bbe3136-8838-43dd-b15e-e9e7e788a24e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bbe3136-8838-43dd-b15e-e9e7e788a24e {
  display: none;
}
#s-0bbe3136-8838-43dd-b15e-e9e7e788a24e, #wrap-s-0bbe3136-8838-43dd-b15e-e9e7e788a24e { display:none !important; }}
#s-0bbe3136-8838-43dd-b15e-e9e7e788a24e .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-de37edd4-9ae1-4f63-86dd-972630d8410d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
min-height: 50px;
}
@media (min-width: 1200px){#s-de37edd4-9ae1-4f63-86dd-972630d8410d {
  display: none;
}
#s-de37edd4-9ae1-4f63-86dd-972630d8410d, #wrap-s-de37edd4-9ae1-4f63-86dd-972630d8410d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de37edd4-9ae1-4f63-86dd-972630d8410d {
  display: none;
}
#s-de37edd4-9ae1-4f63-86dd-972630d8410d, #wrap-s-de37edd4-9ae1-4f63-86dd-972630d8410d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de37edd4-9ae1-4f63-86dd-972630d8410d {
  display: none;
}
#s-de37edd4-9ae1-4f63-86dd-972630d8410d, #wrap-s-de37edd4-9ae1-4f63-86dd-972630d8410d { display:none !important; }}







#s-de37edd4-9ae1-4f63-86dd-972630d8410d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de37edd4-9ae1-4f63-86dd-972630d8410d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18 {
  padding-top: 2%;
padding-left: 15%;
padding-bottom: 20%;
padding-right: 15%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18 {
  display: none;
}
#s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18, #wrap-s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18 {
  display: none;
}
#s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18, #wrap-s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18 {
  display: none;
}
#s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18, #wrap-s-a6a2887f-b0e2-44a7-a97a-d9e483cb0d18 { display:none !important; }}
#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3 {
  display: none;
}
#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3, #wrap-s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3 {
  display: none;
}
#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3, #wrap-s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3 {
  display: none;
}
#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3, #wrap-s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3 { display:none !important; }}







#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a84f4a7-14a5-4f57-9340-41815ef2e1c3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8a3de9ac-3e16-4024-abb3-6ece95f12021 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-8a3de9ac-3e16-4024-abb3-6ece95f12021 {
  display: none;
}
#s-8a3de9ac-3e16-4024-abb3-6ece95f12021, #wrap-s-8a3de9ac-3e16-4024-abb3-6ece95f12021 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a3de9ac-3e16-4024-abb3-6ece95f12021 {
  display: none;
}
#s-8a3de9ac-3e16-4024-abb3-6ece95f12021, #wrap-s-8a3de9ac-3e16-4024-abb3-6ece95f12021 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a3de9ac-3e16-4024-abb3-6ece95f12021 {
  display: none;
}
#s-8a3de9ac-3e16-4024-abb3-6ece95f12021, #wrap-s-8a3de9ac-3e16-4024-abb3-6ece95f12021 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8a3de9ac-3e16-4024-abb3-6ece95f12021"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1bdb98d7-7bad-4e75-98b1-05a7bc0981ba {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}




  #s-1bdb98d7-7bad-4e75-98b1-05a7bc0981ba img.shogun-image {
    
    width: px;
  }


#s-1bdb98d7-7bad-4e75-98b1-05a7bc0981ba .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c6cc01c5-8ee3-43d1-8902-c810dc89b5f3 {
  display: none;
}
#s-0dd38602-b659-4067-a1df-b1891891852e {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-0dd38602-b659-4067-a1df-b1891891852e .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-a7d50eed-71a3-41ce-9aec-fa3dea5ba90b {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-a7d50eed-71a3-41ce-9aec-fa3dea5ba90b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7d50eed-71a3-41ce-9aec-fa3dea5ba90b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a7d50eed-71a3-41ce-9aec-fa3dea5ba90b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-a7d50eed-71a3-41ce-9aec-fa3dea5ba90b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a7d50eed-71a3-41ce-9aec-fa3dea5ba90b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7d50eed-71a3-41ce-9aec-fa3dea5ba90b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7d50eed-71a3-41ce-9aec-fa3dea5ba90b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-353e0a1e-8763-4694-9ec0-555d2870bccb {
  padding-top: 15%;
text-align: center;
}




  #s-353e0a1e-8763-4694-9ec0-555d2870bccb img.shogun-image {
    
    width: px;
  }


#s-353e0a1e-8763-4694-9ec0-555d2870bccb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bc4cff2e-51bc-4c84-ad47-b6a878b1c404 {
  display: none;
}
#s-75f4d436-b855-4bbf-abdf-b9b5ce79f96b {
  padding-top: 10%;
padding-bottom: 5%;
text-align: center;
}

#s-75f4d436-b855-4bbf-abdf-b9b5ce79f96b .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-55335f45-fcbc-4604-a2dd-3914e91cb43b {
  padding-left: 25%;
padding-bottom: 5%;
padding-right: 25%;
text-align: left;
}

#s-55335f45-fcbc-4604-a2dd-3914e91cb43b .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-55335f45-fcbc-4604-a2dd-3914e91cb43b .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-55335f45-fcbc-4604-a2dd-3914e91cb43b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-55335f45-fcbc-4604-a2dd-3914e91cb43b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-75f5b2e0-105c-4bbd-afc2-826a6c09a4e9 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-75f5b2e0-105c-4bbd-afc2-826a6c09a4e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75f5b2e0-105c-4bbd-afc2-826a6c09a4e9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-75f5b2e0-105c-4bbd-afc2-826a6c09a4e9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-75f5b2e0-105c-4bbd-afc2-826a6c09a4e9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-75f5b2e0-105c-4bbd-afc2-826a6c09a4e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75f5b2e0-105c-4bbd-afc2-826a6c09a4e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-75f5b2e0-105c-4bbd-afc2-826a6c09a4e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe2af081-daeb-407b-9431-307a1b166ba8 {
  padding-top: 15%;
text-align: center;
}




  #s-fe2af081-daeb-407b-9431-307a1b166ba8 img.shogun-image {
    
    width: px;
  }


#s-fe2af081-daeb-407b-9431-307a1b166ba8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-33735b90-f64c-4841-a35d-e44e4f41500f {
  display: none;
}
#s-428358ad-f4da-4374-a1c1-098b4dc4ccef {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-428358ad-f4da-4374-a1c1-098b4dc4ccef .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-427b53ef-809c-4d16-bbd8-3cf454de7c5f {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-427b53ef-809c-4d16-bbd8-3cf454de7c5f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-427b53ef-809c-4d16-bbd8-3cf454de7c5f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-427b53ef-809c-4d16-bbd8-3cf454de7c5f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-427b53ef-809c-4d16-bbd8-3cf454de7c5f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-427b53ef-809c-4d16-bbd8-3cf454de7c5f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-427b53ef-809c-4d16-bbd8-3cf454de7c5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-427b53ef-809c-4d16-bbd8-3cf454de7c5f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-be53fc37-cee5-45eb-b02a-b947cd6416b3 {
  padding-left: 10%;
padding-bottom: 15%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-be53fc37-cee5-45eb-b02a-b947cd6416b3 {
  display: none;
}
#s-be53fc37-cee5-45eb-b02a-b947cd6416b3, #wrap-s-be53fc37-cee5-45eb-b02a-b947cd6416b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be53fc37-cee5-45eb-b02a-b947cd6416b3 {
  display: none;
}
#s-be53fc37-cee5-45eb-b02a-b947cd6416b3, #wrap-s-be53fc37-cee5-45eb-b02a-b947cd6416b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be53fc37-cee5-45eb-b02a-b947cd6416b3 {
  display: none;
}
#s-be53fc37-cee5-45eb-b02a-b947cd6416b3, #wrap-s-be53fc37-cee5-45eb-b02a-b947cd6416b3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be53fc37-cee5-45eb-b02a-b947cd6416b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7cac15b3-4d0c-415a-b174-2dd373ca8eb5 {
  padding-top: 5%;
text-align: center;
}




  #s-7cac15b3-4d0c-415a-b174-2dd373ca8eb5 img.shogun-image {
    
    width: px;
  }


#s-7cac15b3-4d0c-415a-b174-2dd373ca8eb5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d99324e1-bcc1-4976-b9ad-138ab8e5dc66 {
  display: none;
}
#s-1ea15fd7-d519-474f-b769-a0f3274e9b75 {
  padding-top: 10%;
padding-bottom: 5%;
text-align: center;
}

#s-1ea15fd7-d519-474f-b769-a0f3274e9b75 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-b1509d03-483b-4ad2-b68c-872ec149f0f1 {
  padding-left: 25%;
padding-bottom: 5%;
padding-right: 25%;
text-align: left;
}

#s-b1509d03-483b-4ad2-b68c-872ec149f0f1 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-b1509d03-483b-4ad2-b68c-872ec149f0f1 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-b1509d03-483b-4ad2-b68c-872ec149f0f1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b1509d03-483b-4ad2-b68c-872ec149f0f1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-58617787-bc79-4133-bb2b-dda9c0928011 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-58617787-bc79-4133-bb2b-dda9c0928011:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58617787-bc79-4133-bb2b-dda9c0928011:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-58617787-bc79-4133-bb2b-dda9c0928011 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-58617787-bc79-4133-bb2b-dda9c0928011 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-58617787-bc79-4133-bb2b-dda9c0928011.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58617787-bc79-4133-bb2b-dda9c0928011.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58617787-bc79-4133-bb2b-dda9c0928011.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea292b23-badc-4ce8-aa89-07171cd0e037 {
  padding-top: 15%;
text-align: center;
}




  #s-ea292b23-badc-4ce8-aa89-07171cd0e037 img.shogun-image {
    
    width: px;
  }


#s-ea292b23-badc-4ce8-aa89-07171cd0e037 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-36d50b1b-67fc-41a6-ab8f-6e1b9b85674a {
  display: none;
}
#s-92d97558-6a84-4341-a1c6-e2552d6eeed7 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-92d97558-6a84-4341-a1c6-e2552d6eeed7 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-f714d886-ba45-4a3a-b639-9879db128891 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-f714d886-ba45-4a3a-b639-9879db128891:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f714d886-ba45-4a3a-b639-9879db128891:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f714d886-ba45-4a3a-b639-9879db128891 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-f714d886-ba45-4a3a-b639-9879db128891 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-f714d886-ba45-4a3a-b639-9879db128891.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f714d886-ba45-4a3a-b639-9879db128891.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f714d886-ba45-4a3a-b639-9879db128891.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-43bd0597-bbee-4972-a478-1d7860da579e {
  padding-top: 15%;
text-align: center;
}




  #s-43bd0597-bbee-4972-a478-1d7860da579e img.shogun-image {
    
    width: px;
  }


#s-43bd0597-bbee-4972-a478-1d7860da579e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-539ba10c-fa53-434a-9f78-43bc766128ab {
  display: none;
}
#s-e68d46d3-1a83-4a30-81ae-1a26fc73065d {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-e68d46d3-1a83-4a30-81ae-1a26fc73065d .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-2e41f3fd-3179-472b-a70b-529238821fc2 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2e41f3fd-3179-472b-a70b-529238821fc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e41f3fd-3179-472b-a70b-529238821fc2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2e41f3fd-3179-472b-a70b-529238821fc2 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-2e41f3fd-3179-472b-a70b-529238821fc2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-2e41f3fd-3179-472b-a70b-529238821fc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e41f3fd-3179-472b-a70b-529238821fc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e41f3fd-3179-472b-a70b-529238821fc2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c4f399e9-5865-43ed-ad32-786c67dd2eac {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c4f399e9-5865-43ed-ad32-786c67dd2eac {
  display: none;
}
#s-c4f399e9-5865-43ed-ad32-786c67dd2eac, #wrap-s-c4f399e9-5865-43ed-ad32-786c67dd2eac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4f399e9-5865-43ed-ad32-786c67dd2eac {
  display: none;
}
#s-c4f399e9-5865-43ed-ad32-786c67dd2eac, #wrap-s-c4f399e9-5865-43ed-ad32-786c67dd2eac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4f399e9-5865-43ed-ad32-786c67dd2eac {
  display: none;
}
#s-c4f399e9-5865-43ed-ad32-786c67dd2eac, #wrap-s-c4f399e9-5865-43ed-ad32-786c67dd2eac { display:none !important; }}







#s-c4f399e9-5865-43ed-ad32-786c67dd2eac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4f399e9-5865-43ed-ad32-786c67dd2eac.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f810fa8e-0874-4578-b64c-9e91453e2961 {
  padding-top: 20%;
padding-bottom: 2%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-f810fa8e-0874-4578-b64c-9e91453e2961 {
  display: none;
}
#s-f810fa8e-0874-4578-b64c-9e91453e2961, #wrap-s-f810fa8e-0874-4578-b64c-9e91453e2961 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f810fa8e-0874-4578-b64c-9e91453e2961 {
  display: none;
}
#s-f810fa8e-0874-4578-b64c-9e91453e2961, #wrap-s-f810fa8e-0874-4578-b64c-9e91453e2961 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f810fa8e-0874-4578-b64c-9e91453e2961 {
  display: none;
}
#s-f810fa8e-0874-4578-b64c-9e91453e2961, #wrap-s-f810fa8e-0874-4578-b64c-9e91453e2961 { display:none !important; }}
#s-f810fa8e-0874-4578-b64c-9e91453e2961 .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-02dea286-7016-46ab-8709-0a231b5acb5b {
  padding-top: 2%;
padding-left: 15%;
padding-bottom: 20%;
padding-right: 15%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-02dea286-7016-46ab-8709-0a231b5acb5b {
  display: none;
}
#s-02dea286-7016-46ab-8709-0a231b5acb5b, #wrap-s-02dea286-7016-46ab-8709-0a231b5acb5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02dea286-7016-46ab-8709-0a231b5acb5b {
  display: none;
}
#s-02dea286-7016-46ab-8709-0a231b5acb5b, #wrap-s-02dea286-7016-46ab-8709-0a231b5acb5b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02dea286-7016-46ab-8709-0a231b5acb5b {
  display: none;
}
#s-02dea286-7016-46ab-8709-0a231b5acb5b, #wrap-s-02dea286-7016-46ab-8709-0a231b5acb5b { display:none !important; }}
#s-7c7d6ee8-f940-4090-acbe-910e388db956 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-7c7d6ee8-f940-4090-acbe-910e388db956 {
  display: none;
}
#s-7c7d6ee8-f940-4090-acbe-910e388db956, #wrap-s-7c7d6ee8-f940-4090-acbe-910e388db956 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c7d6ee8-f940-4090-acbe-910e388db956 {
  display: none;
}
#s-7c7d6ee8-f940-4090-acbe-910e388db956, #wrap-s-7c7d6ee8-f940-4090-acbe-910e388db956 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c7d6ee8-f940-4090-acbe-910e388db956 {
  display: none;
}
#s-7c7d6ee8-f940-4090-acbe-910e388db956, #wrap-s-7c7d6ee8-f940-4090-acbe-910e388db956 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c7d6ee8-f940-4090-acbe-910e388db956"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6e9b6907-b16a-4ded-9278-893342f48983 {
  padding-top: 5%;
text-align: center;
}




  #s-6e9b6907-b16a-4ded-9278-893342f48983 img.shogun-image {
    
    width: px;
  }


#s-6e9b6907-b16a-4ded-9278-893342f48983 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0a060d27-e3d1-4602-a69a-af4e66e225dd {
  display: none;
}
#s-ecc1ffc3-9e5b-4855-a149-9ccf6ad7e4de {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-ecc1ffc3-9e5b-4855-a149-9ccf6ad7e4de .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-4a103fec-fcf0-49cd-83b5-71eb09cd375b {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4a103fec-fcf0-49cd-83b5-71eb09cd375b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a103fec-fcf0-49cd-83b5-71eb09cd375b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-4a103fec-fcf0-49cd-83b5-71eb09cd375b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-4a103fec-fcf0-49cd-83b5-71eb09cd375b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-4a103fec-fcf0-49cd-83b5-71eb09cd375b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a103fec-fcf0-49cd-83b5-71eb09cd375b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a103fec-fcf0-49cd-83b5-71eb09cd375b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-786e7c42-e891-4310-abe6-04bd556ffa71 {
  padding-top: 15%;
text-align: center;
}




  #s-786e7c42-e891-4310-abe6-04bd556ffa71 img.shogun-image {
    
    width: px;
  }


#s-786e7c42-e891-4310-abe6-04bd556ffa71 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-934e0a1e-bc21-40aa-8bcb-9a1fe8a4ffc8 {
  display: none;
}
#s-e17314b9-f370-4aaa-9af4-ccafbe5f5705 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-e17314b9-f370-4aaa-9af4-ccafbe5f5705 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-aa518d0d-aa69-43af-ada6-dc8dd18fd2fa {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-aa518d0d-aa69-43af-ada6-dc8dd18fd2fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa518d0d-aa69-43af-ada6-dc8dd18fd2fa:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-aa518d0d-aa69-43af-ada6-dc8dd18fd2fa {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-aa518d0d-aa69-43af-ada6-dc8dd18fd2fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-aa518d0d-aa69-43af-ada6-dc8dd18fd2fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa518d0d-aa69-43af-ada6-dc8dd18fd2fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa518d0d-aa69-43af-ada6-dc8dd18fd2fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5edeeeaa-4dba-4ac2-a090-0195c9fb2c30 {
  padding-top: 15%;
text-align: center;
}




  #s-5edeeeaa-4dba-4ac2-a090-0195c9fb2c30 img.shogun-image {
    
    width: px;
  }


#s-5edeeeaa-4dba-4ac2-a090-0195c9fb2c30 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fe481e45-584e-4a4f-8bda-cf63980c60b6 {
  display: none;
}
#s-ea76e36c-f24a-493d-a743-f78eeb552cac {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-ea76e36c-f24a-493d-a743-f78eeb552cac .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-54d3f728-cf09-4bd5-9594-14af036832dd {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-54d3f728-cf09-4bd5-9594-14af036832dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54d3f728-cf09-4bd5-9594-14af036832dd:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-54d3f728-cf09-4bd5-9594-14af036832dd {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-54d3f728-cf09-4bd5-9594-14af036832dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-54d3f728-cf09-4bd5-9594-14af036832dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54d3f728-cf09-4bd5-9594-14af036832dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54d3f728-cf09-4bd5-9594-14af036832dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7bca81a6-5940-434e-8eeb-d4880a22d3e6 {
  padding-left: 10%;
padding-bottom: 15%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-7bca81a6-5940-434e-8eeb-d4880a22d3e6 {
  display: none;
}
#s-7bca81a6-5940-434e-8eeb-d4880a22d3e6, #wrap-s-7bca81a6-5940-434e-8eeb-d4880a22d3e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bca81a6-5940-434e-8eeb-d4880a22d3e6 {
  display: none;
}
#s-7bca81a6-5940-434e-8eeb-d4880a22d3e6, #wrap-s-7bca81a6-5940-434e-8eeb-d4880a22d3e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bca81a6-5940-434e-8eeb-d4880a22d3e6 {
  display: none;
}
#s-7bca81a6-5940-434e-8eeb-d4880a22d3e6, #wrap-s-7bca81a6-5940-434e-8eeb-d4880a22d3e6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7bca81a6-5940-434e-8eeb-d4880a22d3e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b6fab892-45fa-49c8-a88b-d1b0de8a8b41 {
  padding-top: 5%;
text-align: center;
}




  #s-b6fab892-45fa-49c8-a88b-d1b0de8a8b41 img.shogun-image {
    
    width: px;
  }


#s-b6fab892-45fa-49c8-a88b-d1b0de8a8b41 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b125a340-4be1-424f-9b47-b38a52e1bbde {
  display: none;
}
#s-7e4c9c70-fe54-4dc6-9e7b-50452b77e3b7 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-7e4c9c70-fe54-4dc6-9e7b-50452b77e3b7 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-38c3bad9-0cfc-41fa-b923-61638580023f {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-38c3bad9-0cfc-41fa-b923-61638580023f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38c3bad9-0cfc-41fa-b923-61638580023f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-38c3bad9-0cfc-41fa-b923-61638580023f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-38c3bad9-0cfc-41fa-b923-61638580023f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-38c3bad9-0cfc-41fa-b923-61638580023f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38c3bad9-0cfc-41fa-b923-61638580023f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-38c3bad9-0cfc-41fa-b923-61638580023f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-afa008bc-31af-43f2-9a8b-f39de99c1e0c {
  padding-top: 15%;
text-align: center;
}




  #s-afa008bc-31af-43f2-9a8b-f39de99c1e0c img.shogun-image {
    
    width: px;
  }


#s-afa008bc-31af-43f2-9a8b-f39de99c1e0c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a3c99e09-f43e-4940-a984-f951c8259b29 {
  display: none;
}
#s-2c7f0162-c3f3-4aa2-854d-cbbb0276d74d {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-2c7f0162-c3f3-4aa2-854d-cbbb0276d74d .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-588bca73-62d3-4c5f-a0ba-502642482d5f {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-588bca73-62d3-4c5f-a0ba-502642482d5f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-588bca73-62d3-4c5f-a0ba-502642482d5f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-588bca73-62d3-4c5f-a0ba-502642482d5f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-588bca73-62d3-4c5f-a0ba-502642482d5f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-588bca73-62d3-4c5f-a0ba-502642482d5f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-588bca73-62d3-4c5f-a0ba-502642482d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-588bca73-62d3-4c5f-a0ba-502642482d5f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-93320fac-1298-43eb-999e-642002e8b30e {
  padding-top: 15%;
text-align: center;
}




  #s-93320fac-1298-43eb-999e-642002e8b30e img.shogun-image {
    
    width: px;
  }


#s-93320fac-1298-43eb-999e-642002e8b30e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f3c6bf86-a1b1-40ff-957d-99d0f87b8ae9 {
  display: none;
}
#s-f16eba7c-8c45-46a9-a846-deb17c0e75c1 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-f16eba7c-8c45-46a9-a846-deb17c0e75c1 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-3833e101-e779-4594-adf9-f95b61f76f99 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3833e101-e779-4594-adf9-f95b61f76f99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3833e101-e779-4594-adf9-f95b61f76f99:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3833e101-e779-4594-adf9-f95b61f76f99 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-3833e101-e779-4594-adf9-f95b61f76f99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-3833e101-e779-4594-adf9-f95b61f76f99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3833e101-e779-4594-adf9-f95b61f76f99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3833e101-e779-4594-adf9-f95b61f76f99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aba7a8d7-a349-4e47-9440-dca419dbccad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aba7a8d7-a349-4e47-9440-dca419dbccad {
  display: none;
}
#s-aba7a8d7-a349-4e47-9440-dca419dbccad, #wrap-s-aba7a8d7-a349-4e47-9440-dca419dbccad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aba7a8d7-a349-4e47-9440-dca419dbccad {
  display: none;
}
#s-aba7a8d7-a349-4e47-9440-dca419dbccad, #wrap-s-aba7a8d7-a349-4e47-9440-dca419dbccad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aba7a8d7-a349-4e47-9440-dca419dbccad {
  display: none;
}
#s-aba7a8d7-a349-4e47-9440-dca419dbccad, #wrap-s-aba7a8d7-a349-4e47-9440-dca419dbccad { display:none !important; }}







#s-aba7a8d7-a349-4e47-9440-dca419dbccad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aba7a8d7-a349-4e47-9440-dca419dbccad.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-12f16808-5e94-4acc-8254-b9a848d52c6c {
  padding-top: 20%;
padding-bottom: 2%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-12f16808-5e94-4acc-8254-b9a848d52c6c {
  display: none;
}
#s-12f16808-5e94-4acc-8254-b9a848d52c6c, #wrap-s-12f16808-5e94-4acc-8254-b9a848d52c6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12f16808-5e94-4acc-8254-b9a848d52c6c {
  display: none;
}
#s-12f16808-5e94-4acc-8254-b9a848d52c6c, #wrap-s-12f16808-5e94-4acc-8254-b9a848d52c6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12f16808-5e94-4acc-8254-b9a848d52c6c {
  display: none;
}
#s-12f16808-5e94-4acc-8254-b9a848d52c6c, #wrap-s-12f16808-5e94-4acc-8254-b9a848d52c6c { display:none !important; }}
#s-12f16808-5e94-4acc-8254-b9a848d52c6c .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-9503a98f-0ba0-47ad-b106-8efa7e3697e7 {
  padding-top: 2%;
padding-left: 15%;
padding-bottom: 20%;
padding-right: 15%;
background-color: rgba(242, 242, 242, 1);
}

#s-d2adf1fd-c6a9-437d-942a-a55b22849f1c {
  padding-top: 15%;
padding-left: 10%;
padding-bottom: 15%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-d2adf1fd-c6a9-437d-942a-a55b22849f1c {
  display: none;
}
#s-d2adf1fd-c6a9-437d-942a-a55b22849f1c, #wrap-s-d2adf1fd-c6a9-437d-942a-a55b22849f1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2adf1fd-c6a9-437d-942a-a55b22849f1c {
  display: none;
}
#s-d2adf1fd-c6a9-437d-942a-a55b22849f1c, #wrap-s-d2adf1fd-c6a9-437d-942a-a55b22849f1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2adf1fd-c6a9-437d-942a-a55b22849f1c {
  display: none;
}
#s-d2adf1fd-c6a9-437d-942a-a55b22849f1c, #wrap-s-d2adf1fd-c6a9-437d-942a-a55b22849f1c { display:none !important; }}
@media (min-width: 0px) {
[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d2adf1fd-c6a9-437d-942a-a55b22849f1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5b789d41-688d-40c5-8eac-f2eb9e497dd9 {
  text-align: center;
}




  #s-5b789d41-688d-40c5-8eac-f2eb9e497dd9 img.shogun-image {
    
    width: px;
  }


#s-5b789d41-688d-40c5-8eac-f2eb9e497dd9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-38ab33f9-f030-400f-a6e5-ba9587ab697a {
  display: none;
}
#s-14b86349-a81a-413d-a699-11843dacd1e7 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-14b86349-a81a-413d-a699-11843dacd1e7 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-c9a8fe0f-8b7f-478a-af0f-1eea1d293e08 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c9a8fe0f-8b7f-478a-af0f-1eea1d293e08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9a8fe0f-8b7f-478a-af0f-1eea1d293e08:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c9a8fe0f-8b7f-478a-af0f-1eea1d293e08 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-c9a8fe0f-8b7f-478a-af0f-1eea1d293e08 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-c9a8fe0f-8b7f-478a-af0f-1eea1d293e08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9a8fe0f-8b7f-478a-af0f-1eea1d293e08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c9a8fe0f-8b7f-478a-af0f-1eea1d293e08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6959f988-2b0f-4781-a967-e63b744d2a40 {
  padding-top: 15%;
text-align: center;
}




  #s-6959f988-2b0f-4781-a967-e63b744d2a40 img.shogun-image {
    
    width: px;
  }


#s-6959f988-2b0f-4781-a967-e63b744d2a40 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ce52b744-a39c-48dd-ab13-c4bbad0a25a3 {
  display: none;
}
#s-df22a04b-c44a-4be4-a03a-9e5f22c423d9 {
  padding-top: 10%;
padding-bottom: 5%;
text-align: center;
}

#s-df22a04b-c44a-4be4-a03a-9e5f22c423d9 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-ae02b26b-eeba-4abc-86cd-b496d18e8adc {
  padding-left: 25%;
padding-bottom: 5%;
padding-right: 25%;
text-align: left;
}

#s-ae02b26b-eeba-4abc-86cd-b496d18e8adc .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-ae02b26b-eeba-4abc-86cd-b496d18e8adc .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-ae02b26b-eeba-4abc-86cd-b496d18e8adc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ae02b26b-eeba-4abc-86cd-b496d18e8adc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a0821879-535c-4b1b-87c8-ca9cf86db094 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-a0821879-535c-4b1b-87c8-ca9cf86db094:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0821879-535c-4b1b-87c8-ca9cf86db094:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a0821879-535c-4b1b-87c8-ca9cf86db094 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-a0821879-535c-4b1b-87c8-ca9cf86db094 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a0821879-535c-4b1b-87c8-ca9cf86db094.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0821879-535c-4b1b-87c8-ca9cf86db094.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0821879-535c-4b1b-87c8-ca9cf86db094.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3fbe63f2-bb49-4937-a27b-c9d7e7cfa982 {
  padding-top: 15%;
text-align: center;
}




  #s-3fbe63f2-bb49-4937-a27b-c9d7e7cfa982 img.shogun-image {
    
    width: px;
  }


#s-3fbe63f2-bb49-4937-a27b-c9d7e7cfa982 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7d0d49c6-298c-461e-b4d9-eb88bacd0caa {
  display: none;
}
#s-c58251ba-e662-4a18-8099-3a15a333011f {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-c58251ba-e662-4a18-8099-3a15a333011f .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-0d901929-2495-4392-95dd-b98bc06954fb {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-0d901929-2495-4392-95dd-b98bc06954fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d901929-2495-4392-95dd-b98bc06954fb:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0d901929-2495-4392-95dd-b98bc06954fb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-0d901929-2495-4392-95dd-b98bc06954fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-0d901929-2495-4392-95dd-b98bc06954fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d901929-2495-4392-95dd-b98bc06954fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d901929-2495-4392-95dd-b98bc06954fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-13a75171-cbe9-413b-8176-4ac958382bc6 {
  padding-left: 10%;
padding-bottom: 15%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-13a75171-cbe9-413b-8176-4ac958382bc6 {
  display: none;
}
#s-13a75171-cbe9-413b-8176-4ac958382bc6, #wrap-s-13a75171-cbe9-413b-8176-4ac958382bc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13a75171-cbe9-413b-8176-4ac958382bc6 {
  display: none;
}
#s-13a75171-cbe9-413b-8176-4ac958382bc6, #wrap-s-13a75171-cbe9-413b-8176-4ac958382bc6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13a75171-cbe9-413b-8176-4ac958382bc6 {
  display: none;
}
#s-13a75171-cbe9-413b-8176-4ac958382bc6, #wrap-s-13a75171-cbe9-413b-8176-4ac958382bc6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-13a75171-cbe9-413b-8176-4ac958382bc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-59d226af-371f-4576-ba02-828526fd15b9 {
  text-align: center;
}




  #s-59d226af-371f-4576-ba02-828526fd15b9 img.shogun-image {
    
    width: px;
  }


#s-59d226af-371f-4576-ba02-828526fd15b9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1bb211c5-a53b-4b03-a21d-6d6bbe990ed3 {
  display: none;
}
#s-a648180d-91bb-4332-9154-74febfeea6c0 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-a648180d-91bb-4332-9154-74febfeea6c0 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-a78c1ba8-07ba-4517-858a-920d5ef310a6 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-a78c1ba8-07ba-4517-858a-920d5ef310a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a78c1ba8-07ba-4517-858a-920d5ef310a6:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a78c1ba8-07ba-4517-858a-920d5ef310a6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-a78c1ba8-07ba-4517-858a-920d5ef310a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a78c1ba8-07ba-4517-858a-920d5ef310a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a78c1ba8-07ba-4517-858a-920d5ef310a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a78c1ba8-07ba-4517-858a-920d5ef310a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8e1d4650-375c-4750-a1a1-5688183756df {
  padding-top: 15%;
text-align: center;
}




  #s-8e1d4650-375c-4750-a1a1-5688183756df img.shogun-image {
    
    width: px;
  }


#s-8e1d4650-375c-4750-a1a1-5688183756df .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-86b0019f-7cd2-4680-a8f2-b22141d765a7 {
  display: none;
}
#s-746d3d61-2309-4b90-a446-47985aca759b {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-746d3d61-2309-4b90-a446-47985aca759b .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-e5c44996-b223-45cc-a281-6fa3cae7d894 {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-e5c44996-b223-45cc-a281-6fa3cae7d894:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5c44996-b223-45cc-a281-6fa3cae7d894:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-e5c44996-b223-45cc-a281-6fa3cae7d894 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-e5c44996-b223-45cc-a281-6fa3cae7d894 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-e5c44996-b223-45cc-a281-6fa3cae7d894.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5c44996-b223-45cc-a281-6fa3cae7d894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e5c44996-b223-45cc-a281-6fa3cae7d894.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9492a62b-94b3-4730-a213-f06896df76c0 {
  padding-top: 15%;
text-align: center;
}




  #s-9492a62b-94b3-4730-a213-f06896df76c0 img.shogun-image {
    
    width: px;
  }


#s-9492a62b-94b3-4730-a213-f06896df76c0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-43ae0987-8528-4a58-a349-96f3e433fd23 {
  display: none;
}
#s-b0099141-a11b-4a87-8a42-5f7d1a6a5efa {
  padding-top: 10%;
padding-bottom: 5%;
text-align: center;
}

#s-b0099141-a11b-4a87-8a42-5f7d1a6a5efa .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
}

#s-b42714b0-520d-4ac5-a2fa-b931afc54b77 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: left;
}

#s-b42714b0-520d-4ac5-a2fa-b931afc54b77 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-b42714b0-520d-4ac5-a2fa-b931afc54b77 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-b42714b0-520d-4ac5-a2fa-b931afc54b77 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b42714b0-520d-4ac5-a2fa-b931afc54b77 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5fb636aa-e90b-4a65-a62e-fcf0b4c3641f {
  padding-top: 10px;
padding-left: 35%;
padding-bottom: 10px;
padding-right: 35%;
border-radius: 2px;
background-color: rgba(194, 162, 132, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-5fb636aa-e90b-4a65-a62e-fcf0b4c3641f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fb636aa-e90b-4a65-a62e-fcf0b4c3641f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5fb636aa-e90b-4a65-a62e-fcf0b4c3641f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
}


#s-5fb636aa-e90b-4a65-a62e-fcf0b4c3641f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-5fb636aa-e90b-4a65-a62e-fcf0b4c3641f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fb636aa-e90b-4a65-a62e-fcf0b4c3641f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5fb636aa-e90b-4a65-a62e-fcf0b4c3641f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c535e38b-b83e-4a3d-b158-f565b67fa346 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c535e38b-b83e-4a3d-b158-f565b67fa346 {
  display: none;
}
#s-c535e38b-b83e-4a3d-b158-f565b67fa346, #wrap-s-c535e38b-b83e-4a3d-b158-f565b67fa346 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c535e38b-b83e-4a3d-b158-f565b67fa346 {
  display: none;
}
#s-c535e38b-b83e-4a3d-b158-f565b67fa346, #wrap-s-c535e38b-b83e-4a3d-b158-f565b67fa346 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c535e38b-b83e-4a3d-b158-f565b67fa346 {
  display: none;
}
#s-c535e38b-b83e-4a3d-b158-f565b67fa346, #wrap-s-c535e38b-b83e-4a3d-b158-f565b67fa346 { display:none !important; }}







#s-c535e38b-b83e-4a3d-b158-f565b67fa346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c535e38b-b83e-4a3d-b158-f565b67fa346.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-80293625-92d4-43ee-92b8-763e15271d42 {
  padding-top: 15%;
padding-bottom: 15%;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-80293625-92d4-43ee-92b8-763e15271d42 {
  display: none;
}
#s-80293625-92d4-43ee-92b8-763e15271d42, #wrap-s-80293625-92d4-43ee-92b8-763e15271d42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80293625-92d4-43ee-92b8-763e15271d42 {
  display: none;
}
#s-80293625-92d4-43ee-92b8-763e15271d42, #wrap-s-80293625-92d4-43ee-92b8-763e15271d42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80293625-92d4-43ee-92b8-763e15271d42 {
  display: none;
}
#s-80293625-92d4-43ee-92b8-763e15271d42, #wrap-s-80293625-92d4-43ee-92b8-763e15271d42 { display:none !important; }}
#s-80293625-92d4-43ee-92b8-763e15271d42 .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d558664f-b1f3-4430-95c9-f8682ed7559a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f4d5b5e0-67fa-49b1-a58b-ce3cf4978800 {
  border-style: solid;
margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-9cc9b117-0840-4203-a668-72b020f2bec5 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-d764b365-38b7-4f71-82c1-01c5689ecf58 {
  border-style: solid;
margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

#s-7338fffc-a705-4049-8b31-3882debc9930 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7338fffc-a705-4049-8b31-3882debc9930 {
  display: none;
}
#s-7338fffc-a705-4049-8b31-3882debc9930, #wrap-s-7338fffc-a705-4049-8b31-3882debc9930 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7338fffc-a705-4049-8b31-3882debc9930 {
  display: none;
}
#s-7338fffc-a705-4049-8b31-3882debc9930, #wrap-s-7338fffc-a705-4049-8b31-3882debc9930 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7338fffc-a705-4049-8b31-3882debc9930 {
  display: none;
}
#s-7338fffc-a705-4049-8b31-3882debc9930, #wrap-s-7338fffc-a705-4049-8b31-3882debc9930 { display:none !important; }}







#s-7338fffc-a705-4049-8b31-3882debc9930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7338fffc-a705-4049-8b31-3882debc9930.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-736b42b3-04b1-4731-8d74-57989f4934eb {
  text-align: center;
}




  #s-736b42b3-04b1-4731-8d74-57989f4934eb img.shogun-image {
    
    width: px;
  }


#s-736b42b3-04b1-4731-8d74-57989f4934eb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-28f4b291-4958-4be0-8086-8873237ea067 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28f4b291-4958-4be0-8086-8873237ea067 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 31px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



/*
  $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:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
