@charset "UTF-8";
.woocommerce .cart.shop_table {
  border: none;
  color: #333;
  font-size: 19px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0;
}
.woocommerce .cart.shop_table th {
  border-bottom: 2px solid #d3d3d3;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .cart.shop_table td {
  border-bottom: 1px solid #eee;
  border-top: none;
  min-width: 0;
  padding: 15px 10px 12px;
}
.woocommerce .cart.shop_table td:before {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .woocommerce .cart.shop_table td {
    padding: 15px 0 12px 0;
  }
}
@media (min-width: 992px) {
  .woocommerce .cart.shop_table td.product-remove {
    width: 3.727273%;
  }
}
@media (min-width: 992px) {
  .woocommerce .cart.shop_table td.product-thumbnail {
    width: 9.545455%;
  }
}
@media (min-width: 992px) {
  .woocommerce .cart.shop_table td.product-price {
    padding-left: 15px;
    padding-right: 15px;
    width: 26.363636%;
  }
}
@media (min-width: 992px) {
  .woocommerce .cart.shop_table td.product-quantity {
    padding-left: 15px;
    padding-right: 15px;
    width: 20.90909%;
  }
}
@media (min-width: 992px) {
  .woocommerce .cart.shop_table td.product-subtotal {
    padding-left: 15px;
    padding-right: 15px;
    width: 24.545455%;
  }
}
.woocommerce .cart__actions {
  border: none !important;
}
.woocommerce .cart__title {
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 21px;
}
.woocommerce .cart__item-remove a {
  color: #333 !important;
  font-size: 18px;
  /*font-weight: 400;*/
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce .cart__item-remove a:hover {
  background-color: transparent;
  color: #fe9f79 !important;
}
.woocommerce .cart__item-thumb.product-thumbnail img {
  width: 76px;
}
.woocommerce .cart__item-name {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-align: right;
}
.woocommerce .cart__item-name a {
  color: #f98071;
  text-decoration: underline;
}
.woocommerce .cart__item-name a:hover {
  text-decoration: none;
}
.woocommerce .cart__collaterals {
  padding-top: 32px;
}
.shop-totals {
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .shop-totals {
    width: 247px !important;
  }
}
.shop-totals--order-review {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  margin: 0 !important;
  width: 100% !important;
}
.shop-totals--order-review thead {
  display: none;
}
.shop-totals__title {
  color: #292929;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2em;
  margin: 0 0 13px;
  text-align: center;
  text-transform: uppercase;
}
.shop-totals__proceed {
  padding: 0 !important;
}
.shop-totals__table {
  border: none !important;
  margin: 0 !important;
}
.shop-totals__row th,
.shop-totals__row td {
  border-top: 1px solid #eee !important;
  font-size: 19px;
  line-height: 21px;
  padding: 12px 10px 8px !important;
  font-weight: 400;
}
.shop-totals__row th strong,
.shop-totals__row td strong {
  font-weight: 400;
}
@media (min-width: 769px) {
  .shop-totals__row th,
  .shop-totals__row td {
    padding: 12px 0px 8px !important;
  }
}
.shop-totals__row th {
  text-align: right;
}
.shop-totals__row td {
  text-align: left;
}
.shop-totals--order-review .shop-totals__row th,
.shop-totals--order-review .shop-totals__row td {
  text-align: right;
}
.shop-totals--order-review .shop-totals__row th + td,
.shop-totals--order-review .shop-totals__row td + td {
  font-size: 19px;
  line-height: 21px;
  text-align: left;
}
.shop-totals--order-review .shop-totals__row th {
  font-size: 19px;
  line-height: 21px;
}
.shop-totals--order-review .shop-totals__row td {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400 !important;
  padding: 14px 0px 11px !important;
}
.checkout {
  letter-spacing: 0;
}
.checkout__title {
  color: #292929;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.checkout__title--order-review {
  margin-bottom: 11px;
}
.checkout__title--coupon {
  margin-bottom: 27px;
}
.checkout__actions {
  margin-top: auto;
  padding-top: 30px;
}
.checkout__billing-fields-wrapper {
  padding-top: 12px;
}
.checkout__review-order {
  padding-bottom: 36px;
}
.checkout__payment {
  background: none !important;
  padding-bottom: 37px;
}
.checkout__place-order {
  display: none !important;
}
.checkout__payment-methods {
  border: none !important;
  padding: 0 !important;
}
.checkout__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: -30px;
}
@media (min-width: 769px) {
  .checkout__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.checkout__column {
  padding-bottom: 30px;
}
.checkout__column--billings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.checkout__column--1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 769px) {
  .checkout__column--1 {
    padding-right: 24px;
  }
}
.checkout__column--2 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  min-width: 40%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 769px) {
  .checkout__column--2 {
    padding-left: 31px;
  }
}
.checkout__btn {
  font-size: 17px !important;
  padding: 12px 19px !important;
}
form.checkout label,
form.checkout input,
form.checkout select,
form.checkout textarea,
form.checkout .woocommerce-input-wrapper {
  border-color: #ddd;
  display: block;
  float: none;
  letter-spacing: 0;
  width: 100%;
}
form.checkout .form-row {
  display: block;
  float: none;
  margin: 0 0 3px;
  padding: 0;
  width: 100%;
}
form.checkout .form-row.woocommerce-invalid .select2-selection--single {
  border-color: #a00;
}
form.checkout .select2-selection--single {
  border-color: #ddd;
  height: 33px !important;
}
form.checkout input {
  padding: 6px 5px 5px;
}
form.checkout label {
  color: #292929;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em !important;
}
form.checkout label .optional,
form.checkout label .required {
  display: none;
}
form.checkout .select2-selection__arrow b {
  display: none;
}
form.checkout .select2-selection__arrow:before {
  color: #f98071;
  content: '\f078';
  font-family: "fontawesome";
  font-size: 15px;
  line-height: 1.2em;
}
.quantity {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 22px;
  vertical-align: top;
}
@media (min-width: 769px) {
  .quantity {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.quantity__input {
  border: none;
  position: relative;
  z-index: 0;
  width: 40px !important;
}
.quantity__button {
  color: #b2b2b2;
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 2.2rem;
  z-index: 2;
}
.quantity__button:hover {
  color: #f98071;
}
@media (max-width: 479px) {
  .quantity__button {
    width: 2.2rem;
  }
}
.coupon__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
}
.coupon__btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .coupon__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.coupon__label {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  padding-bottom: 26px;
}
.coupon__input {
  border-width: 1px !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 15px;
  letter-spacing: -0.04em;
  margin-bottom: 10px !important;
  margin-left: 4px !important;
  min-height: 45px;
}
@media (min-width: 769px) {
  .coupon__input {
    border-width: 0 0 1px 0 !important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 200px;
    padding: 10px 0px 5px 10px !important;
    width: auto !important;
  }
}
@media (min-width: 769px) {
  .coupon__input--checkout {
    min-width: 214px;
  }
}
.payment-method {
  letter-spacing: 0;
  padding: 0 !important;
}
.payment-method + .payment-method {
  padding-top: 14px !important;
}
.payment-method__input {
  display: none !important;
}
.payment-method__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.payment-method__label-info img,
.payment-method__label-info a {
  display: none;
}
.payment-method__label-radio {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b7b7b7;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
  width: 15px;
}
.payment-method__label-radio:before {
  background: #f98071;
  border-radius: 7px;
  content: '';
  display: none;
  height: 7px;
  width: 7px;
}
.payment-method__input:checked + .payment-method__label > .payment-method__label-radio:before {
  display: block;
}
.payment-method__box {
  background: none !important;
  margin: 0 !important;
  padding: 6px 0 0 !important;
}
.payment-method__box p {
  color: #333;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
}
.payment-method__box:after,
.payment-method__box:before {
  display: none !important;
}

/*# sourceMappingURL=woocommerce-styles.css.map */