/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/cart.scss ***!
  \***************************************************************************************************************************************************/
.links .privacy, .links .terms {
  bottom: 1rem;
  position: absolute;
  color: #fff;
  left: 1rem;
  font-size: 1.2rem;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.links .terms {
  left: unset;
  right: 1rem;
}

.easypack-shipping-method-logo img {
  display: none !important;
}

.cart-collaterals tr > th:first-of-type {
  text-align: end;
  padding-right: 2rem !important;
}

.section {
  max-height: unset;
}

.woocommerce-shipping-destination, .woocommerce-shipping-calculator {
  display: none;
}

.header .logo + h1 {
  display: none;
}

.woocommerce table.shop_table th {
  font-size: 1.4rem;
  padding: 0 70px 40px 0;
  color: #fff;
}

table.shop_table.cart {
  border: none;
}
table.shop_table.cart td.actions {
  display: none;
}
table.shop_table.cart .cart_item {
  height: 61px;
  position: relative;
}
table.shop_table.cart .cart_item:hover:after {
  border: 2px solid #FF1160;
}
table.shop_table.cart .cart_item:hover .product-remove svg path {
  stroke: #FF1160;
}
table.shop_table.cart .cart_item:after {
  content: "";
  position: absolute;
  transition: 300ms border;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  translate: 0 calc(-50% + 10px);
}
table.shop_table.cart .cart_item td {
  font-size: 1.4rem;
  padding: 0 0 90px 0;
  position: relative;
  z-index: 20;
  border-top: 0;
  font-weight: 700;
}
table.shop_table.cart .cart_item td.product-remove {
  position: absolute;
  right: 20px;
  z-index: 30;
}
table.shop_table.cart .cart_item td.product-remove a {
  display: block;
  height: 20px;
  width: 20px;
}
table.shop_table.cart .cart_item td.product-remove a:hover {
  background: none;
}
table.shop_table.cart .cart_item td.product-remove a:hover svg {
  transition: 300ms scale;
  scale: 1.05;
}
table.shop_table.cart .cart_item td.product-thumbnail {
  position: relative;
}
table.shop_table.cart .cart_item td.product-thumbnail img {
  height: 104px;
  width: 104px;
  object-fit: contain;
  rotate: -3deg;
  position: absolute;
  translate: -100px -92px;
  top: 50%;
  z-index: 10;
}
table.shop_table.cart .cart_item td a, table.shop_table.cart .cart_item td span {
  color: #fff;
}
.woocommerce .cart-collaterals .cart_totals {
  float: left;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #FFFFFF;
  font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  border: none;
  width: 50%;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td, .woocommerce .cart-collaterals .cart_totals table.shop_table th, .woocommerce .cart-collaterals .cart_totals table.shop_table p, .woocommerce .cart-collaterals .cart_totals table.shop_table a {
  font-size: 1.4rem;
  border: none;
  color: #FFFFFF;
  padding: 9px 0;
}

.return-to-shop .button.wc-backward {
  color: #fff;
  border: 1px solid #FF1160;
  font-family: Inter;
  font-size: 14px;
  line-height: 44px;
  font-weight: 500;
  background-color: #FF1160;
  position: relative;
  padding: 0 32px;
  border-radius: 40px;
  transition: 300ms all;
}
.return-to-shop .button.wc-backward:hover {
  color: #fff;
  background-color: rgb(221, 0, 73.3571428571);
  border: 1px solid rgb(221, 0, 73.3571428571);
}
.return-to-shop .button.wc-backward span {
  display: flex;
  align-items: center;
}
.return-to-shop .button.wc-backward span svg {
  margin-right: 5px;
}
.checkout-button.button.alt.wc-forward {
  color: #fff;
  border: 1px solid #FF1160;
  font-family: Inter;
  font-size: 14px;
  line-height: 44px;
  font-weight: 500;
  background-color: #FF1160;
  position: relative;
  padding: 0 32px;
  border-radius: 40px;
  transition: 300ms all;
  padding: 0 43px 0 18px;
}
.checkout-button.button.alt.wc-forward:hover {
  color: #fff;
  background-color: rgb(221, 0, 73.3571428571);
  border: 1px solid rgb(221, 0, 73.3571428571);
}
.checkout-button.button.alt.wc-forward span {
  display: flex;
  align-items: center;
}
.checkout-button.button.alt.wc-forward span svg {
  margin-right: 5px;
}
.checkout-button.button.alt.wc-forward:after {
  content: "";
  position: absolute;
  height: 18px;
  top: 50%;
  width: 18px;
  translate: 0 -50%;
  right: 18px;
  background-image: url(../22761b05a5f95dd05df4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1240px) {
  .header {
    padding-top: 1.5rem;
  }
}
@media (max-width: 800px) {
  .logo_mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .checkout-button.button.alt.wc-forward {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    padding: 0;
    display: block;
  }
  table.shop_table.cart .cart_item {
    height: unset;
    padding-bottom: 150px;
  }
  table.shop_table.cart .cart_item:after {
    display: none;
  }
  table.shop_table.cart .cart_item td {
    padding: 0 0 20px 0;
    color: #fff;
  }
  table.shop_table.cart .cart_item td.product-remove {
    position: relative;
    translate: 0;
    right: unset;
    top: unset;
  }
  table.shop_table.cart .cart_item td.product-remove a {
    margin-left: auto;
  }
  table.shop_table.cart .cart_item td.product-thumbnail {
    display: block;
    padding: 0;
  }
  table.shop_table.cart .cart_item td.product-thumbnail:before {
    display: none;
  }
  table.shop_table.cart .cart_item td.product-thumbnail:after {
    position: absolute;
    content: "";
    width: 89%;
    border-radius: 1px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    bottom: -295px;
    left: 50%;
    translate: -50% 0;
  }
  table.shop_table.cart .cart_item td.product-thumbnail img {
    top: unset;
    bottom: -360px;
    rotate: 0deg;
  }
}
