/* Generated by less 2.5.1 */
:root {
  --main-text-color: #123D5A;
  --accent-color: #8FB201;
  --gray-color: #D9E4E8;
  --font-family: "Manrope", sans-serif;
}

body {
  font-family: var(--font-family);
  color: var(--main-text-color);
}

.basket .breadcrumb-wrap {
  align-items: center;
  display: inline-flex;
  height: 80px;
}

.basket .empty-basket {
  color: var(--accent-color);
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.basket .empty-basket-icon {
  color: var(--accent-color);
  margin: 50px 0 10px 0;
  text-align: center;
}

.basket .empty-basket-icon i {
  font-size: 60px;
}

.basket .list-header {
  background-color: #fff;
  color: var(--main-text-color);
  font-weight: bold;
  font-size: 15px;
  height: auto;
  padding: 0px;
  border: 1px solid #D9E4E8;
  text-transform: capitalize;
  margin-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
}

.basket .list-header>div {
  padding: 15px;
  font-family: "Manrope", sans-serif;
}

.basket .list-row {
  border-bottom: 1px solid var(--gray-color);
  border-left: 1px solid var(--gray-color);
  border-right: 1px solid var(--gray-color);
  display: flex;
  align-items: center;
}

.basket .list-row .item-foto img {
  width: 100%;
}

.basket .list-row .item-name {
  font-size: 12px;
  color: var(--main-text-color);
}

.basket .list-row .item-name span {
  display: block;
  font-weight: bold;
  color: var(--main-text-color);
}

.basket .list-row .item-name span:first-child {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Manrope", sans-serif;
  line-height: 20px;
}

.basket .list-row number-picker input {
  border: 1px solid var(--gray-color);
  padding: 2px 0 1px 0;
  position: relative;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.basket .list-row number-picker .amount-button {
  align-content: center;
  background: #fff;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  display: inline-flex;
  height: 26px;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease-in-out;
  width: 26px;
  margin-right: 1px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.basket .list-row number-picker .amount-button:hover {
  background: #ffffff;
  color: var(--accent-color);
}

.basket .list-row number-picker .amount-button:focus {
  outline: none;
}

.basket .list-row number-picker .amount-button>i {
  position: static;
  padding-left: 1px;
}

.basket .list-row .col-md-2:nth-child(6) {
  padding: 15px 5px;
  width: 18%;
}

.basket .list-row .col-md-2:nth-child(4) {
  width: 15%;
}

.basket .list-row .col-md-2:nth-child(5) {
  width: 15%;
}

.basket .list-header .col-md-2:nth-child(6) {
  width: 18%;
}

.basket .list-header .col-md-2:nth-child(4) {
  width: 15%;
}

.basket .list-header .col-md-2:nth-child(5) {
  width: 15%;
}

.basket .list-row .col-md-2:nth-child(6) button {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
  font-size: 14px;
  padding: 0 15px 6px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.basket .list-row .col-md-2:nth-child(6) button:hover {
  background: var(--main-text-color);
  border: 1px solid var(--main-text-color);
}

.basket .list-row button {
  background: #fff;
  border: 1px solid var(--gray-color);
  color: #444444;
  font-size: 14px;
  padding: 0 8px 6px 5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
}

.basket .list-row button i {
  position: relative;
  top: 5px;
}

.basket .list-row button:hover {
  background: #ffffff;
  color: var(--accent-color);
}

.basket .list-row button:focus {
  outline: none;
}

.basket .list-row>div {
  padding: 15px;
}

.basket .list-row-odd {
  background-color: #ffffff;
}

.basket .list-row-even {
  background-color: #f8f8f8;
}

.basket .list-total {
  border-bottom: 1px solid var(--gray-color);
  border-left: 1px solid var(--gray-color);
  border-right: 1px solid var(--gray-color);
  margin-bottom: 30px;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}

.basket .list-total .price-label {
  background-color: #ffffff;
  font-weight: bold;
  height: 100%;
  padding: 19px 15px;
  text-align: right;
  text-transform: uppercase;
  width: calc(100% - 200px);
  font-size: 13px;
}

.basket .list-total .price-total {
  background-color: var(--main-text-color);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  text-align: center;
}

number-picker>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.basket .list-total>div {
  padding: 15px;
}

.basket .order-total {
  border: 1px solid var(--gray-color);
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.basket .order-total .price-label {
  background-color: #ffffff;
  font-weight: bold;
  height: 100%;
  padding: 19px 15px;
  text-align: right;
  text-transform: uppercase;
  font-family: var(--font-family);
  font-size: 15px;
}

.basket .order-total .price-total {
  background-color: var(--main-text-color);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.basket .order-total>div {
  padding: 15px;
}

.basket .bottom-buttons {
  margin-bottom: 60px;
}

.basket .bottom-buttons button:nth-child(1) {
  float: left;
}

.basket .bottom-buttons button:nth-child(2) {
  float: left;
  margin-left: 15px;
}

.basket .bottom-buttons button:nth-child(3) {
  float: right;
}

.basket .form-buttons {
  margin-bottom: 60px;
  margin-top: 30px;
}

.basket .form-buttons button:nth-child(1) {
  float: left;
}

.basket .form-buttons button:nth-child(2) {
  float: right;
}

.basket form[name=orderForm].box-panel:nth-child(1) {
  float: left;
  margin-right: 1%;
}

.basket form[name=orderForm].box-panel:nth-child(3) {
  clear: both;
  float: left;
  margin-right: 1%;
}

.basket form[name=orderForm].box-panel:nth-child(4) {
  float: left;
  width: 50% !important;
}

.basket form[name=orderForm].box-panel:nth-child(2) {
  float: left;
}

.basket form[name=orderForm].box-panel:nth-child(5) {
  clear: both;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: -20px;
  margin-top: 2px;
}

.box-panel a {
  color: var(--accent-color);
}

.box-panel {
  margin-bottom: 20px;
  display: inline-flex !important;
  width: 49%;
  flex-direction: column;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.box-panel.login-form {
  width: 100%;
}

.basket form[name="orderForm"] {
  display: inline-flex;
  flex-wrap: wrap;
}

.basket form[name="orderForm"] .box-panel:nth-child(6) img {
  max-height: 40px;
}

.basket form[name="orderForm"] .box-panel:nth-child(1) {
  margin-right: 1%;
}

.basket form[name="orderForm"] .box-panel:nth-child(3) {
  margin-right: 1%;
}

.basket form[name="orderForm"] .box-panel:nth-child(5) {
  margin-right: 1%;
}

.basket form[name="orderForm"] .box-panel:nth-child(6) {
  margin-right: 1%;
}

.basket form[name="orderForm"] .box-panel:nth-child(7) {
  width: 50%;
}

.basket form[name="orderForm"] .box-panel:nth-child(8) {
  width: 100%;
}

.basket form[name="orderForm"] .box-panel:nth-child(3) .box-body label.radio-inline {
  display: inline-block;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 8px;
  margin-left: 0px;
}

.basket form[name="orderForm"] .box-panel textarea.notes {
  min-height: 60px;
  font-size: 12px;
}

.basket form[name="orderForm"] .box-panel .easypack-widget .search-widget {
  background: #fff;
}

.basket form[name="orderForm"] .box-panel .easypack-widget .map-list-row .map-list-flex .list-widget {
  background: #fff;
}

.basket form[name="orderForm"] .box-panel .easypack-widget .search-widget .input-group:not(.with-filters) {
  border: 1px solid #D9E4E8;
  padding: 0px;
  margin: 30px 0px;
}

.basket form[name="orderForm"] .box-panel .basket form[name="orderForm"] .box-panel .easypack-widget .search-widget {
  padding: 0px 27px;
}

.basket form[name="orderForm"] .box-panel .error {
  font-size: 12px;
  color: red;
}

.login-form .link1 {
  margin-top: 20px;
}

.login-form .button1 {
  float: right;
  padding: 15px 40px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  background: var(--accent-color);
  transition: all 0.5s ease-in-out;
  background-size: 200%;
  margin-top: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.login-form .button1:hover {
  background: var(--main-text-color);
}

.checkbox input[type=checkbox]:checked~.ng-valid {
  background: var(--main-text-color);
}


.basket .list-row .item-price,
.basket .list-row .item-sum {
  font-size: 16px;
  font-weight: 600;
}

.box-body .checkbox input[type='checkbox'] {
  display: none;
  /*removes original button*/
}

.box-body .checkbox label:before {
  /*styles outer circle*/
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  background: #EBEBEB;
}

.box-body .checkbox label {
  position: relative;
}

.box-body .checkbox label input[type='checkbox']:after {
  content: "";
  border-radius: 0;
  width: 12px;
  height: 12px;
  position: initial;
  top: 15px;
  left: 26px;
  display: block;
  background-color: var(--accent-color);
}

.box-body .checkbox label input[type='checkbox']:checked {
  /*styles inside circle*/
  border-radius: 0;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 26px;
  display: block;
  background-color: var(--accent-color);
}

.box-body input[type='radio'] {
  display: none;
  /*removes original button*/
}

.box-body label:before {
  /*styles outer circle*/
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 18px;
  height: 18px;
  background: #EBEBEB;
  border-width: 0px;
  border-radius: 50%;
}

.box-body label {
  position: relative;
}

.box-body label input[type='radio']:after {
  /*styles inside circle*/
  content: "";
  border-radius: 11px;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 27px;
  display: block;
  background-color: var(--accent-color);
}

.box-body label input[type='radio']:checked {
  /*styles inside circle*/
  content: "";
  border-radius: 11px;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 27px;
  display: block;
  background-color: var(--accent-color);
}

.box-panel .ng-scope {
  font-size: 12px;
}

.basket .box-panel .box-body img {
  max-height: 40px;
}

@media (max-width: 991px) {
  .basket .list-total .price-label {
    display: inline-block;
    width: calc(100% - 204px);
  }

  .basket .list-total .price-total {
    display: inline-block;
  }

  .basket .order-total .price-total {
    text-align: right;
  }
}

@media (max-width: 680px) {
  .basket .bottom-buttons button {
    width: calc(50% - 8px);
    margin-bottom: 20px;
  }
}

@media (max-width: 620px) {

  .basket form[name=orderForm] .box-panel,
  .basket form[name=orderForm] .box-panel:nth-child(4) {
    width: 100% !important;
    margin-right: 0px !important;
  }

  .basket .form-buttons .button1 {
    width: 100%;
    margin-bottom: 15px;
  }

}

@media (max-width: 480px) {
  .basket .bottom-buttons button {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 20px;
  }
}