.product-images__featured .image-featured:not(.active) {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.product-content__item-num {
  margin-bottom: 1rem;
}

.product-content__description {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.image-preview,
.image-featured {
  position: relative;
  aspect-ratio: 1 / 1;
}

.image-featured {
  overflow: hidden; 
  position: relative; 
  width: 320px; 
  height: 320px;
  cursor: zoom-in;
  margin-left: 20px;
}

.image-preview > img,
.image-featured > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-content__name,
.product-content__item-num span {
  font-family: Oswald;
}

.product-content__item-num span {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16.8px;
}

.product-content__name {
  font-size: 44px;
  line-height: 61.6px;
  margin-bottom: 18px;
}

.product-content__description {
  font-size: 18px;
  line-height: 25.2px;
}

.product-content__cta {
  padding: 20px;
  background-color: #eaf5f9;
  margin-top: 30px;
}

.product-content__cta a {
  display: flex; 
  align-items: center;
  justify-content: flex-start;
}

.product-content__cta a span {
  display: flex; 
  align-items: center;
  justify-content: flex-start;
  margin-left: .5rem;
}

.product-content__cta svg path {
  fill: #19acf3;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.product-images__previews::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.product-images__previews {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media screen and (min-width: 768px) {
  .product-header__row,
  .product-images {
    display: flex;
/*     align-items: flex-end; */
    justify-content: space-between;
    position: relative;
  }
  .product-images {
    justify-content: flex-end;
  }
/*   .product-header__row > * {
    width: calc(50% - 20px);
  } */
  
  .product-header__images {
    width: 440px;
    margin-right: 50px;
  }
  .product-images__previews {
/*     width: calc(25% - 10px);
    position: absolute;
    left: 0;
    height: 100%;
    overflow: scroll; */
  }
/*   .product-images__featured {
    width: calc(75% - 10px);
  } */
}

.product-header .product-header__row {
  align-items: flex-start;
}

/* shopify buy styling */

.product-header #shopify-buy .visuallyhidden,
.product-header #shopify-buy .shopify-buy__select-icon {
  display: none;
}
.product-header #shopify-buy .shopify-buy__product__actual-price {
  font-size: 1.4em;
  color: #3f3f3f;
  padding: 20px 0 0;
  display: block;
}
.product-header #shopify-buy .shopify-buy__option-select__select {
  padding: 10px;
  margin: 5px 0 30px;
}


/* image modal */
.image-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.image-modal {
  bottom: 0;
}
.image-modal .modal__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.image-modal .modal-content {
  margin: 0 auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.image-modal .close {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: right;
  flex-basis: 100%;
  font-size: 30px;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  top: 10%;
  right: 0;
}
.image-modal .close span {
  color: #fff;
}
@media (max-width: 767px) {
  .product-header__row {
    display: flex;
    flex-wrap: wrap;
  }
  .product-header__row .product-header__content {
    order: 1;
  }
/*   .product-header__row .product-header__images {
    order: 2;
  } */
}
.image-preview {
  cursor: pointer;
}

/* .product-header__images {
  display: flex;
  flex-direction: column-reverse;
} */

.product-header__images {
  display: flex !important;
}

.product-images__previews {
  position: relative;
}

.product-swiper-prev,
.product-swiper-next {
  background: linear-gradient(273deg, white, rgba(255,255,255,0.7));
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  transform: scale(1.5);
  background: #19acf3;
}

.product-swiper-prev {
  background: linear-gradient(93deg, white, rgba(255,255,255,0.7));
  bottom: auto;
  top: 0;
}

.product-swiper-prev svg {
  transform: rotate(90deg);
}

.product-swiper-next svg {
  transform: rotate(90deg);
}

.product-swiper-prev svg,
.product-swiper-next svg {
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .product-header__images.product-images {
    width: 100%;
/*     margin-top: 30px; */
    display: flex;
    margin-bottom: 30px;
/*     flex-wrap: wrap; */
  }
  .product-images__featured {
    width: calc(100% - 70px);
  }
  .image-featured {
    height: 320px;
    max-width: 100%;
    width: 100%;
  }
  .product-images__previews {
    min-width: 70px;
    max-width: 70px;
  }
  
/*   .product-header__images.product-images .product-images__featured {
    display: none;
  } */
  .product-header__images.product-images .product-images__previews {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
  }
  .product-header__images.product-images .product-images__previews .image-preview {
    cursor: pointer;
  }
  .product-header__images.product-images .product-images__previews img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}



.product-content__size-serving {
  font-weight: 800;
  margin-bottom: 15px;
}
.product-header__product-note {
  background: #ecf5f9;
  font-size: 0.9em;
  margin-top: 15px;
  padding: 15px 15px 30px;
}
.js-source {
  border: 1px dashed red;
  padding: 20px;
}
.shopify-buy__option-select__select {
  font-weight: 800;
}
#nick-option {
  padding: 8px;
  margin-bottom: 15px;
}
.login-link {
  border: 1px solid #19acf3;
  padding: 12px 30px;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: #19acf3;
  border-radius: 42px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 14px;
}
.login-link:hover {
  border: 1px solid #19acf3;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: rgba(3, 3, 3, 0);
  color: #19acf3;
  fill: #19acf3;
}



.product-content__variants ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-content__variants ul li {
  padding: 0 0 10px;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.product-content__variants ul li input {
  line-height: 16px;
}
.product-content__variants ul li span {
  line-height: 16px;
  display: inline-block;
  margin-left: 10px;
}
.shopify-buy__product__variant-selectors {
  border: 1px dashed red;
  display: none;
}
.shopify-buy__product__srp {
  font-size: 0.9em;
  margin-bottom: 15px;
}
.product-header__purchase .shopify-buy__quantity-container {
  flex-basis: 155px;
  display: flex;
  align-items: center;
}
.product-header__purchase .shopify-buy__quantity-container > span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #000;
}
.product-header__purchase .shopify-buy__quantity-container .quantity__wrapper {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #b5bac4;
  border-radius: 4px;
  padding: 10px;
  height: 60px;
  width: 100px;
}
.product-header__purchase .shopify-buy__quantity-container .quantity__input {
  width: 45px;
  display: flex;
}
.product-header__purchase .shopify-buy__quantity-container .quantity__input input {
  border: none;
  max-width: 100%;
}
.product-header__purchase .shopify-buy__quantity-container .quantity__adjusters {
  display: flex;
  flex-direction: column;
  width: 30px;
}
.product-header__purchase .shopify-buy__quantity-container button {
  padding: 4px;
  background: #e9e9ec;
  border-radius: 0;
  font-size: 16px;
  width: 30px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-header__purchase .shopify-buy__quantity-container button:first-of-type {
  border-bottom: 1px solid #fff;
}
.product-header__purchase .shopify-buy__quantity-container button span {
  color: #000;
}
.product-header__purchase .shopify-buy__btn-wrapper {
  flex-basis: 200px;
  align-self: center;
}
.shopify-buy__product {
  display: flex;
  flex-wrap: wrap;
}
.shopify-buy__product > div {
  flex-basis: 100%;
}

/* swiper */
.product-images__previews {
  position: relative;
  width: 120px;
  height: 320px;
}

.product-images__previews-slider {
  width: 100%;
  height: 320px;
/*   max-width: 440px;
  padding-bottom: 30px; */
}

.product-images__previews-slider .swiper-slide .image-preview {
/*   width: 130px !important; */
}

.subscription-options {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
}
@media (min-width: 767px) {
  .subscription-options {
    justify-content: flex-start;
  }
}
.subscription-options > div {
  flex-basis: calc(50% - 20px);
  margin-top: 15px;
  margin-bottom: 20px;
}
.subscription-options > div:nth-child(1),
.subscription-options > div:nth-child(3) {
  margin-right: 40px;
}
@media (min-width: 767px) {
  .subscription-options > div {
    flex-basis: 50%;
    margin: 20px 20px 10px 0;
  }
}
.autoship {
  background: #c2c1c1;
  text-align: center;
  padding: 12px 15px;
  border-radius: 4px;
}
@media (min-width: 991px) {
  .autoship {
    max-width: 200px;
  }
}
.subscription-options {
  height: 82px;
}
.frequency ul {
  margin: 0;
  padding: 0;
}
.frequency ul li {
  padding: 0;
  margin: 0;
}
.frequency select {
  height: 50px;
}
@media (min-width: 768px) {
  .frequency select {
    width: 300px;
  }
}
.subscription__quantity {
  max-width: 200px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-basis: 155px;
}
.subscription__quantity > span {
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.subscription__quantity .quantity__wrapper--subscription {
  border: 1px solid #b5bac4;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  padding: 10px;
  width: 100px;
}
.subscription__quantity .quantity__wrapper--subscription .quantity__input {
  display: flex;
  width: 45px;
}
.subscription__quantity .quantity__wrapper--subscription .quantity__input input {
  border: none;
  max-width: 100%;
}
.subscription__quantity .quantity__wrapper--subscription .quantity__adjusters {
  display: flex;
  flex-direction: column;
  width: 30px;
}
.subscription__quantity .quantity__wrapper--subscription .quantity__adjusters button {
  align-items: center;
  background: #e9e9ec;
  border-radius: 0;
  display: flex;
  font-size: 16px;
  height: 20px;
  justify-content: center;
  padding: 4px;
  width: 30px;
}
.subscription__quantity .quantity__wrapper--subscription .quantity__adjusters button span {
  color: #000;
}
.subscription__quantity .quantity__wrapper--subscription .quantity__adjusters button span.visuallyhidden {
  display: none;
}
.subscription__quantity .quantity__wrapper--subscription .quantity__adjusters button:first-of-type {
  border-bottom: 1px solid #fff;
}
.subscription__checkout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
}

margin-bottom: 4px
.product-header .product-header__row {
  flex-wrap: wrap;
}
.product-header__images.product-images {
  margin-right: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-header__images.product-images {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 991px) {
  .product-header__images.product-images {
    flex-basis: 45%;
    width: 100%;
    justify-content: flex-start;
  }
  .product-header__images.product-images .product-images__previews-slider,
  .product-header__images.product-images .product-images__featured {
    height: 450px;
  }
  .product-header__images.product-images .product-images__featured {
    width: 100%;
  }
  .product-header__images.product-images .image-featured {
    height: 100%;
  }
}
.product-header__content.product-content {
  flex-basis: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-header__content.product-content {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 991px) {
  .product-header__content.product-content {
    flex-basis: calc(55% - 40px);
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopify-buy__btn-wrapper {
    margin-top: 20px;
  }
}

.product-images__featured .image-featured {
  width: 320px;
  height: 320px;
}
@media (min-width: 991px) {
  .product-images__featured .image-featured {
    height: 320px !important;
  }
}
@media (min-width: 1204px) {
  .product-images__featured .image-featured {
    height: 400px !important;
    width: 400px !important;
  }
}
@media (min-width: 1400px) {
  .product-images__featured .image-featured {
    height: 450px !important;
    width: 450px !important;
  }
}
@media (min-width: 991px) {
  .product-header__images.product-images {
    flex-basis: 48%;
  }
}
@media (min-width: 991px) {
  .product-header__content.product-content {
    flex-basis: 48%;
    margin-left: 0;
  }
}
.frequency p {
  margin-bottom: 5px;
}
.subscription__checkout .button {
  margin-bottom: 5px;
}
#shopify-buy { 
 padding-bottom: 20px;
}

.product-images__previews {
  height: 100%;
}

.shopify-buy-cart-wrapper html,
.shopify-buy-cart-wrapper body,
.shopify-buy-cart-wrapper h1,
.shopify-buy-cart-wrapper h2,
.shopify-buy-cart-wrapper h3,
.shopify-buy-cart-wrapper h4,
.shopify-buy-cart-wrapper h5,
.shopify-buy-cart-wrapper p {
  padding: 0;
  margin: 0;
}
.shopify-buy-cart-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shopify-buy-cart-wrapper body,
.shopify-buy-cart-wrapper html {
  min-height: 100%;
}
.shopify-buy-cart-wrapper html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #4c4c4c;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shopify-buy-cart-wrapper select {
  text-rendering: auto !important;
}
.shopify-buy-cart-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.shopify-buy-cart-wrapper img {
  display: block;
  max-width: 100%;
}
.shopify-buy-cart-wrapper input {
  -webkit-appearance: textfield;
  margin: 0;
}
.shopify-buy-cart-wrapper .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.shopify-buy-cart-wrapper .visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shopify-buy-cart-wrapper .component-container {
  overflow: hidden;
}
.shopify-buy-cart-wrapper .shopify-buy__type--center {
  text-align: center;
}
.shopify-buy-cart-wrapper .shopify-buy--visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.shopify-buy-cart-wrapper .shopify-buy__btn {
  color: #fff;
  font-size: 15px;
  background-color: #78b657;
  padding: 12px 40px;
  letter-spacing: 0.3px;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.shopify-buy-cart-wrapper .shopify-buy__btn:hover,
.shopify-buy-cart-wrapper .shopify-buy__btn:focus {
  background-color: #5f9d3e;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--parent {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--parent:hover .product__variant-img,
.shopify-buy-cart-wrapper .shopify-buy__btn--parent:focus .product__variant-img {
  opacity: 0.7;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--cart-tab {
  padding: 5px 11px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  opacity: 0;
  min-width: inherit;
  width: auto;
  height: auto;
  z-index: 2147483647;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--cart-tab.is-active {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.shopify-buy-cart-wrapper .shopify-buy__btn__counter {
  display: block;
  margin: 0 auto 10px;
  font-size: 18px;
}
.shopify-buy-cart-wrapper .shopify-buy__icon-cart--side {
  height: 20px;
  width: 20px;
}
.shopify-buy-cart-wrapper .shopify-buy__btn[disabled] {
  background-color: #999;
  pointer-events: none;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: #767676;
  border: none;
  background-color: transparent;
  -webkit-transition: color 100ms ease, -webkit-transform 100ms ease;
  transition: color 100ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, color 100ms ease;
  transition: transform 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 9px;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--close.continue-shopping {
  position: relative !important;
  right: auto;
  top: auto;
  font-size: medium;
  color: initial;
  border: none;
  background-color: transparent;
  transition: none;
  cursor: auto;
  font-family: inherit;
  padding-right: initial;
  color: #19acf3 !important;
  display: inline-block;
  padding-top: 12px 0 8px;
  margin: 0 auto;
  font-family: 'Work Sans', sans-serif;
  cursor: pointer;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--close.continue-shopping:hover {
  text-decoration: underline;
  transform: none;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--close:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  color: dimgray;
}
@-webkit-keyframes flipIn {
  from {
    max-height: 0;
    -webkit-transform: rotatex(90deg) translatey(-50%);
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
  to {
    max-height: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
}
@keyframes flipIn {
  from {
    max-height: 0;
    -webkit-transform: rotatex(90deg) translatey(-50%);
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
  to {
    max-height: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
}
@-webkit-keyframes flipOut {
  from {
    max-height: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
  to {
    max-height: 0;
    -webkit-transform: rotatex(90deg) translatey(-50%);
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
}
@keyframes flipOut {
  from {
    max-height: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
  to {
    max-height: 0;
    -webkit-transform: rotatex(90deg) translatey(-50%);
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
}
.shopify-buy-cart-wrapper .shopify-buy__cart-wrapper {
  height: 100%;
  padding-left: 10px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart {
  height: 100%;
  background-color: #fff;
  width: calc(100% - 10px);
  position: absolute;
  right: 0;
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}
.shopify-buy-cart-wrapper .shopify-buy__cart__header {
  padding: 20px 40px 20px 20px;
  position: relative;
  z-index: 2147483647;
  background-color: inherit;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__title {
  font-size: 18px;
  color: #767676;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-scroll {
  padding: 70px 0 135px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-scroll--discounts {
  padding-bottom: 170px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-scroll--cart-note {
  padding-bottom: 200px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-scroll--cart-note.shopify-buy__cart-scroll--discounts {
  padding-bottom: 230px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-items {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
  padding: 0 20px 20px;
  -webkit-overflow-scrolling: touch;
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item {
  min-height: 65px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: 200ms flipIn forwards;
  animation: 200ms flipIn forwards;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item.is-hidden {
  -webkit-animation-name: flipOut;
  animation-name: flipOut;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__image {
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__title {
  font-size: 14px;
  margin-left: 80px;
  margin-bottom: 3px;
  display: block;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__price {
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__price-and-discounts {
  float: right;
  text-align: right;
  max-width: 100px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__price-and-discounts .shopify-buy__cart-item__price {
  float: none;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__full-price {
  font-size: 12px;
  line-height: 12px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__discount {
  font-size: 12px;
  word-wrap: break-word;
  text-transform: uppercase;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__discount + .shopify-buy__cart-item__discount {
  margin-top: 5px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__discount__icon {
  width: 12px;
  height: 12px;
  vertical-align: top;
  fill: currentColor;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__variant-title {
  margin-left: 80px;
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 12px;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-bottom {
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 20px 20px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__subtotal__text {
  text-transform: uppercase;
  float: left;
  font-size: 11px;
  color: #4c4c4c;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__subtotal__price {
  float: right;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #4c4c4c;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__discount__text {
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__discount__text__icon {
  width: 11px;
  height: 11px;
  vertical-align: top;
  fill: currentColor;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__discount__amount {
  font-size: 12px;
  line-height: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__currency {
  font-size: 12px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__notice {
  font-size: 11px;
  clear: both;
  padding-top: 10px;
  text-align: center;
  color: #4c4c4c;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__note {
  clear: both;
  padding-top: 10px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__note__description {
  font-size: 11px;
  color: #4c4c4c;
}
.shopify-buy-cart-wrapper .shopify-buy__cart__note__text-area {
  resize: none;
  font-size: 11px;
  width: 100%;
  color: #4c4c4c;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-empty-text {
  padding: 10px 15px;
  text-align: center;
}
.shopify-buy-cart-wrapper .shopify-buy__btn--cart-checkout {
  clear: both;
  margin-top: 15px;
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-container {
  margin-left: 80px;
  margin-right: 100px;
  height: 26px;
  line-height: 26px;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-container.is-loading {
  opacity: 0.65;
  pointer-events: none;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__quantity-input {
  float: left;
  background: transparent;
}
@media (max-width: 330px) {
  .shopify-buy-cart-wrapper .shopify-buy__cart-item__price-and-discounts {
    max-width: 90px;
  }
  .shopify-buy-cart-wrapper .shopify-buy__quantity-container {
    margin-right: 90px;
  }
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-decrement,
.shopify-buy-cart-wrapper .shopify-buy__quantity-increment {
  color: #4c4c4c;
  display: block;
  height: 30px;
  float: left;
  line-height: 16px;
  font-family: monospace;
  width: 26px;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #767676;
  position: relative;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-decrement svg,
.shopify-buy-cart-wrapper .shopify-buy__quantity-increment svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  fill: currentColor;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-decrement {
  border-radius: 3px 0 0 3px;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-increment {
  border-radius: 0 3px 3px 0;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity {
  color: black;
  width: 40px;
  height: 30px;
  font-size: 16px;
  border: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
}
.shopify-buy-cart-wrapper input[type="number"]::-webkit-inner-spin-button,
.shopify-buy-cart-wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-container.shopify-buy__quantity-with-btns {
  overflow: hidden;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-container.shopify-buy__quantity-with-btns .shopify-buy__quantity {
  border-left: 0;
  border-right: 0;
  float: left;
}
.shopify-buy-cart-wrapper .custom-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shopify-buy-cart-wrapper .custom-footer > p {
  flex-basis: 100%;
  text-align: center;
}
.shopify-buy-cart-wrapper .shopify-buy__btn {
  border: 0 solid #19acf3;
  padding: 12px 30px;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: rgba(25, 172, 243, 0.7);
  border-radius: 42px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 14px;
}
.shopify-buy-cart-wrapper .shopify-buy__btn:hover {
  border: 1px solid #19acf3;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: rgba(3, 3, 3, 0);
  color: #19acf3;
  fill: #19acf3;
  transform: none;
}

.shopify-buy__quantity {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}

.shopify-buy__quantity::-webkit-inner-spin-button {
  display: none;
}