/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/media-query-plugin/src/loader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./assets/scss/woocommerce-cart.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.cart_totals {
  border-radius: 14px;
  padding: 20px;
  row-gap: 15px;
}

.woocommerce .coupon {
  border-radius: 50rem;
  padding: 5px;
}

.woocommerce .coupon, .cart_totals {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: var(--igs-color-5);
  display: flex;
}

.woocommerce-shipping-methods {
  display: inline-flex;
  text-align: left;
}

.cart_totals, .woocommerce-shipping-methods {
  flex-direction: column;
}
.woocommerce-cart .woocommerce {
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1110px;
}

.woocommerce a.remove {
  width: 40px;
  height: 40px;
}

.woocommerce-cart .variation {
  margin-top: 5px;
  color: var(--igs-color-1);
  font-size: 14px;
}

.cross-sells h2 {
  margin-bottom: 20px;
}

.cross-sells, .woocommerce-cart-form {
  margin-bottom: 30px;
}

.woocommerce-cart .qty {
  padding-right: 0;
  padding-left: 0;
  width: 50px;
}

.cart_totals table.shop_table td,
.cart_totals table.shop_table th {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart_totals, .woocommerce-cart .qty {
  margin-right: auto;
  margin-left: auto;
}
.woocommerce .coupon, .woocommerce-shipping-methods {
  gap: 5px;
}

.wc-proceed-to-checkout, .woocommerce-cart .qty, .woocommerce-cart .quantity {
  text-align: center;
}
.woocommerce-cart .store_info {
  font-size: 12px;
}
.woocommerce-cart .variation- {
  margin-right: 4px;
  float: left;
}
.woocommerce-cart dt {
  clear: left;
}

.cross-sells .swiper {
  overflow: visible;
}
.cart_totals table.shop_table tbody td,
.cart_totals table.shop_table tbody th {
  background-color: var(--igs-color-6);
  box-shadow: none;
}
.cart_totals table.shop_table tbody td:first-child,
.cart_totals table.shop_table tbody th:first-child {
  box-shadow: none;
  padding-left: 20px;
}
.cart_totals table.shop_table tbody td:last-child,
.cart_totals table.shop_table tbody th:last-child {
  box-shadow: none;
  padding-right: 20px;
}
.cart_totals table.shop_table tbody td:first-child:last-child,
.cart_totals table.shop_table tbody th:first-child:last-child {
  box-shadow: none;
}
.cart_totals table.shop_table tbody td {
  text-align: right;
  font-weight: 700;
}
.cart_totals table.shop_table tr:first-child th,
.cart_totals table.shop_table tr:first-child td {
  padding-top: 20px;
}
.cart_totals table.shop_table tr:first-child th:first-child,
.cart_totals table.shop_table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.cart_totals table.shop_table tr:first-child th:last-child,
.cart_totals table.shop_table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.cart_totals table.shop_table tr:last-child th,
.cart_totals table.shop_table tr:last-child td {
  padding-bottom: 20px;
}
.cart_totals table.shop_table tr:last-child th:first-child,
.cart_totals table.shop_table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.cart_totals table.shop_table tr:last-child th:last-child,
.cart_totals table.shop_table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.woocommerce table.woocommerce-cart-form__contents .product-thumbnail {
  display: none;
}
.woocommerce table.woocommerce-cart-form__contents .product-name {
  justify-content: flex-start;
  order: 1;
}
.woocommerce table.woocommerce-cart-form__contents .product-name a:hover {
  color: var(--igs-link-color);
  text-decoration: underline;
}
.woocommerce .coupon input.input-text {
  height: 40px;
}

/*! purgecss end ignore */

@media (min-width: 506px) {
  .woocommerce .coupon {
    float: left;
  }
  .woocommerce table.woocommerce-cart-form__contents .actions > .button {
    float: right;
    margin-top: 4px;
  }
}

@media (min-width: 1000px) {
  .woocommerce-cart .woocommerce {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cart_totals h2 {
    font-size: var(--igs-h3-desktop);
  }
}

@media (max-width: 999.98px) {
  .woocommerce-cart .woocommerce {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cart_totals h2 {
    font-size: var(--igs-h3-mobile);
  }
}

@media (max-width: 767.98px) {
  .woocommerce table.woocommerce-cart-form__contents .actions:first-child:last-child {
    box-shadow: none;
  }
}

@media (max-width: 505.98px) {
  .woocommerce table.woocommerce-cart-form__contents .actions {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
