

/* Start:/local/templates/desktop/components/vmgr/basket/.default/style.css?169157561315440*/
.cart__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__head-catalog {
  position: relative;
  width: 325px;
  margin-right: 13px;
}

.cart__main {
  min-height: 550px;
}

.cart__main table {
  table-layout: fixed;
}

.cart__order {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart__order-table {
  width: 100%;
  border-top: 1px solid;
  max-width: 950px;
  border-spacing: 0;
  border-collapse: collapse;
}

.cart__order-table td {
  text-align: center;
}

.cart__order-thead {
  vertical-align: bottom;
  background: white;
}

.cart__order-thead tr {
  height: 85px;
}

.cart__order-thead td {
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 20%;
}

.hidden {
  height: 0 !important;
}

.cart__order-tbody {
  border: 1px solid #ece6de;
  color: #5e5e5f;
}

.cart__order-tbody td {
  width: 20%;
  height: 83px;
  padding: 0;
}

.cart__order-titem:nth-child(even) {
  background: white;
}

.cart__info {
  position: sticky;
  top: 100px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__info-item {
  margin-bottom: 12px;
}

.cart__info-item:last-child {
  margin-bottom: 0;
}

.cart__info-href {
  color: black;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__info-href:hover {
  color: rgba(0, 0, 0, 0.8);
}

.cart__info-href:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url("/local/templates/desktop/components/vmgr/basket/.default/./images/more.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart__info-top {
  width: 100%;
  background: #007caa;
  text-align: center;
  padding: 15px 30px;
  margin-top: -4px;
  position: relative;
}

.cart__info-top a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.cart__info-top svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  fill: #007caa;
}

.cart__info-pay-img {
  max-width: 100%;
  margin-top: 20px;
}

.cart__info-pay-text {
  max-width: 260px;
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}

.cart__order-imgwrap {
  vertical-align: top;
}

.cart__order-imgwrap a {
  color: #5e5e5f;
  text-decoration: none;
}

.cart__order-table .cart__order-imgwrap {
  text-align: left;
}

.cart__order-img {
  max-width: 130px;
  margin: 5px;
}

.cart__order-color-name {
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*-webkit-box-align: center;*/
  /*-moz-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /*-webkit-box-pack: justify;*/
  /*-moz-box-pack: justify;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
  display: grid;
  grid-template-columns: 1fr 15px;
  padding: 0 10px;
}

.cart__order-color-name p + p {
  margin-top: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.cart__order-color-sq {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: center;
      align-self: center;
  height: 15px;
  width: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart__order-color-sq .show-text-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: green;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.cart__order-price-tit {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.cart__order-price-val {
  margin: 0;
  display: none;
}

.cart__order-quantity .quantity__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart__order-fprice {
  position: relative;
}

.cart__order-remove, .close-color {
  height: 20px;
  width: 20px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
  margin-right: 10px;
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.close-color {
  background: url("/local/templates/desktop/components/vmgr/basket/.default/./images/close-btn-cart.png");
}

.cart__order-remove-icon {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.cart__order-table-inner {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ece6de;
  border-bottom: 1px solid #bcbcbc;
}

.cart__order-table-inner td {
  border: 1px dashed #98999b;
}

.cart__order-color-remove {
  background: none;
  border: none;
  font-weight: bold;
  outline: none;
}

.cart__order-color-remove:active {
  color: rgba(94, 94, 95, 0.8);
}

.cart__order-add {
  font-weight: bold;
  border: 0;
  background: none;
  position: relative;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.cart__order-add:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  width: 20px;
  background: url("/local/templates/desktop/components/vmgr/basket/.default/./images/plus-btn-cart.png");
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.cart__order-add:hover:after {
  background: url("/local/templates/desktop/components/vmgr/basket/.default/./images/plus-btn-hov-cart.png");
  background-size: contain;
}

.cart__order-valbottom-table {
  background: white;
  width: 100%;
  border-spacing: 0;
}

.cart__order-valbottom-table td {
  width: auto;
}

.cart__order-total-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 15px;
}

.cart__order-total-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.cart__order-total-item p {
  margin: 0;
  margin-bottom: 15px;
}

.cart__order-valbottom-table .cart__order-bottom-btn {
  width: 100%;
  background: #ece6de;
}

.cart__order-valbottom-table .cart__order-bottom-btn div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart__order-valbottom-table .cart__order-bottom-btn .blue-btn {
  margin-left: 20px;
}

.cart__order-info-text {
  width: 50% !important;
}

.cart__order-all {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart__tabs {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cart__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.cart__tabs-item-active .tr-label {
  background: #007caa;
  color: #ffffff;
  cursor: pointer;
}

.cart__tabs-item-active .tr-label:after {
  background: #007caa;
}

.cart__tabs-content {
  padding-left: 0;
  list-style-type: none;
}

.cart__tabs-content-item {
  display: none;
}

.cart__tabs-content-item.cart__tabs-content-item-active {
  display: block;
}

.cart__order-addlayout {
  position: relative;
}

.cart__order-newcolor {
  display: none;
}

.cart__order-newcolor.active {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 5px 15px;
  background: #fdfcf9;
  min-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

.cart__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  max-width: 100%;
  flex-wrap: wrap;
}

.cart__color-item {
  cursor: pointer;
  width: 20px;
  height: 22px;
  text-align: center;
  background: #e0deda;
  margin: 2px;
  border: 2px solid #eaeaeb;
  position: relative;
}

.cart__color-item.active {
  border-color: green;
}

.cart__color-item .show-text-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: green;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.cart__order-newcolor .add-color {
  margin-top: 15px;
}

.add-color {
  background: #007bac;
  color: white;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 50px;
  height: 43px;
  position: relative;
  outline: none;
}

.show-text-check {
  display: block;
  position: absolute;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border-radius: 5px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-top: -9px;
  text-transform: none;
  white-space: pre;
  padding: 3px 8px;
}

.show-text-check:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.show-text-unab {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  background: rgba(0, 0, 0, 0.63);
  color: white;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  margin-right: -9px;
}

.show-text-unab:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.63);
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.cart__order-thead td {
  width: 16.6%;
}

.cart__order-tbody td {
  width: 16.6%;
}

.cart__availability {
  position: relative;
}

.cart__availability-text {
  font-weight: bold;
  margin: 0;
}

.cart__availability-desc {
  margin: 0;
  font-size: 12px;
}

.cart__empty {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__empty-img {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart__empty-img img {
  max-height: 150px;
}

.cart__empty-desc {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #6d6e71;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.cart__empty-btn {
  padding: 20px 0;
}

.product__promo-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart__info {
  width: 310px;
  margin-top: 15px;
  padding-bottom: 130px;
}
.cart__info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 50px 12px 30px;
  background: white;
  border-top: 1px solid black;
}
.cart__info-list {
  padding-left: 0;
  margin: 0;
}
.cart__info-top {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  padding: 6px 40px;
}
.cart__info-top svg {
  height: 11px;
}
.cart__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.cart__info-hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 16px 0;
}
.cart__info-text {
  font-size: 16px;
  line-height: 19px;
  color: #5E5E5F;
}
.cart__info-text--bold {
  font-weight: bold;
  font-size: 18px;
}
.cart__info-order {
  margin: 25px auto 0 !important;
}

#clear {
  margin-right: auto;
}

.cart__order-valbottom-table .cart__order-bottom-btn div {
  padding: 20px 0;
}

.cart-programs__list {
  margin: 20px 0 0 0;
  padding: unset;
  list-style: none;
  line-height: 21px;
  color: #5E5E5F;
}
.cart-programs__item {
  padding: 10px 0;
}
.cart-programs__item:last-child {
  padding-bottom: unset;
}
.cart-programs__item-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
.cart-programs__item-list {
  margin: unset;
  margin-bottom: 14px;
  padding: unset;
  list-style: none;
}
.cart-programs__item-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-programs__item-list > li + li {
  margin-top: 7px;
}
.cart-programs__item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11px;
}
.cart-programs__item-links > a {
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
  color: #01A2C3;
}
.cart-programs__item-links > a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/desktop/components/vmgr/basket/.default/style.css?169157561315440 */
