 body.fancybox-active .section-header {
    position: unset !important;
  }

  div.vertical.noPager {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .product-price-discount {
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
  }
  .product-price-small {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0 0 0;
    clear: both;
    line-height: 18px;
  }

  .share-button {
    position: relative;
    width: 50px;
    margin: 20px;
  }

  .tw-toggle {
    position: relative;
    width: 46px;
    height: 46px;
    z-index: 10;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    color: #3c3c3c;
    box-shadow: inset 0 0 0 1px #c8c7c0;
  }

  .tw-toggle:hover {
    box-shadow: inset 0 0 0 2px #c8c7c0;
  }

  .tw-toggle:after {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    font-family: "FontAwesome";
    content: "\f1e0";
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    left: -2px;
  }

  .tw-toggle-input {
    display: none;
  }

  .tw-toggle-input:checked+.tw-toggle:after,
  .tw-toggle-input:checked+.tw-toggle:before {
    background-color: #3c3c3c;
    content: "";
    height: 3px;
    width: 22px;
    position: absolute;
    left: 12px;
    top: 21px;
  }

  .tw-toggle-input:checked+.tw-toggle:after {
    transform: rotate(45deg);
    animation: bar1 0.3s forwards;
  }

  .tw-toggle-input:checked+.tw-toggle:before {
    transform: rotate(-45deg);
    animation: bar2 0.3s forwards;
  }

  .network-list li {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
  }

  .network-list a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-indent: 120%;
    text-decoration: none;
  }

  .network-list a:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 25px;
    font-family: "FontAwesome";
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 46px;
    text-indent: 0;
    box-shadow: inset 0 0 0 1px #c8c7c0;
  }

  .network-list .twitter a:before {
    content: "\f099";
    color: #00c3f3;
  }

  .network-list .twitter a:hover:before {
    box-shadow: inset 0 0 0 2px #00c3f3;
  }

  .network-list .facebook a:before {
    content: "\f09a";
    color: #2c609b;
  }

  .network-list .facebook a:hover:before {
    box-shadow: inset 0 0 0 2px #2c609b;
  }

  .network-list .googleplus a:before {
    content: "\f0d5";
    color: #ec3f25;
  }

  .network-list .wtsp a:before {
    content: "\f232";
    color: #075e54;
    font-size: 24px;
  }

  .network-list .wtsp a:hover:before {
    box-shadow: inset 0 0 0 2px #075e54;
  }

  .network-list .googleplus a:hover:before {
    box-shadow: inset 0 0 0 2px #ec3f25;
  }

  .share-button input:checked~.network-list li {
    opacity: 1;
  }

  .share-button input:checked~.network-list li:nth-child(1) {
    left: 60px;
  }

  .share-button input:checked~.network-list li:nth-child(2) {
    left: 120px;
  }

  .share-button input:checked~.network-list li:nth-child(3) {
    left: 180px;
  }

  .share-button input:checked~.network-list li:nth-child(4) {
    left: 240px;
  }

  /* .variation ul {
        display: flex;
        white-space: nowrap;
        list-style: none;
        padding: 0;
        margin: 0;
    } */
  .product-info {
    height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  @media screen and (max-width: 600px) {

    /* .variation ul {
            overflow-x: scroll;
        } */
    .lSSlideOuter .lSPager.lSGallery img {
      height: 64px !important;
    }

    .product-info {
      height: auto;
      overflow-y: auto;
      overflow-x: auto;
    }
  }

  .variation li {
    margin: 0 10px 20px 0;
    cursor: pointer;
  }

  .variation .row a {
    display: inline-block;
    /* padding: 5px 25px; */
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.10);
  }

  .feature {
    background: #175CD3;
    color: #fff;
    font-size: 11px;
    padding: 3px;
    border-radius: 7px;
  }

  .feature .fa-star {
    font-family: 'FontAwesome';
    font-size: 11px;
  }

  .product-price-discount span.text-semi-light {
    font-size: 20px;
  }
  .product-price-small span.text-semi-light {
    font-size: 16px;
  }

  @keyframes bar1 {
    0% {
      content: "\f1e0";
      width: 46px;
      height: 50px;
      background-color: transparent;
      transform: rotate(0deg) scale(1);
      top: 0;
      left: 0;
      opacity: 1;
    }

    50% {
      background-color: transparent;
      content: "\f1e0";
      width: 46px;
      height: 50px;
      top: 0;
      left: 0;
      transform: rotate(0deg) scale(0.2);
      opacity: 0;
    }

    50.001% {
      background-color: #fff;
      left: 10px;
      top: 22px;
      content: "";
      height: 3px;
      width: 30px;
    }

    60% {
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }

    100% {
      transform: rotate(45deg) scale(1);
    }
  }

  @keyframes bar2 {
    0% {
      background-color: transparent;
      transform: rotate(0deg) scale(0.2);
      opacity: 0;
    }

    50% {
      background-color: transparent;
      transform: rotate(0deg) scale(0.2);
      opacity: 0;
    }

    60% {
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }

    100% {
      transform: rotate(-45deg) scale(1);
    }
  }
  #lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
  }

  #lightSliderVertical li {
    display: block;
    float: left;
    cursor: pointer;
  }

  #lightSliderVertical img {
    display: block;
    height: auto;
    /* width: 780px;
    height: 520px; */
    width: auto;
    height: auto;
  }

  .noPager a {
    display: flex;
    ;
    justify-content: center;
  }

  .lSSlideOuter.vertical {
    padding-left: 110px !important;
    padding-right: 0px !important;
  }

  .lSSlideOuter.vertical .lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
  }

  .lSSlideOuter.vertical .lSGallery {
    left: 0 !important;
    margin-right: 10px !important;
    margin-left: 0px !important;
  }

  .lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
  }

  .lSSlideOuter .lSPager.lSGallery li.active,
  .lSSlideOuter .lSPager.lSGallery li {
    border-radius: 0;
  }

  .lSSlideOuter .lSPager.lSGallery li.active:hover,
  .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
  }

  .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 100%;
    max-width: 100%;
  }