.product_option_second {
  width: 100px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: initial !important;
}

.product-thumb .product-details .caption .product_option {
  display: contents;
}

.cart-action-group {
  margin-top: 6px;
}

.timeline-wrapper {
  margin-top: 5%;
}

.timeline-item {
  background: $fbBgColor;
  padding: 4px;
  max-width: 100%;
  min-height: 360px;
  width: 100%;
  display: inline-block;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -450px 0;
  }

  100% {
    background-position: 450px 0;
  }
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #f5f4f3 8%, #ebebeb 18%, #f5f4f3 33%);
  background-size: 1200px 104px;
  height: 264px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 304px;
  left: 0;
  right: 0;
  height: 12px;
  //background-color: pink;
}

.background-masker.content-top {
  top: 190px;
  height: 14px;
  //background-color: red;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 152px;
  right: 0;
  top: 204px;
  height: 12px;
  //background-color: yellow;
}

.background-masker.content-second-line {
  top: 216px;
  left: 0;
  right: 0;
  height: 10px;
  //background-color: blue;
}

.background-masker.content-second-end {
  left: 171px;
  top: 226px;
  //background-color: green;
}

.background-masker.content-third-line {
  top: 238px;
  height: 14px;
  //background-color: yellow;
}

.background-masker.content-third-end {
  left: 76px;
  top: 252px;
  //background-color: brown;
}

::-webkit-scrollbar {
  display: none;
}

.scroll::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.custom_scroll1::-webkit-scrollbar {
  width: 15px;
  background-color: #f5f5f5;
  display: block;
}

.custom_scroll1::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #c1c1c1;
}

.fa-rupee {
  margin-top: 8px !important;
}

a.discount span {
  display: none;
}

/*skeltio*/
.movie--isloading {
  height: 342px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0px;
}

.movie--isloading .loading-image {
  height: 195px;
  background-image: -webkit-linear-gradient(
    left,
    #ececec 0px,
    #f4f4f4 40px,
    #ececec 80px
  );
  background-image: -o-linear-gradient(
    left,
    #ececec 0px,
    #f4f4f4 40px,
    #ececec 80px
  );
  background-image: linear-gradient(
    90deg,
    #ececec 0px,
    #f4f4f4 40px,
    #ececec 80px
  );
  background-size: 250px;
  -webkit-animation: shine-loading-image 2s infinite ease-out;
  animation: shine-loading-image 2s infinite ease-out;
}

.movie--isloading .loading-content {
  background: #f7f7f7;
  /*padding: 15px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.loading-another-content {
  flex-basis: 100%;
  height: 20px;
  margin-top: 10px;
  background: #ececec;
  background-image: -webkit-linear-gradient(
    left,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-image: -o-linear-gradient(
    left,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-image: linear-gradient(
    90deg,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-size: 250px;
  border-radius: 3px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

.width70 {
  width: 70%;
}

.movie--isloading .loading-content .loading-text-container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.movie--isloading .loading-content .loading-main-text {
  height: 20px;
  width: 65%;
  margin-bottom: 10px;
  background: #ececec;
  background-image: -webkit-linear-gradient(
    left,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-image: -o-linear-gradient(
    left,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-image: linear-gradient(
    90deg,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-size: 250px;
  border-radius: 3px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

.movie--isloading .loading-content .loading-sub-text {
  height: 20px;
  width: 50%;
  background: #ececec;
  background-image: -webkit-linear-gradient(
    left,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-image: -o-linear-gradient(
    left,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-image: linear-gradient(
    90deg,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-size: 250px;
  border-radius: 3px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

.movie--isloading .loading-content .loading-btn {
  width: 60px;
  height: 25px;
  background: #ececec;
  background-image: -webkit-linear-gradient(
    left,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-image: -o-linear-gradient(
    left,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-image: linear-gradient(
    90deg,
    #ececec 0px,
    #ddd 40px,
    #ececec 80px
  );
  background-size: 250px;
  border-radius: 3px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

@-webkit-keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }

  40%,
  100% {
    background-position: 208px;
  }
}

@keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }

  40%,
  100% {
    background-position: 208px;
  }
}

@-webkit-keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }

  40%,
  100% {
    background-position: 140px;
  }
}

@keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }

  40%,
  100% {
    background-position: 140px;
  }
}
@media only screen and (max-width: 600px) {
  .category-head-filter_btn {
    top: 40px;
  }
}

@media (min-width: 361px) and (max-width: 480px) {
  .category_patch_div {
    top: 104px !important;
  }

  .categoryheadtitle {
    padding-top: 10px;
  }

  .mob_inner_filter_wrap {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 667px) and (max-width: 767px) {
  .fullwidth {
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details {
    width: 100%;
  }

  .product-thumb {
    padding: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-thumb {
    padding: 5px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .product-thumb {
    padding: 5px;
  }
}

.tooltip-inner {
  background-color: #ff9cae;
  color: #fff;
}

.offer-container {
  position: relative;
  top: -12px;
  left: -12px;
  z-index: 1;
}

.breadcrumb-container {
  margin-top: 0px;
}
