/* Mixin for adaptive font size:

Example: @include fluid-type($min_width, $max_width, $min_font, $max_font);

*/
/* Mixin for custom scroll bar:

Example: @include custom_scrollbar(5px, 5px, #e4e4e4, #b2b2b2, #fff, 20px);

*/
/* Mixin for adaptive font size:

Example: @include fluid-type($min_width, $max_width, $min_font, $max_font);

*/
/* Mixin for custom scroll bar:

Example: @include custom_scrollbar(5px, 5px, #e4e4e4, #b2b2b2, #fff, 20px);

*/
.product-item {
  display: flex;
}
.product-item .product-hash {
  font-family: var(--pa-font-base--500);
  font-size: 1.4rem;
}
.product-item .product-hash a {
  color: var(--pa-color-text);
}
.product-item .product-hash a:hover {
  color: var(--pa-color-primary);
}
.product-item .box-tocart .action.tocart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 5px 2rem;
  min-height: 54px;
  min-width: 150px;
  text-decoration: none !important;
  border: 2px solid transparent;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  font-family: var(--pa-font-base--500);
  font-size: 1.6rem;
  color: var(--pa-color-text);
  background-color: var(--pa-color-grey-1);
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .product-item .box-tocart .action.tocart {
    transition-duration: 0.3s;
    transition-property: border-color, color, background-color;
    transition-timing-function: ease;
  }
}
.product-item .box-tocart .action.tocart {
  background-color: var(--pa-color-secondary);
}
@media screen and (min-width: 1200px) {
  .product-item .box-tocart .action.tocart:hover {
    background-color: transparent;
    border-color: currentColor;
    color: var(--pa-color-text);
  }
}
.product-item .box-tocart .action.tocart {
  font-size: 1.4rem;
  min-height: 45px;
}
@media screen and (min-width: 992px) {
  .product-item .box-tocart .action.tocart {
    min-width: 188px;
  }
}
.product-item .box-tocart .action.tocart:before {
  display: none;
}
.product-item .box-tocart .action.tocart .shape-cart {
  margin-left: 1.2rem;
}

.product-item-photo {
  margin-bottom: 2rem;
}

.product-item-info {
  display: flex;
  flex-direction: column;
}
.product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info .product-item-details .price-box {
  margin-bottom: 2rem;
}
.product-item-info .product-item-details .product-item-actions .tocart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 5px 2rem;
  min-height: 54px;
  min-width: 150px;
  text-decoration: none !important;
  border: 2px solid transparent;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  font-family: var(--pa-font-base--500);
  font-size: 1.6rem;
  color: var(--pa-color-text);
  background-color: var(--pa-color-grey-1);
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .product-item-info .product-item-details .product-item-actions .tocart {
    transition-duration: 0.3s;
    transition-property: border-color, color, background-color;
    transition-timing-function: ease;
  }
}
.product-item-info .product-item-details .product-item-actions .tocart {
  background-color: var(--pa-color-secondary);
}
@media screen and (min-width: 1200px) {
  .product-item-info .product-item-details .product-item-actions .tocart:hover {
    background-color: transparent;
    border-color: currentColor;
    color: var(--pa-color-text);
  }
}
.product-item-info .product-item-details .product-item-actions .tocart {
  font-size: 1.4rem;
  min-height: 45px;
}
@media screen and (min-width: 992px) {
  .product-item-info .product-item-details .product-item-actions .tocart {
    min-width: 188px;
  }
}
.product-item-info .product-item-details .product-item-actions .tocart:before {
  display: none;
}
.product-item-info .product-item-details .product-item-actions .tocart .shape-cart {
  margin-left: 1.2rem;
}

.product-item-photo:hover {
  box-shadow: none;
}

.price-container .price-including-tax + .price-excluding-tax {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax:before {
  font-size: inherit;
}
.price-container .price-including-tax + .price-excluding-tax .price {
  font-size: inherit;
  font-family: var(--pa-font-base);
}

.product-labels {
  font-family: var(--pa-font-base--500);
  font-size: 1.4rem;
}
.product-labels .product-label {
  border-radius: 3px;
}
.product-labels .product-label.sale-label {
  background-color: var(--pa-color-bright);
}

.porto-products.title-border-bottom .slider-title,
.porto-products.title-border-bottom > .section-title,
.porto-products.title-border-bottom .section-title,
.related.products .slider-title,
.related.products > .section-title,
.related.products .section-title,
.porto-products.title-border-middle .slider-title,
.porto-products.title-border-middle > .section-title,
.porto-products.title-border-middle .section-title,
.block.crosssell .slider-title,
.block.crosssell > .section-title,
.block.crosssell .section-title {
  color: var(--pa-color-text);
  font-size: 3rem;
  font-family: var(--pa-font-title);
  text-transform: none;
  border-bottom: 1px solid var(--pa-color-grey-1);
  padding-bottom: 2.7rem;
  margin-bottom: 5rem;
  letter-spacing: normal;
  line-height: 1.4;
}
.porto-products.title-border-bottom .slider-title strong,
.porto-products.title-border-bottom > .section-title strong,
.porto-products.title-border-bottom .section-title strong,
.related.products .slider-title strong,
.related.products > .section-title strong,
.related.products .section-title strong,
.porto-products.title-border-middle .slider-title strong,
.porto-products.title-border-middle > .section-title strong,
.porto-products.title-border-middle .section-title strong,
.block.crosssell .slider-title strong,
.block.crosssell > .section-title strong,
.block.crosssell .section-title strong {
  font: inherit;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,
.related.products .products-slider.show-dots-title-right .owl-dots,
.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots,
.block.crosssell .products-slider.show-dots-title-right .owl-dots {
  top: -25px;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots .owl-dot:only-child,
.related.products .products-slider.show-dots-title-right .owl-dots .owl-dot:only-child,
.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots .owl-dot:only-child,
.block.crosssell .products-slider.show-dots-title-right .owl-dots .owl-dot:only-child {
  display: none !important;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots .owl-dot span,
.related.products .products-slider.show-dots-title-right .owl-dots .owl-dot span,
.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots .owl-dot span,
.block.crosssell .products-slider.show-dots-title-right .owl-dots .owl-dot span {
  border-color: var(--pa-color-primary);
  width: 16px;
  height: 16px;
  margin: 5px;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots .owl-dot span:after,
.related.products .products-slider.show-dots-title-right .owl-dots .owl-dot span:after,
.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots .owl-dot span:after,
.block.crosssell .products-slider.show-dots-title-right .owl-dots .owl-dot span:after {
  display: none;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots .owl-dot.active span,
.related.products .products-slider.show-dots-title-right .owl-dots .owl-dot.active span,
.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots .owl-dot.active span,
.block.crosssell .products-slider.show-dots-title-right .owl-dots .owl-dot.active span {
  background-color: var(--pa-color-primary) !important;
}
.porto-products.title-border-bottom .product-item-info,
.related.products .product-item-info,
.porto-products.title-border-middle .product-item-info,
.block.crosssell .product-item-info {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.porto-products.title-border-bottom .product-item-info:hover .product-item-details .product-item-actions .tocart,
.related.products .product-item-info:hover .product-item-details .product-item-actions .tocart,
.porto-products.title-border-middle .product-item-info:hover .product-item-details .product-item-actions .tocart,
.block.crosssell .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: transparent;
  border-color: currentColor;
  color: var(--pa-color-secondary);
}
.porto-products.title-border-bottom .product-item-details,
.related.products .product-item-details,
.porto-products.title-border-middle .product-item-details,
.block.crosssell .product-item-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.porto-products.title-border-bottom .product-item-actions,
.related.products .product-item-actions,
.porto-products.title-border-middle .product-item-actions,
.block.crosssell .product-item-actions {
  margin-top: auto;
  margin-bottom: 0;
}
.porto-products.title-border-bottom .product-item-name a,
.related.products .product-item-name a,
.porto-products.title-border-middle .product-item-name a,
.block.crosssell .product-item-name a {
  color: var(--pa-color-text);
  font-size: 1.6rem;
  letter-spacing: normal;
  margin-bottom: 0;
  line-height: 1.2;
}
.porto-products.title-border-bottom .product-hash,
.related.products .product-hash,
.porto-products.title-border-middle .product-hash,
.block.crosssell .product-hash {
  font-size: 1.4rem;
  font-family: var(--pa-font-base);
}
.porto-products.title-border-bottom .price-box,
.related.products .price-box,
.porto-products.title-border-middle .price-box,
.block.crosssell .price-box {
  padding-top: 2rem;
}
.porto-products.title-border-bottom .price-box .price,
.related.products .price-box .price,
.porto-products.title-border-middle .price-box .price,
.block.crosssell .price-box .price {
  color: var(--pa-color-primary);
  font-family: var(--pa-font-base--500);
}
.porto-products.title-border-bottom .price-box .price-including-tax .price,
.related.products .price-box .price-including-tax .price,
.porto-products.title-border-middle .price-box .price-including-tax .price,
.block.crosssell .price-box .price-including-tax .price {
  font-size: 1.6rem;
}
.porto-products.title-border-bottom .price-box .price-excluding-tax:before,
.related.products .price-box .price-excluding-tax:before,
.porto-products.title-border-middle .price-box .price-excluding-tax:before,
.block.crosssell .price-box .price-excluding-tax:before {
  color: var(--pa-color-text);
}
.porto-products.title-border-bottom .price-box .price-excluding-tax .price,
.related.products .price-box .price-excluding-tax .price,
.porto-products.title-border-middle .price-box .price-excluding-tax .price,
.block.crosssell .price-box .price-excluding-tax .price {
  font-family: var(--pa-font-base);
  color: var(--pa-color-text);
}
.porto-products.title-border-bottom .price-box .old-price,
.related.products .price-box .old-price,
.porto-products.title-border-middle .price-box .old-price,
.block.crosssell .price-box .old-price {
  display: block;
  padding-bottom: 5px;
}
.porto-products.title-border-bottom .price-box .old-price .price,
.related.products .price-box .old-price .price,
.porto-products.title-border-middle .price-box .old-price .price,
.block.crosssell .price-box .old-price .price {
  font-size: 1.4rem;
  color: #d0d0d0;
}
.porto-products.title-border-bottom .towishlist,
.porto-products.title-border-bottom .tocompare,
.related.products .towishlist,
.related.products .tocompare,
.porto-products.title-border-middle .towishlist,
.porto-products.title-border-middle .tocompare,
.block.crosssell .towishlist,
.block.crosssell .tocompare {
  display: none !important;
}
.porto-products.title-border-bottom .owl-stage,
.related.products .owl-stage,
.porto-products.title-border-middle .owl-stage,
.block.crosssell .owl-stage {
  display: flex;
}
.porto-products.title-border-bottom .owl-item,
.related.products .owl-item,
.porto-products.title-border-middle .owl-item,
.block.crosssell .owl-item {
  display: flex;
  flex-direction: column;
}
.porto-products.title-border-bottom .product-item,
.related.products .product-item,
.porto-products.title-border-middle .product-item,
.block.crosssell .product-item {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 575px) {
  .porto-products.title-border-bottom .product-item,
  .related.products .product-item,
  .porto-products.title-border-middle .product-item,
  .block.crosssell .product-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.qty.field,
.col.qty {
  --qty-wrap-width: 225px;
  --qty-text-width: 55.555%;
  --qty-changer-width: 22.2225%;
}
.qty.field .control,
.col.qty .control {
  width: var(--qty-wrap-width);
  flex-wrap: wrap;
}
.qty.field .control .mage-error,
.col.qty .control .mage-error {
  font-size: 1.2rem;
}
.qty.field .input-text.qty,
.col.qty .input-text.qty {
  height: 50px;
  width: var(--qty-text-width);
  background: none;
  font-size: 24px;
  border-color: var(--pa-color-text);
  font-family: var(--pa-font-base--500);
  box-shadow: none !important;
}
.qty.field .input-text.qty:focus,
.col.qty .input-text.qty:focus {
  box-shadow: none !important;
}
.qty.field .qty-changer > a,
.col.qty .qty-changer > a {
  height: 50px;
  width: var(--qty-changer-width);
  border-color: var(--pa-color-text);
}
.qty.field .qty-changer > a[disabled],
.col.qty .qty-changer > a[disabled] {
  pointer-events: none;
}
.qty.field .qty-changer > a[disabled]:before,
.col.qty .qty-changer > a[disabled]:before {
  opacity: 0.5;
  border-color: #707070;
}
.qty.field .qty-changer > a:before,
.col.qty .qty-changer > a:before {
  width: 16px;
  border-top-width: 3px;
  margin-top: -1.5px;
  margin-left: -8px;
}
.qty.field .qty-changer > a.qty-inc,
.col.qty .qty-changer > a.qty-inc {
  border-left: 0;
}
.qty.field .qty-changer > a.qty-inc:after,
.col.qty .qty-changer > a.qty-inc:after {
  height: 16px;
  border-left-width: 3px;
  margin-top: -8px;
  margin-left: -1.5px;
}
.qty.field .qty-changer > a.qty-dec,
.col.qty .qty-changer > a.qty-dec {
  border-right: 0;
}

body.checkout-cart-index {
  background-color: #fffffa;
}
body.checkout-cart-index .page-title-wrapper {
  max-width: calc(var(--pa-container-size-small) + var(--pa-container-space-x) * 2);
  padding-left: var(--pa-container-space-x);
  padding-right: var(--pa-container-space-x);
  margin-left: auto;
  margin-right: auto;
}
body.checkout-cart-index .page-title-wrapper .page-title {
  font-size: 3rem;
  font-family: var(--pa-font-base--500);
  color: var(--pa-color-text);
  margin-bottom: 3rem;
}
@media screen and (min-width: 1700px) {
  body.checkout-cart-index .page-title-wrapper .page-title {
    margin-bottom: 6rem;
  }
}
body.checkout-cart-index .page.messages {
  max-width: calc(var(--pa-container-size-small) + var(--pa-container-space-x) * 2);
  padding-left: var(--pa-container-space-x);
  padding-right: var(--pa-container-space-x);
  margin-left: auto;
  margin-right: auto;
}
body.checkout-cart-index .page-main {
  padding: 0;
}
body.checkout-cart-index main.page-main {
  max-width: 100%;
  padding: 5rem 0 40rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1700px) {
  body.checkout-cart-index main.page-main {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 991px) {
  body.checkout-cart-index main.page-main {
    padding-bottom: 25rem;
  }
}
body.checkout-cart-index main.page-main:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4rem;
  background-image: url("../images/category-pattern.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  min-height: 474px;
  width: 100%;
  pointer-events: none;
}
body.checkout-cart-index .columns {
  max-width: calc(var(--pa-container-size-small) + var(--pa-container-space-x) * 2);
  padding-left: var(--pa-container-space-x);
  padding-right: var(--pa-container-space-x);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  body.checkout-cart-index .block.crosssell {
    width: 100%;
    float: none;
    padding: 0;
  }
}
body.checkout-cart-index .cart-container {
  display: flex;
  flex-direction: column;
}
body.checkout-cart-index .cart-container .form-cart {
  order: -1;
}
@media screen and (min-width: 769px) {
  body.checkout-cart-index .cart-container .form-cart {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  body.checkout-cart-index .cart-summary {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
    background: none;
  }
}
body.checkout-cart-index .product-item-info .product-item-details .product-item-actions .tocart {
  min-width: auto;
}
body.checkout-cart-index .qty.field,
body.checkout-cart-index .col.qty {
  --qty-wrap-width: 195px;
}
@media screen and (min-width: 769px) {
  body.checkout-cart-index .qty.field,
  body.checkout-cart-index .col.qty {
    margin-left: -10px;
  }
}
@media screen and (min-width: 769px) {
  body.checkout-cart-index .qty.field .input-text.qty,
  body.checkout-cart-index .col.qty .input-text.qty {
    border-color: transparent;
  }
}
@media screen and (min-width: 769px) {
  body.checkout-cart-index .qty.field .qty-changer > a,
  body.checkout-cart-index .col.qty .qty-changer > a {
    border-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .cart.table-wrapper {
    border-top: 0;
  }
}
.cart.table-wrapper .cart thead tr th.col {
  font-family: var(--pa-font-base--500);
  color: var(--pa-color-text);
  text-transform: none;
  font-size: 1.8rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.29);
}
.cart.table-wrapper .cart thead tr th.col:first-child {
  padding-left: 0;
}
@media screen and (min-width: 1700px) {
  .cart.table-wrapper .cart thead tr th.col {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper .cart tbody .col.actions {
    display: block;
    position: absolute;
    right: 0;
    top: 1.7rem;
    width: auto;
  }
}
.cart.table-wrapper .cart > .item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper .cart > .item {
    display: block;
    padding-bottom: 2rem;
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .cart.table-wrapper .cart > .item .col {
    height: 15rem;
    display: table-cell;
  }
}
@media screen and (min-width: 1700px) {
  .cart.table-wrapper .cart > .item .col {
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper .cart > .item .col {
    text-align: left;
    padding-left: 0;
    height: auto;
  }
  .cart.table-wrapper .cart > .item .col:before {
    font-size: 1.6rem;
    font-family: var(--pa-font-base--500);
  }
  .cart.table-wrapper .cart > .item .col.item {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .cart.table-wrapper .cart > .item .col:first-child {
    padding-left: 0;
  }
}
.cart.table-wrapper .product-item-info {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.cart.table-wrapper .product-item-info .message, .cart.table-wrapper .product-item-info description {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1;
}
.cart.table-wrapper .product-item-info .product-item-details {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .cart.table-wrapper .product-item-info .product-item-details {
    display: inline-block;
    width: auto;
  }
}
.cart.table-wrapper .product-item-info .product-item-photo {
  margin-bottom: 0;
  margin-right: 1rem;
}
@media screen and (min-width: 769px) {
  .cart.table-wrapper .product-item-info .product-item-photo {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper .product-item-info .product-item-photo {
    margin-left: 0;
  }
}
.cart.table-wrapper .product-image-wrapper {
  padding-bottom: 100% !important;
  border-radius: 20px;
  background-color: var(--pa-color-secondary);
}
.cart.table-wrapper .product-image-wrapper .product-image-photo {
  position: absolute;
  height: 80%;
  max-width: 85%;
  -o-object-fit: contain;
  object-fit: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart.table-wrapper .product-item-name > a {
  font-family: var(--pa-font-base--500);
  color: var(--pa-color-text);
  text-transform: none;
  font-size: 1.8rem;
}
@media screen and (min-width: 1700px) {
  .cart.table-wrapper .product-item-name > a {
    font-size: 2rem;
  }
}
.cart.table-wrapper .product-item-name > a:hover {
  color: var(--pa-color-primary);
}
.cart.table-wrapper .col.price .price {
  color: var(--pa-color-text);
  text-transform: none;
  font-size: 1.8rem;
}
@media screen and (min-width: 1700px) {
  .cart.table-wrapper .col.price .price {
    font-size: 2rem;
  }
}
.cart.table-wrapper .col.actions {
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper .col.actions {
    display: none;
  }
}
.cart.table-wrapper .actions-toolbar {
  padding: 0 2rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper .actions-toolbar {
    padding-right: 0;
  }
}
.cart.table-wrapper .actions-toolbar > .action-towishlist {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .actions-toolbar > .action-edit {
  position: static;
  margin: 1rem 0;
  transition: 0.2s opacity ease;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  height: 20px;
  line-height: 20px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before {
  min-width: 14px;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "";
  width: 16px;
  height: 19px;
  background-image: url("../images/remove-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  opacity: 0.5;
}

#discount-coupon-form #coupon_code {
  height: 45px;
}

.cart-discount .actions-toolbar button.action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 5px 2rem;
  min-height: 54px;
  min-width: 150px;
  text-decoration: none !important;
  border: 2px solid transparent;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  font-family: var(--pa-font-base--500);
  font-size: 1.6rem;
  color: var(--pa-color-text);
  background-color: var(--pa-color-grey-1);
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .cart-discount .actions-toolbar button.action {
    transition-duration: 0.3s;
    transition-property: border-color, color, background-color;
    transition-timing-function: ease;
  }
}
.cart-discount .actions-toolbar button.action {
  min-height: 45px;
  opacity: 1;
  border-color: var(--pa-color-text);
  border-width: 1px;
}
.cart-discount .actions-toolbar button.action:not(:hover) {
  opacity: 1;
  background-color: var(--pa-color-secondary);
}
@media screen and (min-width: 1200px) {
  .cart-discount .actions-toolbar button.action:not(:hover):hover {
    background-color: transparent;
    border-color: currentColor;
    color: var(--pa-color-text);
  }
}
.cart-discount .actions-toolbar button.action:hover {
  background-color: var(--pa-color-text);
  color: #fff;
}

.cart-container .form-cart .actions.main {
  min-height: 45px;
  text-align: right;
}

.cart.actions button.action.update {
  background: none;
  text-transform: none;
  color: var(--pa-color-primary);
  font-family: var(--pa-font-base--500);
  font-size: 1.4rem;
  padding: 0;
  opacity: 1;
}
.cart.actions button.action.update:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("../images/update-icon.svg");
  mask-image: url("../images/update-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--pa-color-primary);
  vertical-align: middle;
  margin-right: 1rem;
}
.cart.actions button.action.update span {
  text-decoration: none !important;
  --bg-h: 1px;
  background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 var(--bg-h);
  padding-bottom: 1px;
  background-size: 100% var(--bg-h);
}
@media screen and (min-width: 1200px) {
  .cart.actions button.action.update span {
    transition: background-size 350ms;
  }
  .cart.actions button.action.update span:where(:hover, :focus-visible) {
    background-size: 0 var(--bg-h);
    background-position-x: right;
    color: currentColor;
  }
}

.cart-totals {
  border: 0;
  font-size: 1.6rem;
}
.cart-totals .totals tbody {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .cart-totals .totals tbody {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart-totals tbody .totals.sub,
.cart-totals tbody .totals-tax {
  display: none;
}
.cart-totals tbody .grand.totals .mark, .cart-totals tbody .grand.totals .amount {
  border: 0;
  color: var(--pa-color-text);
  font-size: 2.5rem;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .cart-totals tbody .grand.totals .mark, .cart-totals tbody .grand.totals .amount {
    font-size: 3rem;
  }
}
.cart-totals tbody .grand.totals .mark strong, .cart-totals tbody .grand.totals .amount strong {
  font-family: var(--pa-font-base);
}
.cart-totals tbody .grand.totals .mark {
  padding-right: 1.7rem;
}
@media screen and (min-width: 1200px) {
  .cart-totals tbody .shipping {
    margin-right: auto;
    margin-left: auto;
    padding-right: min(6vw, 190px);
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .cart-totals tbody .shipping {
    margin-bottom: 1.5rem;
  }
}
.cart-totals tbody .shipping th, .cart-totals tbody .shipping td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.cart-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border: 0;
  background: none;
}
@media screen and (max-width: 1199px) {
  .cart-summary {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart-summary .checkout-methods-items {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .cart-summary .checkout-methods-items {
    margin-left: min(5vw, 105px);
  }
}
@media screen and (max-width: 1199px) {
  .cart-summary .checkout-methods-items {
    margin-top: 2rem;
  }
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 5px 2rem;
  min-height: 54px;
  min-width: 150px;
  text-decoration: none !important;
  border: 2px solid transparent;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  font-family: var(--pa-font-base--500);
  font-size: 1.6rem;
  color: var(--pa-color-text);
  background-color: var(--pa-color-grey-1);
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .cart-summary .checkout-methods-items .action.primary.checkout {
    transition-duration: 0.3s;
    transition-property: border-color, color, background-color;
    transition-timing-function: ease;
  }
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  border-color: var(--pa-color-primary);
  background-color: var(--pa-color-primary);
  color: #fff;
}
.cart-summary .checkout-methods-items .action.primary.checkout:visited {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background-color: transparent;
    border-color: currentColor;
    color: var(--pa-color-primary);
  }
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  min-height: 70px;
  font-size: 2.4rem;
  text-transform: none;
  border-radius: 40px;
  padding: 5px 4rem;
  font-family: var(--pa-font-base);
  width: auto;
  min-height: 60px;
}
@media screen and (max-width: 1199px) {
  .cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background-color: var(--pa-color-primary);
    color: #fff;
  }
}
@media screen and (min-width: 1400px) {
  .cart-summary .checkout-methods-items .action.primary.checkout {
    min-width: 355px;
  }
}
.cart-summary .checkout-methods-items .action.primary.checkout:after {
  display: none;
}
.cart-summary .checkout-methods-items .action.multicheckout {
  display: none;
}
.cart-summary .cart-price-info {
  order: -1;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .cart-summary .cart-price-info {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .cart-summary .cart-price-info {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .cart-summary .cart-price-info {
    margin-bottom: 1.5rem;
  }
}

.cart-empty .cart-empty {
  font-size: 2.4rem;
  font-family: var(--pa-font-base--500);
}
.cart-empty .btn-go-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 5px 2rem;
  min-height: 54px;
  min-width: 150px;
  text-decoration: none !important;
  border: 2px solid transparent;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  font-family: var(--pa-font-base--500);
  font-size: 1.6rem;
  color: var(--pa-color-text);
  background-color: var(--pa-color-grey-1);
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .cart-empty .btn-go-shop {
    transition-duration: 0.3s;
    transition-property: border-color, color, background-color;
    transition-timing-function: ease;
  }
}
.cart-empty .btn-go-shop {
  border-color: var(--pa-color-primary);
  background-color: var(--pa-color-primary);
  color: #fff;
}
.cart-empty .btn-go-shop:visited {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .cart-empty .btn-go-shop:hover {
    background-color: transparent;
    border-color: currentColor;
    color: var(--pa-color-primary);
  }
}
.cart-empty .btn-go-shop {
  min-height: 70px;
  font-size: 2.4rem;
  text-transform: none;
  border-radius: 40px;
  padding: 5px 4rem;
  font-family: var(--pa-font-base);
}
.cart-empty .return-to-shop {
  padding-top: 2rem;
}
/*# sourceMappingURL=shopping-cart.css.map */
