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

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

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

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

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

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

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

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

#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/ecee3322-336d-4790-b79e-ea17e8ef5dd5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(5, 5, 5, 1);
border-style: solid;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  min-height: 480px;
}
}@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  min-height: 300px;
}
}







#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  justify-content: flex-start;
}

.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-a716adcc-92b3-4d45-8e51-44ee2ad3f1d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a716adcc-92b3-4d45-8e51-44ee2ad3f1d7 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c9c030b-b655-4610-b614-8676e1f5e4d2.shg-box.shg-c {
  justify-content: center;
}

#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 .shogun-heading-component h1 {
  color: rgba(4, 4, 4, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 2px;
  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-7ea4ed35-534e-4fae-85a8-34992a33fb44 {
  margin-left: 50px;
margin-right: 50px;
}

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

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

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

@media (min-width: 0px) {
[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3d42ad90-49b9-4dfe-8986-7442889c1b32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-44a350cd-2039-4dcb-ba74-645d05942b9d {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de {
  text-align: left;
}


.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de {
  max-width: 100%;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom,
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de {
  max-width: 100%;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom,
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de {
  max-width: 100%;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom,
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de {
  max-width: 100%;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom,
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de {
  max-width: 100%;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom,
.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e7cfb96-05d3-45e0-b137-8d83bb2605de .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-f4084e32-a924-4779-b56b-5b7e0a57ffa7 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f4084e32-a924-4779-b56b-5b7e0a57ffa7 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-73f46920-39df-43e0-9871-e5242a2a48ce {
  margin-bottom: 20px;
text-align: center;
}

#s-73f46920-39df-43e0-9871-e5242a2a48ce .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-73f46920-39df-43e0-9871-e5242a2a48ce .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-73f46920-39df-43e0-9871-e5242a2a48ce .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-a1d991c2-1d92-4b8a-9b3a-210007a0fd16 {
  display: none;
}
#s-79e59a45-0ccc-4493-99be-b0559e31b461 {
  text-align: left;
}


.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 {
  max-width: 100%;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom,
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 {
  max-width: 100%;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom,
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 {
  max-width: 100%;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom,
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 {
  max-width: 100%;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom,
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 {
  max-width: 100%;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom,
.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79e59a45-0ccc-4493-99be-b0559e31b461 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-77da558b-efb5-4748-8ce4-d008ff644ccd {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-77da558b-efb5-4748-8ce4-d008ff644ccd .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5d2a5fbd-f97b-401a-b22d-13830a2ebe5f {
  margin-bottom: 20px;
text-align: center;
}

#s-5d2a5fbd-f97b-401a-b22d-13830a2ebe5f .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-5d2a5fbd-f97b-401a-b22d-13830a2ebe5f .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-5d2a5fbd-f97b-401a-b22d-13830a2ebe5f .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-86b6cc62-eb7e-42aa-9019-fc586dfc2fe1 {
  display: none;
}
#s-d1f9497d-399d-4764-902d-68459998f14f {
  text-align: left;
}


.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f {
  max-width: 100%;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom,
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f {
  max-width: 100%;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom,
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f {
  max-width: 100%;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom,
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f {
  max-width: 100%;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom,
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f {
  max-width: 100%;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom,
.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1f9497d-399d-4764-902d-68459998f14f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-35afda02-52a6-4880-ba3b-be27ddf2aa0a {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-35afda02-52a6-4880-ba3b-be27ddf2aa0a .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-dcd8b917-fad5-4b2c-805b-fbb872a1c4ac {
  margin-bottom: 20px;
text-align: center;
}

#s-dcd8b917-fad5-4b2c-805b-fbb872a1c4ac .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-dcd8b917-fad5-4b2c-805b-fbb872a1c4ac .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-dcd8b917-fad5-4b2c-805b-fbb872a1c4ac .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-624c4ecd-31d4-446b-bd8f-89ffa8c03501 {
  display: none;
}
#s-34e63ca2-68a4-407a-8e02-51c162cbe00d {
  text-align: left;
}


.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d {
  max-width: 100%;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom,
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d {
  max-width: 100%;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom,
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d {
  max-width: 100%;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom,
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d {
  max-width: 100%;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom,
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d {
  max-width: 100%;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom,
.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34e63ca2-68a4-407a-8e02-51c162cbe00d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f1038a15-eb1d-4ced-b08c-462106e11335 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f1038a15-eb1d-4ced-b08c-462106e11335 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-58a98d98-2427-4a49-84df-235c80872a5e {
  margin-bottom: 20px;
text-align: center;
}

#s-58a98d98-2427-4a49-84df-235c80872a5e .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-58a98d98-2427-4a49-84df-235c80872a5e .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-58a98d98-2427-4a49-84df-235c80872a5e .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-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3feccd14-dc59-4c5f-868e-e6bacf4fc730"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-71c4d15a-3510-47e9-9e01-cb409e2a8d54 {
  display: none;
}
#s-b283029b-f425-4635-876e-9d3154402485 {
  text-align: left;
}


.shg-c#s-b283029b-f425-4635-876e-9d3154402485 {
  max-width: 100%;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom,
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 {
  max-width: 100%;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom,
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 {
  max-width: 100%;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom,
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 {
  max-width: 100%;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom,
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 {
  max-width: 100%;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom,
.shg-c#s-b283029b-f425-4635-876e-9d3154402485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b283029b-f425-4635-876e-9d3154402485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d50eff54-c093-4529-b0a0-6eb287b48b2c {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d50eff54-c093-4529-b0a0-6eb287b48b2c .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-27c1e874-3905-4081-9f06-a8ef41dd7f43 {
  margin-bottom: 20px;
text-align: center;
}

#s-27c1e874-3905-4081-9f06-a8ef41dd7f43 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-27c1e874-3905-4081-9f06-a8ef41dd7f43 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-27c1e874-3905-4081-9f06-a8ef41dd7f43 .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-5278c789-0858-4f4d-856f-a33f0cf84639 {
  display: none;
}
#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 {
  text-align: left;
}


.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 {
  max-width: 100%;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom,
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 {
  max-width: 100%;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom,
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 {
  max-width: 100%;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom,
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 {
  max-width: 100%;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom,
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 {
  max-width: 100%;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom,
.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12c86a9a-e13d-4d05-a585-ecd9f3d7db30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-05ee14bd-70d2-4cd5-96cc-6440a758e46f {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05ee14bd-70d2-4cd5-96cc-6440a758e46f .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0e88c2ac-ab41-4145-8363-e4a30cb9f84b {
  margin-bottom: 20px;
text-align: center;
}

#s-0e88c2ac-ab41-4145-8363-e4a30cb9f84b .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-0e88c2ac-ab41-4145-8363-e4a30cb9f84b .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-0e88c2ac-ab41-4145-8363-e4a30cb9f84b .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-94a6a1cd-25e5-4c1c-9ad4-a4bf0d978111 {
  display: none;
}
#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 {
  text-align: left;
}


.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 {
  max-width: 100%;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom,
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 {
  max-width: 100%;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom,
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 {
  max-width: 100%;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom,
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 {
  max-width: 100%;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom,
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 {
  max-width: 100%;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom,
.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8f4e56-5318-4720-83ce-f7d5007d5517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8e9215bd-9212-4557-b192-e4d966ad041e {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8e9215bd-9212-4557-b192-e4d966ad041e .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-371e28c7-6f46-44a0-89f3-17fa40e13cf9 {
  margin-bottom: 20px;
text-align: center;
}

#s-371e28c7-6f46-44a0-89f3-17fa40e13cf9 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-371e28c7-6f46-44a0-89f3-17fa40e13cf9 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-371e28c7-6f46-44a0-89f3-17fa40e13cf9 .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-e5df8bd9-d315-41d9-a8c7-3bcd68b8782d {
  display: none;
}
#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 {
  text-align: left;
}


.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 {
  max-width: 100%;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom,
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 {
  max-width: 100%;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom,
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 {
  max-width: 100%;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom,
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 {
  max-width: 100%;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom,
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 {
  max-width: 100%;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom,
.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48fe4b55-b0a0-4a6e-b7b2-80f8225e97f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d747e6a5-5240-4891-8bc8-9b6c4ce599fb {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d747e6a5-5240-4891-8bc8-9b6c4ce599fb .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ea352162-73a0-4020-bcad-3a5d3dbf95b6 {
  margin-bottom: 20px;
text-align: center;
}

#s-ea352162-73a0-4020-bcad-3a5d3dbf95b6 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-ea352162-73a0-4020-bcad-3a5d3dbf95b6 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-ea352162-73a0-4020-bcad-3a5d3dbf95b6 .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-04710c53-5b80-45dd-8200-841fa34f371d {
  display: none;
}
#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 {
  text-align: left;
}


.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 {
  max-width: 100%;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom,
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 {
  max-width: 100%;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom,
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 {
  max-width: 100%;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom,
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 {
  max-width: 100%;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom,
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 {
  max-width: 100%;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom,
.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-181b20e3-ff54-4a0e-b781-3d84bc6718a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-72244c00-fc95-4c9d-8c98-eb0c33502dc5 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-72244c00-fc95-4c9d-8c98-eb0c33502dc5 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-51f3a13f-5424-4b1f-8f34-a86fe0063aa3 {
  margin-bottom: 20px;
text-align: center;
}

#s-51f3a13f-5424-4b1f-8f34-a86fe0063aa3 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-51f3a13f-5424-4b1f-8f34-a86fe0063aa3 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-51f3a13f-5424-4b1f-8f34-a86fe0063aa3 .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-65fe5e15-93c5-4fc2-a802-0f8b7d2edf7d {
  display: none;
}
#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 {
  text-align: left;
}


.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 {
  max-width: 100%;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom,
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 {
  max-width: 100%;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom,
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 {
  max-width: 100%;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom,
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 {
  max-width: 100%;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom,
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 {
  max-width: 100%;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom,
.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0e14aa5-ecc4-417c-98cd-37adfbade867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0c79615e-8e6c-4d85-a150-659f78fdca55 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c79615e-8e6c-4d85-a150-659f78fdca55 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d2e9a0e0-9913-415a-8709-072ead54c156 {
  margin-bottom: 20px;
text-align: center;
}

#s-d2e9a0e0-9913-415a-8709-072ead54c156 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-d2e9a0e0-9913-415a-8709-072ead54c156 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-d2e9a0e0-9913-415a-8709-072ead54c156 .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-0dd32906-8ca3-4111-a2f3-d7c5671a6095 {
  display: none;
}
#s-41225481-3e08-455b-b43d-a01e5007db88 {
  text-align: left;
}


.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 {
  max-width: 100%;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom,
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 {
  max-width: 100%;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom,
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 {
  max-width: 100%;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom,
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 {
  max-width: 100%;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom,
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 {
  max-width: 100%;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom,
.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41225481-3e08-455b-b43d-a01e5007db88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3f432af4-76eb-49d2-89e3-0b0bcafbcbec {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3f432af4-76eb-49d2-89e3-0b0bcafbcbec .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c451acc8-97f0-4a88-9040-bd70e671afaf {
  margin-bottom: 20px;
text-align: center;
}

#s-c451acc8-97f0-4a88-9040-bd70e671afaf .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-c451acc8-97f0-4a88-9040-bd70e671afaf .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-c451acc8-97f0-4a88-9040-bd70e671afaf .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-9e07d4a9-623a-423e-882a-ff9edcf1a4b3 {
  display: none;
}
#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb {
  text-align: left;
}


.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb {
  max-width: 100%;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom,
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb {
  max-width: 100%;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom,
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb {
  max-width: 100%;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom,
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb {
  max-width: 100%;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom,
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb {
  max-width: 100%;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom,
.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bd82371-9bb7-4d05-a3b4-59ba95e10dbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-498b5fa7-f748-48f9-a2d9-bdd7f86344bf {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-498b5fa7-f748-48f9-a2d9-bdd7f86344bf .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-38724fc6-9938-40ce-85cf-facd20b979d1 {
  margin-bottom: 20px;
text-align: center;
}

#s-38724fc6-9938-40ce-85cf-facd20b979d1 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-38724fc6-9938-40ce-85cf-facd20b979d1 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-38724fc6-9938-40ce-85cf-facd20b979d1 .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-e78a54e0-1012-4288-a206-65ce816274da {
  display: none;
}
#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 {
  text-align: left;
}


.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 {
  max-width: 100%;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom,
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 {
  max-width: 100%;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom,
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 {
  max-width: 100%;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom,
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 {
  max-width: 100%;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom,
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 {
  max-width: 100%;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom,
.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aca1bd6-3374-4f52-9eb2-f32dc8c958c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43122eb6-08b4-41ae-aabf-7e906f48a3c6 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-43122eb6-08b4-41ae-aabf-7e906f48a3c6 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-53526374-69a9-4f1f-bb55-fb421e243b73 {
  margin-bottom: 20px;
text-align: center;
}

#s-53526374-69a9-4f1f-bb55-fb421e243b73 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-53526374-69a9-4f1f-bb55-fb421e243b73 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-53526374-69a9-4f1f-bb55-fb421e243b73 .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-855428e1-1b26-4c92-94b7-c54c993f120f {
  display: none;
}
#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 {
  text-align: left;
}


.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 {
  max-width: 100%;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom,
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 {
  max-width: 100%;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom,
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 {
  max-width: 100%;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom,
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 {
  max-width: 100%;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom,
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 {
  max-width: 100%;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom,
.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80be0aa3-b1bd-4464-a27f-f9f3d1fddc07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b5657d87-635e-4c2e-91a3-7ef07863d392 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b5657d87-635e-4c2e-91a3-7ef07863d392 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d0ac2ade-bcbe-41a4-a870-4563869f83a8 {
  margin-bottom: 20px;
text-align: center;
}

#s-d0ac2ade-bcbe-41a4-a870-4563869f83a8 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-d0ac2ade-bcbe-41a4-a870-4563869f83a8 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-d0ac2ade-bcbe-41a4-a870-4563869f83a8 .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-18f8cc30-8111-437b-bcbc-046e26d6f617 {
  display: none;
}
#s-3932596b-28d8-4728-a811-99e6e49b773a {
  text-align: left;
}


.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a {
  max-width: 100%;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom,
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a {
  max-width: 100%;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom,
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a {
  max-width: 100%;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom,
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a {
  max-width: 100%;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom,
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a {
  max-width: 100%;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom,
.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3932596b-28d8-4728-a811-99e6e49b773a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ab00d0c4-9d32-45fd-8701-46156f6342e5 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab00d0c4-9d32-45fd-8701-46156f6342e5 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b88d75e8-0c29-4951-b704-538408602665 {
  margin-bottom: 20px;
text-align: center;
}

#s-b88d75e8-0c29-4951-b704-538408602665 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-b88d75e8-0c29-4951-b704-538408602665 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-b88d75e8-0c29-4951-b704-538408602665 .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-7328a2a9-8cfe-4ba5-ad93-92ee22356cc0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7328a2a9-8cfe-4ba5-ad93-92ee22356cc0 .shogun-heading-component h1 {
  color: rgba(4, 4, 4, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79dcb3df-2de7-46a4-af05-b52cc43459c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e7bbfb2c-b33b-4906-b78b-9e0525420a1b {
  display: none;
}
#s-83caf966-775d-4392-8122-5e4552519d67 {
  text-align: left;
}


.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 {
  max-width: 100%;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom,
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 {
  max-width: 100%;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom,
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 {
  max-width: 100%;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom,
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 {
  max-width: 100%;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom,
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 {
  max-width: 100%;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom,
.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83caf966-775d-4392-8122-5e4552519d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b564842a-b96f-4564-88bc-1e7dd3fec2aa {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b564842a-b96f-4564-88bc-1e7dd3fec2aa .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3ca29ae2-573a-4e32-a319-a699b863e436 {
  margin-bottom: 20px;
text-align: center;
}

#s-3ca29ae2-573a-4e32-a319-a699b863e436 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-3ca29ae2-573a-4e32-a319-a699b863e436 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-3ca29ae2-573a-4e32-a319-a699b863e436 .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-84e948e4-0dbb-458a-b760-f4b1466d6620 {
  display: none;
}
#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 {
  text-align: left;
}


.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 {
  max-width: 100%;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom,
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 {
  max-width: 100%;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom,
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 {
  max-width: 100%;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom,
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 {
  max-width: 100%;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom,
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 {
  max-width: 100%;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom,
.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da5ac4b2-57a3-492b-a556-ce8537ea4284 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7314c5bd-cae5-46e9-8166-20d18bcc9d6f {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7314c5bd-cae5-46e9-8166-20d18bcc9d6f .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bc3f92cd-f7e9-4040-8112-73b5fb869b43 {
  margin-bottom: 20px;
text-align: center;
}

#s-bc3f92cd-f7e9-4040-8112-73b5fb869b43 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-bc3f92cd-f7e9-4040-8112-73b5fb869b43 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-bc3f92cd-f7e9-4040-8112-73b5fb869b43 .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-6a0f207a-8358-481e-95b6-abf5f35f143a {
  display: none;
}
#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa {
  text-align: left;
}


.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa {
  max-width: 100%;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom,
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa {
  max-width: 100%;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom,
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa {
  max-width: 100%;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom,
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa {
  max-width: 100%;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom,
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa {
  max-width: 100%;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom,
.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-835ea9b3-d875-4a8e-90de-4e8169ac0baa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3e40ea4c-417a-4d35-bb45-5e69a42269ad {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3e40ea4c-417a-4d35-bb45-5e69a42269ad .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-00bfb1d8-dd05-457c-aa5c-ce4ce377f4b3 {
  margin-bottom: 20px;
text-align: center;
}

#s-00bfb1d8-dd05-457c-aa5c-ce4ce377f4b3 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-00bfb1d8-dd05-457c-aa5c-ce4ce377f4b3 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-00bfb1d8-dd05-457c-aa5c-ce4ce377f4b3 .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-aa9a503a-7bcc-468b-a515-d923dca686c0 {
  display: none;
}
#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 {
  text-align: left;
}


.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 {
  max-width: 100%;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom,
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 {
  max-width: 100%;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom,
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 {
  max-width: 100%;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom,
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 {
  max-width: 100%;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom,
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 {
  max-width: 100%;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom,
.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a13c69d-f6d8-4ede-9dd1-88058f76a425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6e4a9cc9-6729-440a-ab2c-f0cba0a987f6 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6e4a9cc9-6729-440a-ab2c-f0cba0a987f6 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-dcc47a52-da3b-454e-aac0-bc65256ec806 {
  margin-bottom: 20px;
text-align: center;
}

#s-dcc47a52-da3b-454e-aac0-bc65256ec806 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-dcc47a52-da3b-454e-aac0-bc65256ec806 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-dcc47a52-da3b-454e-aac0-bc65256ec806 .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-6e9d43f9-d264-4138-94e4-aa55554bb5b2 {
  display: none;
}
#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 {
  text-align: left;
}


.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 {
  max-width: 100%;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom,
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 {
  max-width: 100%;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom,
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 {
  max-width: 100%;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom,
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 {
  max-width: 100%;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom,
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 {
  max-width: 100%;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom,
.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f715ef78-a4ce-4a6e-aad1-f9a1dc553664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a8138d0d-5370-469e-898f-6083b4782de5 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a8138d0d-5370-469e-898f-6083b4782de5 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b09626eb-ad08-4945-b1a1-ced15144c518 {
  margin-bottom: 20px;
text-align: center;
}

#s-b09626eb-ad08-4945-b1a1-ced15144c518 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-b09626eb-ad08-4945-b1a1-ced15144c518 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-b09626eb-ad08-4945-b1a1-ced15144c518 .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-e9a21d56-ae3d-4c59-8704-24d069db8375 {
  display: none;
}
#s-d070e7f2-224d-4d4b-90a7-717a21122c5b {
  text-align: left;
}


.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b {
  max-width: 100%;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom,
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b {
  max-width: 100%;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom,
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b {
  max-width: 100%;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom,
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b {
  max-width: 100%;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom,
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b {
  max-width: 100%;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom,
.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d070e7f2-224d-4d4b-90a7-717a21122c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-81e1c739-9bed-4212-a45d-f0170cc72659 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-81e1c739-9bed-4212-a45d-f0170cc72659 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-99e86d7a-ba9c-4da8-822d-e03da4a20fe4 {
  margin-bottom: 20px;
text-align: center;
}

#s-99e86d7a-ba9c-4da8-822d-e03da4a20fe4 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-99e86d7a-ba9c-4da8-822d-e03da4a20fe4 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-99e86d7a-ba9c-4da8-822d-e03da4a20fe4 .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-dc70863f-7555-48d8-b4cf-d4d867440fb2 {
  display: none;
}
#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f {
  text-align: left;
}


.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f {
  max-width: 100%;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom,
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f {
  max-width: 100%;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom,
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f {
  max-width: 100%;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom,
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f {
  max-width: 100%;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom,
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f {
  max-width: 100%;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom,
.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b7e327a-db97-44c8-97d8-8e0fe23f227f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eda2eb0b-e470-4832-8d75-b7885e82cfd8 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eda2eb0b-e470-4832-8d75-b7885e82cfd8 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1cad67c4-9516-4812-9888-bd0447103490 {
  margin-bottom: 20px;
text-align: center;
}

#s-1cad67c4-9516-4812-9888-bd0447103490 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-1cad67c4-9516-4812-9888-bd0447103490 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-1cad67c4-9516-4812-9888-bd0447103490 .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-0ae5152b-4d93-41ef-a931-c9a73bdc64f0 {
  display: none;
}
#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 {
  text-align: left;
}


.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 {
  max-width: 100%;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom,
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 {
  max-width: 100%;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom,
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 {
  max-width: 100%;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom,
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 {
  max-width: 100%;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom,
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 {
  max-width: 100%;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom,
.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf7d66d-9690-4938-b981-d9a436bc2c84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4dfeb03c-8da0-42f3-8f0a-ce0acad6aeb8 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4dfeb03c-8da0-42f3-8f0a-ce0acad6aeb8 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-26d4b2a8-1d41-4dc3-b6dc-75e3edd6f1ae {
  margin-bottom: 20px;
text-align: center;
}

#s-26d4b2a8-1d41-4dc3-b6dc-75e3edd6f1ae .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-26d4b2a8-1d41-4dc3-b6dc-75e3edd6f1ae .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-26d4b2a8-1d41-4dc3-b6dc-75e3edd6f1ae .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-c1b2ba06-6e42-4111-9d9b-dee10d5cfcf9 {
  display: none;
}
#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 {
  text-align: left;
}


.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 {
  max-width: 100%;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom,
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 {
  max-width: 100%;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom,
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 {
  max-width: 100%;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom,
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 {
  max-width: 100%;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom,
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 {
  max-width: 100%;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom,
.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b83a7e6-1dc7-48f3-97b5-d9a9b6ee7564 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-156a961b-b7d7-4be5-9b5f-ef5144914590 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-156a961b-b7d7-4be5-9b5f-ef5144914590 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bd9efb6a-8527-442b-98b1-0c3cbab028f3 {
  margin-bottom: 20px;
text-align: center;
}

#s-bd9efb6a-8527-442b-98b1-0c3cbab028f3 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-bd9efb6a-8527-442b-98b1-0c3cbab028f3 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-bd9efb6a-8527-442b-98b1-0c3cbab028f3 .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-cbfd825c-7166-42c1-a711-4c3d0008fc5b {
  display: none;
}
#s-2b91c93a-a783-4032-838b-6eebe95fb093 {
  text-align: left;
}


.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 {
  max-width: 100%;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom,
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 {
  max-width: 100%;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom,
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 {
  max-width: 100%;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom,
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 {
  max-width: 100%;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom,
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 {
  max-width: 100%;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom,
.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b91c93a-a783-4032-838b-6eebe95fb093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-06d59317-f27a-4a60-a962-cdd0a5ae2417 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-06d59317-f27a-4a60-a962-cdd0a5ae2417 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0bd0eb39-6a60-4fc0-91ec-9ff3ccdc4171 {
  margin-bottom: 20px;
text-align: center;
}

#s-0bd0eb39-6a60-4fc0-91ec-9ff3ccdc4171 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-0bd0eb39-6a60-4fc0-91ec-9ff3ccdc4171 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-0bd0eb39-6a60-4fc0-91ec-9ff3ccdc4171 .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-3094b6c2-12f3-4910-a348-100d3796ea81 {
  display: none;
}
#s-924db1c1-ac72-49b8-a59b-782907e28dd0 {
  text-align: left;
}


.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 {
  max-width: 100%;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom,
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 {
  max-width: 100%;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom,
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 {
  max-width: 100%;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom,
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 {
  max-width: 100%;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom,
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 {
  max-width: 100%;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom,
.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-924db1c1-ac72-49b8-a59b-782907e28dd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-10e9e13f-b99b-4daf-8cfd-8f145e448641 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-10e9e13f-b99b-4daf-8cfd-8f145e448641 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-457ee2fe-1d14-4450-89f3-6dfca716631e {
  margin-bottom: 20px;
text-align: center;
}

#s-457ee2fe-1d14-4450-89f3-6dfca716631e .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-457ee2fe-1d14-4450-89f3-6dfca716631e .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-457ee2fe-1d14-4450-89f3-6dfca716631e .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-2f9fe73a-c439-4bf7-9626-154c592ea3d1 {
  display: none;
}
#s-864e71c9-7e38-47e8-a7cb-f59b70462011 {
  text-align: left;
}


.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 {
  max-width: 100%;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom,
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 {
  max-width: 100%;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom,
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 {
  max-width: 100%;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom,
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 {
  max-width: 100%;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom,
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 {
  max-width: 100%;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom,
.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-864e71c9-7e38-47e8-a7cb-f59b70462011 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d87f61c5-0297-455f-b2cc-8fdc67854333 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d87f61c5-0297-455f-b2cc-8fdc67854333 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7d19c650-90a9-44f6-becc-04e697bfdef3 {
  margin-bottom: 20px;
text-align: center;
}

#s-7d19c650-90a9-44f6-becc-04e697bfdef3 .shg-product-sold-out {
  display: none;
  color: rgba(14, 14, 14, 1);
  font-size: ;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
}

#s-7d19c650-90a9-44f6-becc-04e697bfdef3 .shg-product-price {
  color: rgba(14, 14, 14, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:  normal ;
  font-size: ;
}

#s-7d19c650-90a9-44f6-becc-04e697bfdef3 .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-e9bf4c68-9f9a-44f6-8970-91520a64740c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9bf4c68-9f9a-44f6-8970-91520a64740c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-241f8fe7-c7a4-4064-9160-7176a38d8641 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-241f8fe7-c7a4-4064-9160-7176a38d8641 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-241f8fe7-c7a4-4064-9160-7176a38d8641 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-241f8fe7-c7a4-4064-9160-7176a38d8641 {
  
}
}@media (max-width: 767px){#s-241f8fe7-c7a4-4064-9160-7176a38d8641 {
  
}
}







#s-241f8fe7-c7a4-4064-9160-7176a38d8641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-241f8fe7-c7a4-4064-9160-7176a38d8641.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0e5ba65-57aa-48fb-a9c5-7752adfe2972 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f0e5ba65-57aa-48fb-a9c5-7752adfe2972 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0e5ba65-57aa-48fb-a9c5-7752adfe2972 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0e5ba65-57aa-48fb-a9c5-7752adfe2972 {
  
}
}@media (max-width: 767px){#s-f0e5ba65-57aa-48fb-a9c5-7752adfe2972 {
  
}
}







#s-f0e5ba65-57aa-48fb-a9c5-7752adfe2972 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f0e5ba65-57aa-48fb-a9c5-7752adfe2972.shg-box.shg-c {
  justify-content: center;
}

#s-e522704d-5570-425d-8264-ade53aeb0dda {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e522704d-5570-425d-8264-ade53aeb0dda"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-abe51808-c49b-41fa-9d60-5b9be03c1fd4 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-abe51808-c49b-41fa-9d60-5b9be03c1fd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abe51808-c49b-41fa-9d60-5b9be03c1fd4.shg-box.shg-c {
  justify-content: center;
}

#s-86fa1fd7-875a-450f-9311-3e45761e19b4 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86fa1fd7-875a-450f-9311-3e45761e19b4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-137f18dd-af31-4cd1-9892-e37b07008038 {
  margin-left: 50px;
margin-right: 50px;
}

#s-137f18dd-af31-4cd1-9892-e37b07008038 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-aa23a4fc-21a8-4d33-860d-e74496a18443 {
  margin-left: 50px;
margin-right: 50px;
}

#s-0827ef22-a70f-4ccc-886b-898bc017321a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-0827ef22-a70f-4ccc-886b-898bc017321a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0827ef22-a70f-4ccc-886b-898bc017321a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4630a0c4-7419-4fcd-85ef-0abf7dde6852 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4630a0c4-7419-4fcd-85ef-0abf7dde6852"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cc479456-4422-4e6d-8568-6a83d0022ab3 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-cc479456-4422-4e6d-8568-6a83d0022ab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc479456-4422-4e6d-8568-6a83d0022ab3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-49087f01-011a-43ca-bbba-836382364a09 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-49087f01-011a-43ca-bbba-836382364a09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49087f01-011a-43ca-bbba-836382364a09.shg-box.shg-c {
  justify-content: center;
}

#s-16335bd5-790b-4e23-84d6-6b52cd07d3cb {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16335bd5-790b-4e23-84d6-6b52cd07d3cb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb875ba6-77fe-4a5f-ba29-04702cde3ce6 {
  margin-left: 50px;
margin-right: 50px;
}

#s-bb875ba6-77fe-4a5f-ba29-04702cde3ce6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c0449cc1-60fc-4656-8979-493ec0ef55cf {
  margin-left: 50px;
margin-right: 50px;
}

#s-830c7128-dafe-4afe-9b78-2a541290d9e8 {
  min-height: 50px;
}








#s-830c7128-dafe-4afe-9b78-2a541290d9e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-830c7128-dafe-4afe-9b78-2a541290d9e8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-00758c6b-a154-490b-b2d0-355ff2668ae7 {
  min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-00758c6b-a154-490b-b2d0-355ff2668ae7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00758c6b-a154-490b-b2d0-355ff2668ae7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00758c6b-a154-490b-b2d0-355ff2668ae7 {
  
}
}@media (max-width: 767px){#s-00758c6b-a154-490b-b2d0-355ff2668ae7 {
  
}
}







#s-00758c6b-a154-490b-b2d0-355ff2668ae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00758c6b-a154-490b-b2d0-355ff2668ae7.shg-box.shg-c {
  justify-content: center;
}

#s-67ecb0eb-8193-48c8-ac25-20403a535b3d {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-67ecb0eb-8193-48c8-ac25-20403a535b3d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-886986b4-ad42-4113-a574-c5377a19cdeb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-886986b4-ad42-4113-a574-c5377a19cdeb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-886986b4-ad42-4113-a574-c5377a19cdeb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-886986b4-ad42-4113-a574-c5377a19cdeb {
  
}
}@media (max-width: 767px){#s-886986b4-ad42-4113-a574-c5377a19cdeb {
  min-height: 300px;
}
}







#s-886986b4-ad42-4113-a574-c5377a19cdeb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-886986b4-ad42-4113-a574-c5377a19cdeb.shg-box.shg-c {
  justify-content: center;
}

#s-425427fc-5406-409f-a957-fb9f84505c34 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-425427fc-5406-409f-a957-fb9f84505c34 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-530ff3d0-99d5-4b9d-a43b-5ef6a7d07f27 {
  margin-left: 25px;
margin-right: 25px;
}

#s-46d5d1c3-af84-4e47-a3b3-245c38d9cf2a {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-13ca39a3-b23f-4fc2-82e2-f39dcf0d06c5 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-409f29b7-a399-4f9e-b779-efb2a6630018 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-409f29b7-a399-4f9e-b779-efb2a6630018 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-409f29b7-a399-4f9e-b779-efb2a6630018 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-409f29b7-a399-4f9e-b779-efb2a6630018 {
  
}
}@media (max-width: 767px){#s-409f29b7-a399-4f9e-b779-efb2a6630018 {
  min-height: 600px;
}
}







#s-409f29b7-a399-4f9e-b779-efb2a6630018 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-409f29b7-a399-4f9e-b779-efb2a6630018.shg-box.shg-c {
  justify-content: center;
}

#s-77721af0-7033-4ebc-b90d-574b1005767e {
  min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-77721af0-7033-4ebc-b90d-574b1005767e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77721af0-7033-4ebc-b90d-574b1005767e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-77721af0-7033-4ebc-b90d-574b1005767e {
  
}
}@media (max-width: 767px){#s-77721af0-7033-4ebc-b90d-574b1005767e {
  
}
}







#s-77721af0-7033-4ebc-b90d-574b1005767e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77721af0-7033-4ebc-b90d-574b1005767e.shg-box.shg-c {
  justify-content: center;
}

#s-ccb1dc78-6412-4293-b820-ca4c88c2901b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ccb1dc78-6412-4293-b820-ca4c88c2901b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-703828f7-98e7-4e4c-9a89-48e4990d530d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-703828f7-98e7-4e4c-9a89-48e4990d530d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-703828f7-98e7-4e4c-9a89-48e4990d530d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-703828f7-98e7-4e4c-9a89-48e4990d530d {
  
}
}@media (max-width: 767px){#s-703828f7-98e7-4e4c-9a89-48e4990d530d {
  min-height: 300px;
}
}







#s-703828f7-98e7-4e4c-9a89-48e4990d530d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-703828f7-98e7-4e4c-9a89-48e4990d530d.shg-box.shg-c {
  justify-content: center;
}

#s-b024ec3c-3a28-4523-bb23-998e88695cc4 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-b024ec3c-3a28-4523-bb23-998e88695cc4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8334bd24-bcbf-46db-ad25-cfa7e43b4165 {
  margin-left: 25px;
margin-right: 25px;
}

#s-2321403e-a005-457d-8cfb-d080fc25ed41 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-62968a22-2e06-46b3-aa34-2d69b36924da {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-66c290f9-e6c2-4004-a1c7-9ce50853003f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-66c290f9-e6c2-4004-a1c7-9ce50853003f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66c290f9-e6c2-4004-a1c7-9ce50853003f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66c290f9-e6c2-4004-a1c7-9ce50853003f {
  
}
}@media (max-width: 767px){#s-66c290f9-e6c2-4004-a1c7-9ce50853003f {
  
}
}







#s-66c290f9-e6c2-4004-a1c7-9ce50853003f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-66c290f9-e6c2-4004-a1c7-9ce50853003f.shg-box.shg-c {
  justify-content: center;
}

#s-7de4d00b-787b-4ec8-81b2-484470904db8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7de4d00b-787b-4ec8-81b2-484470904db8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7de4d00b-787b-4ec8-81b2-484470904db8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7de4d00b-787b-4ec8-81b2-484470904db8 {
  
}
}@media (max-width: 767px){#s-7de4d00b-787b-4ec8-81b2-484470904db8 {
  
}
}







#s-7de4d00b-787b-4ec8-81b2-484470904db8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de4d00b-787b-4ec8-81b2-484470904db8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba.shg-box.shg-c {
  justify-content: center;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-5f21a4c3-814c-4dc4-ba9c-74848c06624f {
  text-align: center;
}




  #s-5f21a4c3-814c-4dc4-ba9c-74848c06624f img.shogun-image {
    
    width: px;
  }


#s-5f21a4c3-814c-4dc4-ba9c-74848c06624f .shogun-image-content {
  
    align-items: center;
  
}

#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d3b4304f-f11e-4c50-be41-5748604da256 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d3b4304f-f11e-4c50-be41-5748604da256 {
  margin-bottom: 20px;
}
}







#s-d3b4304f-f11e-4c50-be41-5748604da256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3b4304f-f11e-4c50-be41-5748604da256.shg-box.shg-c {
  justify-content: center;
}

#s-e0b74859-5da0-438d-982f-0e150fe55a36 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e0b74859-5da0-438d-982f-0e150fe55a36 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-de877c6d-f6b0-485f-99ef-e828f8fd67ef {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-3d4d5755-158f-4983-b715-e9dcc776d71b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3d4d5755-158f-4983-b715-e9dcc776d71b {
  margin-bottom: 20px;
}
}







#s-3d4d5755-158f-4983-b715-e9dcc776d71b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d4d5755-158f-4983-b715-e9dcc776d71b.shg-box.shg-c {
  justify-content: center;
}

#s-2c01fca4-d59e-4c98-ad51-4ba2f3a53da8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2c01fca4-d59e-4c98-ad51-4ba2f3a53da8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9664817c-6cc5-450a-ba09-f791bcc3bd62 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-63a0e6ca-d52e-48a0-ab7f-b4e860b4405f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-63a0e6ca-d52e-48a0-ab7f-b4e860b4405f {
  margin-bottom: 20px;
}
}







#s-63a0e6ca-d52e-48a0-ab7f-b4e860b4405f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a0e6ca-d52e-48a0-ab7f-b4e860b4405f.shg-box.shg-c {
  justify-content: center;
}

#s-5260cfcc-0364-4196-99e1-f47f5bfc84a9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5260cfcc-0364-4196-99e1-f47f5bfc84a9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: Rajdhani;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-70a3b8f5-ad9d-4ff8-968a-f8e9fa2d164d {
  margin-top: 15px;
margin-bottom: 15px;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
