.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-ffb9da5f-dcbb-4deb-aecb-67737b86d982 {
  margin-top: -70px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ffb9da5f-dcbb-4deb-aecb-67737b86d982 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffb9da5f-dcbb-4deb-aecb-67737b86d982 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffb9da5f-dcbb-4deb-aecb-67737b86d982 {
  display: none;
}
#s-ffb9da5f-dcbb-4deb-aecb-67737b86d982, #wrap-s-ffb9da5f-dcbb-4deb-aecb-67737b86d982 { display:none !important; }}@media (max-width: 767px){#s-ffb9da5f-dcbb-4deb-aecb-67737b86d982 {
  display: none;
}
#s-ffb9da5f-dcbb-4deb-aecb-67737b86d982, #wrap-s-ffb9da5f-dcbb-4deb-aecb-67737b86d982 { display:none !important; }}







#s-ffb9da5f-dcbb-4deb-aecb-67737b86d982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffb9da5f-dcbb-4deb-aecb-67737b86d982.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-cccf509f-2b36-4fc3-b1ad-d96928b57b1e {
  text-align: center;
}




  #s-cccf509f-2b36-4fc3-b1ad-d96928b57b1e img.shogun-image {
    
    width: px;
  }


#s-cccf509f-2b36-4fc3-b1ad-d96928b57b1e .shogun-image-content {
  
    align-items: center;
  
}

#s-8d57ea68-3132-49eb-ad53-0607b5d3946b {
  min-height: 50px;
}








#s-8d57ea68-3132-49eb-ad53-0607b5d3946b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d57ea68-3132-49eb-ad53-0607b5d3946b.shg-box.shg-c {
  justify-content: center;
}

#s-999282ce-2c10-470c-a1fc-3f98ebbbef12 {
  margin-top: -50px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-999282ce-2c10-470c-a1fc-3f98ebbbef12 {
  display: none;
}
#s-999282ce-2c10-470c-a1fc-3f98ebbbef12, #wrap-s-999282ce-2c10-470c-a1fc-3f98ebbbef12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-999282ce-2c10-470c-a1fc-3f98ebbbef12 {
  display: none;
}
#s-999282ce-2c10-470c-a1fc-3f98ebbbef12, #wrap-s-999282ce-2c10-470c-a1fc-3f98ebbbef12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-999282ce-2c10-470c-a1fc-3f98ebbbef12 {
  
}
}@media (max-width: 767px){#s-999282ce-2c10-470c-a1fc-3f98ebbbef12 {
  display: none;
}
#s-999282ce-2c10-470c-a1fc-3f98ebbbef12, #wrap-s-999282ce-2c10-470c-a1fc-3f98ebbbef12 { display:none !important; }}







#s-999282ce-2c10-470c-a1fc-3f98ebbbef12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-999282ce-2c10-470c-a1fc-3f98ebbbef12.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-80aed302-12fb-459d-a484-12106c9caffb {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 13px;
}
@media (min-width: 1200px){#s-80aed302-12fb-459d-a484-12106c9caffb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80aed302-12fb-459d-a484-12106c9caffb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80aed302-12fb-459d-a484-12106c9caffb {
  
}
}@media (max-width: 767px){#s-80aed302-12fb-459d-a484-12106c9caffb {
  
}
}
@media (min-width: 0px) {
[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-80aed302-12fb-459d-a484-12106c9caffb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-99dbd031-743a-47df-8dbe-2f098c3bd89c {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-99dbd031-743a-47df-8dbe-2f098c3bd89c img.shogun-image {
    
    width: px;
  }


#s-99dbd031-743a-47df-8dbe-2f098c3bd89c .shogun-image-content {
  
    align-items: center;
  
}

#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c {
  padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c {
  display: none;
}
#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c, #wrap-s-1ebcb9cc-b332-4026-81d2-a0d443771a0c { display:none !important; }}@media (max-width: 767px){#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c {
  display: none;
}
#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c, #wrap-s-1ebcb9cc-b332-4026-81d2-a0d443771a0c { display:none !important; }}







#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ebcb9cc-b332-4026-81d2-a0d443771a0c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2 {
  
}
}@media (max-width: 767px){#s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2 {
  
}
}
@media (min-width: 0px) {
[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7e104dc-9b46-4b4f-806e-4b8ed5088ca2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-5f85cbd2-23b7-4a72-8d4a-b7ce2ebc5ec3 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

.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-6c801207-32ad-4447-92cf-20171158ba41 {
  margin-top: -6px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c801207-32ad-4447-92cf-20171158ba41 {
  
}
}@media (max-width: 767px){#s-6c801207-32ad-4447-92cf-20171158ba41 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-47964f7a-a878-4f0b-8aa3-0cbe292682a9 {
  
}
}@media (max-width: 767px){#s-47964f7a-a878-4f0b-8aa3-0cbe292682a9 {
  
}
}
@media (min-width: 0px) {
[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47964f7a-a878-4f0b-8aa3-0cbe292682a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2f2f568d-800d-4a4f-94df-8cd505570d81 {
  display: none;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-d47bfcdb-eed6-430f-9b89-39cec0635a31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(218, 55, 55, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d47bfcdb-eed6-430f-9b89-39cec0635a31:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d47bfcdb-eed6-430f-9b89-39cec0635a31:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d47bfcdb-eed6-430f-9b89-39cec0635a31 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d47bfcdb-eed6-430f-9b89-39cec0635a31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d47bfcdb-eed6-430f-9b89-39cec0635a31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-d47bfcdb-eed6-430f-9b89-39cec0635a31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-406046f2-c305-4977-b403-0f5e3c1c7848 {
  display: none;
}
@media (min-width: 0px) {
[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d966bf12-ac65-4a83-9eec-4ea525abf460"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d6ee3d28-aa9e-458b-beee-d86b1a293340 {
  margin-top: 8px;
margin-bottom: 8px;
text-align: left;
}

#s-d6ee3d28-aa9e-458b-beee-d86b1a293340 .shg-product-sold-out {
  display: none;
  color: rgba(45, 49, 74, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-d6ee3d28-aa9e-458b-beee-d86b1a293340 .shg-product-price {
  color: rgba(45, 49, 74, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-d6ee3d28-aa9e-458b-beee-d86b1a293340 .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-c5ee284f-8715-490f-8b2d-9d8c8e7c149a {
  margin-top: 8px;
margin-left: 5px;
margin-bottom: 8px;
margin-right: 5px;
}

#s-6bc6cebb-3467-4395-876e-70745cabd7b9 {
  min-height: 50px;
}








#s-6bc6cebb-3467-4395-876e-70745cabd7b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bc6cebb-3467-4395-876e-70745cabd7b9.shg-box.shg-c {
  justify-content: center;
}

#s-2342612b-88f5-4023-ba6e-e5f1e32d507f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 29px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-2342612b-88f5-4023-ba6e-e5f1e32d507f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2342612b-88f5-4023-ba6e-e5f1e32d507f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6ac1f174-c2a8-4d88-9423-99c41db4e61c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-43c73629-45af-4004-a873-8b6f05e2a5d4 {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-43c73629-45af-4004-a873-8b6f05e2a5d4 img.shogun-image {
    
    width: px;
  }


#s-43c73629-45af-4004-a873-8b6f05e2a5d4 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-a57b10fd-7b80-4e22-9dd3-3e109b4b2e47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a57b10fd-7b80-4e22-9dd3-3e109b4b2e47 .shogun-heading-component h4 {
  color: rgba(59, 136, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-690a6161-d484-4f6d-8d69-b9d8c9213daf {
  margin-left: 5%;
margin-right: 5%;
}

#s-feac8c22-fdc3-43c1-870c-d050243b401b {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-feac8c22-fdc3-43c1-870c-d050243b401b img.shogun-image {
    
    width: px;
  }


#s-feac8c22-fdc3-43c1-870c-d050243b401b .shogun-image-content {
  
    align-items: center;
  
}

#s-12be196e-8aa9-4753-ae2b-f7d7a13bbf0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12be196e-8aa9-4753-ae2b-f7d7a13bbf0c .shogun-heading-component h4 {
  color: rgba(59, 136, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c9d16284-7476-4940-99a0-6183c63b09bd {
  margin-left: 5%;
margin-right: 5%;
}

#s-e46c54ed-4dc2-4d67-b4d9-73def30482c7 {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-e46c54ed-4dc2-4d67-b4d9-73def30482c7 img.shogun-image {
    
    width: px;
  }


#s-e46c54ed-4dc2-4d67-b4d9-73def30482c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8fb70e8-a877-431a-949f-18877cb5bb12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8fb70e8-a877-431a-949f-18877cb5bb12 .shogun-heading-component h4 {
  color: rgba(50, 24, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb51584e-551f-4100-8a28-67f5aea1cc6f {
  margin-bottom: 13px;
margin-right: 5%;
}

#s-f910614f-dae8-4077-a770-14295a7137b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f910614f-dae8-4077-a770-14295a7137b2 {
  display: none;
}
#s-f910614f-dae8-4077-a770-14295a7137b2, #wrap-s-f910614f-dae8-4077-a770-14295a7137b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f910614f-dae8-4077-a770-14295a7137b2 {
  display: none;
}
#s-f910614f-dae8-4077-a770-14295a7137b2, #wrap-s-f910614f-dae8-4077-a770-14295a7137b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f910614f-dae8-4077-a770-14295a7137b2 {
  display: none;
}
#s-f910614f-dae8-4077-a770-14295a7137b2, #wrap-s-f910614f-dae8-4077-a770-14295a7137b2 { display:none !important; }}@media (max-width: 767px){#s-f910614f-dae8-4077-a770-14295a7137b2 {
  
}
}







#s-f910614f-dae8-4077-a770-14295a7137b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f910614f-dae8-4077-a770-14295a7137b2.shg-box.shg-c {
  justify-content: center;
}

#s-39039d06-e498-4edf-98e6-b533f9ea4e4b {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-39039d06-e498-4edf-98e6-b533f9ea4e4b {
  
}
}@media (max-width: 767px){#s-39039d06-e498-4edf-98e6-b533f9ea4e4b {
  
}
}
#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d {
  padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d {
  display: none;
}
#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d, #wrap-s-dd59faee-3f84-4fe8-857f-1deca5c73f1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d {
  display: none;
}
#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d, #wrap-s-dd59faee-3f84-4fe8-857f-1deca5c73f1d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d {
  
}
}@media (max-width: 767px){#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d {
  display: none;
}
#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d, #wrap-s-dd59faee-3f84-4fe8-857f-1deca5c73f1d { display:none !important; }}







#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd59faee-3f84-4fe8-857f-1deca5c73f1d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-840045e7-a62a-4e45-8c67-46a2745d4875 {
  
}
}@media (max-width: 767px){#s-840045e7-a62a-4e45-8c67-46a2745d4875 {
  
}
}
@media (min-width: 0px) {
[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-840045e7-a62a-4e45-8c67-46a2745d4875"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eb23e88b-1ac7-437c-b206-8130c7fbbf19 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

#s-756aa58d-9aa7-4712-b867-f68feddf05c4 {
  margin-top: 15px;
margin-left: 60px;
margin-bottom: 0px;
margin-right: 60px;
min-height: 50px;
}








#s-756aa58d-9aa7-4712-b867-f68feddf05c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-756aa58d-9aa7-4712-b867-f68feddf05c4.shg-box.shg-c {
  justify-content: center;
}

#s-5cbb51e5-b8c1-46f4-86ed-301355ca0cb2 {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-5cbb51e5-b8c1-46f4-86ed-301355ca0cb2 img.shogun-image {
    
    width: px;
  }


#s-5cbb51e5-b8c1-46f4-86ed-301355ca0cb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7557a990-baee-4355-a675-beef51fc59d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7557a990-baee-4355-a675-beef51fc59d5 .shogun-heading-component h4 {
  color: rgba(50, 24, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f611533f-04a4-41cc-8980-77469ddc8bdf {
  margin-top: 15px;
margin-left: 60px;
margin-bottom: 0px;
margin-right: 60px;
min-height: 50px;
}








#s-f611533f-04a4-41cc-8980-77469ddc8bdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f611533f-04a4-41cc-8980-77469ddc8bdf.shg-box.shg-c {
  justify-content: center;
}

#s-62f89d36-8864-46e0-88e1-a353ff60547a {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-62f89d36-8864-46e0-88e1-a353ff60547a img.shogun-image {
    
    width: px;
  }


#s-62f89d36-8864-46e0-88e1-a353ff60547a .shogun-image-content {
  
    align-items: center;
  
}

#s-2ac21dd0-4ed1-4532-b8c7-a160eb88b3f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ac21dd0-4ed1-4532-b8c7-a160eb88b3f3 .shogun-heading-component h4 {
  color: rgba(50, 24, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b4bfdc3-fc27-4c10-87ac-62dbf9845f83 {
  margin-top: 15px;
margin-left: 60px;
margin-bottom: 10px;
margin-right: 60px;
min-height: 50px;
}








#s-3b4bfdc3-fc27-4c10-87ac-62dbf9845f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b4bfdc3-fc27-4c10-87ac-62dbf9845f83.shg-box.shg-c {
  justify-content: center;
}

#s-07a356a7-2739-44b2-9343-6a73f3b6165a {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-07a356a7-2739-44b2-9343-6a73f3b6165a img.shogun-image {
    
    width: px;
  }


#s-07a356a7-2739-44b2-9343-6a73f3b6165a .shogun-image-content {
  
    align-items: center;
  
}

#s-9948f783-32ce-4b1b-9051-3844047d958e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9948f783-32ce-4b1b-9051-3844047d958e .shogun-heading-component h4 {
  color: rgba(50, 24, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd34485d-fafb-4183-84c2-96d9aac3e72c {
  margin-top: -6px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd34485d-fafb-4183-84c2-96d9aac3e72c {
  
}
}@media (max-width: 767px){#s-bd34485d-fafb-4183-84c2-96d9aac3e72c {
  
}
}
#s-93f72409-a0b0-47fd-9d42-427f75eb8feb {
  display: none;
}
#s-005c6691-86a1-4d00-b491-57293c6ec302 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}

#s-005c6691-86a1-4d00-b491-57293c6ec302 .shg-product-sold-out {
  display: none;
  color: rgba(50, 24, 99, 1);
  font-size: 19px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-005c6691-86a1-4d00-b491-57293c6ec302 .shg-product-price {
  color: rgba(50, 24, 99, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 19px;
}

#s-005c6691-86a1-4d00-b491-57293c6ec302 .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-c5426bbd-56c2-4a71-9abe-8f3268619b4a {
  margin-top: -3px;
margin-left: 0px;
margin-bottom: -3px;
margin-right: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f {
  
}
}@media (max-width: 767px){#s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f {
  
}
}
@media (min-width: 0px) {
[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a38d6bb2-1ff8-448a-a838-7d1e66debd4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0617aa60-c5a4-4ea4-ab6c-4ec49cd13992 {
  display: none;
}
#s-e8cd6191-31ce-4de7-a461-21e3bbf06e39 {
  margin-top: 2px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(232, 9, 112, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-e8cd6191-31ce-4de7-a461-21e3bbf06e39:hover {background-color: rgba(255, 175, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e8cd6191-31ce-4de7-a461-21e3bbf06e39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8cd6191-31ce-4de7-a461-21e3bbf06e39-atc-btn-wrapper {
    text-align: center;
  }


#s-e8cd6191-31ce-4de7-a461-21e3bbf06e39 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8cd6191-31ce-4de7-a461-21e3bbf06e39.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8cd6191-31ce-4de7-a461-21e3bbf06e39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-e8cd6191-31ce-4de7-a461-21e3bbf06e39.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f214c36b-22fe-4190-98cd-fac6f36d7940 {
  padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f214c36b-22fe-4190-98cd-fac6f36d7940 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f214c36b-22fe-4190-98cd-fac6f36d7940 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f214c36b-22fe-4190-98cd-fac6f36d7940 {
  display: none;
}
#s-f214c36b-22fe-4190-98cd-fac6f36d7940, #wrap-s-f214c36b-22fe-4190-98cd-fac6f36d7940 { display:none !important; }}@media (max-width: 767px){#s-f214c36b-22fe-4190-98cd-fac6f36d7940 {
  display: none;
}
#s-f214c36b-22fe-4190-98cd-fac6f36d7940, #wrap-s-f214c36b-22fe-4190-98cd-fac6f36d7940 { display:none !important; }}







#s-f214c36b-22fe-4190-98cd-fac6f36d7940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f214c36b-22fe-4190-98cd-fac6f36d7940.shg-box.shg-c {
  justify-content: center;
}

#s-63ce62cb-d4b5-4b90-9166-5c4dd06e5639 {
  display: none;
}
@media (min-width: 0px) {
[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-73fc9af2-aa2f-40eb-886a-254640734de3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-7088b3a0-424b-496b-9490-e4c9309ea4f5 {
  text-align: left;
}


.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 {
  max-width: 100%;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom,
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 {
  max-width: 100%;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom,
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 {
  max-width: 100%;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom,
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 {
  max-width: 100%;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom,
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 {
  max-width: 100%;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom,
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 {
  max-width: 100%;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom,
.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7088b3a0-424b-496b-9490-e4c9309ea4f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-982ad207-5cbc-4537-9614-a4816a31b5ea {
  margin-left: 90px;
margin-right: 90px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-982ad207-5cbc-4537-9614-a4816a31b5ea .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-982ad207-5cbc-4537-9614-a4816a31b5ea .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-9960c4f9-cad1-4667-895c-7e36fdac28ba {
  margin-top: 40px;
margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3 {
  
}
}@media (max-width: 767px){#s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3 {
  
}
}
@media (min-width: 0px) {
[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f7cd2f4-0733-4b7c-ae2f-4b7055a041c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51db55e2-3390-4f94-8b61-492b8e4f9aeb {
  display: none;
}
#s-97d9c1e9-503d-4206-a726-de67e94871c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(218, 55, 55, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-97d9c1e9-503d-4206-a726-de67e94871c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97d9c1e9-503d-4206-a726-de67e94871c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97d9c1e9-503d-4206-a726-de67e94871c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97d9c1e9-503d-4206-a726-de67e94871c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97d9c1e9-503d-4206-a726-de67e94871c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-97d9c1e9-503d-4206-a726-de67e94871c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7b3a600d-586a-4cd0-94e1-c7960d2094e6 {
  display: none;
}
@media (min-width: 0px) {
[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8143d33d-b806-41fb-a08c-ff46a0ea490e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7965bf30-e236-4fff-ac38-77ff95688fc4 {
  margin-top: 8px;
margin-bottom: 8px;
text-align: left;
}

#s-7965bf30-e236-4fff-ac38-77ff95688fc4 .shg-product-sold-out {
  display: none;
  color: rgba(45, 49, 74, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-7965bf30-e236-4fff-ac38-77ff95688fc4 .shg-product-price {
  color: rgba(45, 49, 74, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-7965bf30-e236-4fff-ac38-77ff95688fc4 .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-00e7dae9-3719-4999-8fa0-17cdb9fada81 {
  margin-top: 8px;
margin-left: 5px;
margin-bottom: 8px;
margin-right: 5px;
}

#s-ab9d02f0-ed03-425c-833e-952b73253122 {
  box-shadow:0px 0px 0px 0px rgba(232, 232, 232, 1);
border-style: solid;
margin-top: 15px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 18px;
padding-bottom: 0px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(232, 232, 232, 1);
opacity: 1;
}

#s-23376237-499f-48ae-a940-2a5a57117ac6 {
  margin-top: 40px;
margin-bottom: 0px;
}

#s-b836b686-5ad1-43c0-bc78-e34ad9068517 {
  padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b836b686-5ad1-43c0-bc78-e34ad9068517 {
  display: none;
}
#s-b836b686-5ad1-43c0-bc78-e34ad9068517, #wrap-s-b836b686-5ad1-43c0-bc78-e34ad9068517 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b836b686-5ad1-43c0-bc78-e34ad9068517 {
  display: none;
}
#s-b836b686-5ad1-43c0-bc78-e34ad9068517, #wrap-s-b836b686-5ad1-43c0-bc78-e34ad9068517 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b836b686-5ad1-43c0-bc78-e34ad9068517 {
  display: none;
}
#s-b836b686-5ad1-43c0-bc78-e34ad9068517, #wrap-s-b836b686-5ad1-43c0-bc78-e34ad9068517 { display:none !important; }}@media (max-width: 767px){#s-b836b686-5ad1-43c0-bc78-e34ad9068517 {
  
}
}







#s-b836b686-5ad1-43c0-bc78-e34ad9068517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b836b686-5ad1-43c0-bc78-e34ad9068517.shg-box.shg-c {
  justify-content: center;
}

#s-27bcd9f2-8d8f-40bb-8548-bee5b3ed4ce0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-27bcd9f2-8d8f-40bb-8548-bee5b3ed4ce0 {
  
}
}@media (max-width: 767px){#s-27bcd9f2-8d8f-40bb-8548-bee5b3ed4ce0 {
  
}
}
#s-27bcd9f2-8d8f-40bb-8548-bee5b3ed4ce0 {
  display: none;
}
@media (min-width: 0px) {
[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3701849c-cdb1-44fc-937d-29f60ab9fd53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2ea1f379-b187-402b-b61e-cff76b69db3f {
  text-align: left;
}


.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f {
  max-width: 100%;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom,
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f {
  max-width: 100%;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom,
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f {
  max-width: 100%;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom,
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f {
  max-width: 100%;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom,
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f {
  max-width: 100%;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom,
.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ea1f379-b187-402b-b61e-cff76b69db3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ea39dd0d-547b-4501-ba5d-73b6e8409460 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ea39dd0d-547b-4501-ba5d-73b6e8409460 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-ea39dd0d-547b-4501-ba5d-73b6e8409460 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b8bd36cd-743c-4e67-9509-0171d7bab2cf {
  display: none;
}
#s-565c5fd0-edfd-40f0-8b06-ac67dd7b04d8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}

#s-565c5fd0-edfd-40f0-8b06-ac67dd7b04d8 .shg-product-sold-out {
  display: none;
  color: rgba(50, 24, 99, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-565c5fd0-edfd-40f0-8b06-ac67dd7b04d8 .shg-product-price {
  color: rgba(50, 24, 99, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
}

#s-565c5fd0-edfd-40f0-8b06-ac67dd7b04d8 .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-3b23c759-a92d-42ed-b129-00d9f257c1d4 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}

#s-34c650b8-9cf2-418e-a8e8-61cd7cb0d88f {
  margin-top: 2px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(232, 9, 112, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-34c650b8-9cf2-418e-a8e8-61cd7cb0d88f:hover {background-color: rgba(255, 175, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34c650b8-9cf2-418e-a8e8-61cd7cb0d88f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34c650b8-9cf2-418e-a8e8-61cd7cb0d88f-atc-btn-wrapper {
    text-align: center;
  }


#s-34c650b8-9cf2-418e-a8e8-61cd7cb0d88f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34c650b8-9cf2-418e-a8e8-61cd7cb0d88f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34c650b8-9cf2-418e-a8e8-61cd7cb0d88f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-34c650b8-9cf2-418e-a8e8-61cd7cb0d88f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-67f69c6e-cf70-4c58-b225-8be981a26a30 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5c560ef7-607f-408d-8b44-39bb924ad98e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-70d3b3ce-d8b6-4e5a-b959-48feb5e922c5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7713f046-5b27-4667-be11-0a73b2250cb2 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-83b13e9c-249e-4b4a-b11b-454035cff832 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-901030f6-d6c6-45aa-95d2-961b1ffd153f {
  margin-top: 25px;
margin-bottom: 0px;
}

#s-e8eaf68f-de5a-46f8-b423-057e3d20a6d4 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-f15f7407-d1f6-4bff-abaa-46a8ed492ec4 {
  display: none;
}
#s-5a32a14c-5b33-4184-80b0-d4943a1702f4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}

#s-5a32a14c-5b33-4184-80b0-d4943a1702f4 .shg-product-sold-out {
  display: none;
  color: rgba(50, 24, 99, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-5a32a14c-5b33-4184-80b0-d4943a1702f4 .shg-product-price {
  color: rgba(50, 24, 99, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
}

#s-5a32a14c-5b33-4184-80b0-d4943a1702f4 .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-f0974b4b-11b2-465e-94c7-70dc916ad238 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}

#s-e59eb7a2-73cd-408c-a961-1ca132c41379 {
  margin-top: 2px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(232, 9, 112, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-e59eb7a2-73cd-408c-a961-1ca132c41379:hover {background-color: rgba(255, 175, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e59eb7a2-73cd-408c-a961-1ca132c41379:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e59eb7a2-73cd-408c-a961-1ca132c41379-atc-btn-wrapper {
    text-align: center;
  }


#s-e59eb7a2-73cd-408c-a961-1ca132c41379 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e59eb7a2-73cd-408c-a961-1ca132c41379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e59eb7a2-73cd-408c-a961-1ca132c41379.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-e59eb7a2-73cd-408c-a961-1ca132c41379.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-86d61945-1dd4-4235-b788-0bfd1dd9bf2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 29px;
padding-left: 20px;
padding-bottom: 29px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-86d61945-1dd4-4235-b788-0bfd1dd9bf2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86d61945-1dd4-4235-b788-0bfd1dd9bf2d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b3074af3-f33c-4e03-a3ff-2d6669d0ab41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d6723c0e-d9bc-4d6d-96d1-fef247c48460 {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-d6723c0e-d9bc-4d6d-96d1-fef247c48460 img.shogun-image {
    
    width: px;
  }


#s-d6723c0e-d9bc-4d6d-96d1-fef247c48460 .shogun-image-content {
  
    align-items: center;
  
}

#s-408f97c5-8929-4e35-92fa-b4864a398148 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-408f97c5-8929-4e35-92fa-b4864a398148 .shogun-heading-component h4 {
  color: rgba(50, 24, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-00ddb090-54ec-43c0-b6dc-f74fbb5d6c8f {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-00ddb090-54ec-43c0-b6dc-f74fbb5d6c8f img.shogun-image {
    
    width: px;
  }


#s-00ddb090-54ec-43c0-b6dc-f74fbb5d6c8f .shogun-image-content {
  
    align-items: center;
  
}

#s-007d7c97-9161-4121-8a0c-317633becfc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-007d7c97-9161-4121-8a0c-317633becfc7 .shogun-heading-component h4 {
  color: rgba(50, 24, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-45a02ae8-87fe-4781-ad60-65845a8ee66f {
  padding-left: 65px;
padding-right: 65px;
text-align: center;
}




  #s-45a02ae8-87fe-4781-ad60-65845a8ee66f img.shogun-image {
    
    width: px;
  }


#s-45a02ae8-87fe-4781-ad60-65845a8ee66f .shogun-image-content {
  
    align-items: center;
  
}

#s-d0e6d800-6bbb-41d1-8237-88083c7844e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0e6d800-6bbb-41d1-8237-88083c7844e7 .shogun-heading-component h4 {
  color: rgba(50, 24, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-371f45d9-d5a9-4db5-bf18-5686701a5b36 {
  margin-bottom: 13px;
}

#s-8877977f-b3d5-467a-bee7-f0420435b8f9 {
  box-shadow:0px 0px 0px 0px rgba(232, 232, 232, 1);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 21px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(232, 232, 232, 1);
opacity: 1;
}

#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f {
  padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f {
  display: none;
}
#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f, #wrap-s-ebe9afc7-a575-4206-9d88-aeff0f02a64f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f {
  display: none;
}
#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f, #wrap-s-ebe9afc7-a575-4206-9d88-aeff0f02a64f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f {
  
}
}@media (max-width: 767px){#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f {
  display: none;
}
#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f, #wrap-s-ebe9afc7-a575-4206-9d88-aeff0f02a64f { display:none !important; }}







#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebe9afc7-a575-4206-9d88-aeff0f02a64f.shg-box.shg-c {
  justify-content: center;
}

#s-597f233b-c8b6-4455-bff7-1b178eca7ce8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}
@media (min-width: 768px) and (max-width: 991px){#s-597f233b-c8b6-4455-bff7-1b178eca7ce8 {
  
}
}@media (max-width: 767px){#s-597f233b-c8b6-4455-bff7-1b178eca7ce8 {
  
}
}
#s-597f233b-c8b6-4455-bff7-1b178eca7ce8 {
  display: none;
}
@media (min-width: 0px) {
[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-022122b6-94d9-4ed5-8bd5-a2b1e72398df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d {
  text-align: left;
}


.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d {
  max-width: 100%;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom,
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d {
  max-width: 100%;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom,
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d {
  max-width: 100%;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom,
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d {
  max-width: 100%;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom,
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d {
  max-width: 100%;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom,
.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2357e7-1e6a-43bf-b6b9-a4c46a61db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fe52a500-7929-49cd-82bf-8e7847b09f65 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-fe52a500-7929-49cd-82bf-8e7847b09f65 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-fe52a500-7929-49cd-82bf-8e7847b09f65 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f5c29022-a60a-48e0-8d15-8fa21c5906b4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-44697273-84dd-44ff-b9ff-53f0707cdee1 {
  box-shadow:0px 0px 0px 0px rgba(232, 232, 232, 1);
border-style: solid;
margin-top: 15px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 18px;
padding-bottom: 0px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(232, 232, 232, 1);
opacity: 1;
}

#s-63e1b695-899f-4cbc-b059-39d21a4c39b8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63e1b695-899f-4cbc-b059-39d21a4c39b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2caebebb-1155-472f-ba7b-2c12d5012e17 {
  box-shadow:0px 0px 0px 0px rgba(232, 232, 232, 1);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 70px;
padding-bottom: 0px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(232, 232, 232, 1);
opacity: 1;
}

#s-6b6de2ab-39ef-4ce9-b465-86d55239ea6f {
  box-shadow:0px 0px 0px 0px rgba(232, 232, 232, 1);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 70px;
padding-bottom: 0px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(232, 232, 232, 1);
opacity: 1;
}

#s-83a131f4-a1da-484f-9522-98429a02f366 {
  padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-83a131f4-a1da-484f-9522-98429a02f366 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83a131f4-a1da-484f-9522-98429a02f366 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83a131f4-a1da-484f-9522-98429a02f366 {
  display: none;
}
#s-83a131f4-a1da-484f-9522-98429a02f366, #wrap-s-83a131f4-a1da-484f-9522-98429a02f366 { display:none !important; }}@media (max-width: 767px){#s-83a131f4-a1da-484f-9522-98429a02f366 {
  display: none;
}
#s-83a131f4-a1da-484f-9522-98429a02f366, #wrap-s-83a131f4-a1da-484f-9522-98429a02f366 { display:none !important; }}







#s-83a131f4-a1da-484f-9522-98429a02f366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83a131f4-a1da-484f-9522-98429a02f366.shg-box.shg-c {
  justify-content: center;
}

#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 {
  padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 {
  display: none;
}
#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67, #wrap-s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 {
  display: none;
}
#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67, #wrap-s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 {
  display: none;
}
#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67, #wrap-s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 { display:none !important; }}@media (max-width: 767px){#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 {
  
}
}







#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5d93a0a-5424-46d9-87dd-cf4bd0104f67.shg-box.shg-c {
  justify-content: center;
}

#s-854ef490-3991-4552-b0e5-2c3ec8b3f432 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-854ef490-3991-4552-b0e5-2c3ec8b3f432"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bbbd3887-ce25-4f39-824e-049300ef9e72 {
  display: none;
}
#s-6d9617a4-2828-465e-9960-f3144adc7bc3 {
  margin-top: 40px;
margin-bottom: 0px;
}

#s-f47c51e8-8f24-4dab-9080-193b1187b576 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
}


.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 {
  max-width: 100%;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom,
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 {
  max-width: 100%;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom,
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 {
  max-width: 100%;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom,
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 {
  max-width: 100%;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom,
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 {
  max-width: 100%;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom,
.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f47c51e8-8f24-4dab-9080-193b1187b576 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-20eefb46-73c0-429d-8ff4-93076f5a8cf8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}

#s-20eefb46-73c0-429d-8ff4-93076f5a8cf8 .shg-product-sold-out {
  display: none;
  color: rgba(50, 24, 99, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-20eefb46-73c0-429d-8ff4-93076f5a8cf8 .shg-product-price {
  color: rgba(50, 24, 99, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
}

#s-20eefb46-73c0-429d-8ff4-93076f5a8cf8 .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-ca18f5f9-69b7-46b1-90b1-179c510b7127 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}

#s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1 {
  margin-top: 2px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(232, 9, 112, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1:hover {background-color: rgba(255, 175, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1-atc-btn-wrapper {
    text-align: center;
  }


#s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2cf590d3-9df8-44dd-8093-53e0f7a7acd1.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Roboto;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-dfb921a7-5dc0-4b77-9389-11937e00147e {
  box-shadow:0px 0px 0px 0px rgba(232, 232, 232, 1);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(210, 237, 255, 1);
opacity: 1;
}

#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad {
  padding-left: 20px;
padding-right: 20px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad {
  display: none;
}
#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad, #wrap-s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad {
  display: none;
}
#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad, #wrap-s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad {
  
}
}@media (max-width: 767px){#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad {
  display: none;
}
#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad, #wrap-s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad { display:none !important; }}







#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64f43b76-c40a-4cd8-9d41-49e9bae7e1ad.shg-box.shg-c {
  justify-content: center;
}

#s-446be440-24bc-479a-a4ea-414c01f1bee2 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-446be440-24bc-479a-a4ea-414c01f1bee2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b65c33fc-fd1d-4195-bab1-d5e90dc46001 {
  display: none;
}
#s-c494ca52-f634-4a2c-afc1-dbb34d05f261 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
}


.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 {
  max-width: 100%;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom,
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 {
  max-width: 100%;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom,
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 {
  max-width: 100%;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom,
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 {
  max-width: 100%;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom,
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 {
  max-width: 100%;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom,
.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79edf8e0-c11c-42bb-8d3e-930908d48ed0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-67ba95b5-1727-45c9-863d-6f3c5c3452d7 {
  margin-top: 8px;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67ba95b5-1727-45c9-863d-6f3c5c3452d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-324f6e34-8593-4323-aad0-821a97165ffa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: right;
}

#s-324f6e34-8593-4323-aad0-821a97165ffa .shg-product-sold-out {
  display: none;
  color: rgba(50, 24, 99, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-324f6e34-8593-4323-aad0-821a97165ffa .shg-product-price {
  color: rgba(50, 24, 99, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-324f6e34-8593-4323-aad0-821a97165ffa .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-9dfffb3d-7450-4b90-a76f-7055452cdba6 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}

#s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1 {
  margin-top: 2px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(232, 9, 112, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1:hover {background-color: rgba(255, 175, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1-atc-btn-wrapper {
    text-align: center;
  }


#s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-94c1e040-e4c1-4caf-a850-cc2ce0f57ea1.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-aa9972f3-ecac-4ef4-a4a4-68012989a0b6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-361b3e86-ebba-4c5c-808e-4d945986a307 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-d7dd46cc-4f22-445b-8b1e-80c0c82e3269 {
  box-shadow:0px 0px 0px 0px rgba(232, 232, 232, 1);
border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 18px;
padding-bottom: 0px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(210, 237, 255, 1);
opacity: 1;
}

/*
  $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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}