.primary-images .carousel.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .primary-images .carousel.slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .primary-images .carousel.slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .primary-images .carousel.slide {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.default-color {
  color: #333;
}

.product--quantity-wrap {
  margin: 40px 0;
  position: relative;
}

.product-detail .selQtyLabel {
  font: 700 15.8px Work Sans;
  color: rgba(51, 51, 51, 0.5);
  margin-right: 30px;
  line-height: 18.53px;
}
@media only screen and (min-width: 992px) {
  .product-detail .selQtyLabel {
    font-size: 15.8px;
  }
}
.product-detail .product-name {
  font: 700 28.7px Work Sans;
  margin-bottom: 25px;
  line-height: 33.67px;
}
@media only screen and (min-width: 992px) {
  .product-detail .product-name {
    font: 700 28.7px Work Sans;
  }
}
.product-detail .dvsubTitle,
.product-detail .disTitle {
  font-size: 16px;
  line-height: 1.5rem;
}
.product-detail .sales.dp-price {
  font-size: 39.5px;
  line-height: 46.33px;
}
.product-detail .sales {
  font: 700 2rem Work Sans;
  margin-right: 0;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .product-detail .sales {
    font: 700 2.2rem Work Sans;
  }
}
@media only screen and (min-width: 1025px) {
  .product-detail .sales {
    font: 700 28.7px Work Sans;
    line-height: 33.67px;
  }
}
.product-detail .pricing-main {
  font-size: 16px;
  color: #9a9a9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.product-detail .pricing-main .prices {
  margin-bottom: 0;
  margin-top: 0;
}
.product-detail .priceLabel {
  margin-top: 0px !important;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .product-detail .priceLabel {
    font-size: 14px;
  }
}
.product-detail .input-counter.inputcounterAlign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  background-color: #eaf9f5;
  border-radius: 8px;
  border: 1px solid #bbb;
  position: relative;
}
.product-detail .input-counter.inputcounterAlign input.quantity-input {
  background-color: #fff;
  border: 1px solid #bbb;
  max-width: 52px;
  width: 3rem;
  border-radius: 8px;
  margin: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  padding: 10px 5px;
  font-size: 1.125em;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.product-detail .input-counter.inputcounterAlign input.quantity-input:focus-visible {
  outline: none;
  border: 0px;
}

.product-detail.product-wrapper {
  position: relative;
  z-index: 0;
}

.modal .custom-modal {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 9.75rem;
}
.modal .custom-modal .modal-content {
  background-color: #e0d559;
  border-radius: 0 !important;
}
.modal .custom-modal .modal-content .modal-body {
  padding: 1.5rem 5.625rem 1.5rem 5.625rem !important;
}
.modal .custom-modal .modal-content .modal-body p {
  font-size: 1.3rem !important;
  color: #333 !important;
  font-weight: 500 !important;
}
.modal .custom-modal .modal-content .modal-footer {
  border-top: 0px !important;
}
.modal .custom-modal .modal-content .modal-footer a {
  border-right: 0px !important;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

div#addtoCartModal.modal {
  background-color: transparent;
}

div#subscription-type {
  z-index: 0;
  position: relative;
}

#collapseShareicon {
  position: absolute;
  right: 70px;
  top: 83px;
  z-index: 99;
}

.margin-top {
  margin-top: 1.8rem;
}

.description_scroll .pricing-main {
  font-size: 15.4px;
  color: #9a9a9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.description_scroll .pricing-main .prices {
  padding-bottom: 0;
  padding-top: 0;
}

.description_scroll {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: auto;
  overflow-x: clip;
}
.description_scroll .attributes {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .description_scroll .attributes {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .description_scroll .attributes {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.disclaimerLabel .disDetails {
  color: #626262;
  margin-top: 0;
}

.fixed-imagescroll {
  position: fixed;
  top: 0;
}

.inputcounterAlign .theme-background {
  border: #00A990;
  background-color: #00645b !important;
  color: #d0d0d0 !important;
}

.inputcounterAlign .theme-background:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*pdp page css start*/
.pdp-carousel-inner {
  background: #fff;
  border-radius: 1rem;
  height: 360px;
  margin-left: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .pdp-carousel-inner {
    margin-left: 0rem;
    border-radius: 1rem;
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .pdp-carousel-inner {
    margin-left: 0rem;
    border-radius: 1rem;
    height: 500px;
  }
}
@media only screen and (min-width: 1025px) {
  .pdp-carousel-inner {
    margin-left: 1rem;
    height: 700px;
  }
}

.custom-fixedslider {
  position: absolute;
  left: 0;
  width: 43%;
  top: 195px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixedslider {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fixedslider {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .fixedslider {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .fixedslider {
    position: fixed;
    top: 195px;
    left: 35px;
    margin-top: 0;
    width: 43%;
  }
}
@media only screen and (min-width: 1025px) {
  .fixedslider {
    position: fixed;
    top: 195px;
    left: 35px;
    margin-top: 0px;
    width: 43%;
  }
}
.fixedslider .carousel-indicators .btnThumb {
  margin: 0;
  margin-bottom: 20px;
}

.fixedslider .product-breadcrumb {
  position: absolute;
  top: -77px;
}

.quantity-button.minus {
  margin-top: 6px;
}

.fixedslider-absolute {
  position: sticky !important;
}

.carousel-item.active {
  display: block;
  padding: 0.5rem;
  border-radius: 8px;
  float: none;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carousel-item.active .img-fluid {
  max-height: 391px !important;
  max-width: 100% !important;
}
@media only screen and (min-width: 992px) {
  .carousel-item.active .img-fluid {
    max-height: 572px !important;
    max-width: 100% !important;
  }
}

.product-quantitylabel {
  background: #00b7a2;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
  font-weight: 500;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.description-and-detail .pdp-tabdescription .product-center {
  overflow: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.description-and-detail .pdp-tabdescription .product-center::-webkit-scrollbar {
  width: 10px;
}
.description-and-detail .pdp-tabdescription .product-center::-webkit-scrollbar-track {
  background: #fff;
}
.description-and-detail .pdp-tabdescription .product-center::-webkit-scrollbar-thumb {
  background: #fff;
}
.description-and-detail .pdp-tabdescription .product-center::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .description-and-detail .pdp-tabdescription .product-center {
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.description-and-detail .accordion .card .card-header h5 button.btn-link:focus,
.description-and-detail .accordion .card .card-header h5 button.btn-link:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none;
}

/*pdp page css end*/
#addtoCartModal.modal .modal-dialog {
  max-width: 26.25rem;
}
#addtoCartModal.modal .modal-dialog .modal-body {
  text-align: center;
  padding: 2rem 2.8125rem 0.75rem 2.8125rem;
}
@media only screen and (min-width: 768px) {
  #addtoCartModal.modal .modal-dialog .modal-body {
    padding: 2.5rem 5.625rem 1.5rem 5.625rem;
  }
}
#addtoCartModal.modal .modal-dialog .modal-body h2 {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 1.25rem 0 0.25rem 0;
}
@media only screen and (min-width: 768px) {
  #addtoCartModal.modal .modal-dialog .modal-body h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#addtoCartModal.modal .modal-dialog .modal-body p {
  color: #5E5E5E;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #addtoCartModal.modal .modal-dialog .modal-body p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#addtoCartModal.modal .modal-dialog .modal-footer {
  padding: 0;
  border-top: 0.0625rem solid #E0E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#addtoCartModal.modal .modal-dialog .modal-footer a {
  background: transparent;
  width: 50%;
  color: #00B7A2;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0;
  padding: 0.8125rem;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  border-right: 0.0625rem solid #E0E5E5;
  text-align: center;
}
#addtoCartModal.modal .modal-dialog .modal-footer a:last-child {
  border-right: none;
}

#productNotAvailable #validationErrorPopUp.modal .modal-dialog {
  max-width: 26.25rem;
}
#productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-body {
  text-align: center;
  padding: 2rem 2.8125rem 0.75rem 2.8125rem;
}
@media only screen and (min-width: 768px) {
  #productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-body {
    padding: 2.5rem 5.625rem 1.5rem 5.625rem;
  }
}
#productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-body h2 {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 1.25rem 0 0.25rem 0;
}
@media only screen and (min-width: 768px) {
  #productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-body h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-body p {
  color: #5E5E5E;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-body p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-footer {
  padding: 0;
  border-top: 0.0625rem solid #E0E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-footer a {
  background: transparent;
  width: 50%;
  color: #00B7A2;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0;
  padding: 0.8125rem;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  border-right: 0.0625rem solid #E0E5E5;
  text-align: center;
}
#productNotAvailable #validationErrorPopUp.modal .modal-dialog .modal-footer a:last-child {
  border-right: none;
}

#validationErrorPopUp.modal .modal-dialog {
  max-width: 26.25rem;
}
#validationErrorPopUp.modal .modal-dialog .modal-body {
  text-align: center;
  padding: 2rem 2.8125rem 0.75rem 2.8125rem;
}
@media only screen and (min-width: 768px) {
  #validationErrorPopUp.modal .modal-dialog .modal-body {
    padding: 2.5rem 5.625rem 1.5rem 5.625rem;
  }
}
#validationErrorPopUp.modal .modal-dialog .modal-body h2 {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 1.25rem 0 0.25rem 0;
}
@media only screen and (min-width: 768px) {
  #validationErrorPopUp.modal .modal-dialog .modal-body h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#validationErrorPopUp.modal .modal-dialog .modal-body p {
  color: #5E5E5E;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #validationErrorPopUp.modal .modal-dialog .modal-body p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#validationErrorPopUp.modal .modal-dialog .modal-footer {
  padding: 0;
  border-top: 0.0625rem solid #E0E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#validationErrorPopUp.modal .modal-dialog .modal-footer a {
  background: transparent;
  width: 50%;
  color: #00B7A2;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0;
  padding: 0.8125rem;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  border-right: 0.0625rem solid #E0E5E5;
  text-align: center;
}
#validationErrorPopUp.modal .modal-dialog .modal-footer a:last-child {
  border-right: none;
}

.carousalThumb {
  position: relative !important;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  .carousalThumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .carousalThumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .carousalThumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}

.cart-and-ipay {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cart-and-ipay {
    float: none;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .cart-and-ipay {
    float: none;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-and-ipay {
    float: none;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .cart-and-ipay {
    float: none;
  }
}
.cart-and-ipay .add-tocartmobile {
  width: 100%;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .cart-and-ipay .add-tocartmobile {
    float: none;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .cart-and-ipay .add-tocartmobile {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-and-ipay .add-tocartmobile {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .cart-and-ipay .add-tocartmobile {
    margin-top: 20px;
  }
}
.cart-and-ipay .add-tocartmobile .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cart-and-ipay .add-tocartmobile {
    width: auto;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .carousalThumb {
    padding: 0;
    z-index: 0 !important;
  }
  .prices-add-to-cart-actions {
    position: relative;
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin: 15px 0;
  }
  .inputcounterAlign {
    margin-left: 20px;
    margin-right: 20px;
  }
  .product-detail .cart-and-ipay {
    float: none;
  }
  .cart-and-ipay .btn {
    width: 100%;
  }
  .dvSub {
    margin-top: 0px;
  }
  .row.disDetails.marginZero {
    display: none;
  }
}
.product-breadcrumb .breadcrumb {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.product-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #00645b !important;
  text-decoration: underline;
}

.disDetails {
  color: #5E5E5E;
  font-size: 16px;
  line-height: 1.8rem;
}

.bg-color {
  background: -webkit-gradient(linear, left top, right top, from(#B9E7B4), to(#CAF1FF));
  background: linear-gradient(90deg, #B9E7B4, #CAF1FF);
}

.border-whitedelivery {
  border-right: 15px solid #fff;
}

.deliverdbgwht {
  background: #fff;
  color: #333;
  border-radius: 20px;
  width: 90px;
  display: inline-block;
  padding: 3px;
  text-align: center;
}

.pendingbgwht {
  background: #FFE54E;
  color: #333;
  border-radius: 20px;
  width: 90px;
  display: inline-block;
  padding: 3px;
  text-align: center;
}

.border-yellowdelivery {
  border-right: 15px solid #FFE54E;
}

.footerContainerMain .bottom-bar1 ul li a {
  color: #1a1a1a;
  font-size: 13px;
  padding: 0.8rem;
  font-weight: 300;
}

.footerContainerMain .bottom-bar1 ul li {
  color: #1a1a1a;
  padding: 0px;
}

.footerContainerMain .bottom-bar1 .footer-card ul li a {
  background: #fff;
  margin-right: 0.5rem;
  padding: 0.4rem;
  border-radius: 0.2rem;
}

.slider.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-inner.carousel-width .carousel-item {
  width: 31%;
}

.carousel-width {
  width: 1140px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px;
}

.calendar {
  width: 100%;
  max-width: 950px;
  margin: auto;
  background-color: #fff;
}

.bisleriSodaHeadingText {
  color: red;
}

.product-details-image {
  background: #c0edfa;
  padding: 6rem 1rem 2rem;
  position: relative;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .product-details-image {
    padding: 6rem 1rem 2rem;
    top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .product-details-image {
    padding: 6rem 1rem 2rem;
    top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-details-image {
    padding: 0rem 2rem 2rem;
    top: -50px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-details-image {
    padding: 0rem 2rem 2rem;
    top: -50px;
  }
}

.short-brand-name {
  margin-top: 1.8rem;
}
.short-brand-name .product-category {
  font: 800 0.8em Work Sans;
  color: #9a9a9a;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .short-brand-name .product-category {
    font: 800 1em Work Sans;
  }
}

.addto-cartfixed {
  position: fixed;
  right: 0;
  left: auto;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  padding: 22px 55px;
  z-index: 9;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .addto-cartfixed {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .addto-cartfixed {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .addto-cartfixed {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .addto-cartfixed {
    width: 50%;
  }
}

.wishlist-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wishlist-circle {
  border: 2px solid #00b2a2;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.wishlist-circle i.fa {
  color: #00b2a2;
}

.description_scroll {
  padding: 15px 0px 55px;
}
@media only screen and (min-width: 768px) {
  .description_scroll {
    padding: 15px 0px 55px;
  }
}
@media only screen and (min-width: 992px) {
  .description_scroll {
    padding: 15px 0px 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .description_scroll {
    padding: 15px 40px 55px;
  }
}
@media only screen and (min-width: 1025px) {
  .description_scroll {
    padding: 15px 40px 55px;
  }
}
.description_scroll .share-iconscircle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #00b2a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.seo--title {
  font: italic 900 1.25em Tiempos Headline;
  margin-bottom: 20px;
  text-align: center;
}

.seo--body {
  font: 500 1.125em Work Sans;
}

.margin--top-10 {
  margin-top: 10px;
}