body.checkout-cart-index #shopping-cart-table tbody tr td {
  vertical-align: middle;
  width: unset !important;
  font-size: 17px;
}
body.checkout-cart-index .page-wrapper .header-wrapper {
  min-height: unset;
  padding: 165px 0 80px 0;
  background: #06c3de;
}
body.checkout-cart-index .page-wrapper .cart-container {
  margin-bottom: 50px;
  max-width: 1110px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper {
  display: flex;
  justify-content: flex-end;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-photo {
  width: auto;
  padding-right: 0;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details {
  width: 100%;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .product-name {
  position: relative;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .product-name .col.actions a {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 27px;
  background: url("../images/remove.png") no-repeat;
  margin-top: -4px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .product-name .col.actions a i {
  display: none;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table {
  width: 100%;
  color: black;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td.actions {
  width: 22px !important;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td.actions a {
  margin-right: 0;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td .control {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100px;
  height: 31px;
  border: 2px solid #40dac5;
  border-radius: 50px;
  color: #40dac5;
  margin: 0 auto;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td .control * {
  flex-grow: 1;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td .control span.minus-qty-product,
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td .control span.plus-qty-product {
  font-size: 6px;
  cursor: pointer;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td .control span.minus-qty-product {
  padding-left: 5px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td .control span.plus-qty-product {
  padding-right: 5px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td .control input {
  height: unset;
  border: none;
  padding: 0;
  color: #40dac5;
  font-size: 10px;
  background: transparent;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr:first-child {
  border: 1px solid #40dac5;
  line-height: 2;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.left td:first-child,
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.right td:first-child,
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.left td:first-child,
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.right td:first-child {
  font-weight: bold;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.left {
  line-height: 3;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.right {
  line-height: 1.5;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr:first-child th,
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.left td,
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.right td {
  text-align: center;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr:first-child th:nth-child(2),
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.left td:nth-child(2),
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr.right td:nth-child(2) {
  text-align: left;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr:first-child th:nth-child(2) {
  text-align: left;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table span.price {
  color: #1a2732;
  font-size: 16px;
  font-weight: 600;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription {
  display: flex;
  margin-top: 5px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .month-lens-subscription {
  position: relative;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .month-lens-subscription .title-date {
  color: #40dac5;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .month-lens-subscription .sub-menu-date {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  background-color: #f7f7f7;
  width: 117px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .month-lens-subscription .sub-menu-date ul {
  margin: 10px 0px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .month-lens-subscription .sub-menu-date ul li {
  cursor: pointer;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .title {
  width: 100%;
  max-width: 175px;
  color: #4814a0;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions {
  width: 100%;
  color: #232323;
  font-size: 17px;
  font-weight: 700;
  background-color: #f2f2f2;
  padding: 11px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions span {
  margin-right: 2px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions .check-container {
  display: block;
  position: absolute;
  right: 0px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 25%;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions .check-container .checkmark {
  position: absolute;
  top: 0;
  right: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  background-color: #ffffff;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions .check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions .check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions .check-container input:checked ~ .checkmark {
  background-color: #40dac5;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions .check-container input:checked ~ .checkmark:after {
  display: block;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions {
  align-items: center;
  position: relative;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions,
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions .frequency {
  display: flex;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner {
  padding: 0;
  margin-top: 30px;
  min-width: 440px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner #block-discount-heading {
  font-size: 18px;
  color: #484848;
  text-transform: capitalize;
  cursor: pointer;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner #block-discount-heading:after {
  content: url("/media/Path_46.png");
  margin-left: 10px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner #block-discount-heading.opened:after {
  content: url("/media/Path_111.png");
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset.coupon {
  position: relative;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset.coupon .field {
  width: 100%;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset.coupon .field .control {
  margin: 0;
  max-width: unset;
  width: 100%;
  display: none;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset.coupon .field .control input {
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #707070;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset.coupon .field .control.opened {
  display: flex;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset.coupon .actions-toolbar {
  width: 20%;
  padding-top: 0;
  margin-top: 10px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset.coupon .actions-toolbar .action.btn {
  margin-left: 5px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner {
  padding: 10px 0 0 0;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .table.totals {
  width: 440px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .table.totals.data tbody tr th {
  width: 250px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .checkout-methods-items {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .checkout-methods-items li {
  margin-right: 80px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .checkout-methods-items .action.btn {
  padding: 10px 38px;
  background: none;
  background-color: #00c4df;
  border: 2px solid #00c4df;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .checkout-methods-items .action.btn:hover {
  background-color: transparent;
  color: black;
}
body.checkout-cart-index .page-wrapper .content-wrapper .content-inner {
  margin-top: 90px;
}
.check-container {
  display: block;
  position: absolute;
  right: 0;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 25%;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-container .checkmark {
  position: absolute;
  top: 0;
  right: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  background-color: #ffffff;
}
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-container input:checked ~ .checkmark {
  background-color: #40dac5;
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.catalog-product-view .check-container,
.catalog-product-view .check-container input {
  position: static;
}
.catalog-product-view .lens-subscription .datetime-lens-subscription .title {
  position: relative;
  display: flex;
}
.catalog-product-view .check-container input:checked ~ .checkmark {
  background-color: white;
}
.catalog-product-view .check-container .checkmark {
  left: 0;
  top: 5px;
}
.catalog-product-view .check-container .checkmark:after {
  border-color: black;
}
@media screen and (max-width: 1200px) {
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .title,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .month-lens-subscription .title-date,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table span.price,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table {
    font-size: 1.3vw;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .title {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  body.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
    display: flex;
    flex-direction: column;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .title,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .month-lens-subscription .title-date,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table span.price,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index table.table:not(#product-review-table):not(#product-comparison) th {
    min-height: 60px;
    line-height: 20px;
    padding: 0;
  }
  body.checkout-cart-index table.table:not(#product-review-table):not(#product-comparison):not(.totals) tbody {
    display: flex;
  }
  body.checkout-cart-index table.table:not(#product-review-table):not(#product-comparison):not(.totals) th:first-child {
    min-height: 60px;
    line-height: 20px;
  }
  body.checkout-cart-index table.table:not(#product-review-table):not(#product-comparison):not(.totals) td {
    min-height: 60px;
    line-height: 20px;
    text-align: center !important;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details {
    padding-right: 0;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .title,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .month-lens-subscription .title-date,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table span.price,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table {
    font-size: 15px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription {
    text-align: left !important;
    flex-direction: column;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .title {
    margin-bottom: 10px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions {
    flex-direction: column;
    position: relative;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .lens-subscription .actions span {
    margin-bottom: 10px;
    max-width: 90%;
  }
  .check-container {
    top: 18px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .checkout-methods-items,
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount {
    justify-content: flex-start;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .table.totals {
    width: 100%;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .checkout-methods-items li {
    margin-right: 0;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner {
    min-width: unset;
    width: 100%;
  }
  body.checkout-cart-index table.table:not(#product-review-table):not(#product-comparison):not(.totals) td form {
    flex-direction: column;
  }
  body.checkout-cart-index table.table:not(#product-review-table):not(#product-comparison):not(.totals) td form button {
    width: 54px;
    margin-left: auto !important;
    margin-top: 10px;
    margin-right: auto !important;
  }
}
@media (max-width: 480px) {
  body.checkout-cart-index .page-wrapper .content-wrapper .content-inner {
    margin-top: 20px;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr td {
    font-size: 14px;
  }
  table.table:not(#product-review-table):not(#product-comparison):not(.totals) tr {
    width: calc(33.33333333%) !important;
  }
  table.table:not(#product-review-table):not(#product-comparison):not(.totals) tr.item-info {
    width: 100% !important;
  }
  body .table .product-item-name {
    margin-top: 20px;
  }
  body.checkout-cart-index .page-wrapper .cart-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details table tbody tr td .control {
    width: 100%;
  }
}
