.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 0px;
  padding: 0px 0px 15px 0px;
}
@media only screen and (min-width: 768px) {
  .description-and-detail {
    padding: 0px 0px 15px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .description-and-detail {
    padding: 0px 0px 15px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .description-and-detail {
    padding: 0px 45px 15px 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .description-and-detail {
    padding: 0px 45px 15px 45px;
  }
}
.description-and-detail .card {
  margin-bottom: 0;
}
.description-and-detail .card .card-header {
  padding: 28px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0px !important;
}
.description-and-detail .card .card-header .btn {
  padding: 0 0;
}
.description-and-detail .card .card-header:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.description-and-detail .card .card-header h5 .btn {
  font: 700 19.25px Work Sans;
}
@media only screen and (min-width: 768px) {
  .description-and-detail .card .card-header h5 .btn {
    font: 700 19.25px Work Sans;
  }
}
.description-and-detail .card .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .description-and-detail .card .card-body {
    padding-top: 1.25rem;
  }
}
.description-and-detail .card .card-body .productList {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .description-and-detail .card .card-body .productList {
    padding-top: 1.8rem;
  }
}
.description-and-detail .card .card-body p {
  margin-bottom: 20px;
  font: 500 14px Work Sans;
  line-height: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .description-and-detail .card .card-body p {
    font: 500 14px Work Sans;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: "DM Sans", sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
    padding-left: 0px !important;
  }
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.breadcrumb a {
  color: black !important;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: 0rem;
  margin-bottom: 0;
}

.price {
  font-size: 1.5rem;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .accordion-body {
    padding: 0px;
    font-size: 1rem;
    color: #5F5F5F;
    font-weight: 400;
  }
  .accordion-body p {
    line-height: 1.5rem;
  }
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.iframe {
  width: 472px !important;
}

.marginZero {
  margin-left: 0px;
  margin-bottom: 20px;
}

.product--reviews-wrap {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product--reviews-wrap .rating-wrap {
  margin-right: 50px;
}

.product--reviews-wrap .rating-wrap .rating-number {
  font-size: 3.875em;
  line-height: 0;
  margin-bottom: 10px;
}

.product--reviews-wrap .rating-wrap .rating-number .star {
  font-size: 0.4em;
  color: #008476;
}

.bsstar {
  font-size: 24px;
}

.star-unchecked {
  color: #acacac;
}

.product--reviews-wrap .rating-wrap p {
  font-size: 0.75em;
}

.product--reviews-wrap .rating-detail .rating-row {
  margin-bottom: 10px;
}

.product--comment-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group--btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn.link {
  text-decoration: underline;
  color: #00b2a2;
  padding: 10px 30px 10px 0;
}

.color-bar {
  background-color: #D4D4D4 !important;
  height: 5px;
  margin-right: 10px;
}

.color-bar::-webkit-progress-value {
  background-color: #29b197;
}

.color-bar::-moz-progress-bar {
  background-color: #29b197;
}

.rating-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-number-wrap {
  margin-right: 10px;
}

.comment-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product--comment-wrap .comment-row .review-number-wrap .review-number {
  margin-right: 5px;
}

.product--comment-wrap .comment-row .comment-box {
  width: calc(100% - 60px);
}

.product--comment-wrap .comment-row .comment-name {
  margin-top: 20px;
}

.product--comment-wrap .comment-row .comment-name p {
  font-size: 0.875em;
  color: #acacac;
}

i.fa.fa-star-bgWhite:before {
  content: "\F005";
}

.product--comment-wrap .comment-row .review-number-wrap {
  background-color: #008476;
  border-radius: 2px;
  font-size: 0.875em;
  color: #fff;
  padding: 5px 6px;
  margin-right: 15px;
  height: 30px;
}

.star-rating {
  font-size: 24px;
  cursor: pointer;
}

.star {
  color: gray;
}

.star.active,
.star:hover {
  color: gold;
}

.product-review {
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-review .user-pic {
  background: #00B7A2;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  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;
}

.product-review .date {
  font-size: 0.75rem;
  color: #626262;
  width: 100%;
  font-weight: 400;
}

.product-review h4 {
  margin-bottom: 0;
}

.rating-count-count {
  font-size: large;
}

.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
}

ol.breadcrumb li.breadcrumb-item a {
  color: #1877F2;
}

.carousalThumb {
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0px;
  z-index: 0 !important;
}
@media only screen and (min-width: 768px) {
  .carousalThumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

button.btnThumb {
  min-height: 95px;
}

.vedica-product-class {
  background: linear-gradient(358.79deg, #1DA5DE -7.08%, #0663AE 48.57%, #2F2E7C 91.42%);
}
.vedica-product-class .main-menu {
  background-color: #302F7D;
}
.vedica-product-class .description_scroll .product-name {
  color: #fff;
}
.vedica-product-class .description_scroll .dvsubTitle {
  color: #fff;
}
.vedica-product-class .description_scroll .pricing-main {
  color: #fff;
}
.vedica-product-class .description_scroll .sales {
  color: #fff;
}
.vedica-product-class .description_scroll .priceLabel {
  color: #fff;
}
.vedica-product-class .description_scroll .disDetails {
  color: #fff;
}
.vedica-product-class .description_scroll .selQtyLabel {
  color: #fff;
}
.vedica-product-class .description_scroll .disTitle {
  color: #fff;
}
.vedica-product-class .description_scroll .subscribe-note {
  background-color: #C0E7FF;
}
.vedica-product-class .description_scroll .input-counter.inputcounterAlign {
  background: linear-gradient(285.59deg, #AD823D -138.92%, #AC853F -133.46%, #AC853F -130.74%, #AE8440 -128.01%, #AF8541 -125.28%, #B08642 -122.56%, #B08642 -119.83%, #B28942 -117.1%, #B28942 -114.38%, #B28946 -111.65%, #B38A46 -108.92%, #B18C49 -106.19%, #B18C49 -103.47%, #B58C47 -100.74%, #B68D47 -98.01%, #B68D49 -95.29%, #B68D49 -92.56%, #B78F4B -89.83%, #B78F4B -87.11%, #B78F4B -84.38%, #B7914D -81.65%, #B7914D -78.92%, #B5904F -76.2%, #B9924E -73.47%, #B9924E -70.74%, #B89251 -68.02%, #B99551 -65.29%, #BA9452 -62.56%, #BC9353 -59.84%, #BD9954 -57.11%, #BD9855 -54.38%, #BD9855 -51.65%, #BF9A58 -48.93%, #BF9A58 -46.2%, #C29D5B -43.47%, #C29D5B -40.75%, #C29D5B -38.02%, #C8A460 -35.29%, #C8A460 -32.57%, #C8A562 -29.84%, #C8A562 -27.11%, #C8A563 -24.38%, #CCA865 -21.66%, #CAA968 -18.93%, #CAA968 -16.2%, #CAA968 -13.48%, #CCAA69 -10.75%, #CCAA69 -8.02%, #D1B16D -5.3%, #D3B16D -2.57%, #D3B170 0.16%, #D3B170 2.89%, #D3B271 5.61%, #D4B373 8.34%, #D4B474 11.07%, #D3B477 13.79%, #D6B576 16.52%, #D5B77B 19.25%, #D6B77E 21.97%, #D7B97F 24.7%, #D7B980 27.43%, #D7BB80 30.16%, #D7BC80 32.88%, #D8BE81 35.61%, #D8BD84 38.34%, #DABF84 41.06%, #DAC086 43.79%, #DAC087 46.52%, #DBC189 49.24%, #DDC38B 51.97%, #DEC48D 54.7%, #E0C791 57.43%, #DFC693 60.15%, #E2CC97 62.88%, #E2CC97 65.61%, #E2CD9B 68.33%, #E2CD9B 71.06%, #E4CE9E 73.79%, #E4D0A0 76.51%, #E4D1A3 79.24%, #E4D2A5 81.97%, #E7D5A8 84.7%, #E7D5AA 87.42%, #E8D7AC 90.15%, #E8D8AE 92.88%, #E9D9B1 95.6%, #E9D9B2 98.33%, #E9DAB3 101.06%, #EADAB7 103.78%, #EBDEB9 106.51%, #EEDFBB 109.24%, #EBE1BE 111.97%, #EFE1BF 114.69%, #EFE3C2 117.42%, #EEE6C4 120.15%, #F2E6C6 122.87%, #F2E7C9 125.6%, #F3E9CB 128.33%, #F5EACF 131.05%, #F5EDD1 133.78%);
}
.vedica-product-class .description_scroll .quantity-input {
  background-color: transparent;
  color: #1a1a1a;
}
.vedica-product-class .theme-background {
  color: #1a1a1a !important;
  font-weight: 600 !important;
  background: linear-gradient(285.59deg, #AD823D -138.92%, #AC853F -133.46%, #AC853F -130.74%, #AE8440 -128.01%, #AF8541 -125.28%, #B08642 -122.56%, #B08642 -119.83%, #B28942 -117.1%, #B28942 -114.38%, #B28946 -111.65%, #B38A46 -108.92%, #B18C49 -106.19%, #B18C49 -103.47%, #B58C47 -100.74%, #B68D47 -98.01%, #B68D49 -95.29%, #B68D49 -92.56%, #B78F4B -89.83%, #B78F4B -87.11%, #B78F4B -84.38%, #B7914D -81.65%, #B7914D -78.92%, #B5904F -76.2%, #B9924E -73.47%, #B9924E -70.74%, #B89251 -68.02%, #B99551 -65.29%, #BA9452 -62.56%, #BC9353 -59.84%, #BD9954 -57.11%, #BD9855 -54.38%, #BD9855 -51.65%, #BF9A58 -48.93%, #BF9A58 -46.2%, #C29D5B -43.47%, #C29D5B -40.75%, #C29D5B -38.02%, #C8A460 -35.29%, #C8A460 -32.57%, #C8A562 -29.84%, #C8A562 -27.11%, #C8A563 -24.38%, #CCA865 -21.66%, #CAA968 -18.93%, #CAA968 -16.2%, #CAA968 -13.48%, #CCAA69 -10.75%, #CCAA69 -8.02%, #D1B16D -5.3%, #D3B16D -2.57%, #D3B170 0.16%, #D3B170 2.89%, #D3B271 5.61%, #D4B373 8.34%, #D4B474 11.07%, #D3B477 13.79%, #D6B576 16.52%, #D5B77B 19.25%, #D6B77E 21.97%, #D7B97F 24.7%, #D7B980 27.43%, #D7BB80 30.16%, #D7BC80 32.88%, #D8BE81 35.61%, #D8BD84 38.34%, #DABF84 41.06%, #DAC086 43.79%, #DAC087 46.52%, #DBC189 49.24%, #DDC38B 51.97%, #DEC48D 54.7%, #E0C791 57.43%, #DFC693 60.15%, #E2CC97 62.88%, #E2CC97 65.61%, #E2CD9B 68.33%, #E2CD9B 71.06%, #E4CE9E 73.79%, #E4D0A0 76.51%, #E4D1A3 79.24%, #E4D2A5 81.97%, #E7D5A8 84.7%, #E7D5AA 87.42%, #E8D7AC 90.15%, #E8D8AE 92.88%, #E9D9B1 95.6%, #E9D9B2 98.33%, #E9DAB3 101.06%, #EADAB7 103.78%, #EBDEB9 106.51%, #EEDFBB 109.24%, #EBE1BE 111.97%, #EFE1BF 114.69%, #EFE3C2 117.42%, #EEE6C4 120.15%, #F2E6C6 122.87%, #F2E7C9 125.6%, #F3E9CB 128.33%, #F5EACF 131.05%, #F5EDD1 133.78%) !important;
}
.vedica-product-class .pdp-tabdescription .product-center a .product-category p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff !important;
}
.vedica-product-class .accordion-body p {
  color: #fff !important;
}
.vedica-product-class .accordion-body .productList li {
  color: #fff;
}