body.checkout-cart-index {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body.checkout-cart-index .columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
body.checkout-cart-index .main-content {
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
body.checkout-cart-index .block.crosssell {
  display: none;
}
body.checkout-cart-index .cart-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.checkout-cart-index .title-before-cart-item {
  width: 1170px;
  order: 1;
  margin-bottom: 10px;
}
body.checkout-cart-index .title-before-cart-item .content-title span {
  font-size: 21px;
  font-weight: bolder;
}
body.checkout-cart-index form#form-validate {
  order: 2;
  margin-right: 30px;
  width: 768px;
}
body.checkout-cart-index .cart-summary {
  order: 3;
  background-color: #363636;
  padding: 20px 24px 19px 24px;
  width: 322px;
  height: fit-content;
}
body.checkout-cart-index .cart-summary .block.discount .content {
  padding-bottom: 10px;
}
body.checkout-cart-index .cart-summary .block.discount #discount-coupon-form .fieldset.coupon {
  margin: 0;
}
body.checkout-cart-index .cart-summary .block.discount #discount-coupon-form .fieldset.coupon .field {
  margin-bottom: 0;
}
body.checkout-cart-index .cart-summary .block.discount #discount-coupon-form .fieldset.coupon .field .label {
  display: none;
}
body.checkout-cart-index .cart-summary .block.discount #discount-coupon-form .fieldset.coupon .actions-toolbar {
  margin-top: 0;
}
body.checkout-cart-index .cart-summary .block.discount #discount-coupon-form .fieldset.coupon .actions-toolbar .primary {
  margin-right: 0;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  border-radius: 0;
  background-color: #676767;
  border: none;
}
body.checkout-cart-index .cart-summary .block.discount #discount-coupon-form .fieldset.coupon .actions-toolbar .primary button {
  box-shadow: none;
}
body.checkout-cart-index .cart-summary #cart-totals .table-wrapper .price {
  font-family: 'Agency FB';
}
body.checkout-cart-index .cart-summary #cart-totals .table-wrapper .grand.totals {
  margin-top: 25px;
}
body.checkout-cart-index .cart-summary #cart-totals .table-wrapper .grand.totals th,
body.checkout-cart-index .cart-summary #cart-totals .table-wrapper .grand.totals td {
  border-top: none;
  margin-top: 0;
}
body.checkout-cart-index .cart-summary #cart-totals .table-wrapper .grand.totals strong {
  font-weight: 500;
}
body.checkout-cart-index .cart-summary #cart-totals .table-wrapper tbody th,
body.checkout-cart-index .cart-summary #cart-totals .table-wrapper .price {
  font-size: 16px;
}
body.checkout-cart-index table.data.table.totals tr th {
  float: left;
  font-weight: 100;
}
body.checkout-cart-index table.data.table.totals {
  width: 100%;
}
body.checkout-cart-index table.data.table.totals tr td {
  float: right;
}
body.checkout-cart-index .cart-totals .table-caption {
  display: none;
}
body.checkout-cart-index strong.summary.title {
  display: none;
}
body.checkout-cart-index input#coupon_code {
  border: 1px solid #606060;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
}
body.checkout-cart-index .fieldset.coupon label.label {
  display: none;
}
body.checkout-cart-index .fieldset.coupon {
  display: flex;
  height: 50px;
  width: 100%;
}
body.checkout-cart-index .fieldset.coupon .field {
  width: 100%;
}
body.checkout-cart-index button.action.apply.primary {
  background-color: #606060;
  color: white;
  border: 1px solid #606060;
  border-radius: 0px;
  height: 44px;
  width: 50px;
  cursor: pointer;
}
body.checkout-cart-index button.action.cancel.primary {
  background-color: #606060;
  color: white;
  border: 1px solid #606060;
  border-radius: 0px;
  height: 44px;
  width: 100px;
  cursor: pointer;
}
body.checkout-cart-index table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-cart-index table#shopping-cart-table thead {
  width: 768px;
  background: #373737;
}
body.checkout-cart-index table#shopping-cart-table thead .actions span {
  display: none;
}
body.checkout-cart-index td.col.item {
  display: flex;
}
body.checkout-cart-index .cart.table-wrapper .cart tbody td {
  border: 0;
  font-family: 'Agency FB';
}
body.checkout-cart-index .cart.table-wrapper .cart tbody td.action {
  padding: 11px 15px;
}
body.checkout-cart-index .items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
body.checkout-cart-index table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
body.checkout-cart-index img.product-image-photo {
  max-height: 100px;
  max-width: 100px;
}
body.checkout-cart-index table#shopping-cart-table thead tr {
  height: 46px;
}
body.checkout-cart-index th.col.item {
  text-align: left;
  padding-left: 13px;
}
body.checkout-cart-index th.col.price {
  display: none;
}
body.checkout-cart-index td.col.price {
  display: none;
}
body.checkout-cart-index tbody.cart.item .control.qty > label > span {
  font-size: 24px;
  position: relative;
}
body.checkout-cart-index tbody.cart.item .control.qty > label > span.label {
  display: none;
}
body.checkout-cart-index tbody.cart.item .control.qty > label > span.minus {
  left: 20px;
}
body.checkout-cart-index tbody.cart.item .control.qty > label > span.plus {
  right: 20px;
}
body.checkout-cart-index input.input-text.qty::-webkit-outer-spin-button,
body.checkout-cart-index input.input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.checkout-cart-index input.input-text.qty[type=number] {
  -moz-appearance: textfield;
  font-family: "Agency FB";
  border: 1px solid #343434;
  width: 86px !important;
}
body.checkout-cart-index .plus-minus {
  height: 30px;
  border: 1px solid #343434;
  border-radius: 5px;
  width: 90px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
body.checkout-cart-index div.but-plus-minus {
  max-height: 100px;
  height: 43px;
  background-color: transparent;
  color: white;
  font-size: 18px;
  font-weight: 700;
  display: contents;
  cursor: pointer;
}
body.checkout-cart-index div#plus,
body.checkout-cart-index div#minus {
  outline: unset;
  border: unset;
}
body.checkout-cart-index strong.product-item-name {
  max-width: 200px;
  display: inline-block;
}
body.checkout-cart-index .product-item-details {
  margin-left: 23px;
  color: #fff;
}
body.checkout-cart-index .product-item-details a {
  color: #fff;
}
body.checkout-cart-index td.col.del-item {
  text-align: center;
  width: 50px;
}
body.checkout-cart-index td.col.qty {
  text-align: center;
}
body.checkout-cart-index td.col.subtotal {
  text-align: center;
}
body.checkout-cart-index td.col.subtotal span.price {
  color: #F1C400;
  font-size: 18px;
  font-weight: 700;
  font-family: "Agency FB";
}
body.checkout-cart-index .actions-toolbar .action.action-edit {
  display: none;
}
body.checkout-cart-index a.action.continue {
  display: none;
}
body.checkout-cart-index button.action.update {
  width: 166px;
  height: 40px;
  border: 1px solid #F1C400;
  border-radius: 5px;
  opacity: 1;
  background: transparent;
  float: right;
  margin-top: 22px;
  cursor: pointer;
}
body.checkout-cart-index button.action.update span {
  color: #F1C400;
}
body.checkout-cart-index tbody.cart.item {
  border-bottom: 1px solid white;
}
body.checkout-cart-index .cart.main.actions.active {
  margin-top: 20px;
}
body.checkout-cart-index .page-title-wrapper {
  opacity: 0;
}
body.checkout-cart-index .term-condition {
  order: 4;
  width: 1170px;
}
body.checkout-cart-index form.term-condition-form {
  width: 768px;
}
body.checkout-cart-index .condition-content {
  height: 164px;
  background: #363636;
  padding-top: 20px;
  padding-right: 34px;
  padding-left: 24px;
  padding-bottom: 20px;
}
body.checkout-cart-index form.term-condition-form > label.checkbox {
  margin-top: 20px;
}
body.checkout-cart-index .condition-content > p {
  height: 164px;
  overflow-y: scroll;
}
body.checkout-cart-index ul.checkout.methods.items.checkout-methods-items {
  order: 4;
  width: 1170px;
  margin-top: 20px;
}
body.checkout-cart-index ul.checkout.methods.items.checkout-methods-items li.item {
  width: 768px;
  justify-content: center;
  display: flex;
}
body.checkout-cart-index button.action.primary.checkout {
  width: 222px;
  height: 40px;
  background: #f1c400 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: 1px solid #F1C400;
  cursor: pointer;
}
body.checkout-cart-index button.action.primary.checkout > span {
  color: black;
  font-weight: 700;
}
body.checkout-cart-index .loading-mask {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #8080805e;
  z-index: 99999;
  text-align: center;
}
body.checkout-cart-index .loading-mask > div {
  position: absolute;
  top: 50%;
  left: 42%;
}
body.checkout-cart-index button.action.primary.checkout:disabled {
  background: #F1C400a6;
  border: 1px solid #F1C400a6;
}
body.checkout-cart-index strong.product-item-name {
  line-height: 1.2;
}
body.checkout-cart-index strong.product-item-name > a {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.6px;
  font-family: "Agency FB";
}
body.checkout-cart-index .product-item-details > p {
  font-family: 'Agency FB';
  font-size: 15px;
  color: #606060;
  letter-spacing: 0.1px;
}
body.checkout-cart-index .select-item-more {
  float: right;
}
body.checkout-cart-index .title-before-cart-item .content-title {
  margin-right: 30px;
  width: 768px;
}
body.checkout-cart-index .title-before-cart-item .content-title span {
  font-size: 21px;
  font-weight: bolder;
}
body.checkout-cart-index .title-before-cart-item .content-title span > span {
  font-size: 21px;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 1px;
  margin-left: 8px;
}
body.checkout-cart-index span.select-item-more {
  font-size: 16px !important;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400 !important;
}
body.checkout-cart-index span.select-item-more > img {
  transform: rotate(90deg);
  margin-right: 5px;
}
body.checkout-cart-index table.data.table.totals tr td span {
  font-weight: 600;
  letter-spacing: 0.5px;
}
body.checkout-cart-index tr.grand.totals th strong {
  font-size: 24px;
}
body.checkout-cart-index tr.grand.totals span.price {
  color: #F1C400;
  font-size: 24px !important;
}
body.checkout-cart-index tr.grand.totals td.amount {
  margin-top: 25px;
}
body.checkout-cart-index tr.grand.totals {
  border-top: 1px solid;
}
body.checkout-cart-index tr.grand.totals th.mark {
  margin-top: 20px;
}
#shopping-cart-table .col.qty,
#shopping-cart-table .col.subtotal {
  text-align: center;
}
.cart-view-term-and-conditions {
  order: 3;
  width: 90%;
}
.cart-view-term-and-conditions .cart-view-term-and-conditions-content {
  width: 718px;
  float: left;
  font-size: 16px;
}
.cart-view-term-and-conditions .cart-view-term-and-conditions-content label {
  font-weight: 600;
}
.cart-view-term-and-conditions .cart-view-term-and-conditions-content textarea {
  background-color: #363636;
  border: none;
  padding: 30px;
  margin-top: 10px;
}
