/*
	Global Settings
*/
/* Font Family*/
/* font icon*/
/* Global Color */
/* Colors */
/* shadow */
/* title */
/* button */
/* radius */
/* default speed animation */
/*---------------------------------------*/
/*--------       Cart Page         ------*/
/*--------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: 600;
  left: auto;
  color: #fff !important;
  background-color: #ff8400;
  box-shadow: 0px 2px 6px rgb(255 132 0 / 35%);
  border: 0;
  border-radius: 0px 0px 0px 14px;
  display: inline-block;
  background-image: none;
  text-shadow: none;
  min-height: 45px;
  line-height: 45px;
  padding: 0px 31px 0px !important;
  text-align: center;
  text-transform: capitalize;
  border: 2px solid transparent;
  transition: .3s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #ff8400;
  text-decoration: none;
  background-image: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ff8400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  display: inline-block;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #ff8400;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents{
  border: none;
}
@media (min-width: 992px) {
  .woocommerce table.shop_table.woocommerce-cart-form__contents,
  .cart-table01 {
    padding: 50px;
    border-radius: 0px 0px 0px 60px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce table.shop_table.woocommerce-cart-form__contents,
  .cart-table01 {
    padding: 40px;
    border-radius: 0px 0px 0px 60px; 
  } 
}

@media (min-width: 768px) {
  .woocommerce table.shop_table.woocommerce-cart-form__contents,
  .cart-table01 {
    box-shadow: 0px 4px 46px rgba(197, 205, 216, 0.2);
    background-color: #ffffff; } }

/*
	Cart Table 01
*/
.woocommerce table.shop_table.woocommerce-cart-form__contents thead tr > *:first-child,
.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr > *:first-child,
.cart-table01 thead tr > *:first-child,
.cart-table01 tbody tr > *:first-child 
{
  padding-left: 45px;
  padding-right: 10px; }
  @media (max-width: 991.98px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents thead tr > *:first-child,
    .woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr > *:first-child,
    .cart-table01 thead tr > *:first-child,
    .cart-table01 tbody tr > *:first-child 
    {
      width: 300px; 
    } 
  }

.woocommerce table.shop_table.woocommerce-cart-form__contents thead,
.cart-table01 thead {
  border-bottom: 2px solid #f3f8fc; 
}
.woocommerce table.shop_table.woocommerce-cart-form__contents thead th,
.cart-table01 thead th {
    font-family: "Poppins", sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 18px;
    text-align: left; 
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td,
.cart-table01 td {
  position: relative;
  padding-top: 32px;
  padding-bottom: 30px; }

.woocommerce table.shop_table.woocommerce-cart-form__contents .tt-form-inline .tt-form__group,
.cart-table01 .tt-form-inline .tt-form__group {
  padding-bottom: 0 !important; 
}

@media (min-width: 992px) {
  .woocommerce table.shop_table.woocommerce-cart-form__contents .tt-form-inline .tt-form__control,
  .cart-table01 .tt-form-inline .tt-form__control {
    width: 270px; 
  } 
}

@media (max-width: 991.98px) {
  .woocommerce table.shop_table.woocommerce-cart-form__contents .tt-form-inline .tt-form__control:not(textarea),
  .cart-table01 .tt-form-inline .tt-form__control:not(textarea) {
    height: 46px; 
  } 
}

.cart-table01__close {
  position: absolute;
  top: 0;
  left: 0;
  color: #005395;
  font-size: 11px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); 
}

.table-product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center; }
  .table-product .tt-rating {
    margin-top: 12px; }

.table-product__img + .table-product__contnt {
  margin-left: 20px; }

.table-product__img img {
  max-width: 60px; 
}
.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-Price-amount,
.cart-table__price {
  font-family: "Poppins", sans-serif;
  color: #00aeff;
  font-weight: 600;
  font-size: 20px; 
}

.table-product__title {
  color: #797d82;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400; }
  .table-product__title a {
    color: #4c4c4c;
    transition: color .2s linear; }
    .table-product__title a:hover {
      color: #005395; }

.cart-table__row-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  border-top: 2px solid #f3f8fc;
  padding-top: 30px; }
  @media (max-width: 767.98px) {
    .cart-table__row-btn {
      flex-wrap: wrap; }
      .cart-table__row-btn > * {
        width: 100%; }
        .cart-table__row-btn > *:not(:first-child) {
          margin-top: 16px; } }

@media (max-width: 767.98px) {
  .cart-table01 thead th,
  .cart-table__price {
    font-size: 18px; } }

/*
	Cart Table 02
*/
.cart-table02 {
  width: auto; }
  .cart-table02 tr td {
    position: relative;
    padding-bottom: 10px; }
    .cart-table02 tr td:first-child {
      font-size: 16px;
      color: #797d82;
      min-width: 286px; }
    .cart-table02 tr td:not(:first-child) {
      width: 100%; }
    @media (max-width: 575.98px) {
      .cart-table02 tr td:first-child {
        min-width: 140px; } }
  .cart-table02 tr:not(:first-child) td {
    padding-top: 10px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 60px;
  height: 76px;
}
.coupon-custom label {
  display: none;
}
input#coupon_code {
  min-width: 300px;
  min-height: 50px;
  width: auto;
}
input.apply-coupon.tt-btn.tt-btn01 {
  margin-left: 10px;
}
.product-price {
  color: #00aeff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  position: relative;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0px 0px 0px 14px;
  border: none;
  padding: 10px 34px 10px 26px;
  font-size: 16px;
  height: 58px;
  background-color: #ff8400;
  color: #fff;
  box-shadow: 0px 2px 6px rgb(255 132 0 / 35%);
  margin-top: 42px;
}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}
.cart_totals h2 {
  font-family: "Poppins", sans-serif;
  color: #4c4c4c;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  padding: 0 0 18px 0;
  margin-top: 43px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: left;
}
.cart_totals .woocommerce-Price-amount{
  font-family: "Poppins", sans-serif;
  color: #00aeff;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #e3e3e3;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  transition: .5s;
  font-family: 'Inter';
  font-size: 15px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3;
  height: 50px;
  border-radius: 0%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 20px;
  font-size: 15px;
  color: #6c7176;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  height: 150px;
}
