.wavesfactory-cart {
  font-size: 1rem;
}

.wavesfactory-cart__cart {
  height: 100%;
  padding-top: 15px;
}

.overlay-fixed {
  position: fixed;
  visibility: hidden;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;

  transition-property: backdrop-filter, background-color, visibility, -webkit-backdrop-filter;
  transition-duration: .4s;
  transition-timing-function: linear;
  overflow: hidden;
}

.header-cart-container {
  margin-left: 5px !important;
  padding: 0;
  border: none;
}

.cart-button {
  font-size: 1.75em;
  color: #999999;
  padding: 5px 15px;
  display: inline-block;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cart-button:hover {
  color: #373737;
}

.moving-cart-container {
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 30px;
  width: 60px;
  height: 60px;
  display: none;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.moving-cart-container:hover {
  cursor: pointer;
  color: black;
  transform: translateY(-5px);
}

.cart-icon-container {
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2em;
  background-color: transparent;
}

.wavesfactory-cart__active {
  visibility: visible;
  background-color: rgba(40, 40, 40, .6);
}

.wavesfactory-cart__container {
  width: 400px;
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  max-width: calc(100vw - 16px);

  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.wavesfactory-cart__container.box-shadow-wide {
  right: 0;
}

.wavesfactory-cart__dynamic {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.wavesfactory-cart.active .wavesfactory-cart__container {
  transform: none;
}

.wavesfactory-cart__header {
  background-color: #F0F0F0;
  border-bottom: 2px solid #E4E4E4;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-basis: 100%;
  height: 56px;
}

.nav-item {
  margin-left: 5px;
}

.cart-title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
}

.justify-content-between {
  justify-content: space-between !important;
}

.wavesfactory-cart__close {
  margin-left: 20px;

  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.wavesfactory-cart__close:hover {
  transform: translateY(-1px);
  cursor: pointer;
  color: black;
}

.hide-scrollbar {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none !important;
}

.wavesfactory-cart__body {
  flex: 1 1 auto;
  overflow-x: hidden;
  padding: 0 5px;
}

.cart-item {
  background-color: #FAFAFA;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
}

.product__bundle {
  height: 172px;
}

.effects-bundle__products-container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

.effects-bundle__product {
  width: 40%;
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.effects-bundle__product-image {
  height: 35px;
  width: 35px;
  margin: 0 10px;
  border-radius: 3px;
}

.effects-bundle__product-name {
  font-size: 13px;
  line-height: 110%;
}

.cart-item.deleted {
  transform: translateX(20px);
  opacity: 0;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cart-item__product {
  padding: 8px;
  display: flex;
  align-items: stretch;
}

.cart-item__product:hover {
  border-radius: 5px;
}

.cart-item__product-image {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 20px;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.cart-item__product-image img {
  width: 100%;
  object-fit: cover;
  transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cart-item__product-image:hover img {
  transform: scale(1.3);
  cursor: pointer;
}

.cart-item__product-info {
  margin-right: 24px;
  flex-grow: 1;
  min-width: 0;
  justify-content: center;
}

.cart-item__product-info .copy {
  margin-bottom: 8px;
}

.product-price__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}

.reg-price {
  font-weight: 300;
}

.price {
  font-weight: 450;
}

.cart-item__info {
  align-items: flex-end;
  justify-content: center;
}

.cart-item__product-info, .cart-item__info {
  display: flex;
  flex-direction: column;
}

.cart-item__remove {
  margin-right: 4px;
  margin-top: 10px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cart-item__remove:hover {
  cursor: pointer;
  color: #a71313;
}

.cart-item__quantity-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  text-align: center;
  background-color: #FAFAFA;
}

.cart-item__quantity-control {
  color: #999999;
  margin: 0 5px;
  font-size: 30%;
  text-align: center;
  align-items: center;
  border-radius: 3px;

  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.control-active {
  background-color: #EEEEEE !important;
}

.control-active:hover {
  cursor: pointer;
  background-color: #DFDFDF !important;
}

.wavesfactory-cart__quantity {
  margin: 0 10px;
  text-align: center;
  width: 20px;
}

.plus {
  display: inline-block;
  width: 20px;
  height: 20px;

  background: linear-gradient(#999999, #999999),
  linear-gradient(#999999, #999999),
  transparent;
  background-position: center;
  background-size: 50% 2px, 2px 50%; /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.less {
  display: inline-block;
  width: 20px;
  height: 20px;

  background: linear-gradient(#999999, #999999),
  transparent;
  background-position: center;
  background-size: 50% 2px, 2px 50%; /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.wavesfactory-cart__footer {
  background: transparent;
}

.wavesfactory-cart__footer .cart_totals {
  border-top: 2px solid #cecece;
  padding: 8px 16px 24px 16px;
  background-color: #F0F0F0;
}

.wavesfactory-cart_price-container {
  width: 100%;
  /*height: 100%;*/
  float: right;
  text-align: center;
  vertical-align: center;
  align-items: center;
  margin: 20px 0;
  border-radius: 5px;
}

.total-price {
  font-size: xx-large;
  color: black;
}

.total-title {
  font-size: 18px;
  padding-left: 50px;
  padding-right: 5px;
  font-weight: 600;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.moving-cart-button {
  position: absolute;
  bottom: 10px;
  left: 14px;
  padding: 0;
  margin: 0;
  font-size: 30px;
}

.cart-products__number {
  position: absolute;
  top: -16px;
  right: 3px;
  text-align: right;
  font-size: x-small;
  font-weight: bold;
  color: white;
  display: none;
}

.products-number__header {
  top: -9px !important;
}

.cart-products__number-background {
  position: absolute;
  height: 13px;
  width: 12px;
  background-color: #282828;
  border-radius: 3px;
  display: none;
}

.count-background__header {
  top: -2px;
  right: 14px;
}

@media only screen and (max-width: 767px) {
  .count-background__header {
    left: 50%;
  }

  .count-background__moving {
    /*top: 7px !important;*/
    /*right: 18px !important;*/
  }

  .products-number__header {
    left: 50%;
    width: 50px;
    margin-left: -40px;
    top: -7px !important;
  }

  .cart-products__number {
    top: -14px;
    right: 3px;
  }
}

@media only screen and (max-width: 1023px) {
  .products-number__header {
    left: 50%;
    width: 50px;
    margin-left: -40px;
    top: -7px !important;
  }

  .cart-products__number {
    top: -14px;
    right: 3px;
  }
}

.count-background__moving {
  top: -9px;
  right: 0;
}

.count-background__header.wide-number {
  right: 15px;
  width: 15px;
}

.count-background__moving.wide-number {
  right: 1px;
  width: 15px;
}

.header-cart-container .cart-products__number {
  top: -13px;
  right: 16px;
}

/* Empty Cart */
.main-empty-cart__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.empty-cart__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  height: 300px;
}

.empty-cart__title {
  margin-top: 50px;
  padding: 0 30px;
}

.empty-cart__text {
  text-align: center;
}

.empty-cart__links {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

.banners-main-container {
  width: 100%;
  margin-bottom: 15px;
  border-top: solid 1px gainsboro;
  padding-top: 6px;
  overflow-x: hidden;
}

.banners-scroll-container {
  height: 480px;
}

.banner-container {
  height: 75px;
  margin: 10px 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.banners-title {
  margin-top: 40px;
  padding-left: 10px;
  font-size: 19px;
}

.banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);

  transition: 0.2s all ease-out;
}

.banner-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-image__container {
  width: 100%;
  height: 115%;
  clip-path: polygon(0 0, 80% 0, 70% 100%, 0 100%);
  margin: -5px;
  transition: 0.2s all ease-out;
}

.banner-image__container:hover {
  clip-path: polygon(0 0, 85% 0, 75% 100%, 0 100%);
}

.banner-product-name {
  color: #e8e8e8;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 21px;
  font-weight: 700;
  z-index: 1000;
}

.banner-product-name:hover {
  cursor: pointer;
  color: white;
}

.banner-product-description {
  color: #e8e8e8;
  position: absolute;
  left: 15px;
  top: 40px;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
}

.banner-add-button {
  position: absolute;
  bottom: 21px;
  right: 1px;
  border: 1px solid #e4e4e4;
  background-color: #f0f0f0;
  color: #4a90e2;
  padding: 1px 17px;
  border-radius: 6px;
  text-align: center;
  margin-top: 10px;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 12px;
  z-index: 150;

  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.banner-add-button:hover {
  cursor: pointer;
  transform: translateY(-1px);
  color: #74a8de;
}

/* Cart Recommendations */
.cart-recommendations__container {
  position: relative;
  margin: 10px;
  border-radius: 4px;
  height: 60px;
  color: white;
  padding: 5px;
  box-shadow: -5px 3px 20px 0 #888888;
  background: #9b59b6;
  background: linear-gradient(30deg, #6f4ae2, #4a90e2);
}

.cart-recommendations__script {
  position: absolute;
}

.cart-recommendations__left {
  width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cart-recommendations__image-container {
  position: absolute;
  top: 1px;
  height: 48px;
  width: 48px;
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}

.cart-recommendations__image {
  height: 42px;
  width: 42px;
  border-radius: 22px;
  transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cart-recommendations__image:hover {
  cursor: pointer;
  transform: scale(1.3);
}

.recommendation-product__name {
  position: absolute;
  left: 50px;
  top: 2px;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
  line-height: 1.5;
  width: 200px;
}

.recommendation-prices__container {
  position: absolute;
  left: 63px;
  font-size: 11px;
  top: 25px;
}

.recommendation-price__text {
  position: absolute;
  width: 60px;
  font-size: 11px;
  text-align: right;
  top: 13px;
  right: -88px;
}

.recommendation-price__discounted {
  height: 20px;
  width: 60px;
  text-align: right;
  font-weight: 700;
  padding: 1px 4px 1px 3px;
  background-color: white;
  color: #5c5c70;
  border-radius: 3px;
  margin: 0 5px;
}

.cart-recommendations__add {
  position: absolute;
  right: 15px;
  border: 2px solid white;
  background-color: white;
  color: #4a90e2;
  padding: 0 12px;
  width: 60px;
  border-radius: 6px;
  text-align: center;
  margin-top: 10px;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 12px;

  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.cart-recommendations__add:hover {
  cursor: pointer;
  transform: translateY(-1px);
  color: #74a8de;
}

.new-product__banner {
  background: rgb(205,0,0);
  background: linear-gradient(28deg, rgba(255,0,0,1) 0%, rgb(255 64 64) 50%);
  width: 48px;
  height: 58px;
  position: relative;
  text-align: center;
  left: 0;
  top: -26px;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 11px;
}

.bold-text {
  font-weight: bold;
}

.type--strikethrough-white {
  font-weight: normal;
  opacity: 1;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.type--strikethrough-white:after {
  content: '';
  display: block;
  width: 100%;
  height: 56%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid;
  color: white;
  transform: rotate(-15deg);
  transform-origin: 50% 100%;
}
