@charset "UTF-8";

.cart-page {
  overflow: hidden;
  margin-top: 20px;
}
.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  position: relative;
  background: #FBFBFB;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-item + .cart-item {
  margin-top: 15px;
}
.cart-item:before {
  content: '';
  position: absolute;
  left: -20000px;
  width: 20000px;
  top: 0;
  bottom: 0;
  background: #FBFBFB;
}
.cart-item:after {
  content: '';
  position: absolute;
  right: -20000px;
  width: 20000px;
  top: 0;
  bottom: 0;
  background: #FBFBFB;
}
.cart-item-img {
  width: 180px;
  margin-right: 35px;
}
.cart-page-no-prod {
  margin-bottom: 0;
}
.cart-item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin-right: 30px;
}
.cart-item-descr {
  width: -webkit-calc(100% - 215px);
  width: -moz-calc(100% - 215px);
  width: calc(100% - 215px);
}
.cart-item-title + * {
  margin-top: 15px;
}
.cart-item-title:after {
  content: '';
  display: block;
  background: -webkit-linear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: -moz- oldlinear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: linear-gradient(70.56deg, #009A00 27.52%, #A1ED00 96.84%);
  height: 1px;
  margin: 15px 0 0;
}
.cart-item-char {
  max-width: 340px;
}
.cart-item-buttons-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 -15px -30px;
}
.cart-item-buttons-inner > * {
  margin: 0 0 15px 30px;
}
.cart-item-remove {
  width: 100%;
  max-width: 190px;
}
.open-product {
  width: 100%;
  max-width: 220px;
}
.cart-item-buttons {
  width: 440px;
}
.cart-item-count {
  margin-right: 30px;
}
.cart-result {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 150px;
  line-height: 1.2;
  font-size: 18px;
}
.cart-result-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-result-line + .cart-result-line {
  margin-top: 5px;
}
.cart-result-line span {
  width: 230px;
  margin-right: 20px;
}
.cart-result-line strong {
  font-weight: 600;
}
.delivery-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.delivery-col input {
  display: none;
}
.delivery-col input:checked ~ .delivery-item {
  border-color: #38A601;
}
.delivery-col input:checked ~ .delivery-item:before {
  opacity: 0.5;
}
.delivery-col input:checked ~ .delivery-item .delivery-title {
  color: #38A601;
}
.delivery-col input:checked ~ .delivery-item .delivery-title:before {
  opacity: 1;
}
.delivery-col input:checked ~ .delivery-item .delivery-no {
  display: none;
}
.delivery-col input:checked ~ .delivery-item .delivery-yes {
  display: inline-block;
  background: -webkit-linear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: -moz- oldlinear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: linear-gradient(70.56deg, #009A00 27.52%, #A1ED00 96.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.delivery-col input:checked ~ .delivery-item .delivery-button {
  border-color: transparent;
}
.delivery-col input:checked ~ .delivery-item .delivery-button:after,
.delivery-col input:checked ~ .delivery-item .delivery-button:before {
  opacity: 1;
}
.delivery-title {
  font-size: 22px;
  line-height: 1.6;
  padding-right: 60px;
  position: relative;
}
.delivery-title:before {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.848633 25C0.848633 11.4827 11.8067 0.5 25.3226 0.5C38.8386 0.5 49.7966 11.4827 49.7966 25C49.7966 38.5173 38.8386 49.5 25.3226 49.5C11.8067 49.5 0.848633 38.5173 0.848633 25Z' stroke='url(%23paint0_linear_5283_1680)'/%3e%3cpath d='M16.332 25.5L22.9918 32L36.3113 19' stroke='url(%23paint1_linear_5283_1680)' stroke-width='4.14108' stroke-linecap='square' stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_5283_1680' x1='4.66846' y1='61.1111' x2='62.9924' y2='40.5503' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.277436' stop-color='%23009A00'/%3e%3cstop offset='0.991778' stop-color='%23A1ED00'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_5283_1680' x1='18.06' y1='34.8889' x2='38.3273' y2='23.8968' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.277436' stop-color='%23009A00'/%3e%3cstop offset='0.991778' stop-color='%23A1ED00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 51px;
  height: 50px;
  background-size: contain;
  opacity: 0;
}
.delivery-yes {
  display: none;
}
.delivery-btn {
  margin-top: auto;
  text-align: center;
}
.delivery-button {
  background: none;
  border: 1px solid #292929;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 35px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #292929;
  font-weight: 600;
  line-height: 1;
  position: relative;
  min-height: 60px;
  border-radius: 30px;
  font-size: 18px;
  min-width: 230px;
  cursor: pointer;
}
.delivery-button span {
  position: relative;
  z-index: 1;
}
.delivery-button:before {
  content: '';
  background: -webkit-linear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: -moz- oldlinear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: linear-gradient(53.95deg, #009A00 3.38%, #A1ED00 76.02%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 30px;
}
.delivery-button:after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 30px;
}
.delivery-button:hover {
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
.delivery-button:hover:before {
  opacity: 1;
}
.delivery-button:hover:after {
  opacity: 0;
}
.delivery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  border: 1px solid #747474;
  box-shadow: 0px 4px 6px rgba(211, 211, 211, 0.5);
  border-radius: 6px;
  padding: 30px 40px 60px;
  position: relative;
}
.delivery-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: -moz- oldlinear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: linear-gradient(70.56deg, #009A00 27.52%, #A1ED00 96.84%);
  opacity: 0;
  border-radius: 0px 0px 6px 6px;
  height: 18px;
}
.delivery-item-inner {
  margin-bottom: 50px;
}
.data-client {
  max-width: 522px;
  padding: 25px 30px;
  border-radius: 6px;
  background: -webkit-linear-gradient(19.44deg, rgba(0, 154, 0, 0.1) 27.52%, rgba(161, 237, 0, 0.1) 96.84%);
  background: -moz- oldlinear-gradient(19.44deg, rgba(0, 154, 0, 0.1) 27.52%, rgba(161, 237, 0, 0.1) 96.84%);
  background: linear-gradient(70.56deg, rgba(0, 154, 0, 0.1) 27.52%, rgba(161, 237, 0, 0.1) 96.84%);
}
.data-client label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  display: block;
}
.data-client textarea {
  border-radius: 10px;
  height: 150px;
}
.data-client-bottom {
  max-width: 522px;
  margin-top: 30px;
}
.data-client-konf {
  font-size: 14px;
  line-height: 20px;
}
.data-client-btn {
  margin-top: 30px;
}
.data-client-btn button,
.data-client-btn a {
  width: 100%;
}
.required-text {
  font-size: 14px;
  line-height: 1.4;
}
.required-text strong {
  font-weight: 600;
}
.cart-subtitle {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.shipping_method_description small {
  font-size: 16px;
}
.data-client label .optional {
  display: none;
}
#customer_details {
  width: 100%;
}
#order_review > #payment {
  display: none;
}
.cart-item-title > div.quantity, .cart-item-title > a.remove {
  display: none;
}
#billing_wooccm11_field label, #billing_wooccm11_button {
  display: none;
}
#billing_wooccm11_file {
  display: block !important;
  width: 100%;
}
#billing_country_field {
  display: none;
}
#companycart_field label {
  display: none;
}
#companycart_file {
  width: 100%;
}
@media screen and (min-width: 1220px) {
  .cart-item-count .option-txt-down,
  .cart-item-count .option-txt-up {
    width: 40px;
    height: 40px;
  }
  .cart-item-count .product-count-input {
    width: 80px;
    height: 60px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1468px) {
  .cart-item-img {
    margin-right: 20px;
  }
  .cart-item-descr {
    width: -webkit-calc(100% - 195px);
    width: -moz-calc(100% - 195px);
    width: calc(100% - 195px);
  }
  .cart-item-buttons-inner {
    margin-left: -15px;
  }
  .cart-item-buttons-inner > * {
    margin-left: 15px;
  }
  .cart-result {
    margin-right: 0;
  }
  .delivery-item {
    padding: 20px 20px 40px;
  }
  .delivery-button {
    min-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .delivery-item-inner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1468px) and (max-width: 767px) {
  .delivery-item-inner {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .cart-item-buttons-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-item-remove {
    max-width: 100%;
  }
  .open-product {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cart-page {
    margin-top: 0;
  }
  .cart-result {
    font-size: 16px;
  }
  .cart-result-line span {
    width: 180px;
  }
  .delivery-button {
    min-height: 50px;
    font-size: 16px;
  }
  .data-client {
    padding: 20px;
  }
  .data-client-bottom {
    margin-top: 20px;
  }
  .cart-subtitle {
    margin-bottom: 20px;
  }
  .cart-item-img {
    display: none;
  }
  .cart-item-descr {
    width: 100%;
  }
  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .cart-item-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cart-item-title:after {
    margin-top: 10px;
  }
  .cart-item-title {
    margin-bottom: 10px;
  }
  .open-product {
    display: none;
  }
  .cart-item-remove,
  .cart-item-buttons {
    width: auto;
  }
  .cart-item-remove {
    min-height: 40px;
  }
  .cart-item-count {
    margin-right: 15px;
  }
  .cart-item-count .option-txt-down,
  .cart-item-count .option-txt-up {
    width: 40px;
    height: 40px;
  }
  .cart-item-char {
    font-size: 14px;
  }
  .cart-result {
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .data-client-btn .col-2 {
    padding-left: 30px;
  }
  .delivery-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 359px) {
  .cart-result-line span {
    width: 160px;
  }
}