.color-variable-item {
  width: 3rem !important;
  height: 3rem !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.color-variable-item .variable-item-contents {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  /*border-radius: 20rem;*/
  border: 0.1rem solid rgba(0, 0, 0, 0.12);
}
.color-variable-item .variable-item-contents .variable-item-span {
  display: block;
  width: 100%;
  height: 100%;
  /*border-radius: 20rem;*/
}
.color-variable-item.selected {
  background-color: transparent !important;
}
.color-variable-item.selected .variable-item-contents {
  border: 0.1rem solid rgba(0, 0, 0, 0.7);
}

.no-sale-info {
  display: none;
}
.term-sets .no-sale-info {
  display: block;
  width: 100%;
  margin-top: 6rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.xoo-cp-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
.xoo-cp-modal.xoo-cp-active {
  opacity: 1;
  pointer-events: auto;
}
.xoo-cp-container {
  width: 40rem;
  /*background-color: ;*/
  padding: 3.6rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.xoo-cp-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}
.xoo-cp-preloader .icon-spin5 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 2.8rem;
}
.xoo-cp-preloader.on {
  pointer-events: auto;
  opacity: 1;
}

.xoo-cp-content {
}

.xoo-cp-atcn {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #eedfc2;
  font-weight: 700;
  text-transform: uppercase;
}

.xoo-cp-pdetails {
}
.xoo-cp-pdetails-inner {
}
.xoo-cp-ptitle {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
}
.xoo-cp-pname {
  /*color: #fff;*/
  font-weight: 700;
}
.xoo-cp-variations {
  display: inline;
  /*color: #fff3a6;*/
  font-weight: 700;
}
.xoo-cp-variations .variation {
  text-transform: lowercase;
  display: inline;
}
.xoo-cp-variations .variation dt {
  display: inline;
}
.xoo-cp-variations .variation dd {
  margin-left: 0.5rem;
  display: inline;
}
.xoo-cp-pprice {
  font-weight: 700;
  display: inline;
  display: none;
  /*color: #eedfc2;*/
}
.xoo-cp-pprice .amount {
}
.xoo-cp-pqty {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xoo-cp-qtybox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  /*background-color: rgba(0, 0, 0, .3);*/
  border-radius: 10rem;
  border: 0.2rem solid rgba(0, 0, 0, 0.12);
  width: auto;
}
.xcp-chng {
  background-color: rgba(0, 0, 0, 0.12);
  width: 3rem;
  height: 3rem;
  border-radius: 10rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 2rem;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.xcp-minus {
}
.xcp-plus {
}
.xoo-cp-qty {
  margin: 0 1.2rem;
  height: 3rem;
  font-size: 1.6rem;
  display: flex;
  /*color: #fff;*/
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 3rem;
}
.xoo-cp-remove {
  background-color: rgba(0, 0, 0, 0.6);
  width: 3rem;
  height: 3rem;
  margin-left: 0.4rem;
  border-radius: 10rem;
  color: #fff;
  font-size: 1rem;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.xoo-cp-remove:after {
  content: '\e82e';
  font-family: Fontello;
}

.xoo-cp-ptotal {
  margin-top: 2.4rem;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
}

.xoo-cp-close-wrap {
  border-top: 0.2rem solid rgba(255, 255, 255, 0.1);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.xoo-cp-close.xcp-btn {
  display: flex;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background-color: #eedfc2;
  color: rgba(0, 0, 0, 0.6);
}
.xoo-cp-close.xcp-btn:before {
  content: '\e81b';
  font-family: Fontello;
}

.xoo-cp-notice-box {
}
.xoo-cp-notice-box:before {
}

p.woocommerce-result-count {
  display: none;
}
form.woocommerce-ordering {
  display: none;
}
.woocommerce-message {
  display: none;
}
.woocommerce-info {
  text-align: center;
}

.woocommerce {
  width: 100%;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.products .product {
  width: calc(33.33% - 4rem);
  margin-top: 6rem;
  margin-left: 6rem;
  position: relative;
  overflow: hidden;
}
.product-single .products .product {
  background-color: transparent;
  padding: 0;
  width: calc(33.33% - 4rem);
}
.product-single .products .product:nth-child(3) {
  margin-left: 6rem;
}
.products .product:hover {
  /*border: .2rem solid rgba(255, 255, 255, .12);*/
}
.products .product:first-child,
.products .product:nth-child(2),
.products .product:nth-child(3) {
  margin-top: 0;
}
.products .product:nth-child(3n-2) {
  margin-left: 0;
}

.products .product .product__images {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background-color: #fff;
}
.products .product .product__images:before {
  padding-top: 150%;
  content: '';
  display: block;
}
.products .product .product__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5.8rem;
  z-index: 50;
}
.products .product .product__details {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 0 0;
}
.products .product .product__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 1;
  width: 100%;
}
.products .product .woocommerce-loop-product__title {
  font-size: 1.8rem;
  color: #2a2d34;
  font-weight: 400;
  position: relative;
  display: block;
  line-height: 1.2;
}
/*.products .product .product__sizes {
    display: flex;
    align-items: center;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .08);
    height: 2.2rem;
    padding: 0 .8rem 0 1rem;
    z-index: 50;
    text-transform: uppercase;
    font-weight: 700;
    color: #2A2D34;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    letter-spacing: .2rem;
}*/
.products .product .product__sizes {
  /*display: flex;*/
  /*align-items: center;*/
  /*border-radius: 20rem;*/
  /*background-color: rgba(0, 0, 0, .08);*/
  /*min-height: 2.2rem;*/
  /*padding: .6rem .8rem .6rem 1rem;*/
  z-index: 50;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a2d34;
  font-size: 1.2rem;
  position: relative;
  margin-top: 1rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

.products .product .product__cart {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  margin-left: 2rem;
}
.products .product .price {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;

  font-size: 1.8rem;
  font-weight: 700;
  opacity: 0.6;
  color: #2a2d34;
  line-height: 1.2;
}
.products .product .amount {
  /*font-size: 1.8rem;
    font-weight: 700;
    opacity: .6;
    color: #2A2D34;
    line-height: 1.2;*/
  line-height: 1.2;
  position: relative;
}
.products .product .price del {
  margin-right: 0.6rem;
}
.products .product .price del .amount {
  font-weight: 400;
}
.products .product .price del .amount:before {
  content: '';
  position: absolute;
  background-color: #2a2d34;
  height: 0.2rem;
  width: 100%;
  transform: rotate(-10deg);
  top: 50%;
  margin-top: -0.1rem;
}

.products .product .button.product_type_simple {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 2.2rem;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10rem;
  transition: 0.2s;
  text-transform: uppercase;
  padding: 0 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

.products .product .button.add_to_cart_button {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 2.2rem;
  margin-top: 1rem;
  background-color: #eedfc2;
  border-radius: 10rem;
  transition: 0.2s;
  text-transform: uppercase;
  padding: 0 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.products .product .added_to_cart {
  display: none !important;
}
.products .product.onbackorder .button.add_to_cart_button {
  font-size: 0;
  letter-spacing: 0;
}
.products .product.onbackorder .button.add_to_cart_button:after {
  content: 'Предзаказ';
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.products .product.outofstock .button.product_type_simple {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 2.2rem;
  margin-top: 1rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10rem;
  transition: 0.2s;
  text-transform: uppercase;
  padding: 0 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-size: 0;
  padding-left: 0.4rem;
}
.products .product.outofstock .button.product_type_simple:after {
  content: 'Нет в наличии';
  font-size: 1rem;
}
.products .product.outofstock .button.product_type_variable {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 2.2rem;
  margin-top: 1rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10rem;
  transition: 0.2s;
  text-transform: uppercase;
  padding: 0 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-size: 0;
  padding-left: 0.4rem;
}
.products .product.outofstock .button.product_type_variable:after {
  content: 'Нет в наличии';
  font-size: 1rem;
}

nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  width: 100%;
}
ul.page-numbers {
  display: flex;
}
ul.page-numbers li {
  margin-left: 0.6rem;
}
ul.page-numbers li:first-child {
  margin-left: 0;
}
ul.page-numbers li .page-numbers {
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  border-radius: 5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.3rem;
  color: #4a392f;
  background-color: #e3ce94;
}
ul.page-numbers li span.page-numbers.current {
  background-color: #4a392f;
  color: #fff;
}
ul.page-numbers li a.page-numbers.next {
}

.product-single {
  width: 100%;
}
.product-single .product__info {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.product-single .product__info .product__details {
  background-color: #fff;
  width: 45rem;
  padding: 0rem 6rem 6rem 0;
  position: sticky;
  top: 12rem;
  flex-shrink: 0;
}

.product-single.product-type-composite .product__info .product__details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 80rem;
}
.product-single.product-type-composite .product__info .product__details-wrap {
  background-color: #fff;
  width: 40rem;
  padding: 0rem 6rem 6rem 0;
  position: sticky;
  top: 12rem;
  flex-shrink: 0;
}

.product-single.product-type-composite .product__info .product__button:before {
  content: 'Выберите компоненты';
  display: block;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.product-single.product-type-composite .product__info .product__button {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  width: 40rem;
}

.product-single.product-type-composite .wooco_wrap {
  display: block;
  margin: 0;
}
.product-single.product-type-composite .wooco_components {
  margin: 0 0 2.4rem;
}
.product-single.product-type-composite .wooco_component {
  padding: 0;
  border: none;
  margin-top: 1.2rem;
}
.product-single.product-type-composite .wooco_component:first-child {
  margin-top: 0;
}
.product-single.product-type-composite .wooco_component_name {
  display: none;
}
.product-single.product-type-composite .wooco_component_product {
  margin: 0;
}
.product-single.product-type-composite .wooco_component_product_selection {
  padding: 0;
}
.product-single.product-type-composite
  .wooco_component_product_selection
  .dd-container {
}
.product-single.product-type-composite
  .wooco_component_product_selection
  .dd-select {
  border: none;
}
.product-single.product-type-composite
  .wooco_component_product_selection
  .dd-selected {
  padding: 1.2rem;
  background-color: rgba(0, 0, 0, 0.05);
}
.product-single.product-type-composite .dd-selected-image {
  width: 14rem;
  max-width: 14rem;
  border-radius: 0rem;
}
.product-single.product-type-composite .dd-selected-text {
  font-size: 1.8rem;
  line-height: 1.3;
}
.product-single.product-type-composite .dd-selected-description {
  font-size: 1.8rem;
  margin-top: 1rem;
}

.product-single.product-type-composite .wooco_total {
  display: none !important;
}

.woocommerce-breadcrumb {
  font-size: 0;
  margin-bottom: 2rem;
  opacity: 0.6;
}
.woocommerce-breadcrumb a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.woocommerce-breadcrumb a:last-child:before {
  content: '/';
  margin: 0 1.2rem;
}
.product-single .product__info .product_title {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1rem;
  /*    color: rgba(0, 0, 0, .4);*/
  font-family: 'Dirk';
}
.product-single .product__info .product__subtitle-price {
  display: flex;
  align-items: flex-start;
  margin-top: 2.4rem;
}
.product-single .product__info .product__subtitle {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;

  display: none;
}
.product-single .product__info .product__price {
  flex-shrink: 0;
  margin-left: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.3;
  /*padding-top: .1rem;*/
  font-weight: 700;

  margin-left: 0;
  opacity: 0.7;
}
.product-single .product__info .product__price .amount {
  line-height: 1.3;
  position: relative;
}

.product-single .product__info .product__price del {
  margin-right: 0.6rem;
}
.product-single .product__info .product__price del .amount {
  font-weight: 400;
}
.product-single .product__info .product__price del .amount:before {
  content: '';
  position: absolute;
  background-color: #2a2d34;
  height: 0.2rem;
  width: 100%;
  transform: rotate(-10deg);
  top: 50%;
  margin-top: -0.1rem;
}

.product-single .product__info .product__desc {
  margin-top: 2.8rem;
  padding-top: 2.8rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.product-single .product__info .woocommerce-product-details__short-description {
}
.product-single
  .product__info
  .woocommerce-product-details__short-description
  > *:first-child {
  margin-top: 0 !important;
}
.product-single
  .product__info
  .woocommerce-product-details__short-description
  p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2rem;
}
.product-single
  .product__info
  .woocommerce-product-details__short-description
  a {
  font-weight: 700;
}
.product-single
  .product__info
  .woocommerce-product-details__short-description
  .swipebox {
  display: block;
  width: 15rem;
  text-align: center;
  padding: 1rem 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.product-single
  .product__info
  .woocommerce-product-details__short-description
  .swipebox:after {
  content: 'Размерная сетка';
}
.product-single
  .product__info
  .woocommerce-product-details__short-description
  .swipebox
  > img {
  display: none;
}

.product-single .product__info .available-on-backorder {
  margin-bottom: 2rem;
}

.product-single .product__info .product__button {
  padding-top: 3.2rem;
  margin-top: 2.8rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.product-single .product__info .product__button .quantity {
  display: none;
}
.product-single .product__info .product__button .single_add_to_cart_button {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 2.4rem;
  width: 100%;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3rem;
  background-color: #ecdec4;
  transition: 0.2s;
  height: 5rem;
  position: relative;
  z-index: 10;
}
.product-single
  .product__info
  .product__button
  .single_add_to_cart_button:hover {
}

.product-single .product__info .product__button .added_to_cart {
  display: none !important;
}

.product-single .variations_form {
}
.product-single .variations {
  margin-bottom: 3.2rem;
}
.product-single .variations tbody {
}
.product-single .variations tr {
  display: block;
  flex-direction: column;
  padding-top: 2rem;
}
.product-single .variations tr:first-child {
  padding-top: 0;
}
.product-single .variations td {
  height: 3rem;
}

.product-single .variations th.label {
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
}

.product-single .variations td.woo-variation-items-wrapper {
}
.product-single ul.variable-items-wrapper {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}
.product-single li.variable-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 1.2rem;
}
.product-single li.variable-item:last-child {
  margin-right: 0;
}
.product-single li.variable-item.selected {
  background-color: #ecdec4;
}
.product-single .variable-item-contents {
}
.product-single .variable-item-span {
}
.product-single .reset_variations {
  display: none !important;
}

.product-single .single_variation_wrap {
}
.product-single .single_variation {
  margin-bottom: 3.6rem;
  display: flex;
  align-items: flex-start;
}
.product-single .woocommerce-variation-description {
  display: none;
}
.product-single .woocommerce-variation-description p {
  font-size: 1.6rem;
}
.product-single .woocommerce-variation-price {
  /*margin-left: 2.4rem;*/
}
.product-single .woocommerce-variation-price .price {
}
.product-single .woocommerce-variation-price .price .amount {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  opacity: 0.7;
}

.product-single .woocommerce-variation-add-to-cart {
}
.product-single .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.product-single .product__info .product__images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-single .product__info .product__image-wrap {
  width: 50%;
  border: 0.1rem solid #fff;
  position: relative;
  overflow: hidden;
}
.product-single .product__info .product__image-wrap:after {
  content: '';
  padding-top: 100%;
  display: block;
}
.product-single .product__info .product__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.product-single .related-products {
  padding: 6rem 0 0;
}

.product-single .products {
  justify-content: flex-start !important;
}

.product-single .related {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
  width: 100%;
  padding-top: 6rem;
}
.product-single .related > h2:first-child {
  font-family: 'Dirk';
  font-weight: 400;
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.2);
  display: block;
  text-align: left;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.product-single .related .products {
  width: 100%;
  margin-top: 4.8rem;
}

.woocommerce-cart {
}

.return-to-shop {
  display: none;
}

.woocommerce-cart-form {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 6rem;
}

.woocommerce-cart .cart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-cart .cart .cart_item {
  width: calc(50% - 1.8rem);
  margin-left: 3.6rem;
  margin-top: 3.6rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
}
.woocommerce-cart .cart .cart_item:first-child,
.woocommerce-cart .cart .cart_item:nth-child(2) {
  margin-top: 0;
}
.woocommerce-cart .cart .cart_item:nth-child(odd) {
  margin-left: 0;
}

.woocommerce-cart .cart .cart_item .product-thumbnail {
  width: 30%;
  flex-shrink: 0;
}
.woocommerce-cart .cart .cart_item .product-thumbnail a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.woocommerce-cart .cart .cart_item .product-thumbnail a:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.woocommerce-cart .cart .cart_item .product-thumbnail img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 2rem 0;
  flex-shrink: 1;
  width: 100%;
}
.woocommerce-cart .cart .cart_item .product-name {
  width: 100%;
}
.woocommerce-cart .cart .cart_item .product-name a {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.woocommerce-cart .cart .cart_item .product-name dt.variation- {
  display: none;
}
.woocommerce-cart .cart .cart_item .product-name dd.variation- {
  margin-top: 0.3rem;
}
.woocommerce-cart .cart .cart_item .product-price {
  white-space: nowrap;
  margin-top: 0.4rem;
}
.woocommerce-cart .cart .cart_item .product-price .amount {
  font-size: 1.6rem;
  display: block;
  line-height: 1.2;
}
.woocommerce-cart .cart .cart_item .product-quantity {
  margin-top: 0.6rem;
}
.woocommerce-cart .cart .cart_item .product-quantity .quantity {
  display: flex;
  align-items: center;
  border-radius: 10rem;
  background-color: #fff;
  padding: 0.2rem;
  justify-content: center;
}
.woocommerce-cart .cart .cart_item .product-quantity .screen-reader-text {
  display: none;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-change {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.6);
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-minus {
  padding-bottom: 0.1rem;
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text-plus {
}
.woocommerce-cart .cart .cart_item .product-quantity .input-text {
  pointer-events: none;
  font-size: 1.4rem;
  width: 3rem;
  margin: 0 0.3rem;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  -moz-appearance: textfield;
}
.woocommerce-cart
  .cart
  .cart_item
  .product-quantity
  .input-text::-webkit-outer-spin-button,
.woocommerce-cart
  .cart
  .cart_item
  .product-quantity
  .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce-cart .cart .cart_item .product-subtotal {
  white-space: nowrap;
  display: none;
}
.woocommerce-cart .cart .cart_item .product-subtotal .amount {
  font-size: 1.6rem;
  display: block;
  line-height: 1.2;
}
.woocommerce-cart .cart .cart_item .product-remove {
  display: flex;
  flex-shrink: 0;
  width: 5rem;
  position: relative;
}
.woocommerce-cart .cart .cart_item .product-remove:before {
  width: 0.1rem;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  content: '';
  left: 0;
  top: 2rem;
  bottom: 2rem;
}
.woocommerce-cart .cart .cart_item .product-remove .remove {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
}
.woocommerce-cart .cart .cart_item .product-remove .remove:before {
  content: '\e82e';
  font-family: 'Fontello';
}

.woocommerce-cart .cart .actions {
  display: none;
}
.woocommerce-cart .cart .actions .button {
}

.cart-collaterals {
  margin-top: 6rem;
}
.cart_totals {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart_totals .cart_totals__title {
  display: block;
  text-align: center;
  font-family: 'Dirk';
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.cart_totals .cart_totals__subtotal {
  margin-top: 0.8rem;
  font-size: 2.4rem;
}
.wc-proceed-to-checkout {
  display: flex;
}

.wc-proceed-to-checkout .checkout-button {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 3.6rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2rem;
  background-color: #eedfc2;
  transition: 0.2s;
  height: 4.2rem;
  text-decoration: none !important;
}
.wc-proceed-to-checkout .checkout-button:hover {
}

form.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.checkout .woocommerce-error {
  margin-bottom: 3.6rem;
}

.woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  list-style: none !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li {
}

.checkout-block {
  /*margin-top: 7.2rem;
    padding-top: 2.4rem;
    border-top: .5rem solid #99d5c9;*/
}
.checkout-block:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.checkout-block__title {
  font-family: Dirk;
  /*color: #fff;*/
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2.4rem;
}

.checkout-billing {
  width: calc(50% - 3.6rem);
  /*padding-bottom: 2.4rem;*/
}

.choose-delivery-wrap {
  margin-bottom: 3.6rem;
}
.choose-delivery-title {
  font-family: Montserrat;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 2.4rem;
}
.choose-delivery-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.choose-delivery-item {
  height: 3.6rem;
  padding: 0 2.4rem;
  font-size: 1.2rem;
  font-family: Montserrat;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 10rem;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  margin-right: 1.2rem;
}
.choose-delivery-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.choose-delivery-item.on {
  color: #fff;
  background-color: #d33e43;
}

.checkout-shipping {
  /*margin-bottom: 3.6rem;*/
  /*margin-top: 1.2rem;*/
  /*padding-top: 1.2rem;*/
  /*border-top: .1rem solid rgba(0, 0, 0, .1);*/
  margin-top: 6rem;
  font-size: 0;
}
.woocommerce-shipping-methods {
  display: block;
  margin-top: 0 !important;
  list-style: none !important;
  /*flex-wrap: wrap;*/
}
.woocommerce-shipping-methods li {
  position: relative;
  overflow: hidden;
  /*margin-right: 1.2rem;*/
  display: block;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  font-size: 0 !important;
  margin-top: 2rem !important;
}
.shipping-method .amount {
  /*display: none;*/
  /*margin-left: .5rem;*/
}
.woocommerce-shipping-methods li:first-child {
  margin-top: 0 !important;
}
.shipping-method:last-child {
  margin-right: 0;
}
.woocommerce-shipping-methods li > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce-shipping-methods li > label {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  z-index: 10;
  display: block;
  padding-left: 3rem;
  min-height: 2rem;
  cursor: pointer;
}
.woocommerce-shipping-methods li > label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Fontello';
}
.woocommerce-shipping-methods li a {
  display: none;
}
.woocommerce-shipping-methods li > input:checked + label:before {
  content: '\e81b';
}

.cdek-office-info {
  display: flex;
  font-size: 1.4rem;
  padding: 0.6rem;
  border-radius: 0.6rem;
  background: rgba(0, 0, 0, 0.1);
  align-items: center;
  margin-top: 0.6rem;
}
.cdek-office-info:before {
  content: '\f031';
  font-family: 'Fontello';
  width: auto;
  height: auto;
  font-size: 1.6rem;
  top: 0;
  opacity: 0.6;
}

.checkout-shipping > p {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 2.4rem;
  padding: 2.4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}

.free-shipping-desc {
  display: block;
  margin-top: 1.2rem;
  line-height: 1.3;
  font-size: 1.4rem;
}

.cart-free-shipping-desc {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.cdekfw-pvz-block {
  padding: 2rem;
  border: 0.4rem solid rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
}
.cdekfw-pvz-block > label {
  margin: 0 !important;
  font-size: 1.6rem;
}

.cdek-widget-wrap {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;

  display: none;
}
#cdek-widget {
  width: 100%;
  height: 40rem;
  pointer-events: auto;
}

.checkout-billing__fields {
}
/*#billing_country_field {
    display: none;
}*/
.checkout-billing .form-row {
  margin-top: 1.8rem;
}
.form-row.address-2-field {
  margin-top: 0.6rem;
}
.checkout-billing .form-row:first-child {
  margin-top: 0;
}
.checkout-billing .form-row.validate-required {
}
.checkout-billing .form-row > label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.checkout-billing .form-row > label abbr {
  display: none;
}
.checkout-billing .woocommerce-input-wrapper {
  display: flex;
  align-items: stretch;
}
.checkout-billing .input-text {
  display: block;
  width: 100%;
  padding: 1.2rem 1.2rem;
  font-size: 1.6rem;
  background-color: rgba(0, 0, 0, 0.06);
  /*color: #fff;*/
  flex-shrink: 1;
  font-family: inherit;
}
.checkout-billing textarea.input-text {
  min-height: 6rem;
}
.checkout-billing .input-text::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.checkout-billing .input-text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.checkout-billing .input-text:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.checkout-billing .input-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.checkout-billing .true-wrapper {
  justify-content: space-between;
}
.checkout-billing .true-wrapper .input-text {
  width: calc(25% - 0.45rem);
}

.bring-up__items {
  display: flex;
  align-items: center;
}
.bring-up__item {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 1.4rem;
  margin-left: 1.2rem;
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  cursor: pointer;
}
.bring-up__item:first-child {
  margin-left: 0;
}
.bring-up__item.on {
  background-color: #d33e43;
}

.change-delivery-time {
  flex-shrink: 0;
  margin-left: 0.6rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.2rem;
  font-weight: 700;
}

#billing_city_field,
#billing_address_2_field {
}
#billing_country_field {
  display: none !important;
}

#billing_state_field.off {
  position: absolute;
  left: -3000px;
}

.select2 {
}
.selection {
}
.select2-selection {
  background-color: #eedfc2 !important;
  color: #000 !important;
  border: none !important;
  border-radius: 1rem !important;
  background-color: rgba(255, 255, 255, 0.07) !important;
  height: 4.2rem !important;
}
.select2-selection__rendered {
  color: #000 !important;
  line-height: 4.2rem !important;
  font-size: 1.4rem !important;
  background-color: rgba(0, 0, 0, 0.08);
  margin-top: 0.6rem;
}
.select2-selection__arrow {
  width: 4.2rem !important;
  height: 4.2rem !important;
  top: 0 !important;
  right: 0 !important;
}

.select2-container {
}
.select2-dropdown {
  background-color: #eedfc2 !important;
  border-radius: 0rem !important;
  border: 0.1rem solid rgba(0, 0, 0, 0.12) !important;
}
.select2-search {
  padding: 0.6rem !important;
}
.select2-search__field {
  padding: 1rem !important;
  border: none !important;
  border-radius: 0rem !important;
  background-color: rgba(0, 0, 0, 0.07) !important;
}

.select2-results {
}
.select2-results__options {
}
.select2-results__option {
  padding: 1.2rem !important;
  color: #000 !important;
  font-size: 1.4rem !important;
}
.select2-results__option.select2-results__option--highlighted {
  color: 000 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.select2-results__option[data-selected='true'] {
  background-color: #d6c9ae !important;
}

.checkout-additional__fields {
  margin-top: 1.2rem;
}

.checkout-billing .optional {
  display: none;
}

/*.timestops-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: fixed;
    width: 50rem;
    z-index: 700;
    background-color: rgba(0, 0, 0, 1);
    height: 50rem;
    overflow-y: auto;
    left: 50%;
    margin-left: -25rem;
    top: 50%;
    margin-top: -25rem;
    justify-content: space-between;
    padding: 3.6rem 3.6rem 2.4rem;
    transition: .2s;
    border: .1rem solid #fff;
    pointer-events: none;
    opacity: 0;
}*/
.timestops-list.on {
  display: flex;
}
.timestops-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  z-index: 700;
  background-color: rgba(255, 255, 255, 0.07);
  max-height: 25rem;
  overflow-y: auto;
  margin-top: 0.6rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.2rem 1.2rem 2.4rem;
  transition: 0.2s;
  /*border: .1rem solid #fff;*/
  border-radius: 0.5rem;
  display: none;
}
.timestop {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 0.7rem;
  /*background-color: rgba(255, 255, 255, .07);*/
  background-color: #000;
  margin-bottom: 0.8rem;
  height: 3rem;
  font-weight: 700;
  padding: 0 1.2rem;
  width: calc(50% - 0.4rem);
  cursor: pointer;
  transition: 0.2s;
  letter-spacing: 0.2rem;
}
.timestop:first-child {
  letter-spacing: 0;
}
.timestop:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
.timestop.on {
  background-color: #d33e43;
}

.woocommerce-checkout .shop_table {
  width: calc(50% - 3.6rem);
  margin-left: 3.6rem;
  padding-left: 3.6rem;
  border-left: 0.1rem solid rgba(0, 0, 0, 0.12);
  /*padding-bottom: 2.4rem;*/
}

.checkout-review {
}
.checkout-review__list {
  border-collapse: collapse;
  width: 100%;
}
.checkout-review__list thead {
}
.checkout-review__list thead tr {
}
.checkout-review__list thead th {
  padding: 0 0 1rem;
  font-size: 1.6rem;
}
.checkout-review__list thead th.product-name {
  text-align: left;
}

.checkout-review__list thead th.product-total {
  white-space: nowrap;
  text-align: right;
  padding-left: 1.2rem;
}
.checkout-review__list tbody {
}
.checkout-review__list tbody tr.cart_item {
}
.checkout-review__list tbody td {
  padding: 1rem 0;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.3;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
}
.checkout-review__list tbody tr:nth-child(odd) td {
  /*background-color: rgba(0, 0, 0, .05);*/
}
.checkout-review__list tbody td.product-name {
  text-align: left;
  /*border-radius: 1rem 0 0 1rem;*/
}
.checkout-review__list tbody td.product-name dt.variation- {
  display: none;
}
.checkout-review__list tbody td.product-name dd.variation- {
  margin-top: 0.3rem;
}

.checkout-review__list tbody td.product-total {
  white-space: nowrap;
  text-align: right;
  padding-left: 1.2rem;
  /*border-radius: 0 1rem 1rem 0;*/
}
.checkout-review__list tfoot {
}
.checkout-review__list tfoot tr.cart-subtotal {
}
.checkout-review__list tfoot th {
  text-align: right;
  padding: 1rem 0 0;
  /*color: #fff3a6;*/
  font-size: 1.6rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
}
.checkout-review__list tfoot td {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  text-align: right;
  padding: 1rem 0 0;
  font-weight: 700;
  /*color: #fff3a6;*/
  font-size: 1.6rem;
  /*width: 100%;*/
  padding-left: 1.2rem;
}

.checkout-total {
  margin-top: 6rem;
  /*padding-top: 1.2rem;*/
  /*border-top: .1rem solid rgba(0, 0, 0, .1);*/
  display: block;
  font-size: 3rem;
  /*color: #fff3a6;*/
  /*font-family: Dirk;*/
  /*font-weight: 700;*/
}
.order-total__label {
}
.order-total__summ {
}

.checkout-payment {
  width: 100%;
  margin-top: 3.6rem;
  padding-top: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
}
.payment-methods {
  display: flex;
  margin-top: 0 !important;
  list-style: none !important;
}
.payment-method {
  position: relative;
  overflow: hidden;
  margin-right: 1.2rem;
  display: block;
  line-height: 1.2 !important;
  margin-top: 0 !important;
}
.payment-method:last-child {
  margin-right: 0;
}
.payment-method__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.payment-method__input:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.payment-method__input:checked {
}
.payment-method__label {
  height: 3.6rem;
  padding: 0 2.4rem;
  font-size: 1.2rem;
  /*font-family: Montserrat;*/
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2rem;
  /*border: .2rem solid #9a6f42;*/
  /*border-radius: 10rem;*/
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*color: #fff;*/
  transition: 0.2s;
  cursor: pointer;
  text-transform: uppercase;
  border: 0.1rem solid rgba(0, 0, 0, 0.6);
  /*background-color: rgba(255, 255, 255, .1);*/
}
.payment-method__label img {
  display: none !important;
}
.payment-method__input:checked + .payment-method__label {
  /*color: #fff;
    background-color: #D33E43;*/
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.payment-method__label:hover {
  /*color: #fff;
    background-color: #D33E43;*/
}
.payment_box {
  display: none !important;
}

.checkout-confirm {
  width: 100%;
  margin-top: 4.8rem;
  /*padding-top: 3.6rem;*/
  /*border-top: .1rem solid rgba(255, 255, 255, .12);*/
  display: flex;
  flex-direction: column;
  align-items: center;
}

.privacy-confirm {
  text-align: center;
  margin-bottom: 2.4rem;
  line-height: 1.3;
  width: 100%;
  max-width: 40rem;
}
.privacy-confirm a {
}

.checkout-confirm__button {
  height: 4.2rem;
  padding: 0 3.6rem;
  font-size: 1.2rem;
  /*font-family: Montserrat;*/
  font-weight: 700;
  background-color: #eedfc2;
  /*border-radius: 10rem;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  font-family: inherit;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.checkout-confirm__button:hover {
  /*background-color: #AD3237;*/
}

.woocommerce-order {
}
.woocommerce-thankyou-order-received {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  font-family: Dirk;
  line-height: 1.3;
}
.woocommerce-thankyou-order-received b {
  display: block;
  margin-top: 1.2rem;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.6);
}

.payment_instructions {
  background-color: #000;
  color: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem;
  margin-top: 2.4rem;
  line-height: 1.4;

  display: none;
}
.payment_instructions b {
  font-weight: 700;
}

@media all and (max-width: 1200px) {
  .no-sale-info {
    display: none;
  }
  .term-sets .no-sale-info {
    display: block;
    width: 100%;
    margin-top: 6rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }

  .xoo-cp-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;

    padding: 1.2rem;
  }
  .xoo-cp-modal.xoo-cp-active {
    opacity: 1;
    pointer-events: auto;
  }
  .xoo-cp-container {
    width: 40rem;
    /*background-color: ;*/
    padding: 3.6rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

    width: 100%ж;
  }

  .xoo-cp-preloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
  }
  .xoo-cp-preloader .icon-spin5 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 2.8rem;
  }
  .xoo-cp-preloader.on {
    pointer-events: auto;
    opacity: 1;
  }

  .xoo-cp-content {
  }

  .xoo-cp-atcn {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #eedfc2;
    font-weight: 700;
    text-transform: uppercase;
  }

  .xoo-cp-pdetails {
  }
  .xoo-cp-pdetails-inner {
  }
  .xoo-cp-ptitle {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .xoo-cp-pname {
    /*color: #fff;*/
    font-weight: 700;
  }
  .xoo-cp-variations {
    display: inline;
    /*color: #fff3a6;*/
    font-weight: 700;
  }
  .xoo-cp-variations .variation {
    text-transform: lowercase;
    display: inline;
  }
  .xoo-cp-variations .variation dt {
    display: inline;
  }
  .xoo-cp-variations .variation dd {
    margin-left: 0.5rem;
    display: inline;
  }
  .xoo-cp-pprice {
    font-weight: 700;
    display: inline;
    display: none;
    /*color: #eedfc2;*/
  }
  .xoo-cp-pprice .amount {
  }
  .xoo-cp-pqty {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xoo-cp-qtybox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
    /*background-color: rgba(0, 0, 0, .3);*/
    border-radius: 10rem;
    border: 0.2rem solid rgba(0, 0, 0, 0.12);
    width: auto;
  }
  .xcp-chng {
    background-color: rgba(0, 0, 0, 0.12);
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    color: rgba(0, 0, 0, 0.6);
    font-size: 2rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .xcp-minus {
  }
  .xcp-plus {
  }
  .xoo-cp-qty {
    margin: 0 1.2rem;
    height: 3rem;
    font-size: 1.6rem;
    display: flex;
    /*color: #fff;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 3rem;
  }
  .xoo-cp-remove {
    background-color: rgba(0, 0, 0, 0.6);
    width: 3rem;
    height: 3rem;
    margin-left: 0.4rem;
    border-radius: 10rem;
    color: #fff;
    font-size: 1rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .xoo-cp-remove:after {
    content: '\e82e';
    font-family: Fontello;
  }

  .xoo-cp-ptotal {
    margin-top: 2.4rem;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.6rem;
  }

  .xoo-cp-close-wrap {
    border-top: 0.2rem solid rgba(255, 255, 255, 0.1);
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .xoo-cp-close.xcp-btn {
    display: flex;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-color: #eedfc2;
    color: rgba(0, 0, 0, 0.6);
  }
  .xoo-cp-close.xcp-btn:before {
    content: '\e81b';
    font-family: Fontello;
  }

  .xoo-cp-notice-box {
  }
  .xoo-cp-notice-box:before {
  }

  p.woocommerce-result-count {
    display: none;
  }
  form.woocommerce-ordering {
    display: none;
  }
  .woocommerce-message {
    display: none;
  }
  .woocommerce-info {
    text-align: center;
  }

  .woocommerce {
    width: 100%;
  }

  .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;

    justify-content: flex-start;
  }

  .products .product {
    width: calc(33.33% - 4rem);
    margin-top: 6rem;
    margin-left: 6rem;
    position: relative;
    overflow: hidden;

    width: calc(50% - 1rem);
    margin-left: 2rem;
    margin-top: 3.6rem;
  }
  .product-single .products .product {
    background-color: transparent;
    padding: 0;
    width: calc(33.33% - 4rem);

    margin-top: 0 !important;

    width: calc(50% - 1rem);
    margin-left: 2rem;
    margin-top: 3.6rem !important;
  }
  .product-single .products .product:first-child,
  .product-single .products .product:nth-child(2) {
    margin-top: 0 !important;
  }
  .product-single .products .product:nth-child(3) {
    margin-left: 6rem;

    margin-left: 0;
  }
  .product-single .products .product:nth-child(odd) {
    margin-left: 0;
  }
  .products .product:hover {
    /*border: .2rem solid rgba(255, 255, 255, .12);*/
  }
  .products .product:first-child,
  .products .product:nth-child(2) {
    margin-top: 0;
  }
  .products .product:nth-child(3) {
    margin-top: 0;

    margin-top: 3.6rem;
  }
  .products .product:nth-child(3n-2) {
    margin-left: 0;

    margin-left: 2rem;
  }
  .products .product:nth-child(odd) {
    margin-left: 0;
  }

  .products .product .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background-color: #fff;
  }
  .products .product .product__images:before {
    padding-top: 150%;
    content: '';
    display: block;
  }
  .products .product .product__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5.8rem;
    z-index: 50;
  }
  .products .product .product__details {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 0 0;

    flex-direction: column;
    justify-content: flex-start;
    padding: 1.2rem 0 0;
  }
  .products .product .product__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 1;
    width: 100%;
  }
  .products .product .woocommerce-loop-product__title {
    font-size: 1.8rem;
    color: #2a2d34;
    font-weight: 400;
    position: relative;
    display: block;
    line-height: 1.2;
  }
  /*.products .product .product__sizes {
    display: flex;
    align-items: center;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .08);
    height: 2.2rem;
    padding: 0 .8rem 0 1rem;
    z-index: 50;
    text-transform: uppercase;
    font-weight: 700;
    color: #2A2D34;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    letter-spacing: .2rem;
}*/
  .products .product .product__sizes {
    /*display: flex;*/
    /*align-items: center;*/
    /*border-radius: 20rem;*/
    /*background-color: rgba(0, 0, 0, .08);*/
    /*min-height: 2.2rem;*/
    /*padding: .6rem .8rem .6rem 1rem;*/
    z-index: 50;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a2d34;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    letter-spacing: 0.2rem;
    line-height: 1.2;

    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 0.6rem;
  }

  .products .product .product__cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    margin-left: 2rem;

    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.6rem;
  }
  .products .product .price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;

    font-size: 1.8rem;
    font-weight: 700;
    opacity: 0.6;
    color: #2a2d34;
    line-height: 1.2;

    opacity: 0.8;
  }
  .products .product .amount {
    /*font-size: 1.8rem;
    font-weight: 700;
    opacity: .6;
    color: #2A2D34;
    line-height: 1.2;*/
    line-height: 1.2;
    position: relative;
  }
  .products .product .price del {
    margin-right: 0.6rem;
  }
  .products .product .price del .amount {
    font-weight: 400;
  }
  .products .product .price del .amount:before {
    content: '';
    position: absolute;
    background-color: #2a2d34;
    height: 0.2rem;
    width: 100%;
    transform: rotate(-10deg);
    top: 50%;
    margin-top: -0.1rem;
  }

  .products .product .button.product_type_simple {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.2rem;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10rem;
    transition: 0.2s;
    text-transform: uppercase;
    padding: 0 1.2rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
  }

  .products .product .button.add_to_cart_button {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.2rem;
    margin-top: 1rem;
    background-color: #eedfc2;
    border-radius: 10rem;
    transition: 0.2s;
    text-transform: uppercase;
    padding: 0 1.2rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;

    margin-top: 0;
  }

  .products .product .added_to_cart {
    display: none !important;
  }

  .products .product.outofstock .button.product_type_simple {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 2.2rem;
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10rem;
    transition: 0.2s;
    text-transform: uppercase;
    padding: 0 1.2rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    font-size: 0;
    padding-left: 0.4rem;

    margin-top: 0;
  }
  .products .product.outofstock .button.product_type_simple:after {
    content: 'Нет в наличии';
    font-size: 1rem;
  }

  nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    width: 100%;
  }
  ul.page-numbers {
    display: flex;
  }
  ul.page-numbers li {
    margin-left: 0.6rem;
  }
  ul.page-numbers li:first-child {
    margin-left: 0;
  }
  ul.page-numbers li .page-numbers {
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    border-radius: 5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.3rem;
    color: #4a392f;
    background-color: #e3ce94;
  }
  ul.page-numbers li span.page-numbers.current {
    background-color: #4a392f;
    color: #fff;
  }
  ul.page-numbers li a.page-numbers.next {
  }

  .product-single {
    width: 100%;
  }
  .product-single .product__info {
    display: flex;
    width: 100%;
    align-items: flex-start;

    flex-direction: column-reverse;
  }
  .product-single .product__info .product__details {
    background-color: #fff;
    width: 45rem;
    padding: 0rem 6rem 6rem 0;
    position: sticky;
    top: 12rem;
    flex-shrink: 0;

    width: 100%;
    position: relative;
    padding: 0;
    top: 0;
    margin-top: 3.6rem;
  }

  .product-single.product-type-composite .product__info .product__details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 80rem;

    width: 100%;
    flex-direction: column;
  }
  .product-single.product-type-composite .product__info .product__details-wrap {
    background-color: #fff;
    width: 40rem;
    padding: 0rem 6rem 6rem 0;
    position: sticky;
    top: 12rem;
    flex-shrink: 0;

    width: 100%;
    position: relative;
    padding: 0;
    top: 0;
  }

  .product-single.product-type-composite .product__info .product__button {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    width: 40rem;

    width: 100%;
    margin-top: 3.6rem;
  }

  .product-single.product-type-composite .wooco_wrap {
    display: block;
    margin: 0;
  }
  .product-single.product-type-composite .wooco_components {
    margin: 0 0 2.4rem;
  }
  .product-single.product-type-composite .wooco_component {
    padding: 0;
    border: none;
    margin-top: 1.2rem;
  }
  .product-single.product-type-composite .wooco_component:first-child {
    margin-top: 0;
  }
  .product-single.product-type-composite .wooco_component_name {
    display: none;
  }
  .product-single.product-type-composite .wooco_component_product {
    margin: 0;
  }
  .product-single.product-type-composite .wooco_component_product_selection {
    padding: 0;
  }
  .product-single.product-type-composite
    .wooco_component_product_selection
    .dd-container {
  }
  .product-single.product-type-composite
    .wooco_component_product_selection
    .dd-select {
    border: none;
  }
  .product-single.product-type-composite
    .wooco_component_product_selection
    .dd-selected {
    padding: 1.2rem;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .product-single.product-type-composite .dd-selected-image {
    width: 14rem;
    max-width: 14rem;
    border-radius: 0rem;
  }
  .product-single.product-type-composite .dd-selected-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .product-single.product-type-composite .dd-selected-description {
    font-size: 1.8rem;
    margin-top: 1rem;
  }

  .product-single.product-type-composite .wooco_total {
    display: none !important;
  }

  .woocommerce-breadcrumb {
    font-size: 0;
    margin-bottom: 2rem;
    opacity: 0.6;
  }
  .woocommerce-breadcrumb a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .woocommerce-breadcrumb a:last-child:before {
    content: '/';
    margin: 0 1.2rem;
  }
  .product-single .product__info .product_title {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1rem;
    /*    color: rgba(0, 0, 0, .4);*/
    font-family: 'Dirk';
  }
  .product-single .product__info .product__subtitle-price {
    display: flex;
    align-items: flex-start;
    margin-top: 2.4rem;
  }
  .product-single .product__info .product__subtitle {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;

    display: none;
  }
  .product-single .product__info .product__price {
    flex-shrink: 0;
    margin-left: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.3;
    /*padding-top: .1rem;*/
    font-weight: 700;

    margin-left: 0;
    opacity: 0.7;
  }
  .product-single .product__info .product__price .amount {
    line-height: 1.3;
    position: relative;
  }

  .product-single .product__info .product__price del {
    margin-right: 0.6rem;
  }
  .product-single .product__info .product__price del .amount {
    font-weight: 400;
  }
  .product-single .product__info .product__price del .amount:before {
    content: '';
    position: absolute;
    background-color: #2a2d34;
    height: 0.2rem;
    width: 100%;
    transform: rotate(-10deg);
    top: 50%;
    margin-top: -0.1rem;
  }

  .product-single .product__info .product__desc {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  }
  .product-single
    .product__info
    .woocommerce-product-details__short-description {
  }
  .product-single
    .product__info
    .woocommerce-product-details__short-description
    > *:first-child {
    margin-top: 0 !important;
  }
  .product-single
    .product__info
    .woocommerce-product-details__short-description
    p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .product-single
    .product__info
    .woocommerce-product-details__short-description
    a {
    font-weight: 700;
  }
  .product-single
    .product__info
    .woocommerce-product-details__short-description
    .swipebox {
    display: block;
    width: 15rem;
    text-align: center;
    padding: 1rem 1.2rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .product-single
    .product__info
    .woocommerce-product-details__short-description
    .swipebox:after {
    content: 'Размерная сетка';
  }
  .product-single
    .product__info
    .woocommerce-product-details__short-description
    .swipebox
    > img {
    display: none;
  }

  .product-single .product__info .product__button {
    padding-top: 3.2rem;
    margin-top: 2.8rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  }
  .product-single .product__info .product__button .quantity {
    display: none;
  }
  .product-single .product__info .product__button .single_add_to_cart_button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 2.4rem;
    width: 100%;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3rem;
    background-color: #ecdec4;
    transition: 0.2s;
    height: 5rem;
    position: relative;
    z-index: 10;
  }
  .product-single
    .product__info
    .product__button
    .single_add_to_cart_button:hover {
  }

  .product-single .product__info .product__button .added_to_cart {
    display: none !important;
  }

  .product-single .variations_form {
  }
  .product-single .variations {
    margin-bottom: 3.2rem;
  }
  .product-single .variations tbody {
  }
  .product-single .variations tr {
    display: block;
    flex-direction: column;
  }
  .product-single .variations td {
    height: 3rem;
  }

  .product-single .variations th.label {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-bottom: 0.4rem;
  }

  .product-single .variations td.woo-variation-items-wrapper {
  }
  .product-single ul.variable-items-wrapper {
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  .product-single li.variable-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0 1.2rem;
  }
  .product-single li.variable-item:last-child {
    margin-right: 0;
  }
  .product-single li.variable-item.selected {
    background-color: #ecdec4;
  }
  .product-single .variable-item-contents {
  }
  .product-single .variable-item-span {
  }
  .product-single .reset_variations {
    display: none !important;
  }

  .product-single .single_variation_wrap {
  }
  .product-single .single_variation {
    margin-bottom: 3.6rem;
    display: flex;
    align-items: flex-start;
  }
  .product-single .woocommerce-variation-description {
    display: none;
  }
  .product-single .woocommerce-variation-description p {
    font-size: 1.6rem;
  }
  .product-single .woocommerce-variation-price {
    /*margin-left: 2.4rem;*/
  }
  .product-single .woocommerce-variation-price .price {
  }
  .product-single .woocommerce-variation-price .price .amount {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    opacity: 0.7;
  }

  .product-single .woocommerce-variation-add-to-cart {
  }
  .product-single .woocommerce-variation-add-to-cart .quantity {
    display: none !important;
  }

  .product-single .product__info .product__images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .product-single .product__info .product__image-wrap {
    width: 50%;
    border: 0.1rem solid #fff;
    position: relative;
    overflow: hidden;
  }
  .product-single .product__info .product__image-wrap:after {
    content: '';
    padding-top: 100%;
    display: block;
  }
  .product-single .product__info .product__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .product-single .related-products {
    padding: 6rem 0 0;
  }

  .product-single .products {
    justify-content: flex-start !important;
  }

  .product-single .related {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
    width: 100%;
    padding-top: 6rem;
  }
  .product-single .related > h2:first-child {
    font-family: 'Dirk';
    font-weight: 400;
    font-size: 4rem;
    color: rgba(0, 0, 0, 0.2);
    display: block;
    text-align: left;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  .product-single .related .products {
    width: 100%;
    margin-top: 4.8rem;
  }

  .woocommerce-cart {
  }

  .return-to-shop {
    display: none;
  }

  .woocommerce-cart-form {
    background-color: rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 6rem;

    padding: 0;
  }

  .woocommerce-cart .cart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-cart .cart .cart_item {
    width: calc(50% - 1.8rem);
    margin-left: 3.6rem;
    margin-top: 3.6rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    background-color: rgba(0, 0, 0, 0.04);

    width: 100%;
    background-color: #fff;
    margin-left: 0;
    margin-top: 2rem;
  }
  .woocommerce-cart .cart .cart_item:first-child {
    margin-top: 0;
  }
  .woocommerce-cart .cart .cart_item:nth-child(2) {
    margin-top: 0;

    margin-top: 2rem;
  }
  .woocommerce-cart .cart .cart_item:nth-child(odd) {
    margin-left: 0;
  }

  .woocommerce-cart .cart .cart_item .product-thumbnail {
    width: 30%;
    flex-shrink: 0;

    width: 35%;
  }
  .woocommerce-cart .cart .cart_item .product-thumbnail a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .woocommerce-cart .cart .cart_item .product-thumbnail a:after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .woocommerce-cart .cart .cart_item .product-thumbnail img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem 2rem 0;
    flex-shrink: 1;
    width: 100%;

    padding: 1.2rem 1.2rem 0;
  }
  .woocommerce-cart .cart .cart_item .product-name {
    width: 100%;
  }
  .woocommerce-cart .cart .cart_item .product-name a {
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    display: block;

    font-size: 1.6rem;
  }
  .woocommerce-cart .cart .cart_item .product-price {
    white-space: nowrap;
    margin-top: 0.4rem;
  }
  .woocommerce-cart .cart .cart_item .product-price .amount {
    font-size: 1.6rem;
    display: block;
    line-height: 1.2;
  }
  .woocommerce-cart .cart .cart_item .product-quantity {
    margin-top: 0.6rem;
  }
  .woocommerce-cart .cart .cart_item .product-quantity .quantity {
    display: flex;
    align-items: center;
    border-radius: 10rem;
    background-color: #fff;
    padding: 0.2rem;
    justify-content: center;
  }
  .woocommerce-cart .cart .cart_item .product-quantity .screen-reader-text {
    display: none;
  }
  .woocommerce-cart .cart .cart_item .product-quantity .input-text-change {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.6);
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
  }
  .woocommerce-cart .cart .cart_item .product-quantity .input-text-minus {
    padding-bottom: 0.1rem;
  }
  .woocommerce-cart .cart .cart_item .product-quantity .input-text-plus {
  }
  .woocommerce-cart .cart .cart_item .product-quantity .input-text {
    pointer-events: none;
    font-size: 1.4rem;
    width: 3rem;
    margin: 0 0.3rem;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield;
  }
  .woocommerce-cart
    .cart
    .cart_item
    .product-quantity
    .input-text::-webkit-outer-spin-button,
  .woocommerce-cart
    .cart
    .cart_item
    .product-quantity
    .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .woocommerce-cart .cart .cart_item .product-subtotal {
    white-space: nowrap;
    display: none;
  }
  .woocommerce-cart .cart .cart_item .product-subtotal .amount {
    font-size: 1.6rem;
    display: block;
    line-height: 1.2;
  }
  .woocommerce-cart .cart .cart_item .product-remove {
    display: flex;
    flex-shrink: 0;
    width: 5rem;
    position: relative;
  }
  .woocommerce-cart .cart .cart_item .product-remove:before {
    width: 0.1rem;
    background-color: rgba(0, 0, 0, 0.12);
    position: absolute;
    content: '';
    left: 0;
    top: 2rem;
    bottom: 2rem;
  }
  .woocommerce-cart .cart .cart_item .product-remove .remove {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
  }
  .woocommerce-cart .cart .cart_item .product-remove .remove:before {
    content: '\e82e';
    font-family: 'Fontello';
  }

  .woocommerce-cart .cart .actions {
    display: none;
  }
  .woocommerce-cart .cart .actions .button {
  }

  .cart-collaterals {
    margin-top: 6rem;
  }
  .cart_totals {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cart_totals .cart_totals__title {
    display: block;
    text-align: center;
    font-family: 'Dirk';
    font-size: 2.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
  }
  .cart_totals .cart_totals__subtotal {
    margin-top: 0.8rem;
    font-size: 2.4rem;
  }
  .wc-proceed-to-checkout {
    display: flex;
  }

  .wc-proceed-to-checkout .checkout-button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 3.6rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2rem;
    background-color: #eedfc2;
    transition: 0.2s;
    height: 4.2rem;
    text-decoration: none !important;
  }
  .wc-proceed-to-checkout .checkout-button:hover {
  }

  form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    flex-wrap: nowrap;
    flex-direction: column;
  }

  .checkout .woocommerce-error {
    margin-bottom: 3.6rem;
  }

  .woocommerce-NoticeGroup-checkout {
    width: 100%;
  }
  .woocommerce-NoticeGroup-checkout .woocommerce-error {
    list-style: none !important;
  }
  .woocommerce-NoticeGroup-checkout .woocommerce-error li {
  }

  .checkout-block {
    /*margin-top: 7.2rem;
    padding-top: 2.4rem;
    border-top: .5rem solid #99d5c9;*/
  }
  .checkout-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .checkout-block__title {
    font-family: Dirk;
    /*color: #fff;*/
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2.4rem;
  }

  .checkout-billing {
    width: calc(50% - 3.6rem);
    /*padding-bottom: 2.4rem;*/

    width: 100%;
  }

  .choose-delivery-wrap {
    margin-bottom: 3.6rem;
  }
  .choose-delivery-title {
    font-family: Montserrat;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 2.4rem;
  }
  .choose-delivery-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .choose-delivery-item {
    height: 3.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    font-family: Montserrat;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 10rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
    margin-right: 1.2rem;
  }
  .choose-delivery-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .choose-delivery-item.on {
    color: #fff;
    background-color: #d33e43;
  }

  .checkout-shipping {
    /*margin-bottom: 3.6rem;*/
    /*margin-top: 1.2rem;*/
    /*padding-top: 1.2rem;*/
    /*border-top: .1rem solid rgba(0, 0, 0, .1);*/
    margin-top: 6rem;
    font-size: 0;
  }
  .woocommerce-shipping-methods {
    display: block;
    margin-top: 0 !important;
    list-style: none !important;
    /*flex-wrap: wrap;*/
  }
  .woocommerce-shipping-methods li {
    position: relative;
    overflow: hidden;
    /*margin-right: 1.2rem;*/
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    font-size: 0 !important;
    margin-top: 2rem !important;
  }
  .shipping-method .amount {
    /*display: none;*/
    /*margin-left: .5rem;*/
  }
  .woocommerce-shipping-methods li:first-child {
    margin-top: 0 !important;
  }
  .shipping-method:last-child {
    margin-right: 0;
  }
  .woocommerce-shipping-methods li > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .woocommerce-shipping-methods li > label {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    z-index: 10;
    display: block;
    padding-left: 3rem;
    min-height: 2rem;
    cursor: pointer;
  }
  .woocommerce-shipping-methods li > label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Fontello';
  }
  .woocommerce-shipping-methods li a {
    display: none;
  }
  .woocommerce-shipping-methods li > input:checked + label:before {
    content: '\e81b';
  }

  .free-shipping-desc {
    display: block;
    margin-top: 1.2rem;
    line-height: 1.3;
    font-size: 1.4rem;
  }

  .cart-free-shipping-desc {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
  }

  .cdekfw-pvz-block {
    padding: 2rem;
    border: 0.4rem solid rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
  }
  .cdekfw-pvz-block > label {
    margin: 0 !important;
    font-size: 1.6rem;
  }

  .checkout-billing__fields {
  }
  /*#billing_country_field {
    display: none;
}*/
  .checkout-billing .form-row {
    margin-top: 1.8rem;
  }
  .form-row.address-2-field {
    margin-top: 0.6rem;
  }
  .checkout-billing .form-row:first-child {
    margin-top: 0;
  }
  .checkout-billing .form-row.validate-required {
  }
  .checkout-billing .form-row > label {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
  .checkout-billing .form-row > label abbr {
    display: none;
  }
  .checkout-billing .woocommerce-input-wrapper {
    display: flex;
    align-items: stretch;
  }
  .checkout-billing .input-text {
    display: block;
    width: 100%;
    padding: 1.2rem 1.2rem;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.06);
    /*color: #fff;*/
    flex-shrink: 1;
    font-family: inherit;
  }
  .checkout-billing textarea.input-text {
    min-height: 6rem;
  }
  .checkout-billing .input-text::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .checkout-billing .input-text::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .checkout-billing .input-text:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .checkout-billing .input-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }

  .checkout-billing .true-wrapper {
    justify-content: space-between;
  }
  .checkout-billing .true-wrapper .input-text {
    width: calc(25% - 0.45rem);
  }

  .bring-up__items {
    display: flex;
    align-items: center;
  }
  .bring-up__item {
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-size: 1.4rem;
    margin-left: 1.2rem;
    padding: 1.2rem 2.4rem;
    font-weight: 700;
    cursor: pointer;
  }
  .bring-up__item:first-child {
    margin-left: 0;
  }
  .bring-up__item.on {
    background-color: #d33e43;
  }

  .change-delivery-time {
    flex-shrink: 0;
    margin-left: 0.6rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem;
    font-weight: 700;
  }

  #billing_city_field,
  #billing_address_2_field {
  }
  #billing_country_field {
    display: none !important;
  }

  #billing_state_field.off {
    position: absolute;
    left: -3000px;
  }

  .select2 {
  }
  .selection {
  }
  .select2-selection {
    background-color: #eedfc2 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 1rem !important;
    background-color: rgba(255, 255, 255, 0.07) !important;
    height: 4.2rem !important;
  }
  .select2-selection__rendered {
    color: #000 !important;
    line-height: 4.2rem !important;
    font-size: 1.4rem !important;
    background-color: rgba(0, 0, 0, 0.08);
    margin-top: 0.6rem;
  }
  .select2-selection__arrow {
    width: 4.2rem !important;
    height: 4.2rem !important;
    top: 0 !important;
    right: 0 !important;
  }

  .select2-container {
  }
  .select2-dropdown {
    background-color: #eedfc2 !important;
    border-radius: 0rem !important;
    border: 0.1rem solid rgba(0, 0, 0, 0.12) !important;
  }
  .select2-search {
    padding: 0.6rem !important;
  }
  .select2-search__field {
    padding: 1rem !important;
    border: none !important;
    border-radius: 0rem !important;
    background-color: rgba(0, 0, 0, 0.07) !important;
  }

  .select2-results {
  }
  .select2-results__options {
  }
  .select2-results__option {
    padding: 1.2rem !important;
    color: #000 !important;
    font-size: 1.4rem !important;
  }
  .select2-results__option.select2-results__option--highlighted {
    color: 000 !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
  .select2-results__option[data-selected='true'] {
    background-color: #d6c9ae !important;
  }

  .checkout-additional__fields {
    margin-top: 1.2rem;
  }

  .checkout-billing .optional {
    display: none;
  }

  /*.timestops-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: fixed;
    width: 50rem;
    z-index: 700;
    background-color: rgba(0, 0, 0, 1);
    height: 50rem;
    overflow-y: auto;
    left: 50%;
    margin-left: -25rem;
    top: 50%;
    margin-top: -25rem;
    justify-content: space-between;
    padding: 3.6rem 3.6rem 2.4rem;
    transition: .2s;
    border: .1rem solid #fff;
    pointer-events: none;
    opacity: 0;
}*/
  .timestops-list.on {
    display: flex;
  }
  .timestops-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    z-index: 700;
    background-color: rgba(255, 255, 255, 0.07);
    max-height: 25rem;
    overflow-y: auto;
    margin-top: 0.6rem;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.2rem 1.2rem 2.4rem;
    transition: 0.2s;
    /*border: .1rem solid #fff;*/
    border-radius: 0.5rem;
    display: none;
  }
  .timestop {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0.7rem;
    /*background-color: rgba(255, 255, 255, .07);*/
    background-color: #000;
    margin-bottom: 0.8rem;
    height: 3rem;
    font-weight: 700;
    padding: 0 1.2rem;
    width: calc(50% - 0.4rem);
    cursor: pointer;
    transition: 0.2s;
    letter-spacing: 0.2rem;
  }
  .timestop:first-child {
    letter-spacing: 0;
  }
  .timestop:hover {
    background-color: rgba(255, 255, 255, 0.07);
  }
  .timestop.on {
    background-color: #d33e43;
  }

  .woocommerce-checkout .shop_table {
    width: calc(50% - 3.6rem);
    margin-left: 3.6rem;
    padding-left: 3.6rem;
    border-left: 0.1rem solid rgba(0, 0, 0, 0.12);
    /*padding-bottom: 2.4rem;*/

    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 3.6rem;
    padding-top: 3.6rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
  }

  .checkout-review {
  }
  .checkout-review__list {
    border-collapse: collapse;
    width: 100%;
  }
  .checkout-review__list thead {
  }
  .checkout-review__list thead tr {
  }
  .checkout-review__list thead th {
    padding: 0 0 1rem;
    font-size: 1.6rem;
  }
  .checkout-review__list thead th.product-name {
    text-align: left;
  }
  .checkout-review__list thead th.product-total {
    white-space: nowrap;
    text-align: right;
    /*padding-left: 1.2rem;*/
  }
  .checkout-review__list tbody {
  }
  .checkout-review__list tbody tr.cart_item {
  }
  .checkout-review__list tbody td {
    padding: 1rem 0;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 1.3;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
  }
  .checkout-review__list tbody tr:nth-child(odd) td {
    /*background-color: rgba(0, 0, 0, .05);*/
  }
  .checkout-review__list tbody td.product-name {
    text-align: left;
    /*border-radius: 1rem 0 0 1rem;*/
  }
  .checkout-review__list tbody td.product-total {
    white-space: nowrap;
    text-align: right;
    /*padding-left: 1.2rem;*/
    /*border-radius: 0 1rem 1rem 0;*/
  }
  .checkout-review__list tfoot {
  }
  .checkout-review__list tfoot tr.cart-subtotal {
  }
  .checkout-review__list tfoot th {
    text-align: right;
    padding: 1rem 0 0;
    /*color: #fff3a6;*/
    font-size: 1.6rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
  }
  .checkout-review__list tfoot td {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
    white-space: nowrap;
    text-align: right;
    padding: 1rem 0 0;
    font-weight: 700;
    /*color: #fff3a6;*/
    font-size: 1.6rem;
    /*width: 100%;*/
  }

  .checkout-total {
    margin-top: 6rem;
    /*padding-top: 1.2rem;*/
    /*border-top: .1rem solid rgba(0, 0, 0, .1);*/
    display: block;
    font-size: 3rem;
    /*color: #fff3a6;*/
    /*font-family: Dirk;*/
    /*font-weight: 700;*/
  }
  .order-total__label {
  }
  .order-total__summ {
  }

  .checkout-payment {
    width: 100%;
    margin-top: 3.6rem;
    padding-top: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.12);

    align-items: flex-start;
  }
  .payment-methods {
    display: flex;
    margin-top: 0 !important;
    list-style: none !important;
  }
  .payment-method {
    position: relative;
    overflow: hidden;
    margin-right: 1.2rem;
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
  }
  .payment-method:last-child {
    margin-right: 0;
  }
  .payment-method__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .payment-method__input:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .payment-method__input:checked {
  }
  .payment-method__label {
    height: 3.6rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    /*font-family: Montserrat;*/
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.2rem;
    /*border: .2rem solid #9a6f42;*/
    /*border-radius: 10rem;*/
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*color: #fff;*/
    transition: 0.2s;
    cursor: pointer;
    text-transform: uppercase;
    border: 0.1rem solid rgba(0, 0, 0, 0.6);
    /*background-color: rgba(255, 255, 255, .1);*/
  }
  .payment-method__label img {
    display: none !important;
  }
  .payment-method__input:checked + .payment-method__label {
    /*color: #fff;
    background-color: #D33E43;*/
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  .payment-method__label:hover {
    /*color: #fff;
    background-color: #D33E43;*/
  }
  .payment_box {
    display: none !important;
  }

  .checkout-confirm {
    width: 100%;
    margin-top: 4.8rem;
    /*padding-top: 3.6rem;*/
    /*border-top: .1rem solid rgba(255, 255, 255, .12);*/
    display: flex;
    flex-direction: column;
    align-items: center;

    align-items: flex-start;
  }

  .privacy-confirm {
    text-align: center;
    margin-bottom: 2.4rem;
    line-height: 1.3;
    width: 100%;
    max-width: 40rem;

    max-width: none;
    text-align: left;
  }
  .privacy-confirm a {
  }

  .checkout-confirm__button {
    height: 4.2rem;
    padding: 0 3.6rem;
    font-size: 1.2rem;
    /*font-family: Montserrat;*/
    font-weight: 700;
    background-color: #eedfc2;
    /*border-radius: 10rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.2s;
    font-family: inherit;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
  }
  .checkout-confirm__button:hover {
    /*background-color: #AD3237;*/
  }

  .woocommerce-order {
  }
  .woocommerce-thankyou-order-received {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    font-family: Dirk;
    line-height: 1.3;
  }
  .woocommerce-thankyou-order-received b {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
  }

  .payment_instructions {
    background-color: #000;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 1.2rem;
    padding: 2.4rem;
    margin-top: 2.4rem;
    line-height: 1.4;

    display: none;
  }
  .payment_instructions b {
    font-weight: 700;
  }
}
