/*=========================================
cart page style start 
========================================*/
div#primary {
    padding: 50px 15px;
    width: 100%;
    max-width: 1200px;

}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  background: #fff;
  padding: 15px;
}

.is-large.wc-block-cart .wc-block-cart-items th span {
  font-family: "Prata", sans-serif;
  font-size: 14px;
}

.is-large.wc-block-cart .wc-block-cart-items thead {
  background: #fff;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-family: "Prata", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.wc-block-components-product-price {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  font-size: 16px;
  color: #535353;
  font-weight: 400;
  font-family: "Karla", sans-serif;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #535353;
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  background: #fff;
  padding: 15px !important;
}

.wc-block-components-sidebar-layout.wc-block-cart {
  gap: 10px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.wc-block-cart .wc-block-cart__totals-title {
  font-family: "Prata", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-size: 16px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  color: #000;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  text-align: left;
  font-family: "Prata";
  vertical-align: middle;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
  align-items: center;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    box-shadow: none;
    border: 1px solid #425e9b;
    color: #425e9b;
    border-radius: 999px;
    font-family: "Karla", sa;
    font-size: 16px;
    font-weight: 500;

}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover{
	color:#fff;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  border: 1px solid #425e9b;
  color: #425e9b;
  border-radius: 999px;
  font-family: "Karla", sa;
  font-size: 16px;
  font-weight: 500;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background: #425e9b;
  color: #fff;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input {
  font-size: 16px;
  border: 1px solid #425e9b;
  width: 100%;
  padding: 15px;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  width: 100%;
}

.wc-block-components-text-input label {
  text-align: left;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  top: 25px;
  left: 15px;
}

.wc-block-components-text-input.is-active input[type="text"] {
  padding: 20px 15px 5px 15px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  font-size: 16px;
  font-weight: 500;
  font-family: "Karla", sans-serif;
}

.wc-block-cart__submit {
  margin-bottom: 0px;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-size: 22px;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    height: 50px;
    width: 50px;
    mask-size: 50px;
}

h2.wp-block-heading.has-text-align-center {
    font-size: 18px;
    margin: 20px 0;
    display: block;
}

#primary .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla',sans-serif;
    color: #000000;
}

@media screen and (max-width: 699px) {
  .wc-block-components-sidebar-layout.wc-block-cart {
    flex-wrap: wrap;
  }
}
.wp-block-woocommerce-cart.alignwide {
    padding: 0 15px;
    margin: 0;
}
.wc-block-grid__product .wc-block-grid__product-title {
    color: var(--e-global-color-primary);
    font-family: 'Prata', sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 40px;
    height: 40px;
    text-align: center;
}

.wc-block-grid__product-price.price {
    margin: 8px 0;
    font-weight: 500;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    text-align: center;
    color: #62707c;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    display: block;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #425e9b;
    color: #fff;
    text-align: center;
    border-radius: 99px;
    box-shadow: none;
    font-family: 'Karla',sans-serif;
    font-weight: 500;

}

#primary .wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 180px;
    width: 100%;
}

table tr:nth-child(even) {
    background: #f7f7f8;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

.wp-block-woocommerce-empty-cart-block h2:nth-child(3) {
    display: none;
}

.wp-block-separator.has-alpha-channel-opacity {
    display: none;
}

.wp-block-woocommerce-cart.alignwide {}

div#primary {
    min-height: 70vh;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#primary main#main {
    width: 100%;
}

/*=========================================
cart page style end
========================================*/