@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-header-cart {
  height: 100%;
}
@media (max-width: 834px) {
  .main-header-cart.main-header-icon a {
    display: flex;
  }
}
.main-header-cart p {
  height: 100%;
}
.main-header-cart a {
  height: 100%;
}
.main-header-cart a:hover .cart-name {
  color: #FFD100;
}
.main-header-cart a:hover svg path {
  fill: #FFD100;
}
@media (max-width: 834px) {
  .main-header-cart a {
    background: #F6F7F9;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #030303;
    padding: 2rem 1rem;
    gap: 1rem;
    justify-content: center;
  }
  .main-header-cart a .cart-name {
    display: none;
  }
  .main-header-cart a .cart-total {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #030303;
    text-align: center;
  }
}
.main-header-cart a img {
  width: 1.5rem;
}
@media (max-width: 834px) {
  .main-header-cart a img {
    width: 3rem;
  }
}
.main-header-cart a svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 834px) {
  .main-header-cart a svg {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 834px) {
  .main-header-cart a svg path {
    fill: #030303;
  }
}

.small-cart-modal.modal {
  width: 31.5rem;
  background: #fff;
  /* position: relative; */
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0 0 0 auto;
}
@media (max-width: 834px) {
  .small-cart-modal.modal {
    width: 100%;
  }
}
.small-cart-modal.modal .mfp-close {
  width: 4rem;
  height: 4rem;
  background-size: 2rem 2rem;
  border-left: 1px solid #EDF1F7;
  right: 0;
  top: 0;
  -webkit-mask-size: 2rem;
          mask-size: 2rem;
}
.small-cart-modal-wrapper.loading {
  position: relative;
}
.small-cart-modal-wrapper.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.small-cart-modal-wrapper.loading:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(images/loader.svg) no-repeat center center/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: loader 0.6s linear infinite;
          animation: loader 0.6s linear infinite;
}
@media (max-width: 834px) {
  .small-cart-modal-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.small-cart-popup .mfp-content {
  vertical-align: top;
}
.small-cart-header {
  padding: 1.25rem 4rem 1.25rem 2rem;
  border-bottom: 1px solid #EDF1F7;
}
.small-cart-sub-header {
  display: block;
}
@media (max-width: 834px) {
  .small-cart-header {
    padding-left: 1rem;
  }
}
.small-cart-header h6 {
  margin: 0;
}
.small-cart-item {
  border-bottom: 1px solid #EDF1F7;
  padding: 2rem 1.5rem 2rem 2rem;
  display: flex;
}
@media (max-width: 834px) {
  .small-cart-item {
    display: block;
    padding: 1rem 3rem 1rem 1rem;
    clear: both;
    position: relative;
    min-height: 8.75rem;
  }
}
.small-cart-item-image {
  width: 9.25rem;
  height: 6.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2.5rem;
}
@media (max-width: 834px) {
  .small-cart-item-image {
    float: left;
    padding-right: 1rem;
    width: 7.75rem;
  }
}
.small-cart-item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 4rem;
  height: 6rem;
}
.small-cart-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  min-width: 16.4rem;
}
@media (max-width: 834px) {
  .small-cart-item-content {
    min-height: 6.75rem;
    align-content: center;
  }
}
.small-cart-item-name {
  font-size: 1rem;
  line-height: 1.5;
  color: #030303;
  font-weight: 500;
  flex-basis: 100%;
}
.small-cart-item-quantity {
  flex-basis: 5rem;
}
.small-cart-item-quantity .jq-number__field {
  width: 5rem;
}
.small-cart-item-quantity .jq-number__field input {
  padding: 0.625rem 1.75rem;
}
@media (max-width: 834px) {
  .small-cart-item-quantity .jq-number__field input {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #030303;
  }
}
.small-cart-item-quantity .jq-number__spin {
  display: block;
  box-shadow: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 0.5625rem 0.5625rem;
  top: 50%;
  transform: translateY(-50%);
}
.small-cart-item-quantity .jq-number__spin:after {
  display: none;
}
.small-cart-item-quantity .jq-number__spin.plus {
  right: 0.25rem;
  background: url(images/plus.svg) no-repeat center center;
}
.small-cart-item-quantity .jq-number__spin.plus:hover, .small-cart-item-quantity .jq-number__spin.plus:active {
  background: url(images/plus.svg) no-repeat center center;
  box-shadow: none;
}
.small-cart-item-quantity .jq-number__spin.minus {
  right: auto;
  left: 0.25rem;
  top: 50%;
  background: url(images/minus.svg) no-repeat center center;
}
.small-cart-item-quantity .jq-number__spin.minus:hover, .small-cart-item-quantity .jq-number__spin.minus:active {
  background: url(images/minus.svg) no-repeat center center;
  box-shadow: none;
}
.small-cart-item-price {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.77;
  font-weight: 700;
  color: #030303;
}
.small-cart-item-remove {
  padding-left: 2rem;
  flex-basis: 3.5rem;
  display: flex;
  align-items: center;
}
.small-cart-item-remove svg:hover path {
  fill: #030303;
}
.small-cart-item-remove svg path {
  transition: all 0.1s linear;
}
@media (max-width: 834px) {
  .small-cart-item-remove {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.small-cart-footer {
  /* padding-top: 1.75rem; */
}
@media (max-width: 834px) {
  .small-cart-footer {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.small-cart-footer ul {
  margin: 0;
  padding: 1.75rem 2rem 0;
  border-top: 1px solid #EDF1F7;
}
.small-cart-footer ul li {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.small-cart-footer ul li span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
}
.small-cart-footer ul li:not(:first-child) {
  margin-bottom: 0.5rem;
}
.small-cart-footer .black-button,
.small-cart-sub-header .black-button {
  display: block;
  margin-top: 2rem;
  border-radius: 0;
}
.small-cart-sub-header .black-button {
  margin-top: 0;
}
.small-cart-empty {
  padding: 1rem 2rem;
}
.small-cart-empty p {
  font-size: 1rem;
  line-height: 1.5;
  color: #030303;
  margin: 0;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNhc3Mvc3R5bGUuc2FzcyIsInN0eWxlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFO0lBQ0Usb0JBQUE7RUNDRjtFREFBO0lBQ0UseUJBQUE7RUNFRjtBQUNGO0FEUEE7RUFDRTtJQUNFLG9CQUFBO0VDQ0Y7RURBQTtJQUNFLHlCQUFBO0VDRUY7QUFDRjtBRERBO0VBQ0UsWUFBQTtBQ0dGO0FEQU07RUFERjtJQUVJLGFBQUE7RUNHTjtBQUNGO0FESEU7RUFDRSxZQUFBO0FDS0o7QURKRTtFQUNFLFlBQUE7QUNNSjtBREpNO0VBQ0UsY0FBQTtBQ01SO0FESlE7RUFDRSxhQUFBO0FDTVY7QURMSTtFQVJGO0lBU0ksbUJBQUE7SUFDQSxzQkFBQTtJQUNBLG1CQUFBO0lBQ0EsV0FBQTtJQUNBLGNBQUE7SUFDQSxrQkFBQTtJQUNBLFNBQUE7SUFDQSx1QkFBQTtFQ1FKO0VETk07SUFDRSxhQUFBO0VDUVI7RURQTTtJQUNFLGlCQUFBO0lBQ0EsaUJBQUE7SUFDQSxjQUFBO0lBQ0Esa0JBQUE7RUNTUjtBQUNGO0FEVEk7RUFDRSxhQUFBO0FDV047QURWTTtFQUZGO0lBR0ksV0FBQTtFQ2FOO0FBQ0Y7QURiSTtFQUNFLGFBQUE7RUFDQSxjQUFBO0FDZU47QURkTTtFQUhGO0lBSUksV0FBQTtJQUNBLFlBQUE7RUNpQk47QUFDRjtBRGhCUTtFQURGO0lBRUksYUFBQTtFQ21CUjtBQUNGOztBRGhCSTtFQUNFLGNBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0FDbUJOO0FEbEJNO0VBTkY7SUFPSSxXQUFBO0VDcUJOO0FBQ0Y7QURyQk07RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFDQSxRQUFBO0VBQ0EsTUFBQTtFQUNBLHVCQUFBO1VBQUEsZUFBQTtBQ3VCUjtBRHJCTTtFQUNFLGtCQUFBO0FDdUJSO0FEdEJRO0VBQ0UsV0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Es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 */