/*! Fataliiseeds WOO v1.0.0 | Leximo <hi@leximo.cz> */

/*
  form-coupon
  ***
*/

.form-coupon {
  width: 320px;
  position: relative;
  display: inline-block;
}

/*
  Adjust input
  ---
*/

.form-coupon .input {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}

/*
  Adjust button
  ---
*/

.form-coupon .button {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 6px 12px 6px 12px;
  white-space: nowrap;
  font-size: 14px;
}

/*
  table-cart
  ***
*/

.table-cart {
  width: 100%;
  margin: 0;
  min-width: 950px;
}

/*
  Next SAME
  ---
*/

.table-cart + .table-cart {
  margin-top: -1px;
}



/*
  Adjust css-icon
  ---
*/

.table-cart .css-icon {
  top: -3px;
}

/*
  Adjust button
  ---
*/

.table-cart .button {
  margin: 0;
}

/*
  Next SAME
  ...
*/

.table-cart .button + .button {
  margin-left: 12px;
}

/*
  THEAD
  ---
*/

.table-cart thead {
  text-align: left;
}

/*
  Cells
  ---
*/

.table-cart thead th {
  vertical-align: bottom;
  padding: 0 24px 0 0;
  background: transparent;
  border: none;
  line-height: 1;
}

/*
  Columns
  ...
*/

.table-cart thead th:nth-child(1) {
  padding-left: 24px;
}
.table-cart thead th:nth-child(3) {
  text-align: center;
}
.table-cart thead th:nth-child(4) {
  text-align: center;
}
.table-cart thead th:nth-child(5) {
  text-align: center;
}

/*
  SPAN
  ...
*/

.table-cart thead th span {
  display: inline-block;
  padding: 8px 14px 8px 14px;
  background-color: #E4E9EA;
  border-radius: 16px 16px 0 0;
  font-weight: 400;
  font-size: 13px;
  color: #6C6F76;
}

/*
  TBODY
  ---
*/

.table-cart tbody {
  width: 100%;
  border: 1px solid #DCE2E4;
  border-radius: 6px;
  text-align: left;
}

/*
  Cells
  ---
*/

.table-cart tbody td {
  vertical-align: middle;
  padding: 16px 24px 16px 24px;
  border: none;
  border-bottom: 1px solid #DCE2E4;
}

/*
  Columns
  ...
*/

.table-cart tbody td:nth-child(1) {
  width: 64px;
  text-align: center;
}
.table-cart tbody td:nth-child(2) {
  width: auto;
}
.table-cart tbody td:nth-child(3) {
  width: 180px;
  text-align: center;
} 
.table-cart tbody td:nth-child(4) {
  width: 120px;
  text-align: center;
} 
.table-cart tbody td:nth-child(5) {
  width: 180px;
  text-align: center;
} 
.table-cart tbody td:nth-child(6) {
  width: 40px;
  text-align: center;
}

/*
  TFOOT
  ---
*/

.table-cart tfoot {
  width: 100%;
  border: 1px solid #DCE2E4;
  border-radius: 6px;
  text-align: left;
}

/*
  Cells
  ---
*/

.table-cart tfoot td {
  background-color: #ECF2F3;
  border: none;
}

/*
  Columns
  ...
*/

.table-cart tfoot td:nth-child(1) {
  text-align: left;
}
.table-cart tfoot td:nth-child(2) {
  text-align: right;
}

/*
  image
  ---
*/

.table-cart__image {
  width: 54px;
  height: 54px;
  display: block;
  margin-left: 24px;
}

/*
  IMG
  ...
*/

.table-cart__image img {
  display: block;
  border-radius: 50px;
}

/*
  title
  ---
*/

.table-cart__title {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
}

/*
  excerpt
  ---
*/

.table-cart__excerpt {
  display: block;
  margin-top: 2px;
  line-height: 1.65;
}

/*
  price
  ---
*/

.table-cart__price {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

/*
  head
  ***
*/

.head {
  position: relative;
  font-size: 16px;
}

/*
  title
  ---
*/

.head__title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.head__excerpt {
  margin: 0;
  font-style: italic;
}

/*
  coupon
  ***
*/

.coupon {
  position: relative;
  padding: 20px 64px 20px 24px;
  border: 1px solid #ECF2F3;
  border-radius: 6px;
  font-size: 14px;
}

/*
  Decorations
  ---
*/

.coupon:before, 
.coupon:after {
  content: '';
  position: absolute;
}
.coupon:before {
  width: 10px;
  position: absolute;
  left: -10px;
  top: 4px;
  right: 0;
  bottom: 4px;
  background-color: #AA302D;
  border-radius: 6px 0 0 6px;
}
.coupon:after {
  width: 10px;
  left: -15px;
  top: 4px;
  bottom: 4px;
  background: url('../img/coupon.svg') left 4px no-repeat;
}

/*
  remove
  ---
*/

.coupon__remove {
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/*
  title
  ---
*/

.coupon__title {
  font-size: 18px;
  color: #333;
}

/*
  details
  ---
*/

.coupon__details {
  margin: 12px 0 0 0;
  list-style: none;
  font-size: 0;
}

/*
  LI
  ...
*/

.coupon__details li {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px 4px 8px;
  background-color: #3F77AB;
  border-radius: 4px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

/*
  -- list
  ---
*/

.coupon---list {
  margin-left: 14px;
  margin-top: 16px;
  font-size: 0;
}

/*
  Adjust coupon
  ...
*/

.coupon---list .coupon {
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 16px 0;
}

/*
  head
  ...
*/

.coupon---list__head {
  margin: 0 0 24px -12px;
}

/*
  list-methods
  ***
*/

.list-methods {
  position: relative;
  margin-bottom: 24px;
}

/*
  excerpt
  ---
*/

.list-methods__excerpt {
  margin: 16px 0 0 0;
  font-style: italic;
}

/*
  list
  ---
*/

.list-methods__list {
  margin: 0;
  list-style: none;
}

/*
  Adjust input
  ...
*/

.list-methods__list .input {
  position: absolute;
  left: 24px;
  top: 16px;
}

/*
  ITEM
  ...
*/

.list-methods__list li {
  position: relative;
  margin: 0 0 -1px 0;
  line-height: 1;
}

/*
  LABEL
*/

.list-methods__list li label, 
.list-methods__list li p {
  display: block;
  margin: 0;
  padding: 14px 24px 14px 56px;
  line-height: 1.6;
  border: 1px solid #DCE2E4;
}

/* Gaps */

.list-methods__list li:first-child label, 
.list-methods__list li:first-child p {
  border-radius: 6px 6px 0 0;
}
.list-methods__list li:last-child label, 
.list-methods__list li:last-child p {
  border-radius: 0 0 6px 6px;
}

/*
  BDI
*/

.list-methods__list li bdi {
  font-weight: 700;
  color: #333;
}

/*
  form-calculator
  ***
*/

.form-calculator {
  position: relative;
}

/*
  content
  ---
*/

.form-calculator__content {
  margin: 24px 0 0 0;
}

/*
  button
  ---
*/

.form-calculator__button {
  margin: 12px 0 0 16px;
}

/*
  detail-method
  ***
*/

.detail-method {
  display: block;
}

/*
  col
  ---
*/

.detail-method__col {
  width: calc(50% - 24px);
}

/*
  - align
  ...
*/

.detail-method__col--align-left {
  float: left;
}
.detail-method__col--align-right {
  float: right;
}

/*
  head
  ---
*/

.detail-method__head {
  margin-bottom: 24px;
}

/*
  Adjust detail-method
  ...
*/

.detail-order__totals .detail-method {
  margin-top: 42px;
}

#order_review .detail-method__col {
  display: none;
}

/*
  form-methods
  ***
*/

.form-methods {
  position: relative;
  display: block;
  margin-top: 30px;
}

/*
  button
  ---
*/

.form-methods__button {
  margin: 0;
}

/*
  adjust checkout fields
  ---
*/

.form--checkout .field__label[for="billing_phone"] .optional, .form--checkout .field__label[for="shipping_phone"] .optional {
  display: none;
}